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

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #333;
}

#container {
	width: 900px;
	margin: auto;
	background-color: #ffffff;
}

#header {
	background-image: url(images/h_02.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 203px;
}

#header img {
	float: left;
	padding: 5px;
}

#content {
	padding: 30px;
	min-height: 400px;
	width: 620px;
	float: left;
	text-align: left;
}

#content2 {
	padding: 30px;
	min-height: 400px;
	width: 840px;
	float: left;
	text-align: left;
}

#sidebar {
	float: right;
	width: 200px;
	padding: 10px;
	padding-top: 80px;
}

#topNav {
	height: 37px;
	background-image: url(images/h_03.gif);
	background-repeat: repeat-x;
}

#topNav a {
	color: #FFFFFF;
	text-decoration: none;
}

#topNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 10px;
}

#topNav ul li {
	float: left;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	height: 37px;
}

#topNav ul li {
	position: relative;
}

#topNav li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: 27px;
	display: none;
	padding: 5px;
	background-color: #ef6c00;
	z-index: 99;
}

#topNav li:hover ul {
	display: block;
}

#topNav li ul li {
	width: 300px;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
	height: 25px;
}

a {
	color: #ef6c00;	
}

a:hover {
	color: #fe8826;	
}

#footer {
	clear: both;
	color: #666666;
	font-size: 10px;
	text-align: center;
	padding: 20px;
	border-top: thin solid #999999;
}

#footer a {
	color: #666666;
}

img, img a, a img {
	border: 0;	
}

h1, h2, h3, h4 {
	color: #ef6c00;
	margin-top: 0;
	padding-top: 0;
}

.testimonial {
	font-size: 16px;
	color: #111;
	font-style: italic;
	margin: 20px;
	padding: 10px;
	border-bottom: thin #999 dashed;
}

.news {
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: thin #999 dashed;
}

.thirdList {
	width: 33%;
	margin: auto;
	float: left;
}

.halfList {
	width: 50%;
	margin: auto;
	float: left;
}

.picLeft {
	float: left;
	padding-bottom: 20px;
	padding-right: 20px;
}

.picRight {
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
}

.staff {
	padding-bottom: 20px;	
}

.formHeading {
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}

.formTitle {
	text-align: center;
	font-weight: bold;
	background-color: #ef6c00;
	color: #FFFFFF;	
}

.formBlue {
	background-color: #d6efff;
}