@charset "utf-8";
/* CSS Document */

body {
	background: url(_images/page_bg.jpg);
	background-color: #a5b2ca;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-top:0px;
}
a {
	font-size: 12px;
	color:#fdd832;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}

#PageHeader {
	 background:url(../images/header2.gif); 
	 width:765px; 
	 min-height:220px;
}

#PageTopNavigation a, a:active, a:visited {
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding:15px;
	text-decoration:none;
}

#PageTopNavigation a:hover {
	font-size:12px;
	color:#000;
	font-weight:bold;
	padding:15px;
	text-decoration:none;
}

#PageBody {
	border:0px solid #fff;
	background-color:#314861;
	min-height:200px;
	width:765px;
}

#PageBodyCopy {
	background-color:#314861;
	padding:10px;
	width:745px;
}

#PageBodyLeft {
	border-right:1px solid #666;
	float:left;
	margin-bottom:20px;
	min-height:380px;
	padding-left:10px;
	width:260px;
}

#PageBodyLeftUpper {
	background:url(../images/textbox.gif);
	min-height:110px;
//	min-height:85px;  /*  Firefox hack, this line is only read by IE  */
}

#PageBodyLeftUpper ul {
	color:#03daff;
	font-size:11px;
	padding-top:10px;
}

#PageBodyLeftUpper li {
	font-size:11px;
	padding-top:5px;
	padding-bottom:5px;
}

#PageBodyLeftUpper li a, a:active, a:visited {
	color:#03daff;
	font-size:11px;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
}

#PageBodyLeftUpper li a:hover {
	color:#03daff;
	font-size:11px;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:underline;
}

#PageBodyRight {
	float:right;
	margin-bottom:20px;
	min-height:120px;
	padding-right:10px;
	width:470px;
}

#PageBodyRightUpper {
	border-bottom: 1px solid #666;
}

#PageBodyRightLower a, a:active, a:visited {
	color:#fdd832;
	font-size:12px;
	text-decoration:none;
}

#PageBodyRightLower a:hover {
	color:#fdd832;
	font-size:12px;
	text-decoration:underline;
}

#PageFooter {
	background:url(../images/footer.gif);
	clear:both;
	color:#000;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	min-height:75px;
	width:765px;
}

#PageFooter a, a:active, a:visited {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

#PageFooter a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#NavigationButtonHome {
	border:0px solid #fff; 
	float:left; 
	margin-top:119px; 
	margin-left:65px; 
	width:50px;
}

#NavigationButtonHome a, a:active, a:visited, a:hover {
	padding:0px;
}

#NavigationButtonContactUs {
	 border:0px solid #fff; 
	 float:right; 
	 margin-top:118px; 
	 margin-right:200px; 
	 width:50px;
}

#NavigationButtonContactUs a, a:active, a:visited, a:hover {
	padding:0px;
}

#LogoLink {
	 min-height:65px; 
	 width:285px; 
	 margin-left:90px; 
	 margin-top:33px;
}

#LogoLink a, a:active, a:visited, a:hover {
	padding:0px;
}

.SectionHeader {
	background:url(../images/section_head_bg.gif) no-repeat;
	color:#fdd832;
	font-size:14px;
	font-weight:bold;
	min-height:50px;
	padding-left:30px;
	padding-top:14px;
}

.HoursBodyCopy {
	line-height:37px; 
	padding-left:40px; 
	display:block;
}

.TelephoneAndAddressBodyCopy {
	line-height:25px; 
	padding-left:40px; 
	display:block;
}

.FieldsetLegends {
	color:#fdd832;
}

.hide {
	display:none;
	visibility:hidden;
}

.show {
	display:block;
	visibility:visible;
}