/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #2e4f21;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Verdana, Geneva, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 13px;
	line-height: 18px;
	color:#333;
	margin: 0px;
	text-transform: none;
	padding: 10px 15px 5px 25px;
}


ul {
	font-size: 13px;
	line-height: 16px;
	color: #645a4a;
	margin: 0 15px 5px 35px;
	padding: 0;
	}

li {
	font-size: 13px;
	line-height: 16px;
	color: #645a4a;
	margin: 0 25px 0 10px;
	}
	
ul.left {
	float:left;
	margin: 0 0 0 20px;
	width: 340px;
	}
	
ul.left li, ul.right li {
	margin: 0 0px 0 45px;
	}
	

ul.right{
	float: right;
	margin: 0 30px 0 0; 
	width: 340px;
	}
	
	
h1 {
	font: normal 35px "Monotype Corsiva", "Book Antiqua", Palatino, serif;
	color: #635e53;
	padding: 0px 0 0 0;
	margin: 0px 0 10px 10px;
	
	}

h2 {
	font: normal 14px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #6c0202;
	padding: 10px 0 0 0;
	margin: 0px 0 8px 10px;
	text-align: left;
}

h3 {
	font: normal 14px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #e76505;
	padding: 0px 0 0 0;
	margin: 0px 0 8px 20px;
	text-align: left;
}

h4 {
	font: bold 14px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #645a4a;
	padding: 0px 0 0 0;
	margin: 0px 0 8px 20px;
	text-align: left;
}


/* Creates the general link style for the site. This is not the main navigation.  */


a:link {
	text-decoration: underline;
	color: #000099;
	font-size: 13px;
	}

a:hover {
	text-decoration: underline;
	font-size: 13px;
	color: #0000CC;
	}

a:visited {
	text-decoration: underline;
	color: #000099;
	font-size: 13px;
	}


address {
	margin: 20px 60px 0 0;
	padding: 0;
	font: normal 14px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #645a4a;
	text-align: right;
	}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates the div container for the site. */
div#container {
	width: 836px;
	margin: 0px auto 0px auto;
	padding: 0;
	}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#main-header {
	width: 836px;
	margin: 0px;
	padding: 0px;
	height: 522px;
		}
		
div#main-header p{
	float: left;
	width: 550px;
	margin: 0px;
	padding: 0px 0px 5px 5px;

		}		


div#header1 {
	width: 836px;
	margin: 0px 0 0 0;
	padding: 0px;
	background-image: url(../images/header1.jpg);
	background-repeat: no-repeat;
	height: 137px;
		}

div#header2 {
	width: 836px;
	margin: 0;
	padding: 0px;
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	height: 150px;
		}
		
div#header3 {  /* Creates header with grey BG. */
	width: 836px;
	margin: 0;
	padding: 0px;
	background-image: url(../images/header3.jpg);
	background-repeat: no-repeat;
	height: 235px;
		}
		
div#header4 {  /* Creates header with white BG. */
	width: 836px;
	margin: 0;
	padding: 0px;
	background-image: url(../images/header4.jpg);
	background-repeat: no-repeat;
	height: 235px;
		}
		
div#header5 {  /* Creates header for residential BG. */
	width: 836px;
	margin: 0;
	padding: 0px;
	background-image: url(../images/header5.jpg);
	background-repeat: no-repeat;
	height: 235px;
		}
		
div#header6 {  /* Creates header for brightside BG. */
	width: 836px;
	margin: 0;
	padding: 0px;
	background-image: url(../images/header6.jpg);
	background-repeat: no-repeat;
	height: 235px;
		}
		
div#header7 {  /* Creates header for del BG. */
	width: 836px;
	margin: 0;
	padding: 0px;
	background-image: url(../images/header7.jpg);
	background-repeat: no-repeat;
	height: 235px;
		}
		
div#header8 {  /* Creates header for hammond BG. */
	width: 836px;
	margin: 0;
	padding: 0px;
	background-image: url(../images/header8.jpg);
	background-repeat: no-repeat;
	height: 235px;
		}
		
div#header9 {  /* Creates header for oneal BG. */
	width: 836px;
	margin: 0;
	padding: 0px;
	background-image: url(../images/header9.jpg);
	background-repeat: no-repeat;
	height: 235px;
		}
		
div#header10 {  /* Creates header for orleans BG. */
	width: 836px;
	margin: 0;
	padding: 0px;
	background-image: url(../images/header10.jpg);
	background-repeat: no-repeat;
	height: 235px;
		}
		
