/* screen.css */

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{
	text-align:center;
	min-width:1000px;
	color:#000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	background-color: #91866e;
	}
.box {
	background-color: #efefef;
	padding: 20px;
	margin-bottom:20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #91866E;
	padding-bottom:0px;
}

.scrollingimages {
	background-color: #efefef;
	padding: 20px;
	margin-bottom:20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
}

.scrollingimages img{
	margin-right:5px;
	border: 1px solid #CCCCCC;
}


#right h1 {
	color: #346633;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 5px;
	padding-bottom: 5px;
}


h1
	{
	font-weight:bold;
	color: #53646E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #98A3A9;
	}
p
	{
	line-height:18px;
	margin:0px 0px 18px 0px;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:1000px;
	text-align:left;
	margin:auto;
	position:relative;
	background-color: #FFFFFF;
	background-position: center;
	border: 10px none #FFFFFF;
	background-image: url(images/bg_outer.gif);
	background-repeat: repeat-y;
	}
.padtable td {
	padding: 3px;
	vertical-align: top;
}

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header
	{
	position:absolute;
	top:0;
	width:1000px;
	height:263px;
	overflow:hidden;
	z-index:100;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	}
#right 
	{
	position:relative;/*ie needs this to show float */
	width:190px;
	float:left;
	padding:223px 0px 0px 20px;
	}
#right img
	{
	margin:0px 0px 10px 0px;
	}
#footer 
	{
	width:1000px;
	clear:both;
	height:59px;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	background-color: #91866E;
	background-repeat: no-repeat;


	}
#footer p {
	padding:10px 0px 0px 50px;
	margin:0px;
	color: #CCCCCC;
}
#footer a { color:#FFFFFF; text-decoration:none; }
#footer a:hover { text-decoration:underline; }
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
#container a {
	text-decoration: none;
	color: #175EAC;
}

* html #footer {/*only ie gets this style*/
	\height:61px;/* for ie5 */
	he\ight:59px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:700px;
	float:right;
	padding:223px 30px 0px 0px;

	}
	
	#centrecontent p
	{
	line-height:22px;
	}
	
	
#clearfooter {width:100%;height:71px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-71px;} /*safari wrapper */

#topnav
	{
	position:absolute;
	top:189px;
	width:1000px;
	height:40px;
	left:0px;
	background-color: #95b069;
	}
#topnav li 
	{
	float:left;
	margin:8px 0px 0px 0px;
	}
#topnav li a
	{
	color:#fff;
	text-decoration:none;
	background:url(images/bg_nav.png) no-repeat;
	padding:6px 10px 10px 20px;
	display:block;
	text-transform: uppercase;
	font-weight: bold;
	}
	
#topnav li a:hover
	{
	color:#fff;
	text-decoration:underline;
	background:url(images/bg_nav.png) no-repeat;
	padding:6px 10px 10px 20px;
	display:block;
	text-transform: uppercase;
	font-weight: bold;
	}
	
		
	#sponsorimage
	{
	margin:-10px 0px 0px 0px;
	border:solid;
	border-color:#333;
	border-width:1px;
		}





	#nav {
	


	
			position:absolute;
	top:180px;
	width:1000px;

		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
		background: #ccc;
		border-bottom: 1px solid #999;
		}
	
	#nav li { 
		float: left;
		margin: 0;
		padding: 0;
		}
	
	#nav a {
		float: left;
		display: block;
		padding: 6px 25px 6px 5px;
		text-decoration: none;
		font-weight: bold;
		font-size: 110%;
		color: #666;
		background: #ccc url(images/nav_slant.gif) no-repeat top right;
		}
	
	#nav #nav-1 a {
		padding-left: 20px;
		}
	
	#nav a:hover {
		color: #000;
		}
		
		
#leftcolumn {
	width: 300px;
	float: left;
	background-color: #f4f3e6;
	padding:20px;
	border: 1px solid #91866E;
}
#rightcolumn {
	width: 300px;
	float: right;
	background-color: #f4f3e6;
	padding:20px;
	border: 1px solid #91866E;
	}
.bullets {
	margin-left: 0px;
	margin-bottom:20px;
}
.bullets li {

	padding-left: 30px;
	margin-top:5px;
	line-height: 17px;
	background-image: url(images/article.png);
	background-repeat: no-repeat;
}


.login-block {
    float:left;
    margin:0 49px 25px 0;
    text-align:center;
    width:260px;
}

.login-block form {
    -moz-border-radius:15px 15px 15px 15px;
    -moz-box-shadow:0 0 10px #333333;
    border:3px solid white;
    padding:20px;
}

.login-block .active-form {
    border-color:#d09e6d;
}
#rightimg {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #175EAC;
}
#sponsor {
	width: 100px;
	height: 140px;
	text-align: center;
	padding: 10px;
	border: 1px solid #999999;
	float:left;
	margin:8px;
}


#sponsor img {
margin-bottom:10px;}
