@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #C0C5B1;
	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;
}
a:current{
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #57657D;
	text-decoration: none;

}
a:link {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #004879;
}
.twoColFixLtHdr #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 #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	float:left;
} 
#h_upleft {
	background: url(../images/mast1.jpg) no-repeat;
	width: 194px;
	height: 80px;
	float: left;
}
#h_upmid {
	background: url(../images/mast2.jpg) no-repeat;	
	width: 572px;
	height: 80px;
	float: left;
}
#h_upright {
	background: url(../images/mast3.jpg) no-repeat;
	width: 134px;
	height: 80px;
	float: left;
}
.twoColFixLtHdr #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 */
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 194px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff url(../images/mast4.jpg) no-repeat top; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr p {
	margin: 12px 20px 0px 14px;
	font-size: 0.80em;
	color: #4A4A4A;
}
.body_bold {
	font-size: 1.1em;
	font-weight: bolder;
	color: #990000;	
}
#sidemenu {
	float: left;
	padding: 7px 0px 0px 12px;
	width: 182px; 
}
.navbutton {
	float: left;
	margin: 5px 0px 0px 0px;
}
.redline {
	float: left;
	margin: 5px 0px 0px 0px;
}
/*  in the case that we use the background png
.navbutton {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	margin: 10px 0px 0px 0px;
	padding: 6px;
	background: url(../images/nav_fades.png) repeat-y right;
}

.navbutton a:current{
	font-size: 1.2em;
}

.navbutton a:visited {
}
.navbutton a:link {
	color: #990000;
	text-decoration: none;
	text-align: right;
}
.navbutton a:hover {
	background: url(../images/nav_fades2.png) repeat-y right;
	color: #2B2F5E;
}
*/

#sideaddress {
	float: left;
	padding: 12px 6px 0px 6px;
	width: 182px;
	font-size: .8em;
}
.address {
	margin: 6px 0px 0px 0px;
	width: 182px;
	float: left;
}
.address a:visited {
	color: #990000;
}
.address a:hover {
	color: #004879;
}
.bluetext {
	width: 182px;
	color: #004879;
	float: left;
	font-weight: bold;
}
#side_bluebox {
	float: left;
	width: 174px;
	padding: 10px;
	height: 253px;
	background: #E3E8DB url(../images/bar_topfades.png) repeat-x top;
}
#hr_side_bluebox {
	float: left;
	width: 174px;
	padding: 10px;
	height: 280px;
	background: #E3E8DB url(../images/bar_topfades.png) repeat-x top;
}
.twoColFixLtHdr #mainContent {
	width: 706px;
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	float: left;
	background: url(../images/mast5.jpg) no-repeat;
}
#viewarea {
	width: 706px;
	float: left;
}
#rotator {
	width: 540px;
	float: left;
	margin: 12px 0px 0px 10px;
	padding: 0px 0px 5px 0px;
} 
#plainheadline {
	width: 482px;
	float: left;
	margin: 12px 0px 6px 10px;
	padding: 25px 30px 25px 30px;
	color: #ffffff;
	font-weight: bolder;
	background: url(../images/headline_bg.jpg) no-repeat;
}
/*
#rotator {
	margin: 14px 0px 10px 10px;
	padding: 30px;
	width: 492px;
	float: left;
	background: #E3E8DB;
}  
*/
.h-textbox {
	float: left;
	width: 540px;
	margin: 0px 8px 1px 10px;
	border: 1px solid #C0C5B1;	
	padding: 0px 0px 14px 0px;
}
.home-textbox {
	float: left;
	width: 540px;
	height: 354px;
	margin: 0px 8px 1px 10px;
	border: 1px solid #C0C5B1;	
	padding: 0px 0px 14px 0px;
}
.hr-textbox1 {
	float: left;
	width: 540px;
	margin: 12px 8px 0px 10px;
	border: 1px solid #C0C5B1;	
	padding: 0px 0px 10px 0px;
}
.hr-listbox1 {
	float: left;
	width: 264px;
	height: 150px;
	margin: 6px 0px 0px 10px;
	border: 1px solid #C0C5B1;	
	padding: 0px 0px 10px 0px;
}
.hr-headbox1 {
	font-size: .85em;
	float: left;
	width: 528px;
	margin: 6px 0px 0px 10px;
	border: 1px solid #C0C5B1;	
	padding: 3px 0px 3px 12px;
}
#hr-rightbar {
	margin: 60px 0px 0px 0px;
	width: 145px;
	height: 458px;
	float: right;
	background: #E3E8DB url(../images/bar_topfades.png) repeat-x top;
}
#rightbar {
	margin: 60px 0px 0px 0px;
	width: 145px;
	height: 431px;
	float: right;
	background: #E3E8DB url(../images/bar_topfades.png) repeat-x top;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 40px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #E3E8DB;
	font-size: 0.75em;
	color: #666666;
	border-top: medium solid #FFFFFF;
} 
.twoColFixLtHdr #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;
}
