@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	}
#hlink a{
	color:#000;
	padding:4px 3px;
	background:#EBEBEB;
	width:40px;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}
#hlink a:hover{
	background:#333;
	color:#CCC;
	text-decoration:none;
}
#content a{
	display:block;
	padding:4px;
	text-decoration:none;
	color:#46a11e;
}
#content a:hover{
	text-decoration:underline;
}
#container{
	width:980px;
	background:#CCCCCC;
	margin:auto;
	padding:0 20px;
	border-bottom:20px #CCC solid;
	}
#header{
	height:108px;
	background:#000 url(images/header_bg.jpg) no-repeat left top;
	}
#top-nav{
	width:980px;
	height:15px;
	background:#CCC;
	}
.logo{
	float:left;
	padding:45px 0 0 285px;
	}
#navigation{
	clear:both;
	width:964px;
	padding:4px 8px;
	margin:0;
	background:#444;
	border-top:4px solid #222;
	color:#CCC;
	font-size:13px;
	}
#content ul{
	list-style-type:none;
	margin:0;
	padding:0
	}
#content ul li{
	padding-right:10px;
	margin:0;
	}
#featured{
	width:940px;
	margin:20px;
	background:#FFCC00;
	height:50px;
	}
#main{
	padding:20px;
	background:#FFF;
	}
.boxx{
	background:#EBEBEB;
	padding:10px 16px;
}
#content{
	float:right;
	}
#content iframe{
	height:2300px;
}
#right-sidebar{
	float:right;
	width:640px;
	padding-right:20px;
	display:none;
	}
.clear{
	float:none;
	clear:both;
	height:1px;
}
#footer{
	background:#333333;
	width:940px;
	padding:20px;
	color:#99CC33;
	}