div#header11 {  /* Creates header for villa BG. */
	width: 836px;
	margin: 0;
	padding: 0px;
	background-image: url(../images/header11.jpg);
	background-repeat: no-repeat;
	height: 235px;
		}
		
div#header12 {  /* Creates header for tigerbend BG. */
	width: 836px;
	margin: 0;
	padding: 0px;
	background-image: url(../images/header12.jpg);
	background-repeat: no-repeat;
	height: 235px;
		}
		
div#header13 {  /* Creates header for waterside BG. */
	width: 836px;
	margin: 0;
	padding: 0px;
	background-image: url(../images/header13.jpg);
	background-repeat: no-repeat;
	height: 235px;
		}
		
div#header14 {  /* Creates header for azalea BG. */
	width: 836px;
	margin: 0;
	padding: 0px;
	background-image: url(../images/header14.jpg);
	background-repeat: no-repeat;
	height: 235px;
		}
		
div#header15 {  /* Creates header for azalea BG. */
	width: 836px;
	margin: 0;
	padding: 0px;
	background-image: url(../images/header15.jpg);
	background-repeat: no-repeat;
	height: 235px;
		}	
		
div#header16 {  /* Creates header for azalea BG. */
	width: 836px;
	margin: 0;
	padding: 0px;
	background-image: url(../images/header16.jpg);
	background-repeat: no-repeat;
	height: 235px;
		}
		
div#header17 {  /* Creates header for cypress park BG. */
	width: 836px;
	margin: 0;
	padding: 0px;
	background-image: url(../images/header17.jpg);
	background-repeat: no-repeat;
	height: 235px;
		}
		
div#header18 {  /* Creates header for land for sale BG. */
	width: 836px;
	margin: 0;
	padding: 0px;
	background-image: url(../images/header18.jpg);
	background-repeat: no-repeat;
	height: 235px;
		}
		
div#header19 {  /* Creates header for contact BG. */
	width: 836px;
	margin: 0;
	padding: 0px;
	background-image: url(../images/header19.jpg);
	background-repeat: no-repeat;
	height: 235px;
		}		
		
div#header20 {  /* Creates header for resources BG. */
	width: 836px;
	margin: 0;
	padding: 0px;
	background-image: url(../images/header20.jpg);
	background-repeat: no-repeat;
	height: 235px;
		}		
		
div#header21 {  /* Creates header for goodwood BG. */
	width: 836px;
	margin: 0;
	padding: 0px;
	background-image: url(../images/header21.jpg);
	background-repeat: no-repeat;
	height: 235px;
		}
		
div#header22 {  /* Creates header for eastgate BG. */
	width: 836px;
	margin: 0;
	padding: 0px;
	background-image: url(../images/header22.jpg);
	background-repeat: no-repeat;
	height: 235px;
		}
		
div#header23 {  /* Creates header for runneymeade BG. */
	width: 836px;
	margin: 0;
	padding: 0px;
	background-image: url(../images/header23.jpg);
	background-repeat: no-repeat;
	height: 235px;
		}
		
div#header24 {  /* Creates header for ridge pecan BG. */
	width: 836px;
	margin: 0;
	padding: 0px;
	background-image: url(../images/header24.jpg);
	background-repeat: no-repeat;
	height: 235px;
		}
		
div#header25 {  /* Creates header for automart BG. */
	width: 836px;
	margin: 0;
	padding: 0px;
	background-image: url(../images/header25.jpg);
	background-repeat: no-repeat;
	height: 235px;
		}
		
div#header26 {  /* Creates header for townhom BG. */
	width: 836px;
	margin: 0;
	padding: 0px;
	background-image: url(../images/header26.jpg);
	background-repeat: no-repeat;
	height: 235px;
		}
		
div#header27 {  /* Creates header for rollmart BG. */
	width: 836px;
	margin: 0;
	padding: 0px;
	background-image: url(../images/header27.jpg);
	background-repeat: no-repeat;
	height: 235px;
		}
		
div#header28 {  /* Creates header for shop ctr BG. */
	width: 836px;
	margin: 0;
	padding: 0px;
	background-image: url(../images/header28.jpg);
	background-repeat: no-repeat;
	height: 235px;
		}
		
	div#header29 {  /* Creates header for suma lake BG. */
	width: 836px;
	margin: 0;
	padding: 0px;
	background-image: url(../images/header29.jpg);
	background-repeat: no-repeat;
	height: 235px;
		}	
		
		
		

.headerlinks {
	float: right;
	margin: 25px 20px 0 0;
	padding: 0;
	border: 0;
	}

		
