html, body { height: 100%; }

body {
	background: #050505;
	font: normal 62.5%/1.8 "Helvetica Neue", Helvetica, Arial, Verdana;
	margin:0;
	padding:0;
	color: #777777;
	}

a, a:link, a:visited, a:active, a:hover { text-decoration:none; color: #222;}

h1 {
	font-size: 155%;
	font-weight: normal;
	text-align: left;
	margin-bottom: 3.4em;
}

h2 {
	font-size: 130%;
	font-weight: normal;
	text-align: left;
	color: #333333;
	line-height: normal;
	margin-bottom: 0px;

}

/* ----- PAGE LAYOUT / WRAPPERS ----- */

#homepagetoprow {
	width:100%;
	position:relative;
	background-image: url(../images/borders.gif);
	}

#topmain {
	width:800px;
	padding-top: 50px;
	padding-left: 90px;
	padding-right: 50px;
	padding-bottom: 50px;
	}

#topmain-home {
	width:820px;
	padding-top: 30px;
	padding-left: 70px;
	padding-right: 50px;
	padding-bottom: 10px;
	}
	
.topmain-home2 {
    width:820px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	}

#outerwrapper {
	position:relative;
	width: 960px;
	margin:0 auto;
	padding:0 0px;
	background:#050505;
	height:100%;
	}

em {
	font-style:italic;
	}
	
hr {
	background: #ccc;
	width: 100%;
	margin:-.1em 0;
	color: #ccc;
	border: 0;
	height: 1px;
	clear: both;
}

.highlighted {
	color:#C31819;
	}

#content {
	padding-bottom:200px;
	/*background: #ccc url('../images/underline.gif') repeat;*/
	}

/* ----- HEADER ----- */

#header {
	width:960px;
	height:125px;
	position:relative;
	border-bottom:0px solid #050505;
	padding-top: 17px;
	}
	
#logo {
	text-indent: -9999px;
 	display: block;
	width: 300px; 
	height: 107px;
	margin-top: 0px;
	}
	
#logo h1 { 
	margin:0 !important;
	padding:0 !important;
	}

#logo a {
	display: block;
	width: 300px;
	height: 107px;
	background: #050505 url("../images/RealEstateDepot-logo1.gif") no-repeat left top;
	}
	
#content-header {
	width: 960px;
	height: px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image:  url("../images/borders.gif");
	margin-left: auto;
	margin-right: auto;
}

#content-header-text {
	height: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0px 0px 17px 0px;
	text-align: center;
	font-weight: bold;
}


#top-navigation {
	width: 960px;
	height: 62px;
	background-image:  url("../images/top-nav-bkg.gif");
}

	
#insidepagemain {
	width:880px;
	margin: 3.4em 0 0 0 !important;
	padding:0;
	float:left;
	}
	
/* ----- HOME CONTENT ----- */

.home-content2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	min-height: 125px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 45px;
	font-size: 12px;
	border-right-style: dotted;
	border-right-width: 2px;
	line-height: normal;
	font-weight: normal;
	}
		
.home-content2 a:link {
	color:#C31819;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
.home-content2 a:hover {
	color:#333333;
	text-decoration:underline;
	font-size: 11px;
	font-weight: bold;
	}
	
.home-content2 a:visited {
	color:#C31819;
	text-decoration:underline;
	font-size: 11px;
	font-weight: bold;
	}
	
.home-content3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	min-height: 125px;
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 45px;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	}
		
.home-content3 a:link {
	color:#C31819;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
.home-content3 a:hover {
	color:#333333;
	text-decoration:underline;
	font-size: 11px;
	font-weight: bold;
	}
	
.home-content3 a:visited {
	color:#C31819;
	text-decoration:underline;
	font-size: 11px;
	font-weight: bold;
	}
	
/* ----- MAIN CONTENT ----- */

.main h1 {
	font-weight:bold;
	font-size:3em;
	line-height:1.15em;
	margin: 0 0 .5em 0;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	}

.main {
	font-size: 12px;
	font-weight: normal;
	width: 470px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	margin-left: 40px;
	text-align: left;
	}
	
.main p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0em 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-bottom: 10px;
	}

.main blockquote {
	color: #333333;
	margin-left:1em;
	padding-left:1em;
	border-left:10px solid #e3e3e3;
	}
	
.main ul {
	font-size:1.2em;
	line-height:1.5em;
	margin:1.5em;
	list-style-type:disc;
	}

.main li {
	color: #333333;
	}
	
