/* --- BASIC STYLES --- */
* {
	border: 0px;
	margin: 0px;
	padding: 0;
}
body {
	background: #fff url(/images/bg-top.gif) repeat-x;
	font: 13px "Lucida Grande", Tahoma, sans-serif;
	/*font: 11px "Lucida Grande", Tahoma, sans-serif;*/
	color: #444;
	text-align: center;
	margin: 0 auto;
}
a:link, a:visited {
	color: #f60;
	text-decoration: none;
}
a:hover, a:visited:hover, a:active {
	color: #363;
	text-decoration: none;
}
img {
	border: 0px;
}

form {
	margin: 0px;
}
/* --- STRUCTURAL STYLES --- */
#wrapper {
	width: 950px;
	text-align: center;
	margin: 0 auto;
}
#wraptop {
	width: 950px;
	height: 253px;
}
#topleft {
	width: 535px;
	height: 253px;
	text-align: left;
	float: left;
}
#topright {
	width: 415px;
	height: 253px;
	text-align: left;
	float: left;
}
#wrapnav {
	width: 950px;
	text-align: center;
	font-size: 11px;
	line-height: 11px;
	color: #9f9;
	text-transform: uppercase;
	font-weight: bold;
	padding: 6px 0px;
}
#wrapbod {
	width: 950px;
}
#bodleft {
	width: 225px;
	text-align: left;
	padding-top: 10px;
	float: left;
}
#bodspace1 {
	width: 12px;
	float: left;
}
#bodmid {
	width: 500px;
	text-align: left;
	padding-top: 10px;
	float: left;
}
#bodmidwide {
	width: 737px;
	text-align: left;
	padding-top: 10px;
	float: left;
}
#bodspace2 {
	width: 12px;
	float: left;
}
#bodright {
	width: 201px;
	text-align: center;
	padding-top: 10px;
	float: left;
}
#bodstraight {
	width: 950px;
	height: 5px;
	clear: both;
}
#footer {
	width: 100%;
	height: 26px;
	background: url(/images/bg-copyright.gif) repeat-x;
}
/* --- TOP STYLES --- */
#topleft img.second {
	margin: 29px 0 0 82px;
}
#topright img {
	margin-top: 14px;
}
#wrapnav a:link, #wrapnav a:visited {
	color: #9f9;
	text-decoration: none;
}
#wrapnav a:hover, #wrapnav a:visited:hover, #wrapnav a:active {
	color: #fff;
	text-decoration: none;
}
#wrapnav span.navoff {
	color: #333;
	text-decoration: none;
}

#bodleft p.quote {
	padding: 10px 10px 0px 0px;
	font: italic 10px/18px Arial, Helvetica, sans-serif;
	color: #999;
}
#bodleft p.atribution {
	padding: 3px 10px 0px 0px;
	font: 10px/18px Arial, Helvetica, sans-serif;
	text-align: right;
	color: #696;
}


#bodmid p, #bodmidwide p {
	line-height: 22px;
	margin-bottom: 10px;
}
td.tdtext {
	line-height: 22px;
}
#bodmid p.callinfo {
	font-size: 20px;
	color: #f60;
	line-height: 18px;
	margin-bottom: 10px;
}
#bodmid h1 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#bodmid li, #bodmidwide li {
	margin-bottom: 5px;
}
#bodmid ol, #bodmid ul, #bodmidwide ul {
	margin: 0 0 10px 12px;
}
#bodmidwide h2 {
	font-size: 16px;
	color: #f60;
	line-height: 19px;
	margin-bottom: 0px;
}
#bodmidwide h3 {
	font-size: 13px;
	color: #f60;
	line-height: 19px;
}
#bodmidwide p.address {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.pic img{
width: 150px;
float: left;
border: 0px;
margin: 10px;
padding: 0px;
}
#footer p {
	padding-top: 10px;
	text-transform: uppercase;
	background: url(/images/bg-copyright.gif) repeat-x;
	font-size: 9px;
}
/* ------------------------ FORM STYLES ------------------------ */

input, textarea, select {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	width: 98%;
	border: 1px solid #464;
	background: #efe;
}
option {
	padding: 2px;
}
input.nowidth {
	width: auto;
}
input.subbut {
	width: 80%;
	font-weight: bold;
	border: 2px outset #060;
	color: #000;
}
input.clear {
	width: 55%;
	font-weight: normal;
	border: 2px outset #060;
	color: #555;
}
td.headtd {
	color: #060;
	font-weight: bold;
	font-size: 11px;
	background: #f0f0f0;
	text-transform: uppercase;
}
span.required {
	color: #f60;
	font: 9px/12px Verdana, Arial, Helvetica, sans-serif;
}
span.littleformnote {
	color: #999;
	font: 9px/12px Verdana, Arial, Helvetica, sans-serif;
}
td {
	padding-top: 3px;
}
h3 {
	margin: 5px 0px 5px 0px;
}
h3.searchresult {
	background: #ffc;
	padding: 5px;
	margin: 5px 0px 5px 0px;
	font: normal normal 16px/17px Verdana, Arial, Helvetica, sans-serif;
}
p.searchresult {
	margin: 5px 0px 5px 0px;
}