body {
 background: #F6EEC0;
 text-align: center;
 text-decoration: none;
 color: #000000;
 font-size: 11px;
 font-family: Verdana, Arial;
 font-weight: normal;
}

td, p, div, a {
 text-align: left;
 text-decoration: none;
 color: #000000;
 font-size: 11px;
 font-family: Verdana, Arial;
 font-weight: normal;
}
 
img {
	border: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

a {
	outline: none;
}

a:link, a:visited { text-decoration: none; color:#2B6090; } 
a:active, a:hover { text-decoration: underline; color:#2B6090; } 

.text, .text td {
 text-decoration: none;
 color: #000000;
 font-size: 11px;
 font-family: Verdana, Arial;
 font-weight: normal;
 }

.small {
 text-decoration: none;
 color: #000000;
 font-size: 10px;
 font-family: Verdana, Arial;
 font-weight: normal;
 }
 
#container {
	width: 760px;
	margin: 10px auto;
	border: solid 1px #fff;
}
 
#masthead {
	position: relative;
	height: 68px;
	background: url(/images/bg_masthead.gif) no-repeat;
}
 
a#logo {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 429px;
	height: 37px;
	text-indent: -9999px;
	background: url(/images/masthead.gif) no-repeat;
}
 
.header { font-size: 18px; font-family: Verdana, Arial; font-weight: bold; }
.header2 { font-size: 14px; font-family: Verdana, Arial; font-weight: bold; }

.b { font-size: 12px; font-family: Verdana, Arial; font-weight: bold; }

.viewprops {
	background: #ECD095;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 20px;
	border-bottom: solid 1px #fff;
}
.viewprops a {
	color: #2B6090;
	margin: 0 10px 0 0;
	font-size: 10px;
	font-weight: bold;
}
.viewprops a:link, .viewprops a:visited { text-decoration: none; color:#2B6090; }
.viewprops a:active, .viewprops a:hover { text-decoration: underline; color:#2B6090; }

#nav {
	background: #cdf2f9;
	margin: 0;
	padding: 0;
}

#nav li {
	display: inline;
	list-item-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

#nav li a {
	display: block;
	margin: 0;
	padding: 5px 26px;
	color:#2B6090;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

#nav li a.selected {
	color: #000000;
	background: #fff;
	cursor: default;
	text-decoration: none;
}
 
.home img {
	margin: 0 3px 0 0;
}

.slideshow {
	border: solid 1px #2B6090;
	background-color:#ffffff;
	padding: 10px 10px 5px 10px;
	font-size: 10px;
	text-align: center;
}

#footer {
	background: #2D79AB;
	border-top: solid 1px #fff;
	border-bottom: solid 20px #2B6090;
	padding: 5px 0;
	text-decoration: none;
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial;
	font-weight: normal;
	text-align: center;
}
#footer a { color:#ffffff; }

.contact-form td {
	padding: 3px;
}

.contact-form td.right {
	float: none;
	text-align: right;
}

select {
	font-family: Verdana, Arial;
	font-size: 10px;
}

.textInput {
	font-family: Verdana, Arial;
	font-size: 10px;
	width: 175px;
}

.textInputMulti {
	font-family: Verdana, Arial;
	font-size: 10px;
	width: 300px;
	height: 100px;
}

.submit {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight:bold;
	border: solid 1-px #999999;
	background: #ededed;
	height:20;	
}

.error {
	color: red;
}

.divider {
	border-top: solid 1px #cdf2f9;
	height: 1px;
	margin: 15px 0;
}

/* float clearfix styles */

.clear {
	clear: both; 
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE-mac */