body {  
  padding: 0;
  margin: 0;
  font-family: Verdana;
  font-size: 12px;
  color: #333;
  background: #eee;
}

a img {
	border: none;
}

a {
	color: #003399;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-position: outside;
	margin: 5px;
	padding: 0;

}

.main {
	margin: 0 auto;
	width: 961px;
}

.row {
	float: left;
	width: 100%;
}

/* ==================== HEADER ======================= */
/* ====================================================*/

.header {
	height: 120px;
	background: url(../images/header_bg.jpg) no-repeat left top;
}

.header a.logo {
	text-decoration: none;
	float: left;
	width: 150px;
	height: 110px;
}

.header_right {
	float: right;
	width: 800px;
}

.header_right .top_menu {
	background: url(../images/top_menu_bg.jpg) repeat-x left bottom #fff;
	float: right;
	height: 24px;
	font-size: 11px;
	width: 575px;
}

.header_right .top_menu a.last {
	background: url(../images/top_menu_right_bg.jpg) no-repeat right top;
	padding-right: 6px;
}

.header_right .top_menu a:hover {
	color: #0F74B2;
}

.header_right .top_menu a, .header_right .top_menu span {
	padding: 4px 2px;
	float: right;
	height: 16px;
}

.header_right .top_menu a.button {
	padding: 0;
	margin-right: 3px;
}

.header_right .tabs {
	float: right;
	width: 800px;
	margin-top: 39px;
	height: 23px;
}

.header_right .tabs a {
	float: right;
	border-bottom: 1px solid #9ea8c1;
}

.header_right .tabs a:hover {
	border-bottom: 1px solid #fff;
}

.header_right .rss {
	text-align: right;
	font-size: 10px;
	float: right;
	width: 800px;
	margin-top: 10px;
}

.header_right .rss span {
	float: right;
	padding-top: 2px;
}

.header_right .rss img {
	margin: 0 8px;
	float: right;
}

/* ==================== MENU ========================= */
/* ====================================================*/

.menu_block {
	height: 28px;
	background: url(../images/menu_bg.jpg) repeat-x left top;
	margin-bottom: 5px;
	padding: 4px 9px;
	width: 943px;
	position: relative;
	z-index: 0;
	width: auto;
}

.menu_block a {
	width: auto;
	float: left;
	position: relative;
	z-index: 99;
}

.menu_block img {
	float: left;
}

/* ======================= CONTENT ========================*/
/* ========================================================*/

.banners {
	float: left;
}

.banners .banner {
	float: left;
}

.banners.home .banner {
	margin-bottom: 6px;
}

.content {
	float: left;
	width: 961px;
	background: url(/images/dashed_border_bg.jpg) repeat-y right top #fff;
	margin-bottom: 5px;
	min-height: 380px;
	_height: 380px;
}

.content.home {
	min-height: 20px;
	_height: 20px;
}

.content.home, .content.no_border {
	background: #fff;
}

.content .inner {
	padding: 6px 10px;
}

.content .line {
	border-top: 1px dotted #999;
	margin: 6px 0 0 0;
	height: 4px;
	font-size: 2px;
}

.content h4 {
	font-family: Arial;
	font-size: 18px;
	color: #1F3974;
	margin: 10px 0 18px 0;
}

.content h5 {
	padding-left: 20px;
	font-size: 13px;
	background: url(../images/h5_bullet.jpg) no-repeat left top;
	line-height: 18px;
}

.content h5.big {
	color: #333;
	font-size: 18px;
}

.blue {
	color: #039;
	font-weight: normal;
}

.content p.button {
	background: url(../images/button_bg.jpg) no-repeat left top;
	padding: 3px 0 0 36px;
	margin: 4px 0;
}

.content p.button a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	width: 576px;
	height: 26px;
	display: block;
}

.content p.button a:hover {
	text-decoration: none;
}

