@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
ul, ol {
	margin: 0 0 15px 45px;
}
.clear {
	clear: both;
}
body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	background-color: #F7F7F7;
}
.container {
	margin: 0 auto;
	width: 960px;
}
#topBar {
	background-color: #ffcc00;
	border-bottom: 1px solid #fbefbd;
	height: 23px;
	color: #DCDBD4;
}
#topBar a {
	color: #DCDBD4;
	font: 11px/23px Tahoma, Arial, sans-serif;
}
#top {
	height: 103px;
	background: url(../images/top_bg.gif) repeat-x bottom;
}
#nav {
	float: right;
	margin: 21px 28px 0 0;
}
#nav a:link,  #nav a:visited {
	display: block;
	float: left;
	width: 105px;
	height: 33px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight:normal;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	padding-top: 52px;
	text-align: center;
	background: url(../images/nav.jpg) no-repeat left top;
	text-decoration: none;
}
#nav a:hover,  #nav a:active {
	background: url(../images/nav_hover.jpg) no-repeat left top !important;
}
#nav a.current {
	background: url(../images/nav_hover.jpg) no-repeat left top !important;
}
#logo {
	margin: 35px 0 0 0;
}
#middle {
	clear: both;
	background: url(../images/banner.gif) repeat-x top;
}
#content {
	float: right;
	width: 580px;
	background: #fdfdfd url(../images/contentbanner.gif) top left repeat-x;
	border: 1px solid #eee;
	border-top: none;
	padding: 15px 15px 60px 15px;
}
#featureImage {
	float: left;
	margin-left: 35px;
	width: 273px;
}
#footer {
	height: 60px;
	padding-top: 4px;
	background-color: #1A1E2A;
	background: url(../images/banner.gif) repeat-x top;
	font-size: 11px;
	color: #0d5561;
	clear: both;
}
#footer a {
	color: #0d5561;
}
#titlehead {
	height: 148px;
	min-height: 148px;
	margin-bottom: 15px;
	display: table-cell;
	vertical-align: middle;
}
/* Text */
h1 {
	font: normal 22px/30px 'Trebuchet MS', Verdana, sans-serif;
	color: #0d5561;
}
h2 {
	font: normal 17px/18px 'Trebuchet MS', Verdana, sans-serif;
	padding: 5px 0 5px 0;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #0d5561;
	text-transform: capitalize;
	font-weight:bold;
	background: #e9f7f9 url(../images/h2_bg.gif) bottom left no-repeat;
	min-height: 20px;
}
h3 {
	font: normal 14px/16px 'Trebuchet MS', Verdana, sans-serif;
	padding: 0 10px 5px 10px;
	color: #0d5561;
	font-weight:bold;
}
p {
	padding: 0 10px 15px 10px;
	line-height: 15px;
}
blockquote {
	margin: 0 25px 15px 25px;
	font: 14px 'Trebuchet MS', Verdana, sans-serif;
}
.featureBox {
	text-align: center;
	margin: 0 auto;
	background-color: #FFF;
	width: 470px;
	height: 220px;
	background: url(../images/500box.jpg) no-repeat left top;
	padding: 15px;
}
.floatPad {
	float: left;
	margin: 0 10px 10px 0;
}

/* --- added styles for contact/register forms 6.11.2008 --- */

#contact_box{
	width:600px;
	height:280px;
}

label{
	font-size:12px;
}

#top_bar{
	width:580px;
	background:#ffcc00;
	height:40px;
	line-height:40px;
	padding-left: 20px;
}

#left{
	width:200px;
	background:#eef8f9;
	float:left;
	padding:20px 8px;
}

#right{
	width:320px;
	float:left;
	padding: 20px 0 20px 30px;
}

td{
	padding:5px;
}
