html {
   font-size: 62.5%;
}

html, 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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0pt none;
	font-family:inherit;
	/*font-size:100%;*/
	font-style:inherit;
	font-weight:inherit;
	margin:0pt;
	outline-color:invert;
	outline-style:none;
	outline-width:0pt;
	padding:0pt;
	vertical-align:baseline;
}
*:focus {
	outline-color:invert;
	outline-style:none;
	outline-width:0pt;
}
body {
	color: #555555;
	font-family:Arial;
	line-height:1;
	background: #e6d385 url('../images/main_bg.jpg') repeat-x fixed 0pt;
}
ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
table {
	border-collapse:separate;
	border-spacing:0pt;
}
caption, th, td {
	font-weight:normal;
	text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
hr {
	margin-top: 0px;
}
h3 {
	color: #55185a;
}
#header {
	height:90px;
	margin: 10px auto 0px;
	width:100%;
	/*background: #E6D385;*/
		background: transparent url('../images/h.jpg') repeat;
}
.content {
	width: 1000px;
	min-width: 1000px;
	margin: inherit;
	height: inherit;
}

.content-header {
	width: 1000px;
	min-width: 1000px;
	margin: 0px auto 0px auto;
	height: inherit;
}

.content-header h1 img {
	height: 90px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 1px;
	float: left;
}

#nav {
	height: 48px;
	margin: 0px auto;
	width: inherit;
	border-bottom: 1px solid white;
	background: transparent url('../images/nav_full.jpg') repeat-x;
	font-family: Verdana;
	font-size: 1.3em;
	color: white;
}

.nav_container {
	height: 45px;
	width: inherit;
}

.padded {
	padding-top: 3px;
	margin: 0px auto 0px auto;
}

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	float: left;
	display: inline;
	line-height: 45px;
	margin: 0px;
	padding: 0px;
}

#nav ul li.active, #nav ul li.active a:hover {
	/*background-color: #7fcbcf;*/
	background: transparent url('../images/bh.jpg') repeat;
	color: #55185a;
}

#nav ul li a {
	text-decoration: none;
	color: #55185a;
	padding: 15px 15px;
}

#nav ul li a:hover {
	color: #7fcbcf;
	background-color: #55185a;
	/*background: transparent url('../images/bh.jpg') repeat;*/
	padding-top: 8px;
	border-bottom: 1px solid white;
}

#main {
	height: 615px;
	width: 100%;
	margin: 0px auto;
}

.banner_container {
	height: 225px;
	/*background-color: #80cbd0;*/
	background: transparent url('../images/bh.jpg') repeat;
	border-bottom: 1px solid white;
}

.banner {
	height: 225px;
	background: transparent url('../images/body_header.jpg') no-repeat;
	margin: 0px auto;
	font-family: "Arial";
	color: #55185a;
}

.banner img {
	float: right;
	margin: 24px 18px 0px 0px;
}

.banner h2 {
	padding: 20px 0px;
	font-size: 2.5em;
}

.banner p {
	line-height: 25px;
	width: 390px;
	font-size: 1.4em;
}

.spanned ul {
	list-style: none;
	margin-top: 15px;
}

.spanned ul li {
	display: block;
	margin: 4px 0px 0px 0px;
	padding: 6px 10px;
}

.services ul {
	font-size: 1.3em;
}

strong {
	font-weight: bold;
}

#footer {
	height: 48px;
	margin: 40px auto 0px;
	width: 100%;
	font-family: Verdana;
	font-size: 1em;
	text-align: center;
	color: #55185a;
}

#footer p {
	margin: 16px auto 16px auto;
	text-align: center;
}

#footer a:link {
	color: #55185a;
}

#footer a:visited {
	color: #55185a;
}