.main ul.paddedlist li {
	margin-bottom:1em;
	}
	
.main ul ul {
	font-size:1.0em;
	line-height:1.5em;
	margin:0 0 0 1.5em;
	list-style-type:circle;
	}
	
.main a, .main a:link {
	color:#C31819;
	text-decoration:underline;
	}
	
.main a:hover {
	color:#333333;
	text-decoration:underline;
	}	
	
.main table {
	border-top:0px solid #ccc;
	border-left:0px solid #ccc;
	}
	
.main table td, #main table th {
	border-right:0px solid #ccc;
	border-bottom:0px solid #ccc;
	padding:5px;
	}
	
.main table th {
	font-weight:normal;
	padding:5px !important;
	margin-left: 30px;
	}
	
.main3 {
	width: 240px;
	vertical-align: top;
	padding-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px
	}
	
.main3 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
	text-align: left;
	font-weight: normal;
	}

.main3 a, .main a:link {
	color:#C31819;
	text-decoration:underline;
	}
	
.main3 a:hover {
	color:#333333;
	text-decoration:underline;
	}	
	
.main-iframe {
	width: 706px;
	vertical-align: top;
	margin-left: 0px;
	margin-right: 0px;
	}
	
.main-iframe h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:3em;
	line-height:1.15em;
	margin: 0 0 .5em 0;
	color: #333333;
	}	
	
.main-iframe p {
	font-size:1.2em;
	line-height:1.5em;
	margin:0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	font-weight: normal;
	padding-bottom: 6px;
	}	

.main-iframe2 {
	width: 770px;
	vertical-align: top;
	margin-left: 0px;
	margin-right: 0px;
	}
	
.main-iframe2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:3em;
	line-height:1.15em;
	margin: 0 0 .5em 0;
	color: #333333;
	}	
		
.main-iframe2 p {
	font-size:1.2em;
	line-height:1.5em;
	margin:0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	font-weight: normal;
	padding-bottom: 6px;
	}	
	
.iframe-style{
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	padding: 3px;
	border-top-color: #333333;
	border-top-style: solid;
	border-top-width: 3px;
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 3px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-left-color: #333333;
	border-left-style: solid;
	border-left-width: 3px;
	}	
		
.iframe1 {
	margin-left: 11px;
	}
	
#smallcaps {
	text-transform:lowercase;
	font-variant:small-caps;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
	
.home-content2 {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	margin-left: 10px;
	text-align: left;
	line-height: 17px;
	color: #333333;
	text-decoration: none;
}
	
.container1{
	width: 250px;
	vertical-align: top;
	background-color: #CCCCCC;
	padding-top: 20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-top: 100px;
	margin-left: 35px;
	}
	
.container1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
    line-height: 20px;
	text-align: left;
	}

.container1 a, .container1 a:link {
	color: #000000;
	text-decoration:underline;
	}
	
.container1 a:hover {
	color: #333333;
	text-decoration:underline;
	}	
	
/* ----- FOOTER ----- */

#btm-bar {
	bottom: 0px;
	width: 960px;
	padding: 0 0 0px 0;
	background-image:  url("../images/btm-bar.gif");
	height: 40px;
	background-repeat: no-repeat;
	background-color: #050505;
	}
	
#footer_container {
	bottom: 0px;
	width: 960px;
	padding: 0 0 0px 0;
	font-size:1em;
	background-color: #050505;
	background-position: top;
	}

#footer {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 25px;
}

#footer a, #footer a:hover {
	color: #993333;
}

#footer_upper {
	padding: 15px 0 5px 0;
	border-bottom: 1px solid #050505;
	background-color: #050505;
	background-image: url(../images/RealEstateDepot-eop-logos.gif);
	background-repeat: no-repeat;
	text-indent: px;
	display: block;
	width: 250px;
	height: 37px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 80px;
}

#footer_upper img {
	float: left;
	margin-left: 20px;
}

#footer_upper ul {
	float: right;
	list-style-type: none;
	margin: 0;
	color: #993333;
	padding-top: 1.8em;
}

#footer_upper li {
	display: inline;
	margin-left: 1em;
	font-size: 1em;
}

#footer_lower {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	background-color: #050505;
	margin-right: 60px;
}

.address {
	float: left;
}

.phone {
	color: #FFCC00;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
}

.footer-links {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}
	
.footer-links a, .footer-links a:link {
	color:#C31819;
	text-decoration:underline;
	}
	
.footer-links a:hover {
	color:#333333;
	text-decoration:underline;
	}	

