@charset "utf-8";
/* CSS Document */

body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	/* background: #CECEC9; */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1 {
	font: normal 3.7em "Trebuchet MS", Arial, Sans-Serif;
	color: #fff;
}
h1 a {
	color: #fff;
	background: inherit;
}
h1 a:hover {
	color: #E4FFD3;
	background: inherit;
}
h2 {
	color: #B60D0A;
	font: bold 1.6em "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 12px;
	border-bottom: 1px solid #ccc;
}
h3 {
	color: #808080;
	background: #D0D4D4;
	padding: 3px 10px;
	margin: 0 0 15px;
}
.oneColFixCtrHdr #container_header {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar *//*margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 2px solid #000000; */
	/*text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 2px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page *//*border: 2px solid #000000; *//*text-align: left; /* this overrides the text-align: center on the body element. */
	
/*	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #topnav {
	padding: 0 10px 0 20px;
	background: #DDDDDD;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent a {
	color: #B60D0A;
	font: bold 1.1em "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 12px;
	border-bottom: 1px solid #ccc;
}
.oneColFixCtrHdr #footer {
	width: 900px;
	padding: 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF;
	font-size: .9em;
}
.oneColFixCtrHdr #footer p {
	width: 900px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float: right;
	background: #FFFFFF;
	text-align: right;
}
#menu {
	margin: 1px 0 25px;
	padding: 0;
}
#menu li {
	list-style: none;
	float: left;
}
#menu li#search {
	float: right;
	padding: 0 5px 0 5px;
	margin: 0;
}
#menu li a {
	cursor: pointer;
	padding: 5px 20px;
	line-height: 23px;
	background: #D0D4D4;
	margin: 0 1px 0 0;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#menu li a:hover {
	background: #B2B6B6;
	color: #000;
}
#menu li a.current {
	background: #66A3CF;
	color: #fff;
}
#menu li a#last {
	margin: 0;
	padding: 5px 20px 5px 20px;
}
#menu li#phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bolder;
	padding: 0 0 0 20px;/*background: #D0D4D4;*/
}
#leftnav1 {
	float: left;
	width: 190px;
	height: 100%;
	padding: 10px 5px 5px 0;
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin: 0 0 0 0;
}
#leftnav1 li {
	list-style-image: url(../images/ArrowRt.gif);
	color: #B60D0A;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #ccc;
}
#leftnav1 li a {
	color: #B60D0A;
}
#leftnav1 li a:hover {
	background: #CCCCCC;
}
.leftnav {
	float: left;
	width: 140px;
	height: 100%;
	padding: 10px 5px 5px 0;
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 10px;
	margin: 0 0 0 0;
	background: #F0F0E8;
}
.midnav {
	color: #B60D0A;
	font: bold .8em "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 12px;
	border-bottom: 1px solid #ccc;
}
.topimage {
	border: 1px solid #000000;
	float: right;
}
.column {
	font-size: .9em;
	float: left;
	width: 32%;
	padding: 0px 3px 0px 3px
}
.twocolumn {
	font-size: .9em;
	float: right;
	width: 250px;
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
}
.first {
	font-size: .9em;
	float: left;
	width: 200px;
	margin: 5 15px 10px 10px;
	padding: 0 15px 0 0
}
.middle {
	font-size: .9em;
	float: left;
	width: 260px;
	margin: 5 0px 10px 15px;
}
.last {
	font-size: .9em;
	float: right;
	width: 210px;
	margin: 5 5px 10px 0;
}
.single {
	font-size: .9em;
	float: right;
	width: 594px;
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
}
.single_bu {
	font-size: .9em;
	float: right;
	width: 594px;
	margin: 0 0 0 0;
	padding: 0 20px 0 0px;
}
.missionstatement {
	font-size: .9em;
	float: left;
	width: 840px;
	padding: 0px 6px 20px 5px;
}
.font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.boldfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.flash {
	border: 0px solid #000000;
}
.tradeshow {
	FONT-FAMILY: Arial, Helvetica;
	FONT-SIZE: 12px;
	font-weight: bold;
	COLOR: #224c6e;
	padding-top: 5px;
	padding-left: 10px;
}
.searchbox {
	float: right;
	font-size: 10px;
	line-height: 10px;
}
.bioimg {
	padding: 0 5px 0 0;
}
.imgpad {
	padding:  0 5px 0 0;
}
.oneColFixCtrHdr #right_sidebar {
	width:180px;
	float:right;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 10px 0px;
	border: 2px solid #bbb;
	background-color: #F0F0E8;
}
.oneColFixCtrHdr #right_sidebar h1 {
	font-size: 14px;
	font-family: "Trebuchet MS";
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	background-color:#A7A7A7;
	padding: 5px 5px 5px 5px;
	font-weight: bolder;
}
.oneColFixCtrHdr #right_sidebar p {
	padding: 5px;
	font-size: 10px;
	font-family: "Trebuchet MS";
}
.oneColFixCtrHdr #right_sidebar a {
	color: #B60D0A;
	font: bold 10px "Trebuchet MS", Arial, Sans-Serif;
	border-bottom: 1px solid #ccc;
}
/* testing */
.large_callout {
	margin:20px;
	padding:10px 5px;
	border:1px solid #bbb;
	background-repeat:repeat-x;
}
.large_callout ul {
	margin:10px 0px 10px 15px;
	padding-left:10px;
}
.large_callout p {
	margin:0px 0px 10px 0px;
}
.large_callout h1 {
	font-size:14px;
	margin:0px 0;
}
.large_callout h2 {
	background-color:#A7A7A7;
	color:#EEEEEE;
	padding:5px 0px 5px 20px;
	margin:0px -5px;
	font-weight:normal;
	background-position: 2px 5px;
	position:relative;
	top:-10px;
}
.large_callout[class] h2 {
	margin:-10px -5px 10px;
	position:static;
}
.large_callout h3 {
	font-size:10px;
	margin:15px 0px 0px !important;
	background-color:transparent;
	background-image:none;
	color:#000;
	font-weight:bold;
	padding:0;
}
.large_callout hr {
	border:0;
	margin-bottom:15px;
	visibility: hidden;
}

