html { font-size: 76%; }
body {
	background: #000 url(../img/body_.jpg) no-repeat 50% 0%;
	background-attachment: fixed;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #ccc;
	text-align: center;
	margin: 0;
	padding: 0 0 40px;
	}

/* headers */
h2, h3, h4, h5, h6 { 
	color: #fff; 
	margin: 0; 
	font-weight: normal;
	}
h2 {
	font-size: 2em;
	margin: 40px 0 0;
	letter-spacing: -2px;
	line-height: 30px;
}
h3 { font-size: 1.8em; margin: 35px 0 0; letter-spacing: -2px; }
h4 { font-size: 1.6em; margin: 30px 0 0; }
h5 { font-size: 1.4em; margin: 25px 0 0; }	
h6 { font-size: 1.2em; margin: 20px 0 0; }

/* text */
p { margin: 15px 0; }
acronym { cursor: help; border-bottom: 1px dashed #ff9; }
pre, code, blockquote { 
	margin: 15px 0; 
	padding: 15px; 
	display: block; 
	background: url(../img/container_.png); 
	color: #ccc; 
	border: 1px solid #222; 
	}
blockquote { color: #ff9; padding: 0 15px 5px 15px; }

/* links */
a { text-decoration: none; color: #ff9; }
a:hover { text-decoration: underline; }
a.btn:hover { text-decoration: none; }

/* images */
img { border: 10px solid #fff; }	
a img { border-color: #fff; }
a:hover img { border-color: #ff9; }
img.right { margin: 0 0 20px 20px; }
img.left { margin: 0 20px 20px 0; }

/* lists */
ul, ol, dl { margin: 15px 0 15px 20px; padding: 0; }
ul { list-style-type: square; }
ul ul, ol ol { margin-top: 0; margin-bottom: 0; }
ol { margin-left: 25px; }
dl { margin-left: 0; }
dl dt { font-weight: bold; margin-top: 15px; }
dl dd { margin: 0; }
dl dt, li { color: #ff9; }
li span { color: #ccc; }

/* tables */
table { margin: 15px 0; border: 1px solid #222; background: url(../img/container_.png); border-collapse: collapse; }
table th, table td { padding: 10px 15px; text-align: left; }
table th { 
	background: #222 url(../img/green_grad_.jpg) repeat-x; 
	color: #fff; 
	border: 1px solid #222; 
	font-weight: normal; 
	font-size: 1.2em; 
	}	
table tfoot { display: none; }	

/* forms */
form { background: url(../img/container_.png); border: 1px solid #222; padding: 0; margin: 25px 0; }
form fieldset { border: 0; padding: 10px 25px 15px; margin: 0; }
form fieldset legend { display: none; }
form p { height: 1%; }
form p:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
form p label { color: #ff9; float: left; display: block; width: 30%; margin-right: 20px; }
form p input,
form p select,
form p textarea { 
	font-size: 1em; 
	color: #000; 
	border: 3px solid #fff; 
	padding: 8px; 
	background-color: #ccc; 
	width: 55%; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	}
form p select { width: 58.5%; }
form ul.fieldlist { margin: -30px 0 10px 33%; padding: 0; list-style-type: none; }
form ul.fieldlist li { color: #ccc; padding: 0 30px 5px 0; white-space: nowrap; }
form input.btn,
a.btn { 
	font-size: 1.1em; 
	width: auto; 
	overflow: visible;
	border: 0; 
	background-color: #ff9; 
	padding: 8px 10px;
	cursor: pointer; 
	color: #000; 
	font-weight: bold;
	}
a.btn { line-height: 3em; }	

/* horizontal rule */
hr { clear: both; border: 0; height: 1px; background-color: #222; color: #111; margin: 30px 0 0; }

/* classes */
.left { float: left; }
.right { float: right; }
.yellow { color: #ff9; }

ul.images { margin-left: -15px; margin-bottom: 0; padding: 15px 0 0; list-style-type: none; height: 1%; width: 104%; }
ul.images:after { content: "."; display: block; clear: both; height: 0; visibility: hidden;}	
ul.images li { float: left; padding: 0 0 15px 15px; }

/* ---------------------------------------------------------------- **
** Container
** ---------------------------------------------------------------- */
#container { margin: 0 auto; width: 780px; }
	

/* ---------------------------------------------------------------- **
** Header
** ---------------------------------------------------------------- */
#header { text-align: center; }

/* Logo */
#header h1 { 
	font-size: 3em;
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding: 60px 0;
	letter-spacing: -2px;	
	}	
#header h1 a { color: #fff; }
#header h1 a:hover { text-decoration: none; }
#header h1 span { color: #ff9; }

/* if you would like to replace the logo with 
an image, comment out the above logo code and
uncomment the following */
/* 
#header h1 {
	background: url(../img/logo.gif) no-repeat;
	width: [your-logo-width-here]px;
	height: [your-logo-height-here]px;	
	margin: 0;
	}	
#header h1 a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	outline: none;
	}
*/	

/* ---------------------------------------------------------------- **
** Navigation
** ---------------------------------------------------------------- */
#header ul {
	background-image: url(../img/container_.png);
	text-align: center;
	margin: 0;
	padding: 20px 10px 20px 5px;	
	list-style-type: none;
	height: 1%;	
	}
#header ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}	
#header ul li {
	float: left;
	font-size: 1.25em;
	}	
#header ul li a {
	background: url(../img/icon_arrow.png) no-repeat 0 50%;
	display: block;
	margin: 0 15px;
	color: #fff; 
	padding: 8px 0 8px 22px;
	}	
#header ul li.on a,
#header ul li.on a:hover { 
	background: url(../img/container_.png) repeat; 
	padding: 8px 11px 8px 11px;	
	color: #ff9; 
	text-decoration: none; 
	}	
#header ul li.on a {  }
#header ul li a:hover { color: #ff9; }

/* ---------------------------------------------------------------- **
** Banner
** ---------------------------------------------------------------- */
#banner { background: url(../img/container_.png) repeat-y; text-align: left; }
#banner div { background: url(../img/container_.png) repeat-y 100% 0; padding: 50px 50px; }
#banner div div { background-image: none; padding: 0; }
#banner h2 { padding: 0; margin: 0; }	

/* ---------------------------------------------------------------- **
** Body
** ---------------------------------------------------------------- */
#body { background: url(../img/container_.png); text-align: left; padding: 20px 50px 40px 50px; }
* html #body { overflow: hidden; width: 680px; }
	
/* ---------------------------------------------------------------- **
** Footer
** ---------------------------------------------------------------- */	
#footer { padding: 10px 50px 0; text-align: left; border-top: 1px solid #111; height: 1%; }
#footer:after { content: "."; display: block; clear: both; visibility: hidden; height: 0; }
#footer p { font-size: 0.9em; color: #999; }