@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background: #D8D5CB url(../images/bg.jpg) no-repeat center top;
	/*behavior: url("csshover3.htc");*/
}

#container {
	margin: 0 auto;
	width: 920px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#header {
	width: 100%;
	height: 86px;
	position: relative;
}

#logo {
	width: 250px;
	padding: 0 0 0 15px;
}

#footer {
	color: #444;
	font-size: 10px;
	text-align: right;
	padding: 5px 20px;
}

/*=========================================== Top Menu Part ====================================== */
#top_menu {
	position: absolute;
	right: 5px;
	bottom: 0;
	height: 20px;
	width: 260px;
}

#top_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* #menu li,*/ #top_menu li {
	display: inline;
}

#top_menu a {
	display: block;
	float: left;
	padding: 0 4px 0 0; 
}

li.btn_home a {
	background: url(../images/btn_home_off.gif) no-repeat;
	width: 77px;
}

li.btn_home a:hover, li.btn_home a.selected, li.btn_home a:active {
	background: url(../images/btn_home_on.gif) no-repeat;
}

li.btn_about a {
	background: url(../images/btn_about_off.gif) no-repeat;
	width: 81px;
}

li.btn_about a:hover, li.btn_about a.selected, li.btn_about a:active {
	background: url(../images/btn_about_on.gif) no-repeat;
}

li.btn_contact a {
	background: url(../images/btn_contact_off.gif) no-repeat;
	width: 77px;
}

li.btn_contact a:hover, li.btn_contact a.selected, li.btn_contact a:active {
	background: url(../images/btn_contact_on.gif) no-repeat;
}

/*=========================================== Main Menu Part ====================================== */
#menu {
	width: 920px;
	height: 32px;
	background: url(../images/menu_bg.gif) no-repeat;
}

#menu ul li {
	background-color: transparent;
}

#menu a.MenuBarItemSubmenu {
	background-position: 100% 50%;
}

#menu a:hover {
	color: #1E3161;
}

#menu a.selected, #menu a:active {
	color: #FFF000;
}

#menu a {
	background: url(../images/menu_divider.gif) no-repeat right;
	color: #fff;
	text-decoration: none;
	padding: 10px 12px 0 7px;
	height: 22px;
}
 #menu .drop ul 
 {
     margin: 0;
     padding: 0;
     }
#menu .drop li a {
	color: white;
	text-decoration: none;
	padding: 5px 10px;
	height: auto;
	background: none;
	background-color: #34AEF4;
} 
#menu .drop li a:hover {
    color: black;
} 

/*=========================================== Content Part ====================================== */
#content_container {
	width: 920px;
	background: url(../images/content_bg.gif) repeat-y;
}

#main_content {
	float: left;
	width: 704px;
}

#side_content {
	float: right;
	width: 216px;
}

.banner {
	width: 100%;
	height: 190px;
}

.content {
	padding: 10px;
}

.welcome {
	background: url(../images/dotline_hor.gif) repeat-x bottom;
	padding-bottom: 10px;
}

.title, .title_login, .subtitle, .pagetitle {
	color: #0180BC;
	font: 18px Arial, Helvetica, sans-serif;
}

.welcome p {
	padding: 4px 10px;
	margin: 0;
}

.sponsor {
	font-size: 10px;
	padding: 10px;
}

.sponsor img {
	border: 0;
	padding-right: 50px;
}

/*=========================================== Side Content Part ====================================== */
#search {
	height: 38px;
	background: url(../images/searchbox_bg.gif) repeat-x;
	color: #fff;
	font-size: 12px;
	padding: 10px 0 0 15px;
}

.searchboxdiv {
	 margin: 0;
	 height: 18px;
	 width: 111px;
	 background: url(../images/search_txtbox.gif) no-repeat;
	 float: left;
}

.searchbox {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background: none;
	border: none;
	width: 104px;
	height: 16px;
	margin: 0;
	padding-top: 2px;
	padding-left: 7px;
	float: left;
}

.btn_search {
	_margin-left: -1px;
	float: left;
}

#login {
	padding: 0 12px;
}

#login td {
	padding-bottom: 5px;
}

.title_login {	
	padding: 0 0 2px 0;
	margin: 0 0 3px 0;
	border-bottom: 1px solid #C6C2B5;	
}

.txtboxdiv {
	 margin: 0;
	 height: 18px;
	 width: 125px;
	 background: url(../images/txtbox.gif) no-repeat;
	 float: left;
}

.txtbox {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background: none;
	border: none;
	width: 118px;
	height: 16px;
	margin: 0;
	padding-top: 2px;
	padding-left: 7px;
	float: left;
}

#whats_new {
	background: url(../images/title_what-new.gif) no-repeat top;
	padding: 40px 9px 0 9px;
}

#whats_new td {
	border-bottom: 2px dotted #C6C2B5;
	padding: 8px 0;
}

.poll {
	padding: 10px 12px;
}

.poll table 
{
   margin: 5px 0 0 0;
}

.subtitle {
	border-bottom: 1px solid #C6C2B5;	
	padding: 3px;
	margin-bottom: 5px;
}

.pagetitle {
	background: url(../images/dotline_hor.gif) repeat-x bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/*=========================================== Others Classes ====================================== */
.clear {
	clear: both;
	height: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	_margin: -13px 0 0 0;
}

form {
	margin: 0;
	padding: 0;
}

.floatleft {
	float: left;
}

.font10 {
	font-size: 10px;
}

.imgborder {
	border: 1px solid #fff;
	margin-right: 5px;
}

.date {
	color: #B40303;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.blue {
	color: #0180BC;
}

.btn_more {
	text-align: right;
}

a.link_red:link, a.link_red:visited {
	font-size: 10px;
	color: #CB0000;
	text-decoration: underline;
}

a.link_red:hover {
	text-decoration: none;
}

a:link, a:visited {
	color: #0180BC;
	text-decoration: underline;
}

a:hover {
	color: #CB0000;
	text-decoration: none;
}