﻿html
{
	background: #192636;
	color: #192636;
	font-family: sans-serif;
	font-size: 85%;
	margin: 0;
	padding: 0;
}

body
{
	margin: 10px;
	padding: 0;
}

a
{
	color: #f00;
	text-decoration: underline;
}

a:active, a:hover { text-decoration: none; }
address { font-style: normal; }
img { border: 0; }
p { margin: 1.25em 0; }

#header, #container
{
	margin: 0 auto;
	width: 740px;
}

#header { border-right: 3px solid #0d131b; }

#header h1
{
	background: transparent url("images/header4.png") no-repeat;
	margin: 0;
	padding: 0;
	width: 740px;
	height: 118px;
}

#header h1 span
{
	line-height: 1px;
	visibility: hidden;
}

#container
{
	background: #fff;
	border: 3px solid #0d131b;
	border-width: 0 3px 3px 0;
	position: relative;
}

/* Start Win/IE-only /*/
* html #container { margin-top: -1em; }
/* End Win/IE-only */

#content
{
	float: right;
	margin: 0;
	padding: 0 15px;
	position: relative;
	text-align: justify;
	width: 570px;
}

#content h1, #content h2, #content h3
{
	background: transparent url("images/separator1.png") no-repeat;
	clear: both;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0.5em 0;
	padding: 1px 0 0 10px;
	text-align: left;
	width: 560px;
	height: 16px;
}

#content .quote
{
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}

#content .quote em { color: #f00; }

#content ul li
{
	margin-bottom: 0.5em;
}

#content .links h3
{
	background: transparent;
	color: #000;
	padding: 0;
	text-indent: 1em;
	width: auto;
	height: auto;
}

.address-list ul
{
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

.address-list li
{
	float: left;
	line-height: 1.75em;
	margin: 0;
	padding: 0;
	width: 33%;
}

.address-list br
{
	clear: both;
}

#navigation
{
	background: transparent url("images/redline1.png") repeat-y right;
	float: left;
	width: 140px;
}

#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li
{
	margin: 0;
	padding: 0;
}

#navigation ul a, #navigation ul a:visited
{
	background: transparent url("images/linkbg1.png") no-repeat;
	color: #fff;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 1px 0 0 0;
	padding: 0 0 0 3px;
	text-decoration: none;
	width: 136px;
	height: 17px;
}

#navigation ul a:active, #navigation ul a:hover
{
	background-position: 100% 0;
}

#navigation a#nav-mls, #navigation a#nav-mls:visited
{
	background: transparent url("images/searchmls.png") no-repeat;
	display: block;
	margin: 0.5em 0 0 0;
	text-decoration: none;
	width: 139px;
	height: 55px;
}

#navigation a#nav-mls:active, #navigation a#nav-mls:hover { background-position: 100% 0; }

#navigation a#nav-mls span
{
	line-height: 1px;
	visibility: hidden;
}

#contact-info
{
	background: transparent url("images/redlinefade1.png") no-repeat right top;
	clear: left;
	float: left;
	font-size: 80%;
	min-height: 130px;
	padding: 20px 0 0 0;
	text-align: center;
	width: 140px;
}

/* Start Win/IE-only /*/
* html #contact-info { height: 130px; }
/* End Win/IE-only */

#footer
{
	clear: both;
	font-size: 65%;
	padding: 10em 0 0 0;
	text-align: center;
}