@charset "utf-8";

html {
	height:100%;
	margin: 0 0 1px;
}

body {
	background: #000 url(../images/bg.jpg) top center;
	font-size: 14px;
	font-family:"Times New Roman", Times, serif;
	height:100%;
	padding:0;
	margin: 0 0 1px;
	color:#7f7f7f;
}

img {
	border:0;
}

form{
	margin:0;
	padding:0;
}

p{
	line-height:150%;
}

.clear {
	clear: both;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

#top{
	height:66px;
	background:#fff;
	border-bottom: 1px solid #bfbebe;
}

#container{
	width:895px;
	margin: 0 auto;
	position:relative;
}

#logo{
	width:214px;
	height:286px;
	background:url(../images/logo.png) no-repeat;
	position:absolute;
	left:28px;
	top:-67px;
	
}

#logo a{
	text-decoration:none;
	width:214px;
	height:286px;
	display:block;
}

#menu{
	height:54px;
}

#menu ul{
	margin:0;
	padding:0;
	float:right;
}

#menu li{
	list-style:none;
	padding: 11px 18px 0 18px;
	float:left;
	background: url(../images/menu_separator.png) no-repeat top right;
}

#menu li a{
	text-transform:uppercase;
	font-size:12px;
	font-family: "trebuchet MS", Arial;
	color:#fff;
	text-decoration:none;
	display:block;
	padding: 8px 0 0 0; 
	
}

#menu li a:hover{
	background:url(../images/link_bg.png) top center repeat-x;
}

#menu li a.active{
	background:url(../images/link_bg.png) top center repeat-x;
}

#submenu{
	padding:0 0 0 12px;
	margin:0 0 30px 0;
}

#submenu li{
	list-style:circle;
}

#submenu li a{
	color:#7f7f7f;
	text-decoration:none;
	line-height:150%;
}

#submenu li.active{
	font-weight:bold;
	list-style:disc;
}

#submenu li a:hover{
	text-decoration:underline;
}

#header{
	/*height:336px;*/
	padding:10px;
	background: #fff;
	margin: 0 0 15px 0;
}

#content{
	min-height:460px;
	height:auto !important;
	height:460px;
	padding:10px;
	background: #fff;
	padding: 30px 15px 30px 28px;
}

#content h2{
	color:#7f7f7f;
	font-size:24px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px 12px;
	font-weight:lighter;
	margin:0 0 15px -12px;
}

#content h3{
	font-size:14px;
	margin:0 0 4px 0;
	padding:0;
	font-weight:bold;
}

#content a.readmore{
	color:#7f7f7f;
	text-decoration:underline;
	display:block;
	margin:3px 0 0 0;
}

#left{
	width:590px;
	float:left;
	padding: 0;
}

#left span{
	padding: 0 20px 0 0;

}

#right{
	width:215px;
	float:right;
}

#bottom{
	height:20px;
	text-align:right;
	padding: 5px 5px 50px 0;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#7f7f7f;
}

#bottom a{
	text-decoration:none;
	color:#7f7f7f;
}

#bottom a:hover{
	text-decoration:underline;
	color:#7f7f7f;
}
