@CHARSET "UTF-8";

body {
	background: white url(../img/body_bg.jpg) repeat-x top left;
	font-size: 14px;
	font-family: arial, helvetica;
	color: gray;
	line-height: 1.4;
	/* basic font style */	
}

td p {
	padding-top: 0px;
	margin-top: 0px;	
}

th {
	font-size: 13px;
	font-weight: bold;
}

tr {
	
}

a:link {
	color: gray;
	text-decoration: underline;
}

a:hover {
	color: gray;
	text-decoration: none;
}

a:visited {
	color: gray;
	text-decoration: underline;
}

a:active {
	color: gray;
	text-decoration: underline;
}

/*
div {
	border: 1px dotted gray;
	margin: 0px;
	padding: 0px;
}
*/

/* major structural elements */

#wrapper {
	margin: 0px auto;
	width: 926px;
	min-height: 800px;
	padding: 10px;
	background: white;
}

#header {
	background: white url(../img/header.jpg) no-repeat top left;
	width: 926px;
	height: 98px;
	position: relative;
}

#phone_number {
	color: white;
	font-size: 14px;
	position: absolute;
	top: 55px;
	right: 10px;
	text-align: right;	
	line-height: 1.2;
}

#info_email {
	text-transform: uppercase;
	color: white;
	font-size: 14px;
	position: absolute;
	top: 115px;
	right: 10px;	
}

#nav {
	height: 30px;
}

#nav ul li { display: inline; }

#nav ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #036;
}

#nav ul li a:hover
{
color: #fff;
background-color: #369;
}


#content {
	position: relative;
	width: 926px;
}

#main {
	float: left;
	width: 540px;
	padding: 10px; 
}

#sidebar {
	float: right;
	width: 328px;
	background: white;
}

.sidebar_box {
	padding: 10px;
	width: 308px;
	background: #e4eff5;
	margin-top: 10px;
}

#footer {
	margin: 0px auto;
	width: 926px;
	height: 20px;
	position: relative;
	font-size: 10px;
	font-family: arial, helvetica;
	color: gray;
	font-weight: bold;
}

#footer_left {
	position: absolute;
	top: 0px;
	left:0px;
}

#footer_right {
	position: absolute;
	top: 0px;
	right:0px;
}

.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* page elements */

#contact_tbl td {
	padding-right: 10px;	
}


.hand {
	cursor:pointer;
	cursor:hand;
	text-decoration: underline;
	color: gray;
}

#advanced_search {
	display: none;
	margin-top: 10px;
	padding: 10px; 	
	border: 1px solid #5481a0;
	background: #c7ddea;
}

/* font styles */	
.serif {
	font-size: 20px;
	font-family: times, times new roman;
	color: #17234d;
	line-height: 1.4;
}

h2 {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	font-weight: normal;
	font-size: 20px;
	font-family: times, times new roman;
	color: #17234d;
	line-height: 1.4;
	margin-bottom: 10px;
}

.small_san_serif {
	font-size: 12px;
	font-family: arial, helvetica;
	color: gray;
	line-height: 1.4;
}

/* buttons */

input.btn { 
	text-align: center;
	color: #17234d; 
	background-color: #5481a0; 
	border: 1px solid; 
	border-color: #450477; 
	height: 22px;
	padding-bottom: 3px;
}

/* utility */

.errorMessage {
	color: #88133a;
	clear: both;
	font-size: 12px;
	font-style: italic;
	font-family: arial, helvetica;
	line-height: 1.4;
}

#flashmessage {
	color: #88133a;
	clear: both;
	font-size: 12px;
	font-style: italic;
	font-family: arial, helvetica;
	line-height: 1.4;
	margin-bottom: 10px;
}

.pageBrowser {
	width: 80%;
	padding: 5px;
}

.pageBrowser p {
	display: inline;
	}

.pageBrowser ul, .pageBrowser li {
	display: inline;
	margin: 0;
	padding: 0;
	color: #450477;
}