div#main-content {
	width: 836px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
		}			
					
/* Creates the div for the content */

div#content {
	float: left;
	margin: 0px 0 0 0px ;
	padding: 0px;
	width: 550px;
	}
	

div#content_property {
	float: left;
	margin: 0px 0 0 0px ;
	padding: 0px;
	width: 824px;
	}
	
div#content_property p{
	margin: 0px 0 0 0px ;
	padding: 0 10px 10px 25px;
	}

div#content_resources {
	float: left;
	margin: 0px 0 0 0px ;
	padding: 0px;
	width: 824px;
	}
	
div#content_resources p{
	margin: 0px 0 0 0px ;
	padding: 0 10px 10px 25px;
	}
	
div#floatbox{
	width: 550px;
	height: 30px;
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
		

/* Creates the div for the sidebar */
	
div#sidebar {
	float: right;
	margin: 0px 0px 10px 0px ;
	padding: 0px;
	width: 285px;
	height: 228px;
	background-image: url(../images/sidebar.jpg);
	background-repeat:no-repeat
	}
	
div#sidebar_2 {
	float: right;
	margin: 0px 0px 0px 0px ;
	padding: 0px;
	width: 285px;
	}	
		
	
ul.links {
	margin: 80px 0 0 55px;
	padding: 0;
	}
	
	
ul.links li a:link{
	font: normal 16px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #27000a;
	margin: 0;
	text-decoration: none;
	}
	
ul.links li a:hover{
	font: normal 16px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #27000a;
	margin: 0;
	text-decoration: underline;
	}
	
ul.links li a:visited{
	font: normal 16px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #27000a;
	margin: 0;
	text-decoration: none;
	}				

.box {
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
	}
		
.box_top {
	margin: 5px 0 0 0;
	padding: 0;
	border: 0;
	float: right;
	}			
				

/* Styles the footer div */
	
div#footer {
	margin: 3px 0 0 0;
	padding:0px;
	width: 836px;
	background-image:  url(../images/footer.gif);
	height: 60px;
	
		}	

.footer_icon {
	float:left;
	margin:0;
	padding: 2px;
	margin: 0px 0 0 0 ;
	}
	

	
/* Styles the copyright div */
div#copyright {
	text-align: left;
	width: 836px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	padding: 5px 0 0 0px;
	}
	
div#copyright p {
	text-align: left;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px 0px 0 0;
	padding: 2px 0px 0 0px;
	}
		
div#copyright a {
	font-size: 9px;
	color: #628e51;
	text-decoration: none;
	font-weight: bold;
}

/* Learning Center */

#line {
width:700px;
border:none;
color:#fff;
height:110px;
margin:0;
padding:0 0 10px 55px;
}


div#entry_left {
width: 300px;
float: left;
margin:  0;
padding: 5px 20px 5px 20px;
border: 2px solid #ccc;
}

div#entry_right {
width: 300px;
float: right;
margin:  0;
padding: 5px 20px 5px 20px;
border: 2px solid #ccc;
}

div#entry_right p, div#entry_left p{
margin: 2px;
padding: 0;
}	


.fact_right {
	float: right;
	margin: 5px 5px 5px 15px;
	padding: 0;
	border: 1px solid #999;
}

.fact_left {
	float: left;
	margin: 5px 15px 5px 5px;
	padding: 0;
	border: 1px solid #999;
}



/*  =Unit Information
---------------------------------------------*/

div#unit_line {
width:700px;
border:none;
color:#fff;
margin:0;
padding:0 0 10px 0;
}	


div#column {
float: left;
width: 170px;
margin: 0;
padding: 0;
}

div#column_fp {
float: left;
width: 130px;
margin: 0;
padding: 0;
}

div#column p, div#column_fp p{
text-align: center;
}	


div#column a:link, div#column_fp a:link {
	text-decoration: underline;
	text-align: center;
	color: #000099;
	font-size: 13px;
	}

div#column a:hover, div#column_fp a:hover {
	text-decoration: underline;
	text-align: center;
	font-size: 13px;
	color: #0000CC;
	}

div#column a:visited, div#column_fp a:visited {
	text-decoration: underline;
	text-align: center;
	color: #000099;
	font-size: 13px;
	}


/* ----------------- GALLERY ------------------- */
#gallery {
	padding: 0px;
	width: 700px;
	margin-bottom: 15px;
}


#gallery .thumb {
	float:left;
	border: 1px solid #2D425B;
	padding: 5px;
	background: #FFFFFF;
	margin: 5px;
	width: 150px;
}