.copyright {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	margin-left: 20px;
}

/* ----- AGENTS ----- */
	
.brokers-main {
	width: 380px;
	}
	
#img-2 {
	width:250px;
	height:250px;
	margin-left: 0px;
	padding:0;
	float:left;
	background-image: url(../images/lCol-dogwood.jpg);
	}
		
#img2-contact {
	width:250px;
	height:250px;
	margin-left: 0px;
	padding:0;
	float:left;
	background-image: url(../images/lCol-realestatedepot.jpg);
	}
	
#img-agent-cr {
	width:250px;
	height:250px;
    margin-left: 0px;
	padding:0;
	background-image: url(../agents/lcol-catherine-rowe.jpg);
	}
	
#img-agent-nd {
	width:250px;
	height:250px;
	margin-left: 0px;
	padding:0;
	float:left;
	background-image: url(../agents/lcol-norma-disidoro.jpg);
	}
	
#img-agent-rd {
	width:250px;
	height:250px;
	margin-left: 0px;
	padding:0;
	float:left;
	background-image: url(../agents/lcol-robert-disidoro.jpg);
	}
	
#img-agent-sc {
	width:250px;
	height:250px;
	margin-left: 0px;
	padding:0;
	float:left;
	background-image: url(../agents/lcol-sheryl-chamberlin.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
	
#img-agent-dillon {
	width:250px;
	height:250px;
	margin-left: 0px;
	padding:0;
	float:left;
	background-image: url(../agents/lcol-dillon.jpg);
	}
	
#img-agent-mm {
	width:250px;
	height:250px;
	margin-left: 0px;
	padding:0;
	float:left;
	background-image: url(../agents/lcol-michael-monarch.jpg);
}
	
#img-agent-cp {
	width:250px;
	height:250px;
	margin-left: 0px;
	padding:0;
	float:left;
	background-image: url(../agents/lcol-colleen-pyke.jpg);
}

#img-agent-rm {
	width:250px;
	height:250px;
	margin-left: 0px;
	padding:0;
	float:left;
	background-image: url(../agents/lcol-roger-murray.jpg);
}

#img2 {
	width:250px;
	height:250px;
	margin-left: 0px;
	padding:0;
	float:left;
	background-image: url(../images/lCol-image.gif);
	}
	
#img2-guide {
	width:250px;
	height:250px;
	margin-left: 0px;
	padding:0;
	float:left;
	background-image: url(../images/dogwood-2.jpg);
	}
		
#img2-contact {
	width:250px;
	height:250px;
	margin-left: 0px;
	padding:0;
	float:left;
	background-image: url(../images/lCol-realestatedepot.jpg);
	}
	
#map-contact {
	width:300px;
	height:300px;
	margin-left: 0px;
	padding:0;
	float:left;
	}
	
#img-frame {
	width:150px;
	height:150px;
	margin-left: 0px;
	padding:0;
	float:right;
	background-image: url(../images/lCol-image.gif);
}

	
/* ----- FORMS ----- */

.input .text{
	vertical-align: top;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #EFC031;
	}

table input {
	padding:0.2em;
	background-color: #ECECEC;
	}
	
#contact table {  
   background-color: #FFFFFF;  
   color: #222222;  
   width: 440px;  
   border: 0px solid #EEEEEE;  
   border-collapse: collapse;  
}  
 
#contact td {  
   border: 0px solid #EEEEEE;  
   padding-left: 4px;   
   input.button {
   background:#e3e3e3;
   font-size:1.2em;
   padding:6px 7px 5px 7px;
   color: #333333;
}

p input.button {
	font-size:12px;
	}
	
input#username {
	width:364px;
	padding:7px;
	margin:0 0 10px 0;
	background:#fff;
	}
	
input#password {
	width:250px;
	padding:7px;
	float:left;
	background:#fff;
	}
	
input#loginbutton {
	font-size:1.0em;
	width:90px;
	padding:8px 7px 7px 7px;
	margin:0;
	float:right;
	background:#f1f1f1;
	height:32px;
	}
	
.input-field {
	width: 100px;
	font-size: 11px; 
	height: 0px;
	margin: 0px 0 0px 0;
	border: 0;
	float:left;
	vertical-align: top;
    padding: 0;
	border: 1px solid #666666; 
	}
	
input.keywords {
	border: 1px solid #ccc;
	padding: 7px;
	width: 16em;
	font-size: 1.2em;
	margin: 0 .5em 0 0;
	}
 

