/* CSS Document */

body {
	margin: 0px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background: #666666 url(../images/bg.gif) repeat-x;
	}
	
#container {
	background: #FFFFFF url(../images/body-bg-more.jpg) repeat-y;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	}

#headcontainer {
	width: 820px;
	height: 315px;
	margin: 0 auto 0 auto;
	background: #666666 url(../images/body-bg.jpg) top center no-repeat;
	}

#headcontainer h1 {
	padding-top: 60px; 
	padding-left: 50px; 
	margin-top: 0px;
	}

#headcontainer a img {
	border: none;
	}
	
#head {
	width: 260px;
	height: 140px;
	float: left;
	}

#nav {
	float: right;
	padding-right: 60px;
	margin-top: 82px;
	}
	
#nav h2 {
	font-size: 1em;
	font-weight: normal;
	margin: 0px;
	color: #666666;
	}
	
#nav h2 a:link {
	text-decoration: none;
	color: #666666;
	}

#nav h2 a:visited {
	text-decoration: none;
	color: #333333;
	}

#nav h2 a:active {
	text-decoration: none;
	border-bottom: 1px #333333 solid;
	color: #333333;
	}

#nav h2 a:hover {
	text-decoration: none;
	color: #FF6600;
	border-bottom: 1px #FF6600 solid;
	}	
	
#banner {
	height: 175px;
	width: 726px;
	margin: 0px auto;
	clear: both;
	padding: 0;
	}
	
#content {
	width: 820px;
	margin: 0 auto;
	padding: 0;
	}
	
#main {
	width: auto;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-right: 270px;
	padding-left: 50px;
	padding-right: 15px;
	border-right: 1px #CCCCCC solid;
	} 
	
#main ul li {
	color: #666666;
	}
	
#main h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin: 0px;
	font-weight: normal;
	color: #FF6600;
	padding-top: 15px;
	padding-bottom: 0px;
	}
	
#main h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	margin: 0px;
	font-weight: normal;
	color: #FF6600;
	padding-top: 5px;
	padding-bottom: 0px;
	}
	
#main h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	margin: 0px;
	font-weight: normal;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 0px;
	border-bottom: 1px dashed #999999;
	}

#main p {
	
	color: #333333;
	}

#main p a:link, #news p a:link {
	text-decoration: none;
	color: #FF6600;
	}

#main p a:visited, #news p a:visited {
	text-decoration: none;
	color: #FF6600;
	}

#main p a:active, #news p a:active {
	text-decoration: none;
	color: #CC0000;
	}

#main p a:hover, #news p a:hover {
	text-decoration: underline;
	color: #CC0000;
	}

div#news {
	width: 205px;
	float: right;
	padding-top: 5px;
	padding-right: 50px;
	padding-left: 15px;
	margin: 0;
	}

#news h4 {
	background: #F5F5F5;
	font-size: 0.9em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #333333;
	padding: 8px;
	margin-bottom: 10px;
	border: 1px #999999 solid;
	}
	
#news p {
	font-size: 0.8em;
	color: #333333;
	list-style: none;
	padding: 5px;
	margin: 0px;
	}
	
#feature {
margin-top: 35px;
padding: 10px;
background: #FFF url(../images/featured-fade.jpg) top left repeat-x;

}

#feature h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	margin: 0px;
	font-weight: normal;
	color: #333333;
	padding-top: 0px;
	padding-bottom: 5px;
}

	
#footcontainer {
	clear: both;
	width: 820px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	background: #666666 url(../images/foot-bg.jpg) bottom center no-repeat;
	}
	
#footcontainer p {
	padding-top: 22px;
	padding-bottom: 0px;
	color: #999999;
	font-size: 0.8em;
	margin: 0px;
	}

#footer-left {
	width: 35%;
	float: left;
	text-align: left;
	padding-left: 50px;
	}
	
#footer-right {
	width: 40%;
	float: right;
	text-align: right;
	padding-right: 55px;
	}
	
#footcontainer p a:link {
	text-decoration: none;
	color: #666666;
	}

#footcontainer p a:visited {
	text-decoration: none;
	color: #333333;
	}

#footcontainer p a:active {
	text-decoration: none;
	color: #333333;
	}

#footcontainer p a:hover {
	text-decoration: underline;
	color: #FF6600;
	}
	
.alignleft {
	float: left;
	padding: 12px 10px 12px 0px;
	}

.alignright {
	float: right;
	padding: 12px 0px 12px 10px;
	}