@charset "UTF-8";
body  {
	background: #294f79;
	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(images/background.gif);
	background-position: center;
	background-repeat: repeat-y;
}
#container {
	width: 828px;  /* 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. */
} 
#header {
	background: #ffffff;
	padding: 0;
	height: 434px;
	width: 828px;
	background-repeat: no-repeat;
} 
#nav {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:81px;
	width: 828px;
}
	#nav li{
	margin:0 0;
	list-style:none;
	float: left;
}
		
	#nav li a {
	display:block;
	height:81px;
	width:828px;
	text-indent:-9999px;

}
		#nav li a#about {width:188px; background: url(images/nav.jpg) 0 0;}
		#nav li a#services  {width:101px; background: url(images/nav.jpg) -188px 0;}
		#nav li a#policies  {width:96px; background: url(images/nav.jpg) -289px 0;}
		#nav li a#news  {width:153px; background: url(images/nav.jpg) -385px 0;}
		#nav li a#guestbook  {width:127px; background: url(images/nav.jpg) -538px 0;}
		#nav li a#contact  {width:163px; background: url(images/nav.jpg) -665px 0;}

		#nav li a#about:hover {background-position: -0px -81px;}
		#nav li a#services:hover  {background-position: -188px -81px;}
		#nav li a#policies:hover  {background-position: -289px -81px;}
		#nav li a#news:hover  {background-position: -385px -81px;}
		#nav li a#guestbook:hover  {background-position: -538px -81px;}
		#nav li a#contact:hover  {background-position: -665px -81px;}

		.about #nav li a#about {background-position: -0px -81px;}
		.services #nav li a#services  {background-position: -188px -81px;}
		.policies #nav li a#policies  {background-position: -289px -81px;}
		.news #nav li a#news {background-position: -385px -81px;}
		.guestbook #nav li a#guestbook  {background-position: -538px -81px;}
		.contact #nav li a#contact  {background-position: -665px -81px;}

#col1 {
	float: left; /* since this element is floated, a width must be given */
	width: 330px; /* 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; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0 15px 20px;
}
#col1 p {
	margin: 10px 10px 0 70px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
}

#col2  {
	margin: 0 0 0 360px;
	padding: 10px 50px 10px 0px;
	background: #ffffff;
}	
#col2 p {
	padding: 0 0 0 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
} 
#colmain  {
	padding: 10px 50px 10px 20px;
	background: #ffffff;
}

#colmain p {
	padding: 0 0 0 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
} 
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #5082A7;
	padding: 5px 0 0 70px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #C28215;
	line-height: 22px;
	margin-right: 50px;
	margin-left: 60px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 75px;
}
#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: 25px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
}
.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;
	padding: 4px 0 0 6px;
	border: 0;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	padding: 4px 8px 0 0px;
	border: 0;
}
.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;
}
.titles {
	float: left;
}
.welcomeboldleader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #C28215;
	font-weight: bold;
}
.newssubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5082A7;
	font-weight: bold;
} 
.callout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C28215;
	font-weight: bold;
	font-style: italic;
	margin-right: 65px;
	margin-left: 50px;
	margin-bottom: 10px;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	margin-left: 55px;
	line-height: 18px;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited { color: #666; text-decoration: underline; }
