body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #8EAEDD;
	font-size: 12px;
}
#wrapper { 
 margin: 0 auto;
 width: 937px;
}
#faux {
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}

.wrapper-faux-1 {background: url(../images/fauxmid.png) repeat-y;}
.wrapper-faux-2 {background: url(../images/fauxtop.png) no-repeat;}
.wrapper-faux-3 {
	width: 937px;
	overflow: hidden;
	padding: 0 0 50px 0;
	background: url(../images/fauxbot.png) no-repeat 0 100%;
}
#header {
 width: 937px;
 padding: 0px;
 height: 233px;
}

#headerleft{ 
 display: inline;
 padding: 0px;
 width: 190px;
 float: left;
}

#rightheader { 
 float: right;
 color: #333;
 padding: 0px;
 width: 747px;
 display: inline;
 position: relative;
}

#leftcolumn { 
 display: inline;
 color: #333;
 padding: 0px;
 width: 190px;
 float: left;
}
#contact {
	display: inline;
	width: 190px;
	float: left;
	background-image: url(../images/locationbg.png);
	margin-top: 20px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	padding-top: 70px;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 25px 100px 50px 10px;
 padding: 0px;
 width: 550px;
 display: inline;
 position: relative;
}

#rightcolumn img{
	padding: 2px;
	border: 1px solid #294E83;
	margin: 2px;
}
#footer { 
 width: 937px;
 clear: both;
 color: #333;
 margin: 0px;
}

#footer h1{
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	border: none;
}

#footerright {
	float: right;
	width: 647px;
	height: 152px;
	display: inline;
	position: relative;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 100px;
}

#bottomlinks{
	float: right;
	width: 747px;
	display: inline;
	position: relative;
		color: #655534;
	font-size: 11px;
	text-align: center;
}

#bottomlinks a{
	color: #ffffff;
}

.clear { clear: both; background: none; }

ul#nav {
	margin: 0px 0px 0px 7px;
	padding: 15px 0px 0px;
	text-align: center;

	list-style-type: none;
}
#nav li{
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #294E83;
	font-weight: bold;
}

#nav li a{
	background-image: url(../images/li_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #294E83;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 6px;
	display: block;
}

#nav li a:hover{
	text-decoration: none;
	color: #749AD3;

}
#nav li ul{
	margin: 5px 0px 15px;
	padding: 0px;
	text-align: center;
	list-style-type: none;
	font-size: 10px;
}

#nav li ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#nav li ul li a{
	color: #294E83;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	background-image: none;
}
#nav li ul li a:hover{
	color: #749AD3;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 34px;
	font-weight: normal;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: outset;
	border-bottom-color: #294E83;
}
h1 span{
	font-size: 20px;
	font-weight: normal;
	color: #294E83;
}

h2 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: normal;
	color: #294E83;
}
h3 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.formfield {
	font-size: 11px;
	color: #231E18;
	width: 140px;
	border: 1px solid #4B351F;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 2px;
}
.textarea {
	font-size: 11px;
	color: #231E18;
	width: 200px;
	border: 1px solid #4B351F;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	height: 60px;
}
.submit {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}

.captcha {
	font-size: 11px;
	color: #231E18;
	width: 100px;
	border: 1px solid #4B351F;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 2px;
}
.staffpics {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	text-align: center;
	display: inline;
}

