@charset "utf-8";
/* CSS Document */
/*=======  Colour Palette  =========
	
	logo green			#07743D;
	dark grey border 	#4d4c4c;
	dark green			#3c8a19;
	green				#6eb43f;
	wws					#d3c4b2;
	dark tan			#b6a087;

==================================*/
html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;}
a {outline: none;}
#background{position:absolute; z-index:1; width:100%; height:100%;}
#scroller {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	overflow:auto;
	z-index:2;
} 
#darthtator{
	width:800px;
	background:#fff;
	border-left: 2px solid #4d4c4c;
	border-right: 2px solid #4d4c4c;
	z-index:10;
	margin:auto;
	padding: 5px 20px 10px 20px;
}
*{margin:0;padding:0;}
#skip {
	font-size: .65em;
	color: #4d4c4c;
	text-decoration: none;
	margin-top: 0;
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 95px;
	z-index:100;
}
#skip a {
	color: #4d4c4c;
	text-decoration: none;
	z-index:10;
}
#logo{
	float:left;
	margin-top: 5px;
}
#logo img {border-style:none;}
#menu{
	float:right;
	margin-top: 40px;
	height:50px;
	
}
#menu li{display:inline; margin-left:8px; padding: 0 5px; position:relative;}
#menu a, #menu a:link, #menu a:visited{text-decoration:none; color:#000; font-family:Arial, Helvetica, sans-serif; font-size: .85em;}
#menu a:hover {text-decoration:none; color: #000; border-bottom:solid 9px #6eb43f;}
.spacer {
	clear:both;
	height:271px;
	width:796px;
	background:url(../i/placeholder.jpg) no-repeat;
	display:block;
}
#planitupdate{
	float:right;
	margin-top: 76px;
	height: 155px;
	width: 182px;
	display:block;
}
#planitupdate p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.5em;
	color: #000;
	max-height: 155px;
	max-width: 182px;
	padding: 10px 20px;
	overflow:hidden;
	text-align:center;
}
#planitupdate  a, #planitupdate  a:link, #planitupdate a:visited{color: #ea1f2b; font-weight:bold;}
#planitupdate  a:hover{color: #4d4c4c; font-weight:bold;}
#title{
	margin-top: 4px;
	background:url(../i/title-repeat.gif) repeat-y;
	height: 70px;
}
#title h1{font-family:Geneva, Arial, Helvetica, sans-serif; font-size: 1.6em; padding-left: 140px; color:#fff; padding-top: 20px; font-weight:normal;}
#contentwrapper{
	width:796px;
	background:url(../i/body-repeat.gif) repeat-y;
	margin: 4px 0 0 0;
	height:auto;
}
#wws{
	float: left;
	margin-top: 4px;
	width: 116px;
}
#wws h1{padding:40px 0 0 40px; margin-bottom:0;}
#content{
	width: 611px; 
	float:left; 
	margin: 4px 0 0 4px;
	padding:  10px 20px 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}
#content h1{font-size: 1.4em; padding: 15px 0; font-weight:normal;}
#content h2{font-size: 1.2em; padding: 15px 0; font-weight:normal;}
#content h6{font-weight:normal; padding: 8px 0;}
#content p{padding: 15px 0; font-size: .98em; line-height: 1.9em; font-weight: normal;}
#content ul{margin:0 15px; padding: 0 0; font-size: .98em; line-height: 1.8em; font-weight: normal;}
#content li{padding: 0 0 5px 0;}
#content a, #content a:link, #content a:visited{color: #4d4c4c; font-weight: bold;}
#content a:hover{color: #ea1f2b; font-weight: bold;}
.spacer2 {
	clear:both;
	height:31px;
	width:796px;
	background:url(../i/wws-corner.gif) repeat-y;
	display:block;
	margin-top: 0;
}
#footer{
	height: 30px;
	/*background: #2d2522;*/
}
#footer p{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	padding: 10px 0 0 0;
	text-align:center;
}
#footer a, #footer a:link, #footer a:visited{
	color: #000;
}
#footer a:hover{
	color: #ea1f2b;
}
/*#content {padding:5px 300px 20px 200px;}
p {line-height:1.8em; letter-spacing:0.1em; text-align:justify;}*/
#fixed {position:absolute; top:25px; left:10px; width:150px; z-index:10; color:#567; border:1px solid #000; padding:10px;}

