@charset "UTF-8";
html {
	background-color:white;
}
body {
	position:relative;
	border:1px solid white;
	width:890px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	background-image:url(/images/bodyBG.jpg);
	background-repeat:no-repeat;
}
#head {
	position:absolute;
	top:0;
	left:0;
}
#head #homeLink {
	display:block;
	width:462px;
	height:120px;
}
#topNav {
	position:absolute;
	top:134px;
	left:0;
	width:750px;
	height:40px;
	margin-left:10px;
	padding:0;
}
	#topNav ul {
		list-style:none;
		margin:0;
		padding:0;
		height:40px;
	}
	#topNav li {
		float:left;
		color:white;
		padding:0;
	}
	#topNav a {
		display:block;
		padding:9px 40px 10px 40px;
		color:white;
		text-decoration:none;
		font-weight:bold;
		font-size:17px;
	}
	#topNav a:hover {
		background-color:#78B254;
		color:black;
	}
		#topNav li ul {
			display:none;
		}
		#topNav li li {
			background-color:#2A3379;
			float:none;
		}
		#topNav li li a {
			padding:7px;
			font-size:15px;
		}
		#topNav li:hover ul {
			display:block;
		}
	
#content {
	width:538px;
	margin-top:320px;
	margin-left:222px;
	margin-bottom:20px;
	min-height:140px;
	color:#2A3378;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:18px;
}
#content p img {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border:1px solid #ddd;
}
h1 {
	font-weight:bold;
	font-style:italic;
	font-size:1.1em;
	color:#5EB64B;
	margin:5px 0;
	line-height:normal;
	padding:0;
}
h2 {
	font-size:1em;
	font-weight:bold;
	color:black;
	margin:10px 0 3px 0;
	line-height:normal;
	padding:0;
}
p {
	margin:3px 0 15px 0;
	padding:0;
}

form table {
	width:99%;
	background:#eee;
	padding:5px;
}
form th {
	width:1em;
	text-align:left;
}
form td, form th {
	vertical-align:top;
	padding:5px;
}
form input[type=text] {
	width:95%;
}
form textarea {
	width:95%;
	height:7em;
}

#foot {
	width:890px;
	height:238px;
	background-image:url(/images/footBG.gif);
	background-repeat:no-repeat;
}
.clearer { clear:both; }

#testimonial {
	position:absolute;
	bottom:0;
	height:220px;
	overflow:auto;
	left:414px;
	width:428px;
	background-color:white;
	color:#00439E;
	font-size:14px;
	font-style:italic;
	text-align:left;
	padding:10px 20px;
	text-indent:-0.54em;
}
#testimonial .credit {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:gray;
	text-align:left;
	font-style:normal;
}
.thumbnails li {
	list-style:none;
	display:block;
	float:left;
	padding:10px;
	text-align:center;
}
.thumbnails img {
	border:1px solid #ddd;
}
.thumbnails a {
	text-decoration:none;
}