body, html { background: #fff; text-align: center; }

body {
	background: #fff url(/styles/images/bg_main.png) repeat-x 0 0; color: #333; font-size: 12px;
}

a { color: #426443; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #000; }
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3, h4 { font-size: 14px; }
h5, h6 { font-size: 12px; }
p { color: #555; margin: 10px 0;}
strong { font-weight: bold; }
em { font-style: italic; }

#container {
	background: transparent;
	text-align: left;
	margin: 0 auto; padding: 0;
	width: 960px;
	min-height: 400px;
}

#header {
	background: transparent;
	height: 90px;
}
#header h1 {
	float: left; display: inline;
	margin: 0; padding: 0;
}
#header h1 a {
	background: transparent url(/styles/images/bg_main_logo.png) no-repeat 0 -5px;
	border-top: 5px solid #669a67;
	display: block;
	width: 274px; height: 85px;
}
#header h1 a:hover, #header h1 a:focus {
	border-color: #548055;
	text-decoration: none;
	outline: none;
}
#header h1 img {
	width: 100px; height: 30px;
}

/* begin top navigation */

#topnav {
	background: transparent;
	clear: both;
	overflow: hidden; zoom: 1;
	height: 41px;
	margin: 0 10px; padding: 0;
}
#topnav ul {
	background: rgba(0,0,0,0.3);
	float: left; display: inline;
	margin: 0; padding: 0 1px 0 0;
}
#topnav li {
	float: left;
	display: inline;
	margin: 0; padding: 0;
}
#topnav a {
	background: transparent url(/styles/images/bg_nav_sprite.png) no-repeat 0 0;
	color: #f4f4f4;
	display: block;
	font-weight: bold; font-size: 11px;
	text-shadow: 0 1px 2px #454b4d;
	margin: 0 0 0 1px; padding: 15px 15px 5px 15px;
	text-decoration: none;
	height: 21px;
}
#topnav a:hover, #topnav a:focus {
	color: #fff;
	outline: none;
	background-position: 0 -41px;
}

#p_home #tn_home a, #p_about #tn_about a, #p_data #tn_data a, #p_voice #tn_voice a, #p_conf #tn_conf a, #p_bill #tn_bill a,
#p_serv #tn_serv a, #p_contact #tn_contact a, #p_partner #tn_partner a, #p_promo #tn_promo a, #p_portal #tn_portal a
{ background-position: 0 -82px; cursor: default; }

/* end top nav */

#content {
	margin: 50px 0 0 0; padding: 0;
}
#content p {
	line-height: 1.4em;
}
#content ul {
	list-style-type: disc;
	margin: 3px 7px; padding: 0 7px;
}
#content ul li {
	list-style-type: disc;
	margin: 10px 0;
}
#splash {
	background: #eee; border: 1px solid #535d6a;
	width: 940px; height: 240px;
	margin: 0 10px 30px 10px; padding: 0;
}

#footer {
	border-top: 1px solid #aaa;
	clear: both;
	text-align: right;
	margin: 15px 10px;
	padding: 10px 0;
}

/* News Ticker */

#news {
	float: right;
	display: inline;
	height: 80px;
	width: 440px;
	overflow: hidden;
	zoom: 1;
	margin: 10px 20px 0 0;
}
#news h2 { font-style: italic; }
#news p { font-size: 14px; }




.col-3 {
	float: left; display: inline;
	margin: 15px 10px;
	width: 220px;
}
.col-9 {
	float: left; display: inline;
	margin: 15px 10px;
	width: 700px;
}
.col-min {
	float: left; display: inline;
	margin: 15px 10px;
	width: 172px;
}
.col-9 .col-min, .col-9 .col-3 {
	margin: 0;
}

.clrleft { clear: left; }
.clrright { clear: right; }
.clrboth { clear: both; }

.no_top_m { margin-top: 0; }

.interesting {
	color: #669a67;
}