@charset "UTF-8";
body {
	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: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #e9f0f4;
	background-image: url(images/bkgd_gradient.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #tollFree {
	text-align: right;
	color: #004A8F;
	background-color: #E4ECF1;
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #topNav {
	font-size: 0.7em;
	font-weight: bold;
	background-color: #E4ECF1;
	padding-right: 25px;
}
.oneColFixCtrHdr #topBar {
	margin-top: 4px;
	margin-bottom: 4px;
	background-image: url(images/blue_bar_top.gif);
	background-repeat: repeat-x;
	height: 12px;
}
.oneColFixCtrHdr #header {
	height: 117px;
}
.oneColFixCtrHdr #blueGrayBar {
	background-image: url(images/gray_red_bar.gif);
	height: 12px;
	margin-top: 4px;
	margin-bottom: 15px;
}
.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;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	font-size: 0.7em;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
.oneColFixCtrHdr #HomeIntro {
	margin-right: 150px;
	padding-bottom: 10px;
}
.HomeIntroSpecial {
	font-size: 1.1em;
	color: #C41121
}
.oneColFixCtrHdr #HomeIntro h1 {
	font-size: 1em;
	font-weight: normal;
	line-height: 15px;
}
.oneColFixCtrHdr #mainContent table {
	width: 750px;
	font-size: 1em;
	color: #666666;
	vertical-align:top;
	line-height: 1.15em;
}
.oneColFixCtrHdr #mainContent table a:link{
	color: #666666;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent table a:visited{
	color: #666666;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent table a:hover{
	color: #FF0000;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent table a:active{
	color: #666666;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent td.head {
	color: #004A8F;
	font-size: 1.5em;
	padding-bottom: 11px;
	font-weight: bold;
	padding-top: 1px;
}
.oneColFixCtrHdr #mainContent td.headrt {
	color: #004A8F;
	font-size: 1.5em;
	padding-left: 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #979797;
	padding-bottom: 11px;
	font-weight: bold;
	padding-top: 1px;
}
.oneColFixCtrHdr #mainContent td.one {
	width: 155px;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent td.two {
	width: 200px;
	padding-right: 10px;
}
.oneColFixCtrHdr #mainContent td.three {
	width: 155px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #979797;
	font-weight: bold;
	padding-left: 20px;
}
.oneColFixCtrHdr #mainContent td.four {
	width: 200px;
}
.oneColFixCtrHdr #Crumb {
	margin-left: 200px;
	color: #776F55;
	font-size: 0.7em;
	margin-bottom: 12px;
	margin-right: 25px;
	margin-top: 0px;
	padding: 0px;
	font-weight: bold;
}
.oneColFixCtrHdr #Content {
	background: #FFFFFF;
	font-size: 0.75em;
	padding-right: 25px;
	padding-bottom: 15px;
	margin-left: 200px;
	line-height: 1.6em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #Content img {
	border: 1px solid #979797;
}
.oneColFixCtrHdr #Content h2 {
	color: #004A8F;
	font-size: 1.6em;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #Content h2 img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #Content a, a:link, a:visited, a:active {
	color: #004A8F;
}
.oneColFixCtrHdr #Content a:hover {
	color: #C41121;
	text-decoration: none;
}
.oneColFixCtrHdr #leftnav {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-left: 25px;
}
.oneColFixCtrHdr #navlist {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	border-top-width: 1px;
	-top-style: solid;
	border-top-color: #333333;
	font-size: .7em;
}
.oneColFixCtrHdr #navlist a, #navlist a:visited {
	display: block;
	padding: 3px 3px 3px 24px;
	background-color: #979797;
	background-image:  url(images/l1_down.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.oneColFixCtrHdr #navlist a:hover {
	background-color: #666666;
	color: #FFFFFF;
	background-image:  url(images/l1_over.gif);
}
.oneColFixCtrHdr #leftnav #navlist .uberlink {
	background-color: #004B8F;
	background-image:  url(images/l1_over.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
	color: #FFFFFF !important;
	font-weight: bold;
	cursor: default;
}
.oneColFixCtrHdr #RightSide {
	float: right;
	width: 200px;
	margin-left: 15px;
	margin-bottom: 15px;
	text-align: center;
	font-size: .9em;
}
.oneColFixCtrHdr #RightSideContact {
	float: right;
	width: 300px;
	margin-left: 15px;
	margin-bottom: 15px;
	text-align: center;
	font-size: .9em;
}
.oneColFixCtrHdr #footer {
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 0.65em;
	text-align: right;
	background-color: #FFFFFF;
	color: #004A8F;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C41121;
}
.oneColFixCtrHdr #footer a, a:link, a:visited, a:active {
	color: #004A8F;
}
.oneColFixCtrHdr #footer a:hover {
	color: #C41121;
	text-decoration: none;
}
.oneColFixCtrHdr #footer p {
	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 */
}
.homeImage {
	float: right;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.Subhead {
	font-weight: bold;
	color: #004A8F;
	font-size: 1.1em;
}
.imageCaption {
	font-weight: bold;
}
