/* --------------------------
		G L O B A L
----------------------------*/
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #494F52;
	font-size: 64%;
	text-align: center;
	background-color: #c5c5c5;
	
}

h1, h2, h3, h4, h5, p, ul, li { margin: 0; padding: 0; }

a { color: #494F52; text-decoration: none; }

p {
	font-size: 1.2em;
}
ul {
	font-size: 1.2em;
}

/* --------------------------
		E L E M E N T S
----------------------------*/

#sitewrap {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}
#sitenavhome { margin-top: 33px; font-size: 1.2em; }
#sitenavhome li { display: inline; margin-left: 7px; }
#sitenavhome a { color: #6F777B; }
#sitenavhome a.navhigh_home  { font-weight: bold; border-bottom: solid 2px #75BF22; }
#sitenavhome a:hover { border-bottom: solid 2px #75BF22; }


/* Home page */
#header_home { text-align: right; padding-right: 30px; }
#header_home #header_top { width: 1000px; height: 20px; background-image:url(../images/bkg_home_top.jpg); }
#header_home #sitelogo { float: left; margin-left: 20px; }
#header_home h1 { color: #003D11; font-size: 1.2em; margin-top: 33px; }

/* Subsequent */
#header #header_top { width: 1000px; height: 17px; background-image: url(../images/bkg_mid_top.jpg); }
#header #header_bottom { width: 1000px; height: 17px; background-image: url(../images/bkg_mid_bottom.gif); }
#header #sitelogo { background-color: #013E14; }

#sitelogo.header_about, #sitelogo.header_what, #sitelogo.header_download, #sitelogo.header_links, #sitelogo.header_team, #sitelogo.header_contact  { background-repeat: no-repeat; background-position:right; }
#sitelogo.header_about { background-image: url(../images/pic_about.jpg); }
#sitelogo.header_what { background-image: url(../images/pic_what.jpg); }
#sitelogo.header_download { background-image: url(../images/pic_download.jpg); }
#sitelogo.header_links { background-image: url(../images/pic_links.jpg); }
#sitelogo.header_team { background-image: url(../images/pic_team.jpg); }
#sitelogo.header_contact { background-image: url(../images/pic_contact.jpg); }

/* Home page content */
#hometeaser { clear: both; margin-top: 10px; }
#hometeaser_top, #hometeaser_bottom  { width: 1000px; height: 17px; background-image:url(../images/bkg_home_mid_top.gif); }
#hometeaser_bottom { background-image:url(../images/bkg_home_mid_bottom.gif); }
#homecontentleft { width: 50%; float: left; margin-top: 34px; }
#homecontentright { 
	width: 434px; 
	float: right; 
	margin-top: 24px; 
	margin-right: 30px;
	padding-top: 10px;
	background-image:url(../images/bkg_home_news.jpg); 
	background-repeat: no-repeat;
	height: 190px; 
}

#homecontentleft h2 { font-size: 1.3em; }
#homecontentleft h2, #homecontentleft p { margin-bottom: 12px; margin-left: 55px; }
#homecontentleft p { margin-right: 35px; }

#homecontentright h2, h3, a { color: #003D11; }
#homecontentright h2 {  
	font-size: 1.4em; 
	width: 370px;
	margin-bottom: 15px; 
	margin-left: 35px; 
	padding-bottom: 10px; 
	border-bottom: solid 1px #003D11;  
}
#homecontentright h3 { font-size: 1.1em; margin-left: 35px; } 
#homecontentright p { margin-right: 15px; margin-left: 35px; }
#homecontentright a { font-style: italic; display: block; margin-top: 5px; }
#homecontentright a:hover { text-decoration: underline;}

/* Subsequent content */
#sitecontent { background-image: url(../images/bkg_site.jpg); background-repeat: repeat-y; }
#contentleft { width: 177px; float: left; padding-top: 25px; }
#contentright { width: 550px; margin: 0px 170px 10px 270px; padding-top: 30px; height: 350px; }
head:first-child+body #contentright  { height: 50%; min-height: 350px; }
#contentright h1 { font-size: 1.4em; }
#contentright h2, #contentright h3 { font-size: 1.2em; }
#contentright h1, #contentright p { margin-bottom: 12px; }
#contentright ul { margin: 0 1.5em; padding: 0; }
#contentright ul li { margin-bottom: .5em;}

/* Subsequent Nav */
#contentleft #sitenav { list-style: none; }
#contentleft #sitenav li { font-size: 1em;  }
#contentleft #sitenav a { 
	color: #6F777B; 
	display: block; 
	height: 26px; 
	width: 177px; 
	margin: 0px; 
	padding: 3px 0px 0px 15px; 
}
#contentleft #sitenav a:hover, #contentleft #sitenav a.selected { 
	color: #1F5A19; 
	background-image: url(../images/bkg_nav.jpg); 
	background-repeat: no-repeat; 
}

/* Footer */

#footer_home, #footer { 
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif; 
	border-top: solid 1px #6F777B; 
	padding: 7px 3px 3px 3px; 
	clear: both;
}

#footer_home { padding-top: 2px; }

#footer_home span, #footer span { 
	color: #6F777B;
	display: block;
	float: right;
	margin-top: 0px;
	margin-right: 5px;
}

#footer_home a { color: #6F777B;  }

/* Subsequent */
#footer, #footer span, #footer a { color: #FFFFFF;  }
#footer { background-color: #126243; background-image: url(../images/bkg_footer.jpg); border-top: none; padding-bottom: 4px;  }
#footer span { margin-top: 0px; }
/* --------------------------
		C L A S S E S
----------------------------*/
.sitespacer { clear: both; height: 1px; }
