/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}
* {
	margin:0px;
	padding:0px;
}
body {
	background:url(images/bg-body.gif) top left #6d6b56;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
ul {
	padding:10px 0px 15px 25px;
	color:#333333;
}
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 11px;
	padding-bottom:12px;
	line-height:1.3em;
	color:#6a6a6a;
}
h1 {
	font-size:16px;
	padding-bottom:3px;
	margin-bottom:7px;
	font-weight:bold;
	color:#d01b46;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px #bbc6db solid;
}
h2 {
	font-size:12px;
	padding-bottom:3px;
	padding-top:3px;
	color:#d01b46;
}
h3 {
	padding:1px 0px 5px 0px;
	color:#333333;
	font-size:12px;
}
address {
	text-align:left;
	font-style:normal;
	padding:10px 0px 20px 40px;
	font-size:11px;
	color: #666666;
}
address a {
	color:#6c6a55;
	;
	border:none;
	text-decoration:underline;
}
address a:hover {
	color:#333333;
	border:none;
}
blockquote {
	font-size:13px;
	background:#c2c2c2;
	padding:10px 20px;
	color:#333;
	font-style:italic;
	margin:10px 10px 10px 10px;
	width:250px;
	float:right;
	border:1px solid #8f8f8f;
}
a {
	color:#3b6fd0;
	text-decoration:none;
}
a:hover {
	color:#999999;
}
a.link {
	color:#3b6fd0;
	text-decoration:none;
	border-bottom:1px dotted #3b6fd0;
}
a.link:hover {
	color:#999999;
	border-bottom:1px dotted #999999;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */


div#wrapper {
	width:990px;
	margin:0 auto;
	background:url(images/bg-wrapper.gif) top left repeat-y;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
/* ----------------- TOP NAV STYLES ----------------- */

div#topnav {
	width:600px;
	height:30px;
	background:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
	position:absolute;
	left: 35px;
	top: 176px;
}
div#topnav ul {
	margin-left:12px;
	text-align:left;
	height:30px;
	overflow:hidden;
	margin:0px;
	padding:0px 0px 0px 0px;
}
div#topnav ul li {
	display:inline;
	list-style:none;
	margin:0px;
}
div#topnav ul li a {
	text-decoration:none;
	color:#8c8b8b;
	padding:10px 20px 10px 20px;
	height:10px;
	display:block;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}
div#topnav ul li a:hover {
	color:#666666;
}
div#topnav ul li a.current {
	color:#333333;
}
/* ----------------- HEADER ----------------- */
div#header {
	clear:both;
	width:990px;
	height:232px;
	background:url(images/bg-header.jpg) top left no-repeat;
	position:relative;
}
/* FLASH */
div#flash {
	position:absolute;
	right:30px;
	bottom:1px;
	z-index:1;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
div#flashbtn {
	position:absolute;
	right:30px;
	bottom:1px;
	z-index:999;
	border:none;
	outline:none;
}
/* ----------------- CONTENT SYTLES ----------------- */
div#container {
	clear:both;
	width:990px;
	float:left;
}
div#content {
	width:990px;
	float:left;
}
/* SIDEBAR */
div#sidebar {
	width:200px;
	float:left;
	padding:0px 10px 10px 0px;
}
/* MAIN CONTENT */
div#maincontent {
	width:715px;
	float:right;
	padding:0px 40px 15px 5px;
}
div#maincontent address {
	color:#2b4574;
	padding-left:10px;
	font-size:12px;
}
div#maincontent address a {
	color:#3b6fd0;
}
div#maincontent address a:hover {
	color:#21407a;
}
/* SIDE AREA */
div#sidearea {
	width:250px;
	float:right;
	margin:0px 5px 5px 15px;
	clear:right;
}
/* ----------------- FOOTER ----------------- */
div#footer {
	clear:both;
	width:804px;
	margin-left:186px;
}
div#footer a {
	font-size:10px;
	text-decoration:none;
	border:none;
}
/* BOTTOM NAV */
div#bottomnav {
	color:#666666;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
div#bottomnav a {
	padding:0px 15px;
	color:#666666;
}
div#bottomnav a:hover {
	color:#0280bf;
}
/* OWNER LINK */
div#ownerlink {
	clear:both;
	text-align:center;
	width:804px;
	margin-left:186px;
	padding:5px 0px;
}
div#ownerlink a {
	color:#1faceb;
	padding:5px;
	font-size:9px;
	font-weight:bold;
	border:none;
}
div#ownerlink a:hover {
	color:#CCCCCC;
}
/* COPYRIGHT */
div#copyright {
	clear:both;
	text-align:center;
	padding:5px 0px;
	font-size:9px;
	color:#999999;
	width:804px;
	margin-left:95px;
}
div#copyright a {
	color:#1faceb;
	font-size:10px;
	border:none;
}
div#copyright a:hover {
	color:#FFFFFF;
}
/* ----------------- MISC CLASSES ----------------- */

.center {
	text-align:center;
}
.right {
	float:right;
}
.left {
	float:left;
}
/* IMAGE STYLES */
img.border {
	border:#333333 solid 1px;
	margin:5px 10px 10px 10px;
}
/* SIDEBAR BTNS */
div#sidebtns {
	text-align:center;
	margin-left:40px;
	margin-bottom:5px;
	padding-bottom:5px;
	width:169px;
	border-bottom:1px solid #CCCCCC;
}
div#sidebtns img {
	border:none;
	display:block;
	text-align:right;
}
div#sidebtns a {
	border:none;
}
/* SERVICES LIST */

div.list {
	width:330px;
	float: left;
	margin:10px;
}
div.list ul {
	color:#d60f37;
}
.red {
	color:#d60f37;
}
.large {
	font-size:17px;
}
.indend {
	margin-left: 15px;
}
div#map iframe {
	border:1px solid #333333;
}
/* ----------------- SINGLE COLUMN FORM ------------------- */
div#form {
	width: 450px;
	text-align: left;
}
form p {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input {
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
label {
	padding: 5px 20px 0 0;
	display: block;
	float: left;
	width: 125px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d01b46;
}
div#ps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	text-align: left;
}

