@charset "UTF-8";
/* CSS Document */

* {margin:0; padding:0;}

body {
	background: #303030;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 15px auto 15px;
	padding: 0px;
	}
	
h1 {
	color: #333333;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	text-align:right;
	}
	
h2 {
	color: #333333;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
	border-bottom: 1px solid #DDDDDD;
	}
	
h3 {
	color: #072C53;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}
	
h4 {
	color: #333333;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
	}

h5 {font-weight:bold; color:#C5002D; font-size:16px;}

h6 {font-weight:bold; color:#006600; font-size:16px;}
	
a, a:visited {
	color: #072C53;
	text-decoration: underline;
	}
	
a:hover {
	color: #072C53;
	text-decoration: none;
	}
	
#wrap {
	background: #FFFFFF;
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	border: 10px solid #FFFFFF;
	}
	
#header {
	background: url(images/foreclosure03.jpg);
	width: 960px;
	height: 219px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	border-bottom:2px solid #000000;
	border-top:2px solid #000000;
	}

.headertext {
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size:48px;
	width:300px;
	padding-left:10px;
}
	
.clear {
	clear: both;
	}
	
#content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 10px 0px 0px 0px;
	line-height: 18px;
	}
	
#contentfull {
	float: left;
	width: 960px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
.article {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom:10px;
}

.article p {padding:0 0 15px 0;}

p {padding:0 0 15px 0;}

#cdpe {float:left; width:100%; border-top: 1px solid #DDDDDD; border-bottom: 1px solid #DDDDDD;margin-bottom:10px;}


#image {float:left; width:170px;}

#quote {float:left; font-style:italic; width:75%; font-size:16px; text-align:justify;padding-top:28px; padding-left:10px; line-height:28px;}

ol, ul {
	padding:0 0 0 10px;
	margin:0 0 0 10px;
}

ul {list-style-type:square;}

#footer {
	background-color:#CACACA;
	width: 960px;
    height:170px;;
	margin: 0px auto 0px;
	padding: 0px;
	line-height: 20px;
        border-top:2px solid #000000;
		
	}
	
.footerbottom {
        float:left;
        width:100%;
        border-top:1px solid #000000;
        padding-top:5px;
        margin-top:5px;
        text-align:center;
        }
		
.footertext {
	width: 940px;
	float: left;
	margin: 0px;
	padding: 7px 10px 0px 10px;
	text-align: center;
	}
	
.footerbottom img {vertical-align: middle; padding:0 5px 0 5px;}

#contactarea {
	background:#CACACA;
	width:414px;
	padding:10px 10px 10px 10px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	}

#contactform ol {
	list-style:none;
	padding:0;
	margin:0;
}

#contactform li {margin-bottom:10px;}

#contactform label.message {font-weight:bold;}

#contactform label {display:block; margin-bottom:5px;}

#contactform textarea {width:400px; height:200px;}

#contactform input, textarea {border:1px solid #000000;padding:5px;}
#contactform input.checkbox {border:none; padding:0;}
#contactform input:focus, input:hover, textarea:focus, textarea:hover {background:#FEEDC1;}
#contactform input.submit {background:#ffffff;padding:10px; font-weight:bold;}
#contactform input:hover.submit {background:#FEEDC1;}

img.loader {padding-left:10px;}