@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background:#191919 url(images/bg.png) repeat-x top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#bfbfbf;
}

a {
	color:#00c7eb;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#fff;
}

.blue {
	color:#00c7eb;
}

.bigger {
	font-size:12px;
}

.smaller {
	font-size:10px;
}

b {
	color:#eee;
}

h2 {
	text-align:center;
	font-size:13px;
	color:#00c7eb;
}

div.news_title {
	color:#fff;
	font-size:11px;
	font-family:'Arial Narrow';
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
	padding:4px;
	background:#212121;
	margin-top:8px;
	margin-bottom:4px;
}

.date {
	color:#999;
	font-size:9px;
	font-family:'Arial Narrow';
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
	padding:4px;
	border-top:solid 1px #666;
	margin-top:8px;
	margin-bottom:4px;
}

.left {
	display:block;
	width:48%;
	float:left;
	padding-right:2%;
}

.right {
	display:block;
	width:48%;
	float:left;
	padding-left:2%;
	clear:right;
}

#container {
	width:776px;
	margin:0 auto;
}

#header {
	height:90px;
	background:url(images/phone_number.png) no-repeat right top;
	width:754px;
}

#logo {
	width:310px;
	float:left;
}

#tabs {
	padding-top:50px;
	float:right;
}

#tabs ul {
	margin:0;
	padding:0;
	list-style:none;
}

#tabs ul li {
	float:left;
}

#tabs ul li a {
	display:block;
	width:107px;
	text-align:center;
	color:#ccc;
	background:url(images/tab-off.png) no-repeat;
	padding-top:9px;
	text-decoration:none;
	height:31px;
	margin-left:4px;
}

#tabs ul li a:hover, #tabs ul li a.active {
	background:url(images/tab-on.png) no-repeat;
	color:#fff;
}

#menu {
	padding-left:22px;
	float:left;
	width:256px;
	height:240px;
}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu ul li {
	float:left;
}

#menu ul li a {
	display:block;
	width:214px;
	padding-left:42px;
	color:#fff;
	font-size:14px;
	font-family:'Arial Narrow';
	font-weight:bold;
	text-transform:uppercase;
	background:url(images/menu-off.png) no-repeat;
	height:21px;
	padding-top:3px;
	text-decoration:none;
}

#menu ul li a:hover, #menu ul li a.active {
	background:url(images/menu-on.png) no-repeat;
	color:#fff;
}

#banner {
	float:left;
	width:476px;
	height:240px;
}

#content-main {
	width:700px;
	float:left;
	background:url(images/content_bg.png) repeat-y;
	min-height:200px;
	margin-top:22px;
	padding-left:38px;
	padding-right:38px;
	padding-bottom:8px;
}

#content-main h1 {
	margin:0;
	padding:0;
	background:url(images/title_bg.png) left top;
	height:25px;
	padding-top:7px;
	padding-left:20px;
	color:#fff;
	font-size:14px;
	font-family:'Arial Narrow';
	font-weight:bold;
	text-transform:uppercase;
}

#left_col {
	width:482px;
	float:left;
}

#left_col p {
	text-align:justify;
	line-height:16px;
}

#latest_news {
	width:202px;
	float:left;
	padding-left:16px;
}

#footer {
	background:url(images/footer_bg.png) no-repeat top left;
	float:left;
	width:100%;
	min-height:30px;
	clear:both;
	text-align:center;
	text-transform:uppercase;
	font-size:10px;
	padding-top:12px;
	padding-bottom:12px;
}