/* Copyright 2009 Athena Web Design http://athenawebdesign.com */

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
fieldset, img { 
	border:0;
}
/* misc styles */
.clear {
	clear:both;
	}
img.left {
	float:left;
	margin:0 10px 8px 0;
	}
img.right {
	float:right;
	margin:0 0 8px 10px;
	}
img.border {
	border:1px solid #666;
	padding:2px;
	}
/* Layout Styles */

body {
	margin: 0;
	padding: 0;
	font: 1em Tahoma, sans-serif;
	background-image: url(../images/bkgd_home2.gif);
	background-color: #fff;
	background-repeat: repeat-x;
}
p {
	font-size: 0.9em;
	line-height: 140%;
}

h1 {
	font-size: 1em;
	color: #ffffff;
	
	line-height: 1.9em;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	color: #e3d551;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #eee;
	padding: 5px 0 3px 0;
	border-bottom-color: #999933;
}
h3 {
	font-size: 0.8em;
	font-weight: bold;
	color: #3c688c;
	padding: 0 20px 0 20px;
}
h4 {
	font-size: 0.8em;
	font-weight: bold;
	color: #666666;
	padding: 0 20px 0 20px;
}
#Container {
	width: 900px;
	color: #000;
	/*background-image: url(../images/bkgd-home.gif);
	background-color: #fff;
	background-repeat: repeat-x;*/
	margin: 0 auto;
	position: relative;
}
#masthead{
	margin: 0px;
	padding: 0px;
	width: 900px;
	/*background-color: #837722;*/
}
#topmenu {
	width: 832px;
	float: left;
}
#topimage {
	height: 230px;
	width: 900px;
	/*background-color: #603913;*/
	padding: 0;
	margin: 0 0 30px 0;
	float: left;
	position: relative;
	z-index: 3;
}
/************* left column styles **************/


#leftcol {
	margin: 25px 5px 0 0;
	width: 139px;
	padding: 0;
	position: relative;
	float: left;
	line-height: 110%;
	font-size: 13px;
	color: #fbb03b;
	font-family: Arial, Helvetica, sans-serif;
	
	}
#leftcol p {
	color:#fff;
	padding: 10px 0 6px 0;
	
}
#leftcol h1{
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 110%;
	font-size: .9em;
}
#leftcol a:link, #leftcol a:visited {
	color: #e3d551;
	text-decoration: none;
}

#leftcol a:hover {
	color: #FFF;
	text-decoration: none;
}
/***** main content area ******/
#midcol{
	margin-top: 0px;
	width: 640px;
	position: relative;
	padding: 20px 10px 0 53px;
	line-height: 160%;
	color: #ffffff;
	font-size: 0.85em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	float: left;
	}
#midcol h1{
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#midcol p {
	
	line-height: 180%;
}
.subhead {
	font-size: 14px;
	color: #fbb03b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#midcol a:link, #midcol a:visited {
	color: #005a84;
	text-decoration: none;
}

#midcol a:hover {
	color: #339900;
	text-decoration: none;
}
/***** container for right column ******/
#col1, #col2, #col3, #col4, #col5 {
	float:left;
	display:inline;
	width:152px;
	margin: 20px 0 0 12px;

	}
#col1 p, #col2 p, #col3 p, #col4 p, #col5 p {
	font-size: 13px;
	line-height:19px;
	
	
	}
#col1 a:link, a:visited, #col2 a:link, a:visited, #col3 a:link, a:visited, #col4 a:link, a:visited , #col5 a:link, a:visited{
	color: #CCC;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0;
	}
	
/***** styles ******/
.left-pix {
	float: left;
	margin: 0 0 5px 0;
}
.right_pix {
	float: right;
	margin: 0  0 0 20px;
}
.blockquote {
	padding-left: 40px;
}
.smaller {
	font-size: 90%;
}

/* Footer */

#footer {
	font-size:0.7em;
	color:#584109;
	clear:both;
	width:880px;

	margin-top: 0px;
	padding:20px 5px 5px 0;
	height: 22px;
	line-height: 130%;
}

#footer a {
	color:#584109;
	font-weight:normal;
	text-decoration:none;
}

#footer a:hover{
	color:#584109;
	font-weight:normal;
	text-decoration:none;
}
#footer a:link{
	text-decoration:none;
}
/* SKIP NAVIGATION */
 
 /* these elements will be hidden from display, 
 although screen readers will see them */
#skip a, #skip a:hover, #skip a:visited, .hidden
 { 
 border:0;
 position:absolute; 
 left:0px; 
 top:-500px; 
 width:1px; 
 height:1px; 
 overflow:hidden;
 } 
  
#skip a:active 
 { 
 border:0;
 position:static; 
 width:auto; 
 height:auto; 
 }	

/* @end */
