/* CSS Document */
/* CSS Document */
body{
	background:repeat-x#FFF;
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;
	text-align: center;
}
a:link, a:visited, a:hover {
	color:#0000FF;
	text-decoration: none;
}

a:hover {
	color:#006699;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	text-align:left;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 text-align:left;
}

h2{
 font-size: 114%;
 color: #006699;
 text-align:left;
}

h3{
 font-size: 100%;
 color:#3C6F63;
 text-align:left;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	
	width: 1000px;
	margin:0 auto;
	border: #000000 thin solid;
}
#masthead{
	margin: 0;
	padding: 10px 0px;
	
	width: inherit;
	height:200px;
}

#centerheader{
	text-align:left;
	width:675px;
	margin:5px 3px 2px 310px;
	}
#leftheader{
	float:right;
	margin:2px 15px 15px 10px;
	width:200px;
	background:transparent url(../images/headerbox.png);
	height:118px;
}	
	
#content{
  	float:right;
	width:725px;
	margin: 20px 15px 10px 10px;
	padding: 10px 10px 10px 10px;
	text-align:left;
	
}
#navBar{
	
	width:185px;
	margin: 20px 0px 15px 15px;
	padding:0px 2px 2px 5px;
	background-color:#A2D38C;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align:left;
	
}

#navbox{
	background: transparent url(../images/navbox.gif) no-repeat;
	width:840px;
	height:40px;
	Clear:both;
	margin:0 0 0 70px;
	padding:8px 0 0px 0;
	 }	


#table{
	margin: 0;
	padding:30px 0px 20px 70px;
	width:85%;
	background-color:#FFD5AA;
	height:320px;
	text-align:left;
	
	
}

#tableholder{
	clear: both;
	margin: 0;
	padding:0px 0px 0px 0px;
	width:100%;
	background-color:#FFD5AA;
	height:380px;
	border: 1px solid #ccc;
	vertical-align: middle;

	
	
}
/*************************************/
/*Header div
/*************************************/
#sidebysideleft{
	float: left;
	padding: 5px 0px 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	 /* since this element is floated, a width must be given */
	width: 800px;
	background:#7399c6;
	margin: 3px 0px 0px 30px;
	position:inherit;
	
}
	
#sidebysideright{
float: right; /* since this element is floated, a width must be given */
	width: 275px; /* 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: #7399c6; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 5px 0px; /* padding keeps the content of the div away from the edges */
	font-size:14px;
	color:#ffffff;
	font-family:Century Gothic;
	margin-left:255px;
	}


div.logo{
	float:left;
	width:260px;
	margin:15px 10px 15px 15px;
	
	}

div.slogan{
	float:right;
	margin:15px 400px 100px 320px;
	width:300px;
	font:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#00CC33;
}



a.header:link {
            color: #00cc33;
            text-decoration: none;
			font-size: 20px;
			
}
a.header:visited {
			text-decoration: none;
			color:#0033cc;
			font-size: 20px;
		
}
a.header:hover {
			text-decoration: none;
			color:#FF6600;	
			font-size:20px;
}
a.header:active {
			text-decoration: none;
			color:#FF6600;
			font-size: 20px;		
}



/***************************/
/*Main Nav                               */
/***************************/

div.navigationgreen{
	
	line-height:24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #00CC33;
	
}

a.navigationgreen:link {
	color:#00CC33;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
			
}
a.navigationgreen:visited {
			text-decoration: none;
			color: #00cc33;
			font-size: 24px;
			font-family: Arial, Helvetica, sans-serif;
		
}
a.navigationgreen:hover {
			text-decoration: none;
			color:#000000;	
			font-size:24px;
			font-family: Arial, Helvetica, sans-serif;
}
a.navigationgreen:active {
			text-decoration: none;
			color:#000000;
			font-size:24px;
			font-family: Arial, Helvetica, sans-serif;	
			
}

div.navigationorange{
	
	
	
	line-height:24px;
	font-family:Monaco;
	font-size: 24px;
	color:#FF6600;
	visibility: inherit;
	
}

a.navigationorange:link {
            color:#FF6600;
            text-decoration: none;
			font-size: 24px;
			
			font-family: Arial, Helvetica, sans-serif;
}
a.navigationorange:visited {
			text-decoration: none;
			color: #FF6600;
			font-size: 24px;
			font-family: Arial, Helvetica, sans-serif;
		
}
a.navigationorange:hover {
			text-decoration: none;
			color:#000000;	
			font-size:24px;
			font-family: Arial, Helvetica, sans-serif;
}
a.navigationorange:active {

			text-decoration: none;
			color:#000000;
			font-size: 24px;
			font-family: Arial, Helvetica, sans-serif;		
}
div.navigationblue{
	
	line-height:24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#0033CC;
}

a.navigationblue:link {
            color:#0033CC;
            text-decoration: none;
			font-size: 24px;
			font-family: Arial, Helvetica, sans-serif;
			
}
a.navigationblue:visited {
			text-decoration: none;
			color: #0033CC;
			font-size: 24px;
			font-family: Arial, Helvetica, sans-serif;
		
}
a.navigationblue:hover {
			text-decoration: none;
			color:#000000;	
			font-size:24px;
			font-family: Arial, Helvetica, sans-serif;
}

a.navigationblue:active {
	text-decoration: none;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}


/************* signs and banner nav*************/

#subnav {
	background-color: #ffffff;
	border-top-color: #0033FF;
	border-bottom-color: #0033FF;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-width: thin;
	border-bottom-width: thin;
}
#subnav ul {
  margin: 0;
  padding: 0;
  height: 36px;
  line-height: 36px;
 
 
}
#subnav li {
	list-style: none;
	margin: 0;
	padding: 0 10px;
	float: left;
}
#subnav li.home {
	
	padding-left: 25px;
	
}
#subnav a {
  font: 16px Century Gothic, Century serif;
  color:#0000FF;
  text-decoration: none;
}
#subnav a:hover {
	color:#FF0000;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 0px;
	font-size: 85%;
	text-align:justify;
}

.feature h3{
	padding: 5px  0px 5px 0px;
	text-align: left;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */



/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 85%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/**************.bottom**********************/
.bottom{
	margin: 0;
	padding:10px;
	width:14%;
	height:300px;
	float: left;
	font-size:65%;

	color:#000000;
	list-style-position: inside;	
	background-color:#FFD7AE;
	list-style-position: inside;
}


/************* #search styles ***************/

#search{
	padding: 10px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 75%;
	height: 65px;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 100%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	
	font-size: 75%;
	color: #cccccc;
	padding:10px 10px 10px 10px;
	margin-top: 0px;
	text-align:center;
	
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}



		
div.footerlink{
	font:verdana;
	font-size:114px;
	font-weight:bold;
	}
a.footerlink:link {
            color:#3300FF;
            text-decoration: none;
			font-size: 14px;
			font-family:verdana;
			font-weight:bold;
			
}
a.footerlink:visited {
			text-decoration: none;
			color:#000000;
			font-size: 14px;
		font-weight:bold;
}
a.footerlink:hover {
			text-decoration: none;
			color:#666666;	
			font-size:14px;
			font-weight:bold;
}
a.footerlink:active {
			text-decoration: none;
			color:#E7BE1D;
			font-size: 14px;	
			font-weight:bold;	
}	
div.bottombox{
	position:absolute;
	top:600px;
	}
		
/* CSS Document */
