@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}
a {
	font-size:11px;
	color:#7089b9;
	text-decoration:none;
}
a:hover {
	color:#7089b9;
	text-decoration:underline;
}
/* Global */
div.clear { clear:both; }
.spacer { display:block; }
.bold { font-weight:bold; }
#wrapper {
	width:1000px;
	margin:27px auto 0 auto;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#436aab;
	font-weight:bold;
	text-transform:uppercase;
	line-height:normal;
	margin:0 0 18px 0;
	background:url(images/head_bg.gif) no-repeat left top;
	display:block;
	height:48px;
}
h2 {
	font-size:14px;
	color:#ff0000;
	font-weight:bold;
	text-transform:uppercase;
	line-height:normal;
	margin:0 0 18px 0;
}

/* Header */
#header {
	width:1000px;
}
#logo_top {
	float:left;
	width:291px;
}
#logo {
	float:left;
	width:291px;
}
#header_spot {
	float:left;
	width:709px;
}

/* Top Navigation */
#topnav {
	float:left;
	width:511px;
	padding:0 0 0 198px;
}
a.home {
	width:62px;
	height:40px;
	display:block;
	float:left;
	background:url(images/home_out.gif) no-repeat left top;
}
a.home:hover {
	width:62px;
	height:40px;
	display:block;
	float:left;
	background:url(images/home_over.gif) no-repeat left top;
}
a.advertising {
	width:104px;
	height:40px;
	display:block;
	float:left;
	background:url(images/advertising_out.gif) no-repeat left top;
}
a.advertising:hover {
	width:104px;
	height:40px;
	display:block;
	float:left;
	background:url(images/advertising_over.gif) no-repeat left top;
}
a.advertising_on {
	width:104px;
	height:40px;
	display:block;
	float:left;
	background:url(images/advertising_over.gif) no-repeat left top;
}
a.network {
	width:80px;
	height:40px;
	display:block;
	float:left;
	background:url(images/network_out.gif) no-repeat left top;
}
a.network:hover {
	width:80px;
	height:40px;
	display:block;
	float:left;
	background:url(images/network_over.gif) no-repeat left top;
}
a.network_on {
	width:80px;
	height:40px;
	display:block;
	float:left;
	background:url(images/network_over.gif) no-repeat left top;
}
a.content {
	width:81px;
	height:40px;
	display:block;
	float:left;
	background:url(images/content_out.gif) no-repeat left top;
}
a.content:hover {
	width:81px;
	height:40px;
	display:block;
	float:left;
	background:url(images/content_over.gif) no-repeat left top;
}
a.content_on {
	width:81px;
	height:40px;
	display:block;
	float:left;
	background:url(images/content_over.gif) no-repeat left top;
}
a.corporate {
	width:89px;
	height:40px;
	display:block;
	float:left;
	background:url(images/corporate_out.gif) no-repeat left top;
}
a.corporate:hover {
	width:89px;
	height:40px;
	display:block;
	float:left;
	background:url(images/corporate_over.gif) no-repeat left top;
}
a.corporate_on {
	width:89px;
	height:40px;
	display:block;
	float:left;
	background:url(images/corporate_over.gif) no-repeat left top;
}
a.contact {
	width:74px;
	height:40px;
	display:block;
	float:left;
	background:url(images/contact_out.gif) no-repeat left top;
}
a.contact:hover {
	width:74px;
	height:40px;
	display:block;
	float:left;
	background:url(images/contact_over.gif) no-repeat left top;
}
a.contact_on {
	width:74px;
	height:40px;
	display:block;
	float:left;
	background:url(images/contact_over.gif) no-repeat left top;
}

/* Content */
#content {
	width:1000px;
	padding:0 0 45px 0;
}
#left-col {
	float:left;
	width:252px;
}
#right-col {
	float:left;
	width:748px;
}
.page_title {
	float:left;
	width:735px;
	height:28px;
	margin-top:1px;
	background-color:#90a2c1;
	padding-left:13px;
	padding-top:9px;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
}
.page_title1 {
	float:left;
	width:735px;
	height:34px;
	margin-top:1px;
	background-color:#90a2c1;
	padding-right:13px;
	padding-top:3px;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	display:block;
	text-align:right;
}
div.news_barker {
	width:188px;
	padding:22px 24px 0 40px;
}
.more {
	font-size:11px;
	color:#7089b9;
}
.midcontent-left-col {
	float:left;
	width:323px;
	padding:22px 54px 0 13px;
}
.midcontent-right-col {
	float:left;
	width:323px;
	padding:22px 35px 0 0;
}

/* Footer */
#footer {
	width:963px;
	height:46px;
	padding:31px 0 0 37px;
	font-size:11px;
	color:#FFF;
	background-color:#90a2c1;
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFF;
	text-decoration:underline;
}
#copyrights {
	float:right;
	width:322px;
	padding:0 33px 0 0;
}

/* Advertising */
.midcontent {
	float:left;
	width:680px;
	padding:22px 54px 0 13px;
}

/* New 24-03-2008 */
div.dotted_border {
	border:2px dotted #999;
	width:100%;
	height:160px;
}
