@charset "utf-8";

img {
border: none;
}
a:visited {
	color: #39c;
}
a:active {
	color: #39c;
}

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: #000000;
	background-image: url(../Media/Images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	z-index: 9;
}
.oneColFixCtrHdr #header {
	height: 383px;
}
.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 #mainContent {
	background: #FFFFFF;
	padding-top: 28px;
}
.oneColFixCtrHdr #footer {

}
.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 */
}
.header-top {
	background-image: url(../Media/Images/header-top-bg.jpg);
	height: 33px;
	text-align: right;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.logo {
	height: 117px;
	width: 285px;
	float: left;
}
.bookmarks-header {
	margin-top: 21px;
	background-repeat: no-repeat;
	text-align: right;
	width: 600px;
	height: 35px;
	float: right;
}
.header-menu {
	margin-top: 35px;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	float: right;
	
}
.header-image {
	height: 233px;
	width: 960px;
	z-index: 999;
	top: 165px;
}
.header-sub-container {
	height: 117px;
}
.header-image-overlay {
	height: 150px;
	width: 150px;
	left: 100px;
	top: 200px;
	position: absolute;
}
.col2-left {
	width: 600px;
	z-index: 9;
	float: left;
}
.col2-right {
	width: 275px;
	z-index: 9;
}

.twoColFixRtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #444;
} 
.twoColFixRtHdr #header {
	height: 383px;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 274px;
	margin-top: 30px;
	background-color: #F7F7F7;
	font-size: 11px;
	padding-bottom: 10px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 350px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 30px;
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixRtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.footer-stretch {
	background-image: url(../Media/Images/footer-stretch.jpg);
	background-repeat: repeat-x;
	height: 303px;
	width: 100%;
}
.footer-main {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 303px;
	text-align: left;
}

.main-section-heading {
	height: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #004073;
	line-height: normal;
}
.main-section-heading-icon {
	float: left;
	width: 40px;
	margin-right: 30px;
}
.main-section-heading-text {
	padding-top: 5px;
	height: 31px;
}
.main-sect-sub {
	height: 25px;
	margin-top: 15px;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #004073;
}
.main-sect-sub-left {
	background-image: url(../Media/Images/main-sect-sub-bg-left.png);
	width: 7px;
	float: left;
	height: 23px;
}
.main-sect-sub-mid {
	background-image: url(../Media/Images/main-sect-sub-bg-mid.png);
	background-repeat: repeat-x;
	height: 23px;
	float: left;
	padding-top: 3px;
}
.main-sect-sub-right {
	background-image: url(../Media/Images/main-sect-sub-bg-right.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 7px;
	margin-right: auto;
	float: left;
}
.footer-left-col {
	float: left;
	height: 245px;
	width: 289px;
	background-image: url(../Media/Images/footer-divider.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-right: 15px;
	padding-left: 15px;
}
.footer-top {
	height: 245px;
}
.footer-mid-col {
	height: 245px;
	width: 320px;
	float: left;
}
.footer-right-col {
	height: 245px;
	width: 3px;
	float: left;
	background-image: url(../Media/Images/footer-divider.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer-bottom {
	padding-top: 10px;
	float: left;
	width: 960px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h2 {
	font-size: 18px;
}
a:link {
	text-decoration: none;
	color: #39c;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.topmenu {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F5F5F5;
	font-weight: bold;
	padding-top: 7px;
	height: 22px;
	float: right;
	width: 500px;
}
.language-divider a: {
	color: #ccc;}
.language-divider a:link {
	color: #F5F5F5;}
.language-divider a:visited {
	color: #F5F5F5;}	
	
.language-divider {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F5F5F5;
	font-weight: bold;
	padding-top: 7px;
	height: 22px;
	float: right;
	width: 500px;
}
.topmenu a: {
	color: #F5F5F5;}
.topmenu a:link {
	color: #F5F5F5;}
.topmenu a:hover {
		color: #ccc;}
.topmenu a:visited {
		color: #F5F5F5;}		
.headermenu {
	font-weight: bold;	
}
.header-menu a: {
	color: #004073;}
.header-menu a:link {
	color: #004073;}
.header-menu a:visited {
	color: #004073;}	
.header-menu a:hover {
	color: #10B1E0;
	text-decoration: underline;
}
.header-menu a:active { text-decoration:underline
			color: #069;
}		
.header-menu-divider {
	color: #999;
}
.footer-heading {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	width: 289px;
	color: #CCC;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.footer-info {
	margin-left: 20px;
	text-align: left;
	font-size: 11px;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding-top: 20px;
	width: 960px;
}
.footer-info a: {
	color: #f5f5f5;
	font-family: Arial, Helvetica, sans-serif;
}
.footer-info a:link {
	color: #f5f5f5;
	font-family: Arial, Helvetica, sans-serif;
}
.footer-info a:visited {
	color: #f5f5f5;
	font-family: Arial, Helvetica, sans-serif;
}
.footer-info a:hover {
	color: #F90;
	font-family: Arial, Helvetica, sans-serif;
}

.main-sect-sub a: {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}
.main-sect-sub a:link {
	color: #999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.main-sect-sub a:hover {
	color: #10B1E0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.main-sect-sub a:active {
	color: #10B1E0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.main-sect-sub a:visited {
	color: #999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.main-sect-sub-divider {
	color: #10B1E0;
}
.mailto {color: #F90;
}
.mailto a: {color: #F90;
}
.mailto a:link {color: #F90;
}
.mailto a:active {color: #F90;
}
.mailto a:visited {color: #F90;
}

.footermap { text-align:center}.footer-location-text {
	font-size: 11px;
	color: #999;
}
.footer-location-left {
	float: left;
	width: 100px;
	text-align: right;
	padding-top: 5px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #CCC;
}
.footer-location-right {
	text-align: left;
	float: left;
	width: 150px;
	color: #999;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 10px;
}
.footer-feedback {
	padding-top: 40px;
	font-size: 10px;
	color: #999;
}
.footer-feedback-text {	padding-top: 10px;
	font-size: 11px;
	color: #CCC;}
.footer-news {
	padding-top: 20px;
	font-size: 10px;
	color: #999;
}
.language-divider {
	margin-top: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	float: right;
	margin-left: 15px;
	width: 125px;
	padding-top: 2px;
	margin-bottom: 4px;
	height: 16px;
	color: #CCC;
	background-image: url(../Media/Images/blue-circle.gif);
	background-position: 75px center;
	background-repeat: no-repeat;
}
.submenu-container {
	width: 650px;
	float: right;
	height: 18px;
}
.verdana12-444 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #444;
}

