@charset "UTF-8";
/* CSS Document */
/* Created by Ryan of KNR Designs. */
/* For use only where allowed by KNR Designs. */
/* Copyright 2009 */
/* Created February 20, 2009 */
* {
	margin: 0px;
	padding: 0px;
}
html	{
	height: 100%;
}
body {
	height: 100%;
	background-color: #fcfcfc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7a8299;
}
a, a img {
	text-decoration: none;
	border: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline overline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #26355c;
	margin-top: 11px;
	margin-bottom: 11px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
h3 {
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #26355c;
}
h4 , h4 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #a8b4bc;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #26355c;
}
hr {
	height: 0px;
	clear: both;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #dadbe0;
	border-right-style: none;
	border-left-style: none;
	margin-top: 4px;
}
hr.noclear {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #d4d6da;
	margin-top: 8px;
	margin-bottom: 3px;
	clear: none;
}
strong, b {
	color: #26355c;
	font-weight: normal;
}
.grey {
	color: #7a8299;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	min-width: 1100px;
	margin-bottom: -48px;
	overflow: hidden;
}
#header {
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	height: 106px;
	display: block;
}
#header #banner {
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 106px;
	width: 100%;
}
#top_links {
	display: block;
	float: right;
	margin-right: 15px;
}
#top_links img {
	margin-right: 5px;
	margin-left: 5px;
}
#top_links a {
	font-size: 12px;
	color: #3f81ab;
	text-transform: lowercase;
}
#header #search {
	display: block;
	float: right;
	margin-top: 40px;
}
#search .search_txt {
	background-image: url(images/search_txt_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 13px;
	width: 167px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 24px;
	padding-left: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ababab;
	padding-top: 14px;
	display: block;
	float: left;
	padding-bottom: 16px;
}
#search .search_submit {
	background-image: url(images/search_submit.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 43px;
	width: 67px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	float: left;
	margin-top: 9px;
}
#nav {
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
	height: 41px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #a1a5b0;
	border-bottom-color: #adb1ba;
	overflow: hidden;
}
#nav ul {
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
}
#nav ul li {
	display: block;
	line-height: 41px;
	height: 41px;
	background-image: url(images/nav_div.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-left: 15px;
	padding-right: 17px;
	float: left;
}
#nav ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #1d4049;
}
#nav ul li #active, #nav ul li a:hover {
	background-image: url(images/nav_active.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 12px;
	text-decoration: none;
}
#nav ul #last {
	background-image: none;
}
#main {
	background-color: #fcfcfc;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
	overflow: hidden;
	min-height: 168px;
	padding-top: 11px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 11px;
	margin-bottom: 8px;
}
#main .box {
	overflow: hidden;
	margin-right: 10px;
	font-size: 12px;
	color: #7a8299;
	display: block;
	float: left;
	width: 253px;
}
#main .box ul {
	list-style-position: inside;
	margin-left: 10px;
	list-style-image: url(images/li_image.gif);
	margin-top: 10px;
}
#main .box ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#main .box ul li.last {
	border-bottom-style: none;
}
#main .box .view_all {
	margin-top: 15px;
	margin-bottom: 5px;
	display: block;
	float: right;
	margin-right: 30px;
}
#main .box h2 {
	display: block;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 34px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 20px;
	min-height: 52px;
	float: left;
}
#main .box h2 .top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #7a8299;
}
#main .box h2 .bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #26355c;
}
#main .box .box_top {
	background-repeat: repeat-y;
	background-position: center bottom;
	display: block;
	width: 253px;
	overflow: hidden;
	background-image: url(images/box_top_bg.gif);
}
#main .box .box_bg_top {
	background-image: url(images/box_bg_top.gif);
	display: block;
	width: 251px;
	min-height: 11px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
}
#main .box .box_bottom {
	display: block;
	width: 253px;
	background-repeat: repeat-y;
	background-position: center top;
	overflow: hidden;
	background-image: url(images/box_bottom_bg.gif);
	margin: 0px;
	padding: 0px;
}
#main .box .box_bg_bottom {
	display: block;
	width: 233px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(images/box_bg_bottom.gif);
	min-height: 11px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
#main .divider {
	display: block;
	height: 100%;
	width: 1px;
	border-right-style: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -4000px;
	padding-bottom: 4000px;
	background-image: url(images/divider_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#main .right {
	width: 49%;
	display: block;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7a8299;
}
#main .right .read_more {
	float: right;
	margin-top: 20px;
	margin-bottom: 8px;
}
#main .right .side_img {
	float: left;
	margin-right: 9px;
	margin-top: 10px;
	margin-bottom: 9px;
}
#main .right p {
	display: block;
	margin-top: 4px;
}
#main .left {
	width: 49%;
	display: block;
	float: left;
}
#main p{
	margin-top: 11px;
	margin-bottom: 7px;
}
#ads {
	background-color: #fcfcfc;
	background-image: url(images/ads_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
	overflow: hidden;
	min-height: 250px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8e8e8e;
	max-width: 100%;
	padding-bottom: 20px;
}
#ads .top {
	position: absolute;
	left: 90%;
}
#all_ads {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#all_ads ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}
#all_ads ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
	width: 224px;
	text-align: left;
	margin: 10px;
}
#all_ads ul li img {
	text-align: center;
}
#footer_push	{
	display: block;
	height: 48px;
	width: 100%;
}
#footer {
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
	height: 34px;
	min-width: 1100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a1a5b0;
	overflow: hidden;
	color: #010d2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 13px;
}
#footer a {
	font-size: 12px;
	color: #0d4962;
}

