@charset "utf-8";
/* CSS Document */

@import "reset.css";


html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Tahoma;
}

body {
	background: url(../imgs/main_top_bg.gif) repeat-x top;
}

#container{
	/*width: 1000px;*/
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	margin-bottom: -22px;
}

#header {
	min-width: 1000px;
	height: 107px;
	background: url(../imgs/header_right_bg.gif) repeat-x;
}

#logos {
	width: 300px;
	height: 107px;
	float: left;
	background: url(../imgs/header_left_bg.gif) repeat-x;
}

#logos ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	padding-top: 10px;
}

#logos ul li {
	float: left;
	padding: 0 4px;
}

#logos ul li a img {
	border: 0;
}

#header_pic {
	height: 107px;
	min-width: 254px;
	float: left;
	background:url(../imgs/header_right_pic.gif) left no-repeat;
}

#header_pic h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #1b4b7b;
	font-weight:bold;
	line-height: 107px;
	margin-left: 60px;
}

#top_stripe {
	height: 22px;
	background: url(../imgs/top_stripe_bg.gif) repeat-x;
}

#left_menu {
	float: left;
	clear: right;
	width: 230px;
}

#left_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 230px;
}

#left_menu ul li {
	width: 229px;
	height: 30px;
	border: 1px solid #dee5ed;
	border-top: none;
	background: #FFF url(../imgs/menu_item_bg.gif) left no-repeat;
}

#left_menu ul li a {
	line-height: 30px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #1b4b7b;
	font-weight:bold;
	text-decoration:underline;
	padding-left: 50px;
}

#left_menu ul li a:hover {
	text-decoration: none;;
}

#left_menu .left_menu_here {
	background: #FFF url(../imgs/menu_item_bg2.gif) left no-repeat;
}


#left_menu .left_menu_here span {
	line-height: 30px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #1b4b7b;
	padding-left: 50px;
	font-weight:bold;
	text-decoration: none;
}

#count {
	float: left;
	margin-top: 30px;
}

#count img {
	padding-left: 20px;
}
	
#content {
	min-width: 750px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	margin-left: 250px;
	margin-top: 10px;
	padding-right: 15px;
	line-height: 1.2;
}

#content h1 {
	font-size: 16px;
	margin-bottom: 10px;
/*	color: #676C80;*/
}

#content h3 {
	font-size: 14px;
	margin-bottom: 5 px;
}

#content p {
	padding-bottom: 10px;
	color: #676C80;
}

#content .img_left {
	float: left;
	margin-right: 10px;
}

#content .img_right {
	float: right;
	margin-left: 10px;
}

#content ul {
       	list-style-type: disc;
       	color: grey;
	padding-left: 20px;
}

#content a {
	color: grey;
}

#content a:hover {
	color: black;
}

#empty{
	clear: both;
	height: 22px;
}

#footer{
	height: 17px;
	min-width: 1000px;
	background: url(../imgs/footer_bg.gif) repeat-x;
	position: relative;
	margin: 0 auto;
	top-margin: -22px;
}

#footer p {
       	font-family:Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #fff;
	padding: 4px 0 0 20px;
}