/* screen.css */

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{
	text-align:center;
	min-width:960px;
	color:#000;
	font-family: "Liberation Sans", Arial, Helvetica, Garuda, sans-serif;
	font-size:12px;
	line-height:18px;
	background-color: #666633;
	background-repeat: repeat;
	background-image: url(images/woodbg.jpg);
	}
h1
	{
	font-weight:bold;
	margin:0px 0px 18px 0px;
	}
p
	{
	line-height:18px;
	margin:0px 0px 10px 0px;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:960px;
	text-align:left;
	margin:auto;
	position:relative;
	background-color: #d7e4e6;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(images/bg_outer.gif);
	}
.greybox {
	background-color: #F6F6F6;
	padding: 15px;
	border: 1px solid #999999;
	margin-bottom:15px;
}

.darkbox {
	background-color: #666666;
	padding: 15px;
	margin-bottom:15px;
	top: 270px;
	position:absolute;
	right:20px;
	width:638px;
	color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 6px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #88B622;
	border-left-color: #000000;
}

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header
	{
	position:absolute;
	top:0;
	width:960px;
	height:322px;
	overflow:hidden;
	z-index:100;
	background-color: #d7e4e6;
	}
#left 
	{
	position:relative;/*ie needs this to show float */
	width:220px;
	float:left;
	padding:326px 20px 0px 15px;	}
#main
	{
	width:450px;
	float:left;
	padding:10px 0px 0px 0px;
	background-color:#3333CC
	}
	
#mainhome
	{
	width:670px;
	float:left;
	padding:10px 0px 0px 0px;
	}
	
		
#right
	{
	width:190px;
	float:right;
	}
#right img
	{
	margin:0px 0px 10px 0px;
	}
#footer 
	{
	width:960px;
	clear:both;
	height:60px;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	color:#fff;
	background-color: #666633;
	}
#footer p { padding:12px 0px 0px 10px; margin:0px; }
#footer a { color:#fff; text-decoration:none; }
#footer a:hover { text-decoration:underline; }
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:80px;/* for ie5 */
	he\ight:79px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:665px;
	float:right;
	padding:326px 20px 0px 20px;
	}
#clearfooter {width:100%;height:70px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-102px;} /*safari wrapper */

#nav li a
	{
	padding:10px 10px 10px 10px;
	width:190px;
	display:block;
	text-decoration:none;
	border-bottom:1px solid #fff;
	color:#367ecf;
	}
#nav li a:hover { background:#cccccc; color:#fff; }

#topnav
	{
	position:absolute;
	top:286px;
	left:0px;
	width: 980px;
	background-color:#82a102;
	}
#topnav li 
	{
	float:left;
	margin:0px 0px 0px 0px;
	}
#topnav li a
	{
	color:#fff;
	text-decoration:none;
	background:url(images/bg_nav.png) no-repeat ;
	padding:10px 30px 10px 15px;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	}
#imgb 
	{
	border: 1px solid #666666;
	}
#sponsorimage
	{
	margin:-10px 0px 0px 0px;
	border:solid;
	border-color:#333;
	border-width:1px;
		}
		
		
.sidebarMenu{
	font-size:14px;
	margin-bottom:40px;
}

.sidebarMenu ul{ 	
	text-decoration: none;
	font-size:12px;
	font-weight:300;
	
}
.sidebarMenu ul li a{
	display:block;
	height:20px;
	width:220px;
	color:#676767;
	padding:7px;
	padding-left:10px;
	text-decoration: none;
	list-style:none;
	line-height:20px;
	background-color:#F6F6F6;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #e3e3e3;
	border-left-color: #719B37;
	margin-top:3px;

}

.sidebarMenu ul li a:hover{
	background-color:#fff;
	color:#000000;

}
		
#imgright {
	padding: 10px;
	float: right;
}

.galleryitem
	{
	background:#dedede;
	padding:10px;
	float:left;
	margin:5px;
	height: 120px;
	width:180px;
	
	}.bullets li {
	list-style-type: square;
	padding-top: 10px;
	margin-left:40px;
}
