@charset "utf-8";

/*-------------------------------------------------------------
HTML
-------------------------------------------------------------*/
body {
	background-color: #003399;
	background-image: url(../images/body-tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	padding: 4px 0 0 0;
}
body,td,th,input,select,textarea {
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 27px;
	font-weight: bold;
	color: #009966;
	margin: 0;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #003399;
	margin: 0 0 1em 0;
}
h3{
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
a:link{
	color: #0000FF;
}
a:visited{
	color: #6666FF;
}
a:hover,
a:active{
	color: #000099;
}
form{
	margin: 0;
	padding: 0;
}

/*-------------------------------------------------------------
Framework
-------------------------------------------------------------*/
#container{
	width: 900px;
	background-color: #FFFFFF;
	margin: 0 auto;
}
#header{
	padding: 1px;
}
#blue-background{
	border: 4px solid #FFFFFF;
	border-bottom-width: 1px;
	background-color: #95C2E2;
	height: 1%;
}
#content{
	float: left;
	width: 568px;
	background-color: #FFFFFF;
}
.clearline{
	clear: both;
	height: 1px;
	display: block;
}
.clearline-white{
	clear: both;
	height: 1px;
	background-color: #FFFFFF;
}
#nav-content{
	padding: 30px 40px 50px 33px;
}
#top-h3{
	margin-top: 1em !important;
}


/*-------------------------------------------------------------
Callouts
-------------------------------------------------------------*/
#callouts{
	width: 324px;
	float: right;
}

#open-houses-header{
	border-top: 3px solid #FFFFFF;
}
#open-houses{
	margin: 0 1px;
	padding: 1em 0 0 0;
	background-image: url(../images/open-house-tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 10px;
	line-height: 13px;
	height: 183px;
}
#open-houses ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#open-houses li{
	float: left;
	padding: 0 0 1em 22px !important;
}
#open-house-lt{
	width: 153px !important;
}
#open-house-rt{
	width:113px !important;
}
#open-house-center{
	width: 288px !important;
	text-align: center;
}

/*-------------------------------------------------------------
Textlinks
-------------------------------------------------------------*/
#textlinks-container{
	background-color: #009966;
	border: 4px solid #FFFFFF;
	border-top: 0;
	font-size: 11px;
	color: #FFFFFF;
}
#textlinks-container a:link{
	color: #99FF99;
}
#textlinks-container a:visited{
	color: #66CC66;
}
#textlinks-container a:hover,
#textlinks-container a:active{
	color: #FFFFFF;
}
#textlinks{
	width: 560px;
	float: left;
	padding: 22px 0 22px 17px;
}
#textlinks p{
	line-height: 14px;
}
#support{
	width: 276px;
	padding-top: 8px;
	float: right;
}
#support p{
	margin: 0;
	padding: 20px 0 0 0;
}

/*-------------------------------------------------------------
404 page
-------------------------------------------------------------*/
#error-content{
	padding: 3em;
}
#error-content h1{
	margin-bottom: 1em;
}
#error-content li{
	padding-bottom: 1em;
}
