@charset "UTF-8";
/* CSS Document */

* {
   padding:0;
   margin:0;
}

/* global styles */

HTML {font-family: "Arial", Helvetica, sans-serif;
	color:#666666}
	
a {text-decoration:none}


h1 {font-size: .9em;
	font-weight: normal; 
 	color: #8ac642;
 	margin: 0px 0px 8px 0px}

p {font-size: .75em;
	color:#666666;
	line-height: 1.4em;
	margin-bottom: .35em}
	
ul li {list-style:none}




/* header */

#wrapper {margin: 0 auto; margin-top: 30px;
	width: 820px; height:560px;
	background-image:url(i/bg_wrapper.jpg)}
	
#header {width: 820px; height:172px}


/* content */

#content {margin: 0 auto;
	width: 800px; height:388px; }


#media {height: 238px; width: 800px}

#img {width: 294px; height: 238px; float:left}

#green {width: 88px; height: 238px; background-color:#8ac642; float:left}

#text {width: 354px; height: 213px; 
	float:left; background-color:#e6e7e8;
	padding: 15px 30px 10px 33px;
	overflow:auto}
	
#text ul li {font-size: .75em; list-style:disc; line-height: 1.4em; 
	margin-left: 10px; margin-bottom: 8px}

#text a {margin: 0; color:#666666; font-weight:bold}

	
#footprint {width: 354px; height: 213px; 
	float:left; background-color:#e6e7e8;
	padding: 15px 30px 10px 33px;
	}
	
#footprint p {line-height: 1.25em}
#footprint a {margin: 0; color:#666666; font-weight:bold} 
	
#subnav {font-size: .75em;
	margin-top: 10px;
	width: 712px; height:18px; 
	margin-left: 88px}
	
	
#subnav a:link, a:visited {color:#8ac642; font-weight: bold}
#subnav a:hover {color:#666666; font-weight: bold}
.live {color:#666666;font-weight: bold}

#subnav ul, li {margin-right: 12px}

/* for IE only */

* #subnav ul li {float:left}

* #text ul li {font-size: .75em; line-height: 1.4em; 
	margin-left: 20px; margin-bottom: 8px}

/* ---------- */

/* nav */

.spacer {margin-top:40px; 
	float:left;
	display: block; width: 80px; height:50px}

.nav {
	margin-top:40px; margin-right: 20px;
	float:left;
	display: block; width: 82px; height:50px;
	background-image:url(i/i_navup.jpg)}
	 
.nav a {font-size: .75em; font-weight:normal;
	color:#666666;
	display: block; width: 82px; height:15px;
	text-align:center; padding-top: 35px;
	}
	
.links { font-size: .75em; 
	margin-top:75px; margin-left: 20px;
	float:right;
	display: block; width: 82px; height:30px;
	}
	
.links a:link {font-weight: bold; color:#8ac642}
.links a:hover {font-weight: bold; color:#666666}
	


	

