/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #4B5068;
}

a{
	color: #006699;
	text-decoration: none;
	margin:0px;
	padding:0px;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #cc0000;
	text-decoration: underline;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #CC0405;
	margin: 0px;
	padding: 0px;
	font-weight: bolder;
	font-style: italic;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0405;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

p {
margin:0px;
padding:0px;
}

ul{
	list-style-type: square;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}
img {
	border:none;
	text-decoration:none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.content {
	background-color:#FFFFFF;
	background-image: url(img/filterhousing2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
}

.nav {
	background-color: #D8DCE6;
}

/***********************************************/
/* Components                                  */
/***********************************************/

a.graylink {
	color:#999999;
}

.floatleft {
	float:left;
	padding-right:5px;
}
.floatright {
	float:right;
	padding-left:10px;
}
.divisiontable {
	background-color: #e3e8fa;
	padding: 5px;
	border: thin ridge #999999;
}
.divisiontable a {
	font-size: 110%;
	display:block;
}

.divisiontable a:hover{
	color: #FF0000;
	text-decoration: none;
}
.divisiontable a img{
	text-decoration:none;
	padding: 0px;
	margin: 0px;
	border:solid 5px #e3e8fa;
}

.divisiontable a:hover img {
	border:solid 5px #CC0000;
}
.divisiontable p a {font-size:80%;}
.divisiontable p {font-size:80%;}

.smalltype {
	color:#666666;
	font-size:65%;
	padding-left: 10px;
}

/************* #globalNav styles **************/

#globalNav{
	color: #AEB9D2;
	text-align: right;
	background-color: #101936;
	height: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: bottom;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 85%;
	padding: 0 4px 0 0;
	color: #D8DCE6;
}
#globalNav a:hover {color:#CC0000}
#globalNav .current {color:#CC0000}

/************** .feature styles ***************/

.feature{
	font-size: 80%;
	width: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 80%;
	height: 25px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #101936;
	color: #AEB9D2;
	padding-top: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #AEB9D2;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}
#siteInfo a {
	font-size: 85%;
	padding: 0 4px 0 0;
	color: #D8DCE6;
}

#siteInfo a:hover {color:#CC0000}
#siteInfo .current {color:#CC0000}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	background-color: #AEB9D2;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	display:block;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #FFFFFF;
	text-decoration: none;
	color: #CC0000;
}
#sectionLinks a.current {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #CC0000;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 70%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/*************.news & coupon styles **************/

.news{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	color: #333333;
	background-color: #D8DCE6;
	border: thin solid #CCCCCC;
}

.news p{
	padding: 5px 0px 5px 0px;
}
.news a img {
	border: solid 3px #D8DCE6;
}
.news a:hover img {
	border: solid 3px #cc0000;
}
.coupon a img {
	border: 3px dashed #CCCCCC;
}
.coupon a:hover img {
	border: 3px dashed #cc0000;
}