div#gallery p {
	padding: 2px;
	margin: 0;
}	



/*  =Main Navigation
---------------------------------------------*/
#mainnav {

width:836px;
margin: 0px;
padding: 5px 0 10px 0;
float:left;
font-family: Verdana, Arial, Helvetica, sans-serif;

}

ul#nav {
margin:0;
padding:0;
list-style-type:none;
}

ul#nav li {
float:left;
margin:0px;
padding:0px auto 0px auto;
display:inline;
width: 100px;
text-align: center;
height: 28px;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
margin:0  0 0 0px;
padding:10px 0 0 0;
display:run-in;
height: 28px;
font-size:12px;
font-weight: bold;
text-decoration:none;
color:#eae3bc;
width: 100px;
float:left;
text-align: center;
}

.middle {
padding: 5px 0 0 0;
}

ul#nav li a:hover, ul#nav li a#current:link, ul#nav li a#current:visited {

color: #83dc0c;
float:left;
margin:0px;
padding:10px 0 0 0;
display:run-in;
text-align: center;
height: 28px;
font-weight: bold;
}


/* ----------------- SINGLE COLUMN FORM ------------------- */
div#form {
	width: 500px;
	text-align: left;
	margin: 0 0 0px 30px;
	font-size: 12px;
}

form p {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.title {
	font-size: 12px;
	color: #385f72;
	text-align: left;
	font-weight: bold;
	}
	
input {
	margin-bottom: 5px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	padding: 0px 0 0 0;
}

.submit {
	width: 100px;
	margin: 0 0 0 20px;
	height: 30px;
	}
.reset {
	width: 100px;
	margin: 0 0 0 150px;
	height: 30px;	}	

select {
	padding-left: 20px;
	margin-bottom: 0px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
}
textarea {
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 0px;
	height: 100px;
}

.textfield2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 0;
}

label {
	padding: 5px 20px 0 0;
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	clear: right;
}
div#ps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	padding: 5px 0 0 15px;
}
		
/* ----------------- CUSTOM CLASSES ----------------- */

.bold {
	font-weight:bold;
	}
	
#clear {
		clear:both;
		height: 0px;}
			

.phone {
	margin: 0px 0 0px 0;
	padding: 0;
	font-size: 18px;
	text-align: center;
	color: #003300;
	font-weight:bold;
	}
	
.large { 
	font-weight: bold;
	font-size: 16px;
	color:#fff;
	font:Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 18px;
	padding: 0;
	margin: 0 0 25px 0;
	}	
	
.address, .fax {
	margin: 0px 0 0 0;
	text-align: center;
	color: #000;
	font: 12px normal Verdana, Arial, Helvetica, sans-serif;
	}
	
.contact {
	text-align: center;
	margin: 5px 0 0 0;
	padding:0;
	font-weight: bold;
	font-size: 14px;
	color:#da7676;
	}	
	
.link {
	text-align: right;
	margin: 0;
	padding:0;
	font-weight: bold;
	color:#da7676;
	}	
	
.center {	
	text-align: center;
	font-size: 14px;
	}
	
.centerbig {	
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #006600;
	}		
	
.pic {
	padding: 5px;
	margin: 0 0 5px 0;
	border: 1px solid #666;
	}

.pic_right {
	float: right;
	margin: 0 15px 5px 10px;
	padding: 0 5px 5px 5px;
	border: 1px solid #666;
	}
	
.pic_left {
	float: left;
	margin: 0 ;
	padding: 0 ;
	}	
	
.nav {
	float: right;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	}
	
.clickhere {
	padding: 10px 10px 0 0px ;
	margin:0px;
	float: right;
	border: none;	 
	}					

.fb {
	float: right;
	border: none;
}
.sidepic {
	margin:5px auto;
	padding: 5px;
	border: 1px solid #525252;
	}
	
.hours {
	margin: 10px 60px 0 0;
	padding: 0;
	font: normal 14px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #645a4a;
	text-align: right;
	}
	
div#map {
	float: right;
	margin: 0 20px 0 0;
	padding: 0;
	 border:1px solid #aaa;
	}	
	
.contact {
	padding-left: 20px;
	font-size: 13px;
	line-height: 18px;
	color:#333;
	text-align: left;
	margin: 0px;
	font-weight: normal;
	text-transform: none;
}

div#doc {
	float: left;
	width: 700px;
	height: 300px;
	margin: 10px 0 0 0;
	padding: 0;
}