@charset "utf-8";
/* CSS Document */
html, body {margin:0px; padding:0px; border:none;}
	/* zero the margin and padding of the body element to account for differing browser defaults */
p, body {text-decoration:none; color:black;
	list-style-type:none; line-height:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal; font-weight: normal; font-variant: normal;
	} /* centers the container in IE5* browsers, text set left in #wrapper */
body {text-align:center; background-color:#CCCCCC; margin-top:0px;
	}
#hbar {margin-left:auto; margin-right:auto; width:720px; margin-top:1px; margin-bottom:0px;
	padding:0px; spacing:0px; width:720px; height:auto; clear:none; line-height:1;
	position:relative;}
#hbar ul {margin:0px; padding-top: 2px; padding-bottom:2px; white-space:nowrap;}
#hbar ul li{display:inline; white-space:normal; margin-left: 4px; padding-right:0px; border-left: 0px solid black;}
#wrapper {margin-left:auto; margin-right:auto; width:720px;
	/* auto margins and width centers the page
	780 px or less avoids scroll bar and allows browser chrome */
	margin-top:0px;
	background: #ffffff url(../images/background2.jpg) repeat-y 50% 0;
	border:1px solid #0D161F; /* establishes the 162 px left-background (grey) */
	text-align:left; position:relative;
	/* aligns text and allows the sidebars to be positioned relative to the wrapper */
	}
#header {height: 67px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background-color: #9C0000; 	background-image: url(../images/red_header.gif);   
	padding: 5px 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. */
	}
#nav {height: auto; line-height:1;
font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	margin:0px; padding:0px; width:720px;
	background-color:#E7D6B5;
	}
#nav ul {list-style:none; margin:0px; padding-top:5px; padding-bottom:5px;}
#nav li{display:inline; padding:5px 0px;}
#nav li a {
	color: #000000;
	text-decoration: none;
	padding-left:5px;
	padding-right:0px;
}
#nav ul li a:hover{color: #000000; text-decoration: underline;
	}
#column2 { /* optional right column */
	width:210px; /* the actual width of this div, standards-compliant browsers, includes the padding and border */
	border-top:1px solid #000000;
	position: absolute;
	top: 275px;
	right: 0px;
	background: #FFFFFF; /* background color displayed for the length of the column content, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
}
	
#navholder {position: absolute; top:275px; left: 0px;
list-style: none; /* kills the list item "bullet" markers */
display: inline; /* doubled margin bug fix for IE/win */
width: 164px; /* 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 */
padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */}

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #wrapper in the document's source order, they will appear at the top of the #wrapper even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/

#main {margin:0px;
	padding:0px;
	margin-left: 164px;
	margin-right:0px;
	margin-top:0px;
	background-color: #ffffff;
	height:auto;
	}
#main-content {
	margin-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	height:auto;
	padding: 0px;
	}
#main-content a:link {text-decoration:underline; color:blue;}
#main-content a:visited {color:maroon;}
#main-content a:hover {text-decoration:underline;}
#main-content a:active {color:blue;
	}
#topnav {margin:0px; padding:0px;
	width:720px;
	background-color:#E7D6B5;
	}
#logo {margin-left: 164px; margin-top:0px; margin-right:25px; margin-bottom:15px;
	background-image:url();
	background-position:right; background-repeat:no-repeat; background-color: #ffffff;
	height:85px;
	}
#footer {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px; color:#FFFFFF;
background-color: #18526B;
clear: both;
margin: 0;
height: 20px;
line-height:20px;
text-align:center;
width:720px;}


#column1 {
	float:left;
	background-color:#FFFFFF;
	margin:0px;
	padding:10px;
	width:325px;
	height:auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	}
img {margin:0px; padding:0px;
line-height: 0px;
display: block;
border:none;}

img.header {margin:0;
padding:0;
border:none;
display:block;
width:720px;
height:67px;}

img.floatLeft {float: left;
margin-right: 20px;
margin-bottom: 10px; }

img.floatRight {float: right;
margin: 4px;}
	
address {
	font-style: normal;
}

