/* ********** [ GENERAL ] ********** */

* {
	margin: 0px;
	padding: 0px;
}
div.clear {
	clear: both;
}
body {
	margin: 0px;
	padding: 0px;
	cursor: default;
	font: 11px arial, verdana, sans-serif;
	color: #222222;
	background: url('page_bg.gif') top center repeat-y;
}
/* ********** [ PAGE ] ********** */

div#page_wrap {
}
div#page {
}
/* ********** [ TOP LOGIN ] ********** */

div#toplogin {
	height: 40px;
	width: 100%;
	margin: 0 auto;
	background: #54abf6 url('top_bg.gif') repeat-x;
}
div#forms {
	padding-top: 8px;
	height: 24px;
	width: 780px;
	margin: auto;
}
div#forms a {
	text-align: left;
	font: 11px/24px Arial, Verdana, Geneva, sans-serif;
	color: #fff;
}
.userlog {
	font-size: 11px;
	line-height: 20px;
	vertical-align: baseline;
	font-weight:bold;
	color:#fff;
}
.top {
	margin-right: 15px;
	margin-bottom: auto;
	vertical-align:middle;
	margin-left: 5px;
}
.top_input {
	width: 113px;
	height: 14px;
	background: url('top_input.gif') left top no-repeat !important;
	padding: 5px 5px !important;
	border: none !important;
}
.top_select {
	width: 55px;
}
input.topbutton {
	background: url("button_top.gif") no-repeat;
	margin: 0px;
	padding: 0px;
	width: 87px;
	height: 24px;
	font: 11px/21px arial;
	font-weight: bold;
	color: #000;
	text-align: center;
	border: 0px;
}
input.topbutton:hover {
	background: url("button_top.gif") no-repeat 0px -24px;
	color: #FFF;
}
.logout {
	color: #FFF;
	float: left;
	display: block;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
}
/* ********** [ HEADER ] ********** */

div#header_wrap {
	height: 125px;
	width: 910px;
	padding: 5px;
	background: #FFF;
	margin: 0px auto;
}
div#header {
	width: 100%;
	height: 125px;
	background: url('header_bg.gif') left top repeat-x;
}
div#header h1 span {
}
#header h1 {
	width: 357px;
	height: 110px;
	overflow: hidden;
	background: url(logo12a.gif) no-repeat;
	float: left;
	margin-top: 29px;
	margin-left: 22px;
}
#header h1 a:link, #header h1 a:hover, #header h1 a:visited, #header h1 a:active {
	display: block;
	width: 240px;
	height: 63px;
	text-indent: -100000px;
}
#header a img {
	border: none;
}
#ads_top {
	width: 468px;
	height: 60px;
	float: right;
	margin-top: 50px;
	margin-right: 20px !important;
}
/* ********** [ FOOTER ] ********** */

div#footer_wrap {
	margin: 0px auto;
	padding: 0px 0px 5px 0px;
	width: 910px;
	background: url(foot_bg.gif) left top repeat-x;
}
div#footer {
	height: 30px;
	font: 11px/30px verdana;
	color: #222;
	text-align: center;
	width: 600px;
	margin: 0 auto;
}
div#footer a {
	font: 11px/30px verdana;
	color: #222;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
/* ********** [ CONTAINER ] ********** */

div#container_wrap {
	margin: 0px auto;
	width: 910px;
	background: #fff;
}
div#container {
	margin: 0px auto;
	background: #ffffff;
}
/* ********** [ CONTENT ] ********** */

#content_wrap {
	padding-bottom: 10px;
	width: 780px;
	float: left;
}
#content {
}
/* ********** [ SIDEBAR ] ********** */

div#sidebar_wrap {
	padding: 0px 10px 10px 10px;
	width: 120px;
	float: left;
}
div#sidebar {
}
/* ********** [ MAIN NAVIGATION ] ********** */

div#headernav_wrap {
	height: 32px;
	width: 910px;
	margin: 0 auto;
	background: url('header_menu.gif') no-repeat;
}
div#headernav {
	margin: 0px auto;
	width: 650px;
}
div#headernav ul {
	height: 32px;
	list-style-type: none;
}
div#headernav ul li {
	float: left;
	background: url('header_menu_line.gif') right top no-repeat;
}
div#headernav ul li.last {
	float: left;
	background: none;
}
div#headernav ul li a {
	padding: 0px 15px;
	height: 32px;
	display: block;
	float: left;
	font: 12px/32px arial, verdana, sans-serif;
	color: #222;
	text-decoration: none;
	font-weight: bold;
}
div#headernav ul li a:hover {
	color: #ffffff;
}
/* ********** [ USER NAVIGATION ] ********** */

div#usernav_wrap {
}
div#usernav {
}
div#usernav ul {
	list-style: none;
}
div#usernav li {
	border: 1px solid #cccccc;
	border-width: 0px 0px 1px 0px;
}
div#usernav ul li a {
	padding-left: 10px;
	height: 30px;
	display: block;
	font: bold 12px/30px arial, verdana, sans-serif;
	color: #cc0d00;
	text-decoration: none;
}
div#usernav ul li a:hover {
	color: #0c5187;
	text-indent: 3px;
}
/* ********** [ COMMON ITEMS ] ********** */

h2, h3, h4, h5, h6 {
	padding-bottom: 5px;
	font: bold 14px/16px arial, verdana, sans-serif;
	color: #0C4D9C;
}
h2 {
	margin-bottom: 5px;
	font: bold 14px/16px arial, verdana, sans-serif;
	border-bottom: 1px solid #d4d4d4;
}
h3 {
	font: bold 13px/16px arial, verdana, sans-serif;
}
h4 {
	font: bold 12px/16px arial, verdana, sans-serif;
}
h4 {
	font: bold 11px/16px arial, verdana, sans-serif;
}
p {
	font: 11px/16px arial, verdana, sans-serif;
	color: #222222;
}
a {
	font: 11px arial, verdana, sans-serif;
	color: #cc0d00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

