






body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url("/digitalAssets/0/362_bg_sliver_lefthandside.gif");
	background-repeat: repeat-x;
	background-position: 100px 0px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
}
/* Background image for right side */
#right-half {
	background-image: url("/digitalAssets/0/361_bg_sliver_righthandside.gif");
	background-repeat: repeat-x;
	width: 40%;
	position: absolute;
	right: 0px;
	height: 100%;
}
/* Header */
#header {
	width: 876px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	z-index: 1;
}
#header img {
	display: block;
}
#header a {
	color: white;
}
#header-top {
	width: 876px;
	height: 99px;
	z-index: 10;
}
#header-sitemap {
	position: absolute;
	top: 45px;
	right: 10px;
	z-index: 20;
}
#header-sitemap a {
	color: #0356A4;
	font-size: 10px;
	text-decoration: none;
	z-index: 20;
}
#header-search {
	position: absolute;
	top: 70px;
	right: 10px;
	z-index: 20;
}
#header-search input {
	font-size: 12px;
	/*height: 16px;*/
	font-weight: bold;
	color: #A4A4A4;
	vertical-align: top;
	z-index: 20;
}
#header-left {
	float: left;
	width: 434px;
	height: 149px;
	padding: 0px;
	margin: 0px;
	/*color: white;
	font-size: 11px;*/
	z-index: 30;
}
.header-divider {
	float: left;
	width: 1px;
	height: 149px;
	padding: 0px;
	margin: 0px;
	background-color: white;
	z-index: 30;
}
/*#header-middle {
	float: left;
	padding: 0px;
	margin: 0px;
	height: 149px;
	width: 344px;
	z-index: 30;
}*/
#header-right {
	float: left;
	width: 440px;
	height: 149px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	z-index: 30;
}
#header-full {
	float: left;
	width: 876px;
	height: 88px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	z-index: 30;
}
#header-bottom {
	clear: both;
	width: 876px;
	height: 36px;
	z-index: 400;
}
/* Navigation Bar */
#nav {
	width: 876px;
	height: 36px;
}
#nav ul {
	padding-top: 4px;
	padding-left: 40px;
	margin-left: 52px;
	width: 100%;
	list-style: none;
}
#nav li {
	display:block;
	float:left;
	margin-right: 16px;
	margin-left: 16px;
	padding-right: 2px;
	padding-left: 2px;
	color: white;
	font-size: 11px;
	font-weight: bold;
}
#nav li:hover {
	cursor: pointer;
	/*background-color: white;*/
	color: #ffcc00;
	font-weight: bold;
}
#nav a {
	color: white;
	font-size: 11px;
	text-decoration: none;
}
#nav a:hover {
	cursor: pointer;
	/*background-color: white;*/
	color: #ffcc00;
	font-weight: bold;
}
#main-content {
	position:relative;
	width: 876px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	background-color: white;
	padding: 0px;
}
/* Left columns */
#left-map-column {
	float: left;
	/*width: 256px;*/
        width: 280px;
}
#left-links-column {
	float: left;
	width: 90px;
	padding-left: 15px;
	padding-top: 15px;
}
#left-content a:hover {
	font-size: 13px;
	/*color: #025D24;*/
        color: #627cac;
}
#left-content a {
	font-size: 13px;
	color: #666666;
}
/* Center columns */
#center-map-sidebar {
	margin-left: 291px;
	margin-right: 252px;
}
#center-map-images {
	margin-left: 291px;
	margin-right: 210px;
}
#center-links-sidebar {
	margin-left: 120px;
	margin-right: 252px;
}
#center-links-images {
	margin-left: 120px;
	margin-right: 210px;
}
#center-breadcrumb {
	font-size: 13px;
	color: #025D24;
	padding-bottom: 20px;
}
#center-breadcrumb a {
	font-size: 13px;
	color: #627cac;
}
#center-breadcrumb a:hover {
	font-size: 13px;
	color: #666666;
}
#center-content {
	font-size: 12px;
        color: #000000;
}
#center-content a {
	font-size: 13px;
	color: #627cac;
}
#center-content a:hover {
	font-size: 13px;
	color: #666666;
}
/* Right columns */
#right-sidebar-column {
	float: right;
	width: 232px;
	background-color: #D6DDE9;
}
#right-images-column {
	float: right;
	width: 160px;
	padding-right: 20px;
	padding-top: 20px;
}
#right-content {
	font-size: 13px;
	color: #025D24;
}
#sidebar-content {
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 13px;
	color: #025D24;
}
#sidebar-content a {
	font-size: 13px;
	color: #025D24;
}
#sidebar-content a:hover {
	font-size: 13px;
	color: #666666;
}
/* Footer */
#footer {
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
	margin-top: 30px;
}



