@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: #002E62;
	background-color: #FFFFFF;
	background-image: url(../images/bgMaps.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.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: 1px solid #BEBEBE;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(../images/header.jpg);
	height: 132px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 600px;
	background-repeat: no-repeat;
}
div.box{
	width: 90%;
	padding: 10px;
	margin:0 auto;
	color:#000;
	background-color: #F6F6F6;
}
.box h1, .contentTop h1 
{
    font: lighter 150% "Trebuchet MS",Arial sans-serif;
    color: #208BE1;
	text-transform: uppercase;
    }
.box h2, .nav h2
{
    font: lighter 110% "Trebuchet MS",Arial sans-serif;
    color: #208BE1;
	text-transform: uppercase;
   }
.roundedTbl {
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
	background-color: #F6F6F6;
}
.roundedTbl .bottomRow {
	background-image: url('../images/footerMaps.gif');
	background-repeat: no-repeat;
	height: 30px;
	margin: 0px;
	padding: 0px;
    text-align: center;
}
.roundedTbl .tblContent {
	background-image: url(../images/bg-tblContent.gif);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
}
.roundedTbl .rigthCol {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #04376C;
}
.roundedTbl .toprow {
	background-color: transparent;
	background-image: url(../images/topWide.jpg);
	background-repeat: no-repeat;
	height: 38px;
	padding-top: 15px;
	padding-left: 25px;
}
/*med-*/
.roundedTblMed {
	font-size: 12px;
	line-height: 20px;
	margin-top: 20px;
	background-color: #F6F6F6;
}
.roundedTblMed .bottomRowMed {
	background-image: url(../images/footerMapsMed.gif);
	background-repeat: no-repeat;
	height: 30px;
	margin: 0px;
	padding: 0px;
}


.roundedTblMed .tblContentMed {
	background-image: url(../images/bg-tblContentMed.gif);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
}
.roundedTbl .tblContentOddLft {
	background-image: url(../images/bgtdOddLft.gif);
	background-repeat: repeat-y;
	background-color: #E2E1E1;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	background-position: left;
}
.roundedTbl .tblContentOddRt {
	background-image: url(../images/bgtdOddRt.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #E2E1E1;
}
.roundedTbl .tblContentEvenLft {
	background-image: url(../images/bgtdEvenLft.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	background-position: left;
}
.roundedTbl .tblContentEvenRt {
	background-image: url(../images/bgtdEvenRt.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
}
.roundedTblMed .rigthColMed {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #04376C;
}
.roundedTblMed .toprowMed {
	background-color: transparent;
	background-image: url(../images/topWideMed.jpg);
	background-repeat: no-repeat;
	height: 38px;
	padding-top: 15px;
	padding-left: 25px;
	text-transform: capitalize;
	color: #FFFFFF;
}
/*-end med-*/
/*small-*/
.roundedTblSm {
	font-size: 12px;
	line-height: 20px;
	margin-top: 20px;
	background-color: #F6F6F6;
	width:393px;
}
.roundedTblSm .bottomRowSm {
	background-image: url(../images/footerMapsSm.gif);
	background-repeat: no-repeat;
	height: 30px;
	margin: 0px;
	padding: 0px;
}
.roundedTblSm .tblContentSm {
	background-image: url(../images/bg-tblContentSm.gif);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
}
.roundedTblSm .rigthColSm {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #04376C;
}
.roundedTblSm .toprowSm {
	background-color: transparent;
	background-image: url(../images/topWideSm.jpg);
	background-repeat: no-repeat;
	height: 38px;
	padding-top: 15px;
	padding-left: 25px;
}
/*end small-*/
.oneColFixCtrHdr #header h1 {
	text-align: center;
	font-size: 18px;
	font-style: normal;
	color: #193660;
	padding-top: 25px;
	padding-right: 25;
	padding-bottom: 10px;
	font-weight: normal;
	margin: 0;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #mainContent h3, .roundedTbl h3
{
    font-size: 13px;
    text-align: center;
    text-transform: capitalize;
}

.roundedTbl .leftCol {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #023260;
}
.roundedTbl .toprow h2, .roundedTblMed .toprowMed h2, .roundedTblSm .toprowSm h2{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
}
.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 */
}
a:link {
	color: #002E59;
}
a:visited {
	color: #774E2E;
}
.links a {
	padding: 5px;
	border: 1px ridge #754726;
	height: 20px;
	display: inline-block;
	text-decoration: none;
	color: #002E62;
	background-color: #E3E3E3;
	font-weight: bold;
}
.links a:hover {
	color: #FFFFFF;
	background-color: #824A29;
}
.links {
	height: 35px;
}
.oneColFixCtrHdr #container #navigation {
	background-color: #CCCCCC;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #26537D;
	margin-bottom: 10px;
}
