/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
* {
	padding:0px;
	border:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body {
	background:#FFFFFF;
}
h1 {
	font-size:26px;
	color:#d91a24;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:10px 0px 10px 0px;
	font-weight:400;
}
h2 {
	font-size:18px;
	color:#a2340c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:20px 0px 10px 0px;
}
p {
	padding-bottom:10px;
}
div#content ul {
	padding:10px 0px 10px 20px;
}
div#content li {
	line-height:1.4em;
}
a {
	color:#d91a24;
	text-decoration:underline;
}
a:hover {
	color:#333333;
}
address {
	font-style:normal;
	clear:both;
	padding:30px 0px 10px 30px;
}
address img {
	padding:10px 0px 0px 0px;
}

/* ----------------- WRAPPER AND PAGE ELEMENTS ----------------- */

div#wrapper {
	width:924px;
	margin:0 auto;
}
/* ----------------- HEADER/ FLASH ----------------- */
div#header {
	width:924px;
	height:359px;
	background:url(images/header.jpg) top left no-repeat;
	position:relative;
}
div#flash {
	position:absolute;
	bottom:0px;
	left:0px;
	height:189px;
	width:924px;
}
/*--- TOP NAV ---*/
div#topnav {
	position:relative;
	top:118px;
	left:15px;
	width:800px;
	padding:10px 0px 10px 0px;
}
div#topnav ul {
	vertical-align:middle;
	padding:10px 0px 10px 0px;
}
div#topnav li {
	list-style:none;
	display:inline;
}
div#topnav ul li a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	margin:0px 15px 0px 15px;
	padding-top:15px;
}
div#topnav ul li a.current, #topnav a:hover {
	color:#c6ffe5;
	font-weight:bold;
	background:url(images/status-topnav.gif) top center no-repeat;
}

/* ----------------- CONTAINERS/ CONTENT ----------------- */

div#maincontainer {
	background:url(images/content-bkg-repeat.gif) top left repeat-y;
	float:left;
}
div#container {
	float:left;
	background: url(images/content-bkg.jpg) top left no-repeat;
}
div#sidebar {
	float:right;
	width:280px;
}
div#content {
	width:600px;
	float:left;
	padding:10px 19px 50px 25px;
}
div#content p {
	line-height:1.6em;
}

/* ----------------- FOOTER / COPYRIGHT ----------------- */
div#footer {
	background:url(images/footer-bkg-repeat.gif) top left repeat-x;
	height:22px;
	clear:both;
	text-align:center;
	padding-top:25px;
}
div#footer a {
	font-size:10px;
	padding:0px 7px 0px 7px;
}
div#footer a:hover {
	color:#333333;
}
/*OWNER SIGNIN*/
div#ownersignin {
	padding-top:15px;
}
/*COPYRIGHT*/
div#copyright {
	font-size:10px;
	padding-top:10px;
}
div#copyright a {
	color:#08452a;
	padding:0px;
}

/* ----------------- CONTACT PAGE ELEMENTS ----------------- */
div#contactaddress {
	float:left;
	width:600px;
}
div#contactaddress address {
	margin:0;
	padding:20px 20px 20px 20px;
}
div#colone {
	float:left;
	width:250px;
}
div#coltwo {
	float:right;
	width:300px;
}
/* ----------------- MISC/ CUSTOM CLASSES ----------------- */
div#map iframe {
	border:#000000 1px solid;
}
p#logos img {
	margin:10px;
	border:#000000 1px solid;
}

/*IMAGE TREATMENT/ FLOAT*/
.rt {
	margin: 10px 0px 10px 10px;
	border:#000000 1px solid;
	float:right;
	clear: right;
}
img.border {
	border:#000000 1px solid;
	clear: both;
	margin-top: 15px;
}
div.clear {
	clear: both;
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}
