@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #b3b3b3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	width: 900px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto;
}

/* ----- #HEADER ----- */

#header {
	padding-top: 35px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-color: #FFFFFF;
}

/* ----- #MENU ----- */

#menu {
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
}

/* -- .mainMenu -- */

#menu .mainMenu {
	text-align: right;
}
#menu .mainMenu  a:hover, #menu .mainMenu .selected {
	background-color: #febe10;
}

/* -- .subMenu -- */

#menu .subMenu {
	padding-top: 10px;
	padding-bottom: 7px;
	border-bottom: 1px solid #b3b3b3;
	padding-right: 25px;
	padding-left: 25px;
}
#menu .subMenu p {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003767;
	line-height: 11px;
}
#menu .subMenu h2 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003767;
	line-height: 11px;
}
#menu .subMenu h2 a {
	color: #003767;
	text-decoration: none;
}
#menu .subMenu h2 a:hover {
	color: #999999;
	text-decoration: none;
}
.center {
	text-align: center;
}
#menu .subMenu ul {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	line-height: 11px;
	list-style-type: none;
}
#menu .subMenu li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#menu .subMenu a {
	color: #999999;
	text-decoration: none;
}
#menu .subMenu a:hover, #menu .subMenu .selected {
	color: #003767;
	text-decoration: none;
}

/* ----- #MAINCONTENT ----- */

#mainContent {
	background: #FFFFFF;
	padding: 25px;
	min-height: 450px;
}
#mainContent h1 {
	margin-bottom: 10px;
}
#mainContent #relatedProduct {
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
	width: 500px;
}
#mainContent #relatedProduct h1 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
#mainContent #relatedProduct p {
	color: #666666;
	font-size: 11px;
}
#mainContent #relatedProduct ul {
	margin-top: 5px;
	list-style-type: none;
	font-size: 11px;
	color: #666666;
	clear: left;
	margin-bottom: 5px;
}
#mainContent #relatedProduct li {
	display: inline;
	margin-right: 20px;
}
#mainContent #relatedProduct a {
	color: #666666;
	text-decoration: none;
}
#mainContent #relatedProduct a:hover {
	color: #666666;
	text-decoration: underline;
}
#mainContent .homeContent{
	padding-top: 80px;
	padding-right: 25px;
	padding-bottom: 50px;
	padding-left: 25px;
}
#normal {
}
.threecolumn {
	float: left;
	width: 255px;
}
.twocolumn {
	float: left;
	width: 580px;
}
.flashmap {
	float: right;
	margin-right: 30px;
}
.columnrule {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	margin-right: 20px;
	padding-right: 20px;
}
.columnspace {
	margin-right: 20px;
}
#normal p {
	color: #333333;
	font-size: 12px;
	line-height: 15px;
	padding-bottom: 6px;
}
#normal p.large {
	font-size: 15px;
	line-height: 22px;
}
#normal h2 {
	color: #003767;
	font-size: 12px;
	line-height: 15px;
	padding-top: 6px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003767;
	margin-bottom: 10px;
	padding-bottom: 2px;
	margin-right: 20px;
}
#normal h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 15px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#normal a {
	color: #003767;
	text-decoration: none;
}
#normal a:hover {
	color: #003767;
	text-decoration: underline;
}
#normal .blue {
	color: #003767;
}
#normal .floatright ul {
	font-size: 10px;
	color: #000000;
	text-align: center;
	list-style-type: none;
}
#normal .floatright li {
	display: inline;
}

/* ----- #META ----- */
/* Includes: Page numbers and 'Print this page' items. */

#meta {
	margin: 0px 0px 20px 0px;
}
#meta p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #808080;
	text-transform: uppercase;
	display: inline;
}
#meta h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003767;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}
#meta h3 {
	color: #003767;
	font-size: 12px;
	line-height: 15px;
	padding-top: 6px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003767;
	margin-bottom: 10px;
	padding-bottom: 2px;
	margin-right: 20px;
	width: 570px;
}
#meta .printThisPage {
	float: right;
	background-image: url(images/print_icon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	width: 120px;
	line-height: 16px;
	text-align: right;
	padding-right: 20px;
}
#meta .printThisPage a {
	color: #808080;
	text-decoration: none;
}
#meta .printThisPage a:hover {
	color: #808080;
	text-decoration: underline;
}
#meta .breadcrumbs {
	width: 505px;
	text-align: right;
	line-height: 20px;
}
#meta .breadcrumbs ul {
	display: inline;
}
#meta .breadcrumbs li {
	display: inline;
	margin: 0px 1px;
}
/* #meta .breadcrumbs li a {
	color: #666666;
	text-decoration: none;
	border: 1px solid #666666;
	margin: 0px 1px;
	padding: 0px 4px;
}
#meta .breadcrumbs li a:hover {
	color: #FF0000;
	text-decoration: none;
	border: 1px solid #FF0000;
}
#meta .breadcrumbs li a.selected {
	color: #FF0000;
	text-decoration: none;
	border: 1px solid #FF0000;
}
#meta .breadcrumbs .noborder {
	border: 0px;
}

/* ----- #PRODUCTS ----- */

#products {
	float: left;
	font-size: 10px;
}
#products .item {
	display: inline;
	float: left;
	width: 112px;
	border-right: 1px dotted #999999;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#products .item ul {
	border-bottom: 1px dotted #999999;
	margin: 0px;
	width: 105px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#products .item li {
	line-height: 15px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#products .threecolumn p {
	padding-bottom: 5px;
	width: 230px;
	margin-left: 15px;
	padding-top: 5px;
}
#products .threecolumn .rule {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#mainContent .selectedProduct {
	width: 330px;
	float: right;
	display: inline;
}
#products .item .norule {
	border: 0px;
}
#products a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	line-height: 15px;
}
#products h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003767;
	clear: left;
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#products a:hover {
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
#products.fullwidth {
	width: 800px;
}
#products.fourcolumn {
	width: 510px;
}

/* ----- #FOOTER ----- */

#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b3b3b3;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#footer ul {
	font-size: 11px;
	line-height: 16px;
	color: #808080;
	list-style-type: none;
}
#footer li {
	display: inline;
	margin-right: 10px;
}
#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 */
	font-size: 11px;
	line-height: 16px;
	color: #808080;
}
#footer a {
	font-size: 11px;
	line-height: 16px;
	color: #808080;
	text-decoration: underline;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}

/* ----- MISCELLANEOUS ----- */

.clearfloat { 
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 0px;
}
#byline p {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	text-align: center;
}
