/*Reset all styles. Eric Mayer*/
body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;

	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
/*-----------------------------------------*/
html {
	margin: 0;
	padding: 0;
	height: 100%;
	margin-bottom: 1px;
	background: #3b4439;
}

body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	font-size:0.75em;
	width: 850px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
/*----layout-----*/
#main {
	width: 850px;
	text-align:left;
	margin-top:10px;
	position: relative;
}
#header {
	position: relative;
	width:850px;
	height:140px;
	overflow:hidden;
	background: #3b4439;
	clear:both;
}

.allimgs {
	white-space:nowrap;
}

#header img {
	height: 140px;
	margin: 0px;
	border: 0px;
	clear:both;
}


#menu {
	border-top: 10px solid #3B4439;
	width: 100%;
	height: 25px;
	background:#d0da8c;
}

#content {
	clear: both;
	width: 850px;
}

#footer {
	clear: both;
	padding: 0;
	width: 850px;
	margin: 0 auto;
	text-align:left;
}

/*---menu ----*/

#menu ul {
	padding: 4px 25px;
}

#menu ul li {
	display: inline;
	float: left;
	padding: 0 15px 0 0;
}

#menu ul li a {
	font-size: 1em;
	color: #626b4f;
	text-decoration:none;
	float:left;
}

#menu ul li a:hover, #menu ul li a.selected {
	color: #fff;
}

/*---- generic ------ */
strong {
	font-weight: bold;
}
.clear {
	font-size: 0em;
	line-height: 0em;
	clear: both;
	height: 1px;
}

.clearl {
clear:left;
height: 1px;
	font-size: 0em;
	line-height: 0em;
}

.fl {
	float: left;
}

.flp {
	float: left;
	padding: 8px 10px 10px 0;
}

.fr {
	float: right;
}

.frp {
	float: right;
	padding: 8px 0 10px 25px;
}

.padding {
padding: 25px;
}

/* ---forms ------ */

#xform {
	margin: 8px 0 0 0;
}

#xform label {
	float: left;
	width: 100px;
	margin-bottom:5px;
	color: #000;
	font-weight: bold;
	font-size: 0.85em;
}

#xform .inlinelabel {
	width: 300px;
}

#xform input {
	float: left;
	width: 150px;
	margin-bottom:5px;
}
#xform select {
	float: left;
	margin-bottom:5px;
}

#xform .longlabel {
	width: 285px;
	margin-top: 2px;
} 

#xform .ilabel {
	width: 120px;
	float: left;
}

#xform .sm {
	margin-top: 3px;
	width: 120px;
}

#xform .longlabel2 {
	width: 135px;
	margin-top: 2px;
}

#xform .s {
	width: 15px;
	float: left;
}

#xform #ftype {
	width: 623px;
	height: 70px;
}

#xform .r {
	color: #666;
}

.cbox {
	float: left;
	width: 150px;
	padding-bottom:7px;
}


#xform textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom:5px;
}

#xform #xsubmit {
	width: 105px;
	margin: 1px 10px 0 0;
}

/*---- specific -----*/

h1 {
	font-size:1.6em;
	line-height: 1.5em;
	font-weight:normal;
	color: #3B4439;
	font-family:"Lucida Grande","Lucida Sans Unicode",geneva,verdana, "trebuchet ms",arial;
}

h2 {
	font-size:1.4em;
	line-height: 1.5em;
	font-weight:normal;
	color: #54605b;
	font-family:arial, verdana, "trebuchet ms";
}

h3 {
color: #54605b;
font-weight: bold;
}

#logo {
	float:left;
}

#content p {
	padding: 3px 0 3px 0;
	line-height:1.45em;
	color:#54605b;
}

#footer p {
	padding: 3px 0 5px 0;
	line-height:1.45em;
	color:#c49476;
}

#content .big {
	font-size:1.05em;
	line-height:1.45em;
}

#content .medium {
	font-size:1.3em;
	line-height: 1.2em;
}

#content .black {
	color: #000;
}

#content .red {
	color: #f05452;
}

#content .green {
	color: #CAE096;
}

#content .orange {
	color: #E36F1E;
}

#content a {
	color: #54605B;
	font-weight:bold;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

#content .list {
	margin: 0 0 0 20px;
	padding:0;
	list-style-type: square;
}

#content .list li{
	padding: 3px 0 3px 0;
	line-height:1.45em;
	color:#54605b;
}

#footer a {
color: #000;
text-decoration:underline;
}

#footer a:hover, #footer a.selected {
	text-decoration: none;
}

.submenu {
	float: right;
	width: 200px;
}

.submenu li {
	padding: 5px;
}
#content .submenu li a.selected {
text-decoration:underline;
}
#map {
	width:300px;
	height:250px;
	float:right;
	margin: 0 5px 0 10px;
}