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

h1 {
	color: #473721;
	font-size: 2.7em;
	margin-bottom: 0.25em;
}
h2 {
	color: #115E80;
	font-size: 22px;
}
#wrap {
	font-family: 'PT Sans Caption', sans-serif;
	background:url(/images/shadow.png) center top repeat-y transparent;
	width:1030px;
	margin:0 auto;
}
body, html { 
background:url(/images/bg.jpg) center top repeat-y transparent;
}
.topstrip {
	background: none repeat scroll 0 0 #EBEAE3;
	border-bottom: 2px solid #D9D8D1;
	padding: 2px 0;
}
.middleAlign {
	margin:0 auto;
	width:970px;
	/*background-color:#FEFDF6;*/
	background-color:#FFF;
}
.header {
	position:relative;
	height:120px;
}
.tagline {
	font-size:14px;
	font-weight:normal;
}
.logo {
	width: 300px;
	position:absolute;
	left:30px;
	top:10px;
	font-weight:bold;
	font-family: 'Play', sans-serif;
}
#topNav {
	width: 615px;
	position:absolute;
	right:-45px;
	top:10px;
	
}
#topNav ul {
	font-size: 1.2em;
}
#topNav ul li {
	float:left;
	margin-left:10px;
}
#topNav ul li a {
	display:block;
	padding:10px 10px;
	padding-bottom:3px;
	color: #473721;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}
#topNav ul li a:hover, #topNav ul li.selected a {
	/*border-bottom:2px solid #115D7E;*/
	color:#025E87;
}
#banner {
/*background-color:#025E87;
	border-bottom:2px solid #666;
	border-top:2px solid #666;*/
}
.bannerInner {
	overflow:hidden;
	height:315px;
	border-bottom:2px solid #D9D8D1;
	border-top:2px solid #D9D8D1;
}
#footer {
	background-color:#EBEAE3;
	border-bottom: 2px solid #D9D8D1;
	border-top: 2px solid #D9D8D1;
	color: #69625C;
	font-size: 10px;
	margin: 0 auto;
    width: 970px;
}
#bodyarea {
	padding:10px 30px;
	/*min-height:680px;*/
	width:910px
}
#bodyarea p {
	text-align:justify;
	margin:10px 0;
	font-size:12px;
}
#bodyarea h2 {
	margin:5px 0;
}
#bodyarea ul {
	margin-left:20px;
}
#bodyarea ul li {
	list-style:disc;
	margin:1px 0;
	font-size:12px;
}
#bodyarea a {
	color: #473721;
	text-decoration:none;
}
#bodyarea a:hover {
	color:#025E87;
}
.copyright {
	padding-left:15px;
}
.footerInner {
	position:relative;
	height:30px;
	background-color: #EBEAE3;
	padding: 15px 0 0;
}
#designdevelop {
	position:absolute;
	right:20px;
	bottom:15px;
}
.borderImg {padding:3px; border:1px solid #DDD;}
