/*----------------------------------
Stylesheet for BrightHF
Author: RudeGoose
----------------------------------*/

body{
	background:#333 url(images/bg.jpg) repeat-x top left;
	text-align:center;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	font-size:80%;
}
*{
}
img{
	border:0;
}
a:link, a:visited{
	color:#616F0E;
}
a:hover{
	color:#A5BA17;
}
	
#container{
	background:url(images/bodybg.jpg) no-repeat top left;
	background-position:50% 0;
	text-align:left;
	margin:0 auto;
	padding:0;
	position:relative;
	min-width:800px;
}
#content{
	float:left;
	background:#fff url(images/content.jpg) repeat-y left;
	width:558px;
	margin-left:3px;
}
#contentTop{
	background:url(images/contentTop.jpg) no-repeat top left;
}
#contentTop h1{
	padding:15px 0 0 0;
	margin:0 20px 15px 20px;
	border-bottom:1px solid #A5BA17;
	font-size:150%;
}
#content p, #content address{
	margin:0 20px 10px 20px;
}
#content h3{
	margin:15px 20px;
	border-bottom:1px solid #A5BA17;
	font-size:100%;
}
#contentBase{
	background:url(images/contentBase.jpg) no-repeat bottom left;
}
#footer{
	clear:both;
}
#header{
	height:139px;
	margin:0;
}
#inner{
	width:780px;
	margin:0 auto;
}
#list1{
	margin:10px 0;
	padding:0;
}
#list1 li{
	list-style:none;
	padding:5px;
	border:1px solid #ccc;
	margin:5px 0 0 20px;
	width:500px;
}
.list{
	background:url(images/listTop.gif) no-repeat top left;
	width:530px;
	padding-top:20px;
	margin:0 0 10px 15px;
}
.list ul{
	background:url(images/listBase.gif) no-repeat bottom left;
	padding:0 0 20px 20px;
	margin:0;
}
.list li{
	width:470px;
	background:url(images/disc.gif) no-repeat top left;
	list-style:none;
	padding-left:15px;
}
.last{
}
	
#logo{
	margin:30px 0 0 10px;
}
#nav{
	background:#D9F81A url(images/navTop.jpg) no-repeat top left;
	width:210px;
	margin:0 0 0 6px;
	padding:0;
	float:left;
}
#nav li{
	list-style:none;
	padding:5px 0;
	margin:0 20px;
	border-bottom:1px solid #A5BA17;
	font-weight:bold;
	font-size:110%;
}
#nav a:link, #nav a:visited{
	color:#000;
	text-decoration:none;
	font-weight:normal !important;
	font-size:90%;
}
#nav a:hover{
	color:#616F0E;
}
#nav ul{
	background:url(images/navBase.jpg) no-repeat bottom left;
	margin:0;
	padding:20px 0 ;
}
#RG{
	float:right;
	margin:5px 10px 0 0;
}
#wideImage{
	margin-left:10px;
}