@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.clr{
	clear: both;
}

#wrapper{
	width: 1000px;
	margin: 0 auto;
}

#title_bar{
	float: left;
	width: 990px;
	padding: 8px 0px 0px 10px;
}

#logo{
	float: left;
	width: 389px;
	height: 47px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}

.logo{
	float: left;
	width: 389px;
	height: 47px;
	padding-top: 7px;
}

.title_rth{
	float: right;
	width: 155px;
	height: 67px;
	background-image: url(images/title_rth.gif);
	background-repeat: no-repeat;
}

#header{
	float: left;
	width: 1000px;
	height: 197px;
}

.header01{
	float: left;
	width: 391px;
	height: 197px;
	background-image: url(images/header01.gif);
	background-repeat: no-repeat;
}

.header02{
	float: right;
	width: 360px;
	height: 197px;
	background-image: url(images/header02.gif);
	background-repeat: no-repeat;
}

#nav{
	float: left;
	width: 249px;
	height: 197px;
	background-image: url(images/menu_base.gif);
	background-repeat: no-repeat;
}

#nav ul{
	margin: 0px;
	padding: 0px;
	padding-left: 50px;
	padding-top: 6px;
}

#nav ul li{
	list-style: none;
	display: block;
	line-height: 30px;
}

#nav ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#nav ul li a:hover{
	color: #eaff00;
}

#container{
	float: left;
	width: 980px;
	padding: 10px;
}

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

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

#center{
	float: left;
	width: 565px;
	margin: 0px 15px;
}

#panel{
	float: left;
	width: 215px;
	margin-bottom:10px;
}

.panel_top{
	float: left;
	width: 215px;
	height: 23px;
	padding-top: 5px;
	background-image: url(images/panel_top.gif);
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

.panel_bot{
	float: left;
	width: 215px;
	height: 14px;
	background-image: url(images/panel_bot.gif);
	background-repeat: no-repeat;
}

.panel{
	float: left;
	width: 213px;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}

.panel ul{
	margin: 0px;
	padding: 5px;
}

.panel ul li{
	list-style: none;
	display: block;
	border-bottom: 1px solid #e3e3e3;
	line-height: 20px;
	background:url(images/bullet.gif) no-repeat 0 9px;
	padding:0 0 0 13px;
}

.panel ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	text-decoration: none;
}

.panel ul li a:hover{
	color: #000000;
}

.heading
{	
	font-size:18px;
	font-weight:normal;
	color:#008ad4;
	padding:0 0 15px 0;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:capitalize;
}

.text p
{
	padding:0 0 20px 0;
	margin:0;
}

.text
{
	font-size:11px;
	color:#424242;
	padding:0;
	text-align:justify;
	line-height:17px;
}

.right_panel_top{
	float: left;
	width: 170px;
	background-image: url(images/panel_top_r.gif);
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding:28px 0 0 0;
}

.right_panel{
	float: left;
	width: 160px;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	padding:10px 4px;
	height:600px;
}

.right_panel_bot{
	float: left;
	width: 170px;
	height: 12px;
	background-image: url(images/panel_bot_r.gif);
	background-repeat: no-repeat;
}

/*footer navi starst*/
#footer_navi {
	width: 1000px;
	margin:9px 0 0 0px;
	padding:5px 0 10px 0;
	float:left;
	border-top:#666666 1px solid;
}

.footerlinks{
	float: right;
	width: 520px;
	text-align: right;
}

.footerlinks ul{
	margin:0px;
	padding:0px;
	text-align: right;
	text-transform:capitalize;
	
}

.footerlinks ul li{
	list-style-type:none;
	float:left;
	font-size:11px;
	padding:0 5px;
	color:#000000;
	font-size:11px;
}

.footerlinks ul li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
	font-size:11px;
}

.footerlinks ul li a:hover {
	text-decoration:underline;
}

#copyright {
	float:left;
	padding:0 0 0 10px;
}

#copyright a{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

#copyright a:hover {
	text-decoration:underline;
}
/*footer navi ends*/



#form_container{
	float: left;
	width: 500px;
	height: 100%;
	padding: 20px;
	margin: 10px 0px;
	border: 1px dashed #E2E2E2;
}

form {
	margin: 0px;
	padding: 0px;
}

.input_c {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #cccccc;
	width: 300px;
	margin-top: 20px;
	padding: 5px;
	
} 

.label_c {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-left: 20px;
	padding-top: 20px;
	float: left;
	width: 138px;
}	

.form_heading{
	width: 470px;
	text-align: center;
	margin: 0px 0 0 0px;
	padding: 6px 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #2E97D4;
	text-align: center;
}


.sitemap{
	float: left;
	width: 250px;
	border-top: 1px dashed #CCCCCC;
}

.sitemap ul{
	margin: 0px;
	padding:0;
	padding-left:2px;
	border-left: 1px dashed #CCCCCC;
	text-align:left;
	float:left;
}

.sitemap ul li{
	list-style: none;
	display: block;
	text-transform: capitalize;
	padding:0 0 0 20px;
}

.sitemap ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	line-height: 20px;
	background:url(images/bullet.gif) no-repeat 0 5px;
	padding:0 0 0 13px;
}

.sitemap ul li a:hover{
	text-decoration: underline;
	color:#f93f10;
}

a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	text-decoration: none;
}

a:hover{
	text-decoration:underline;
}


#adsense_160{
	float: left;
	width: 160px;
	height: 600px;
}

#adsense_728{
	float: left;
	width: 728px;
	height: 90px;
}

#adsense_250{
	float: left;
	width: 300px;
	height: 250px;
}

#adsense_468{
	float: left;
	width: 468px;
	height: 60px;
}

.readmore{
	background-image: none;
	text-align: right;
}

.readmore a{
	background-image: none;
	color: #000000;
	font-weight: bold;
}

.readmore a:hover{
	text-decoration: underline;
}

/*Article News*/

.article_news ul
{
	margin: 0px;
	padding:0;
	padding-left:2px;
	text-align:left;
	float:left;
}

.article_news ul li
{
	list-style: none;
	text-transform: capitalize;
	padding:0 0 0 20px;
}

.article_news ul li a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	line-height: 20px;
	background:url(images/bullet.gif) no-repeat 0 5px;
	padding:0 0 0 13px;
}

.article_news ul li a:hover
{
	color:#f93f10;
}

#adsense_336{
	float: left;
	width: 336px;
	height: 280px;
}