.content table {
	margin: 10px 0;
	border: 1px solid #f7f7f7;	
	border-top: none;
}

.content table tr td, .content table tr th {
	vertical-align: top;
	line-height: 18px;
	color: #333;	
	font-weight: normal;
  	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	border-top: 1px dotted #999;
	padding: 6px 0 0 6px;
}

.content table tr th {
	padding-left: 15px;
	padding-right: 7px;
	text-align: left;
  	color: #333;

}

.content table tr td {
	background: #f7f7f7;
}

.content .comment a {
	float: right;
	background: url(../images/comment.jpg) no-repeat left top #fff;
	height: 23px;
	width: 179px;
	padding: 5px 10px 0 34px;
	text-decoration: underline;
}

.content .comment a:hover {
	text-decoration: none;
}

/* ======================= CONTENT > LEFT ========================*/

.left {
	float: left;
	width: 616px;
}

.content .left {
	padding: 6px 10px;
	width: 596px;
}

.left h2 {
	width: 600px;
	background: url(../images/title_bg.jpg) repeat-y left top;
	color: #fff;
	padding: 21px 0 0 11px;
	font-weight: normal;
	font-size: 24px;
	font-family: Arial, Verdana;
}

.content p, .content ol li {
	line-height: 18px;
}

.content ol li {
	list-style-position: outside;
	margin: 5px;
}

.content p.high_text {
	line-height: 30px;
}

.flash {
	float: left;
}

/* ======================= CONTENT > Login Form ========================*/

.login_box {
	width: 545px;
	padding: 10px 376px 0 20px;
	background: url(../images/form_bg.jpg) repeat-y left top;
	float: left;
}

.login_box.large {
	background: url(../images/form_bg_large.jpg) repeat-y left top;
	padding: 10px 113px 0 20px;
	width: 808px;
}

.login_box .row {
	padding: 3px 0;
}

.login_box .line {
	border-top: 1px dotted #999;
	margin: 6px 0 0 0;
	height: 10px;
	font-size: 2px;
	width: 810px;
	float: left;
}

.content h3.login_box_title, .content h3.login_box_title2 {
	height: 19px;
	color: #1F3974;
	padding: 7px 30px;
	font-size: 16px;
	margin-top: 10px;
	font-family: Arial;
	background: url(/images/form_title.jpg) no-repeat left top;
}

.content h3.login_box_title2 {
	background: url(/images/form_title2.jpg) no-repeat left top;
	color: #000;
	font-weight: normal;
	height: 32px;
	font-size: 12px;
	font-family: Verdana;
	line-height: 16px;
}

.content h3.login_box_title.large {
	background: url(/images/form_title_large.jpg) no-repeat left top;
}

.login_box input, .login_box label, .login_box select {
	font-family: Verdana;
	color: #000;
	font-size: 11px;
}

.login_box select {
	float: left;
	width: 300px;
	padding: 1px 0;
}

.login_box select.small {width: 100px;}
.login_box select.long {width: 638px;}

.login_box span {
	float: left;
	width: 150px;
	padding: 2px 10px 0 10px;
}

.login_box input.text {
	border: 1px solid #999;
	padding: 2px 6px;
	width: 250px;
	float: left;
}

.login_box_bottom, .login_box_bottom_large {
	width: 941px;
	background: url(/images/form_bottom.jpg) no-repeat left top;
	height: 17px;
	margin-bottom: 10px;
	float: left;
}

.login_box_bottom_large {
	background: url(/images/form_bottom_large.jpg) no-repeat left top;
	margin: 0;
}

/* ======================= CONTENT > RIGHT ========================*/

.right {
	float: right;
	width: 345px;
}

.right .inner {
	padding: 13px 10px;
}

.right h3 {
	background: #375d81;
	padding: 3px 10px;
	color: #fff;
	font-size: 14px;
	font-family: Arial;
}

.right ul li {
	padding-bottom: 2px;
	border-bottom: 1px dotted #999;
	list-style-position: inside;
	list-style-type: none;
}

