/* CSS Document */

html, body {margin: 0; padding: 0; height: 100%;}

body {
	background-color: #f6f6f6;
}

body, p, td, select, textaarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
}

p {
	margin: 0;
	padding: 0;
}

a, a:link, a:hover, a:visited {
	color: blue;	
}

img, br {
	border: none;
}

h1.page-heading {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0px 0 10px 0;
}

h1.results {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 20px 0 10px 0;
}

.header {
	padding-top: 10px;
	border-bottom: 1px solid #cccccc;
}

.wrapper {
	width: 980px;
	margin: 0 auto 0 auto;
}

.fleft {
	float: left;
}
.fright {
	float: right;
}
.clear {
	content: "";
	line-height: 0;
	font-size: 0;
	height: 0;
	clear: both;
}

.main {
	background-image:  url('/images/main_bkg_n.gif');
	background-repeat: repeat-y;
	min-height: 300px;
	_height: 300px;
}

.heading-left {
	width: 150px;
	padding-top: 24px;
}

.heading-right {
	width: 830px;
	text-align: right;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #737373;
}

.heading-right img {
	margin-bottom: -13px;
}

.home-content {
	text-align: center;
}

.home-content-left {
	width: 560px;
	border-bottom: 1px solid red;
}

.home-content-right {
	
}

.nav {
	/*
padding: 20px 10px 10px 10px;
*/
	width: 150px;
	overflow: hidden;
	border-top: 2px solid #FFFFFF;
}

.nav a, .nav a:link, .nav a:visited, .nav a.link {
	color: #737373;
	display: block;
	width: 130px;
	padding:5px 10px 5px 10px;
	font-weight: bold;
}

.nav a:hover {
	color: #00009e;
	font-weight: bold;
}

.nav ul { margin:0; padding:0; list-style-type:none; width: 150px;}
.nav ul li { border-bottom:1px solid #FFFFFF;  padding: 0; margin: 0; width: 150px;}
.nav ul li:hover { background:#ececec; }
.nav ul li a { color:#000000; text-decoration:none; }
.nav ul li a:hover { text-decoration:none; color:#1c4598; }

ul.subnav { margin:0 0 0 26px; padding:0; list-style-type:square !important; width: 150px; font-size: 11px; color:#737373;}
ul.subnav li { margin: 0px; padding: 0;width: 150px; font-size: 11px;}
ul.subnav li:hover { background:#ececec; }
ul.subnav li a { color:#000000; text-decoration:none; }
ul.subnav li a:hover { text-decoration:none; color:#1c4598; }

.rightcol {
	width: 130px;
	overflow: hidden;
	border-top: 2px solid #FFFFFF;
	padding: 5px 10px 10px 10px;
}

.contact-info {
	margin-top: 30px;
}

.contact-info * {
	font-size: 11px !important;
}

.content {
	padding: 5px 20px 20px 20px;
	width: 640px;
	overflow: hidden;
	border-top: 2px solid #FFFFFF;
}

.news-item {
	float: left;
	width: 145px;
	margin-right: 20px;	
	margin-bottom: 50px;
	font-weight: bold;
	overflow: hidden;
}

.footer {
	margin-top: 10px;	
}

.news-item img {
	margin-bottom: 5px;
}
.news-item-last {
	margin-right: 0px;	
	clear: right;	
}

.contact-form td {
	padding-bottom: 3px; 
}

.error {
	color: red;
}

.search-categories {
	margin-top: 10px;	
}