.right ul li.last {
	border-bottom: none;
}

.right ul li a {
	display: block;
	padding: 5px 7px;
	color: #000;
}

.right ul li.active a, .right ul li a:hover {
	background: #f36c17;
	color: #fff;
	text-decoration: none;
}

.right ul li.active a:hover {
	text-decoration: underline;
}

.right .scroll {
	overflow: auto;
	width: 327px;
	height: 200px;
	padding: 0 8px;
	border: 1px solid #e1e6fa;
	padding-bottom: 10px;
}

.right .news p {
	padding: 7px 2px;
	color: #039;
	border-bottom: 1px solid #c1c1c1;
	font-size: 11px;
	line-height: 18px;
}

.right .news p.last {
	border-bottom: none;
}

.right .news p a {
	color: #039;
	text-decoration: underline;
}

.right .news p a:hover {
	text-decoration: none;
}

/* ====================== Directory Pages =========================*/
/* =======================================================*/

.directory {
	float: left;
	width: 961px;
	background: url(/images/dashed_border_bg.jpg) repeat-y right top #fff;
	margin-bottom: 5px;
	min-height: 380px;
	_height: 380px;
}

.directory.home {
	min-height: 20px;
	_height: 20px;
}

.directory.home, .directory.no_border {
	background: #fff;
}

.directory .inner {
	padding: 6px 10px;
}

.directory .line {
	border-top: 1px dotted #999;
	margin: 6px 0 0 0;
	height: 4px;
	font-size: 2px;
}

.directory h4 {
	font-family: Arial;
	font-size: 18px;
	color: #1F3974;
	margin: 10px 0 18px 0;
}

.directory h5 {
	padding-left: 20px;
	font-size: 13px;
	background: url(../images/h5_bullet.jpg) no-repeat left top;
	line-height: 18px;
}

.directory h5.big {
	color: #333;
	font-size: 18px;
}


.directory p.button {
	background: url(../images/button_bg.jpg) no-repeat left top;
	padding: 3px 0 0 36px;
	margin: 4px 0;
}

.directory p.button a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	width: 576px;
	height: 26px;
	display: block;
}

.directory p.button a:hover {
	text-decoration: none;
}

.directory table {
	margin: 10px 0;
	border: 1px solid #f7f7f7;
	border-top: none;
}

.directory table tr td, .directory table tr th {
	vertical-align: top;
	line-height: 18px;
	color: #333;
	border-top: 1px dotted #999;
	padding: 6px 0 0 6px;
}

.directory table tr th {
	padding-left: 20px;
	padding-right: 10px;
	text-align: left;
  font-family: Verdana;
  font-size: 8px;
  color: #333;
	font-weight: normal;
}

.directory table tr td {
	background: #f7f7f7;
}

.directory table body {
  font-family: Verdana;
  font-size: 8px;
  color: #333;
}

.directory .comment a {
	float: right;
	background: url(../images/comment.jpg) no-repeat left top #fff;
	height: 23px;
	width: 179px;
	padding: 5px 10px 0 34px;
	text-decoration: underline;
}

.directory .comment a:hover {
	text-decoration: none;
}


/* ====================== FOOTER =========================*/
/* =======================================================*/

.footer {
	clear: both;
	width: 941px;
	background: url(../images/footer_bg.jpg) repeat-x left top #204069;
	min-height: 87px;
	_height: 87px;
	font-size: 11px;
	color: #A2ADBF;
	padding: 10px;
	margin-bottom: 10px;
}

.footer p {
	padding-bottom: 10px;
}

.footer p.footer_menu {
	padding-bottom: 14px;
}

.footer .footer_menu a, .footer .footer_menu {
	color: #fff;
	font-size: 10px;
}

.footer p.copyright, .footer p.copyright a {
	font-size: 10px;
	color: #A2ADBF;
	padding-bottom: 0;
}
