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

a, a:hover, a:visited, a:active {
	text-decoration: none;
}

iframe {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}






div#logo_sprite {
	
	background-image: url(../images/logo/logosprite_v2.jpg);
	background-position: 0 0;
	width: 284px;
	height: 85px;
	margin-top: 10px;
	margin-left: 59px;
	float: left;
	position: absolute;
}
div#logo_sprite:hover, div#logo_sprite.hover {
	background-position: 0 -85px;
}


/*		assets		*/
body {
	background-color: #ffffff;
	background: url(../images/backgrounds/5.jpg);
	background-repeat:repeat;
	background-attachment: fixed;
	font-family: Helvetica, Arial, sans-serif;
			}

#container {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	}
		
#head {
	background: url(../images/backgrounds/reset.png) no-repeat center top;
	margin-left: auto;
	margin-right: auto;
	height: 159px;
	width: 1000px;
	display: block;
	margin-top: 2px;
	}
	
/*
#head {
	background: url(../images/backgrounds/blueprint_01.png) no-repeat center top;
	margin-left: auto;
	margin-right: auto;
	height: 178px;
	width: 1000px;
	display: block;	
	}*/
	
#content_wrapper {
	background: url(../images/backgrounds/blueprint_02.png) center top;
	background-repeat:  repeat-y;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2px;
	width: 1000px;
	z-index: 1;
	overflow: hidden;
	}
	
#footer {
	background: url(../images/backgrounds/blueprint_03new.png) no-repeat center top;
	margin-left: auto;
	margin-right: auto;
	height: 96px;
	width: 1000px;	
	}
	
div#logo {
background: url(../images/logo/largelogo.png);

	z-index: -100;
	width: 1000px;
	height: 110px;
	display: block;
	float: left;
	position: absolute;

	}
	
.content { 
	margin-left: 60px;
	padding-top: 1px;
	padding-bottom: 0px;
	width: 880px;
	}
	
h1 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: #333333;
	clear: right;
	}
	
h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #666666;
	clear: right;
	}
	
h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #333333;
	clear: right;
	}
	
span.h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	clear: right;
	}
	
h4 {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	font-size: 14px;
	color: #333333;
	clear: right;
	}
	
h5 {
	margin: 0;
	padding: 0;
	font-size: 60px;
	letter-spacing: -4px;
	color: #333333;
	border-bottom: 6px solid #8b3344;
	clear: right;
	}	
	
h6 {
	margin: 0;
	padding: 0;
	font-size: 50px;
	letter-spacing: -4px;
	color: #333333;
	border-bottom: 8px solid #8b3344;
	clear: right;
	}	
	
h7 {
	margin: 0;
	padding: 0;
	font-size: 44px;
	letter-spacing: -2px;
	color: #333333;
	border-bottom: 5px solid #999999;
	clear: right;
	}	
	
h7:hover {
	border-bottom: 5px solid #8b3344;
	}	
	
span.titlest {
	font-size: 15px;
	color: #333;
	font-weight: bold;
	line-height: 20px;
	}
	
span.titlest_sm {
	font-size: 15px;
	color: #333;
	font-weight: bold;
	line-height: 18px;
	}

/*		sub menu		*/
	
#sub_menu {
	margin-right: 44px;
	padding-top: 6px;
	display: block;
	float: right;
	z-index: 55;
	}
	
ul#sub_nav_menu {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	}
	
ul#sub_nav_menu li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
	}
		
ul#sub_nav_menu li a {
	color: #000000;
	text-decoration: none;
	font-size: 18px;
	float: left;
	margin-right: 16px;
	font-weight: bold;
	
	
	}
	
ul#sub_nav_menu li a:hover {
	color: #666666;
	text-decoration: none;
	font-size: 18px;
	float: left;
	margin-right: 16px;
	}
	
ul#sub_nav_menu li#selected a {
	color: #333333;
	text-decoration: none;
	font-size: 18px;
	float: left;
	margin-right: 16px;
	border-bottom: 3px solid #8b3344;
	}
	
	/*		main horizontal menu		*/
	
#menu {
	margin-left: 50px;
	margin-top: 117px;
	display: block;
	position: absolute;
	z-index: 10;
	width: 950px;
	}
	
ul#nav_menu {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	}
	
ul#nav_menu li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
	}
		
ul#nav_menu li a {
	color: #e2e2e2;
	text-decoration: none;
	font-size: 19px;
	float: left;
	margin-right: 25px;
	}
	
ul#nav_menu li a:hover {
	color: #ffffff;
	text-decoration: none;
	font-size: 19px;
	float: left;
	margin-right: 25px;
	}
	
ul#nav_menu li#selected a {
	color: #ffffff;
	text-decoration: none;
	font-size: 19px;
	float: left;
	margin-right: 25px;
	border-bottom: 3px solid #8b3344;
	}
	
/*		end/assets		*/

/*		------------		*/

/*		slideshow		*/
	
#slideshow {
    position:relative;
    height:495px;
	width: 880px;
	margin-bottom: 10px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/*		end/slideshow		*/

/*		images		*/

div#royalwood_small {
	margin-left: 8px;
	margin-top: 4px;
	background-image: url(../images/elements/royalwood_small.jpg);
	background-position: 0 0;
	width: 284px;
	height: 189px;
}

div#royalwood_small:hover {
	margin-left: 8px;
	margin-top: 0px;
	background-image: url(../images/elements/royalwood_small.jpg);
	background-position:0 -189px;
	width: 284px;
	height: 189px;
}

div#southpointe_small {
	margin-left: 8px;
	margin-top: 8px;
	background-image: url(../images/elements/southpointe_small.jpg);
	background-position: 0 0;
	width: 284px;
	height: 189px;
}

div#southpointe_small:hover {
	margin-left: 8px;
	margin-top: 8px;
	background-image: url(../images/elements/southpointe_small.jpg);
	background-position:0 -189px;
	width: 284px;
	height: 189px;
}

div#dennis {
	background-image: url(../images/portraits/dennis.jpg);
	background-position:0 0;
	width:240px;
	height:175px;
	float: left;
	}
	
div#dennis:hover, div#dennis.hover {
	background-position:0 -175px;
	}

div#dennis_tiny {
	background-image: url(../images/elements/dennis_tiny.jpg);
	background-position:0 0;
	width:300px;
	height:50px;
	float: left;
	font-size:14px;
	color:#666;
	font-weight: bold;
	
	padding-left: 80px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 12px;
	}
	
div#dennis_tiny:hover {
	color: #333;
	}
	
div#dennis_tiny2 {
	background-image: url(../images/elements/mail.jpg);
	width:585px;
	float: left;
	height:50px;
	float: left;
	font-size:30px;
	color:#666;
	font-weight: bold;
	clear: right;
	padding-left: 80px;
	margin-left: -5px;
	margin-bottom:30px;
	margin-top: 20px;
	background-repeat: no-repeat;
	}
	
div#dennis_tiny2:hover {
	color:#333;
	}
	
div#sean_tiny2 {
	background-image: url(../images/elements/mail.jpg);
	width:585px;
	float: left;
	height:50px;
	float: left;
	font-size:30px;
	color:#666;
	font-weight: bold;
	clear: right;
	padding-left: 80px;
	margin-left: -5px;
	margin-bottom:30px;
	margin-top: 20px;
	background-repeat: no-repeat;
	}
	
div#sean_tiny2:hover {
	color:#333;
	}
	
div#jeff_tiny2 {
	background-image: url(../images/elements/mail.jpg);
	width:585px;
	float: left;
	height:50px;
	float: left;
	font-size:30px;
	color:#666;
	font-weight: bold;
	clear: right;
	padding-left: 80px;
	margin-left: -5px;
	margin-bottom:30px;
	margin-top: 20px;
	background-repeat: no-repeat;
	}
	
div#jeff_tiny2:hover {
	color:#333;
	}
	
div#brad_tiny2 {
	background-image: url(../images/elements/mail.jpg);
	width:585px;
	float: left;
	height:50px;
	float: left;
	font-size:30px;
	color:#666;
	font-weight: bold;
	clear: right;
	padding-left: 80px;
	margin-left: -5px;
	margin-bottom:30px;
	margin-top: 20px;
	background-repeat: no-repeat;
	}
	
div#brad_tiny2:hover {
	color:#333;
	}
	
p.email {	
	font-size:14px;
	color:#666;
	font-weight: bold;
	clear: right;
}

div#sean {
	background-image: url(../images/portraits/sean.jpg);
	background-position:0 0;
	width:240px;
	height:175px;
	float: left;
	}
	
div#sean:hover, div#sean.hover {
	background-position:0 -175px;
	}
	
div#sean_tiny {
	background-image: url(../images/elements/sean_tiny.jpg);
	background-position:0 0;
	width:300px;
	height:50px;
	float: left;
	font-size:14px;
	color:#666;
	font-weight: bold;
	
	padding-left: 80px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 12px;
	}
	
div#sean_tiny:hover {
	color: #333;
	}
	
div#jeff {
	background-image: url(../images/portraits/jeff.jpg);
	background-position:0 0;
	width:240px;
	height:175px;
	float: left;
	}
	
div#jeff:hover, div#jeff.hover {
	background-position:0 -175px;
	}
	
div#jeff_tiny {
	background-image: url(../images/elements/jeff_tiny.jpg);
	background-position:0 0;
	width:300px;
	height:50px;
	float: left;
	font-size:14px;
	color:#666;
	font-weight: bold;
	
	padding-left: 80px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 12px;
	}
	
div#jeff_tiny:hover {
	color: #333;
	}
	
div#brad {
	background-image: url(../images/portraits/brad.jpg);
	background-position:0 0;
	width:240px;
	height:175px;
	float: left;
	}
	
div#brad:hover, div#brad.hover {
	background-position:0 -175px;
	}
	
div#brad_tiny {
	background-image: url(../images/elements/brad_tiny.jpg);
	background-position:0 0;
	width:300px;
	height:50px;
	float: left;
	font-size:14px;
	color:#666;
	font-weight: bold;
	
	padding-left: 80px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 12px;
	}
	
div#brad_tiny:hover {
	color:#333;
	}
	
div#rolo_tiny {
	background-image: url(../images/elements/rolo_v2.jpg);
	background-position:0 0;
	width:300px;
	height:50px;
	float: left;
	font-size:14px;
	color:#666;
	font-weight: bold;
	
	padding-left: 80px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 12px;
	}
	
div#rolo_tiny:hover {
	background-position:0 -50px;
	}
	
img.link {
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	}
	
ul.gallery {
	margin:0;
	padding:0;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
	
ul.gallery li {
	list-style: none;
	display: inline;
	
	}
	
img.thumbnail {
	padding:3px;
	border: 2px solid #ffffff;
	}
	
img.thumbnail:hover {
	padding:3px;
	border: 2px solid #cfcfcf;
	}
	
img.royalwood {
	margin-right: 4px;
	border: 3px solid #333333;
	}
	
img.royalwood:hover {
	margin-right: 4px;
	border: 3px solid #666666;
	}
	
img.southpointe {
	border: 3px solid #333333;
	}
	
img.southpointe:hover {
	border: 3px solid #666666;
	}
	
img.lotmap {
	padding-left: 0px;
	padding-bottom: 8px;
	padding-top: 8px;
	
	
	
	}
	
	
/*		elements		*/

div.sitemap {
	display: block;
	float: right;
	padding-top: 8px;
	padding-right: 0px;
	clear: both;
	width: 540px;
	
	}
div.group {
	margin-bottom: 30px;
	}

div.descriptor_text {
	
	padding-top: 63px;
	margin-left: 240px;
	width: 605px;
	margin-bottom: 70px;
	}
	
div.descriptor_text2 {
	
	padding-top: 63px;
	margin-left: 260px;
	width: 605px;
	margin-bottom: 70px;
	}
	

div.testimonial {
	font-family: "georgia";
	background-color: #d3d3d3;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
	}
	
div.testimonial2 {
	font-family: "georgia";
	background-color: #f8f8f8;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
	}
	
div.offbox {
	
	background-color: #f8f8f8;
	color: #333333;
	font-size: 15px;
	
	
	margin-bottom: 10px;
	}
	
div.tqoffbox {
	color: #333333;
	padding-bottom: 15px;
	width: 570px;
	clear: none;
	
	}

	
a.readmore {
	font-size:13px;
	color: #8b3344;
	text-decoration:none;
	
	}
	
a.readmore:hover {
	font-size:13px;
	color: #8b3344;
	text-decoration:underline;
		
	}
	
div.oqoffbox {

	color: #333333;
	
	float: right;
	padding-bottom: 15px;
	width: 300px;
	clear: none;
	height: 50px;
	display: inline;

	}
	
p.testimonial {
	padding: 0;
	margin: 0;
	padding-left: 40px;
	padding-right: 40px;
	
	
	}
	
p.gallery_title {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	margin-left: 8px;
	font-size: 23px;
	color: #333333;
	font-weight: bold;
	float: left;
	}
	
p.right_gallery_title {
	margin: 0;
	padding: 0;
	padding-top: 8px;
	margin-right: 4px;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	float: right;
	}
	
a.right_gallery_title {
	margin: 0;
	padding: 0;
	padding-top: 8px;
	margin-right: 4px;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	float: right;
	text-decoration:none;
	}
	
a.right_gallery_title:hover {
	margin: 0;
	padding: 0;
	padding-top: 8px;
	margin-right: 4px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	float: right;
	text-decoration:none;
	}
	
p.left_gallery_title {
	margin: 0;
	padding: 0;
	padding-top: 8px;
	margin-left: 4px;
	font-size: 15px;
	color: #666;
	font-weight: bold;
	float: left;
	}
	
p.left_gallery_title:hover {
	margin: 0;
	padding: 0;
	padding-top: 8px;
	margin-left: 4px;
	font-size: 15px;
	color: #333;
	font-weight: bold;
	float: left;
	}
	
p.right_gallery_title_small {
	margin: 0;
	padding: 0;
	padding-top: 8px;
	margin-right: 4px;
	font-size: 15px;
	color: #666;
	font-weight: bold;
	float: right;
	}
	
p.right_gallery_title_small {
	margin: 0;
	padding: 0;
	padding-top: 8px;
	margin-right: 4px;
	font-size: 15px;
	color: #666;
	font-weight: bold;
	float: right;
	}

p.right_gallery_title:hover {
	margin: 0;
	padding: 0;
	padding-top: 8px;
	margin-right: 4px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	float: right;
	
	}
	
span.red_title {

	margin: 0;
	padding: 0;
	padding-top: 5px;
	font-size: 23px;
	color: #8b3344;

	
	font-weight: bold;
}

span.sub_header {

	margin: 0;
	padding: 0;
	padding-top: 4px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

p.features{
	margin-left: 10px;
}

ul.features {
	list-style-type:circle;

	margin: 0;
	
	padding: 0;
}

ul.features li{
	list-style-type:circle;
	
	font-size: 14px;
	margin: 0;
	margin-left: 40px;
	padding: 0;
}
	
	
div.graybar {
	background-image: url(../images/backgrounds/clearfill.png);
	background-repeat: no-repeat;
	width:880px;
	height: 30px;
	}
	
div.tqgraybar {
	background-image: url(../images/assets/34gray.png);
	background-repeat: no-repeat;
	width:570px;
	height: 30px;
	}
	
div.oqgraybar {
	background-image: url(../images/assets/14gray.png);
	background-repeat: no-repeat;
	width:300px;
	height: 30px;
	}
	
div.bbar {
	background-image: url(../images/assets/bottomgray.png);
	background-repeat: no-repeat;
	width:880px;
	height: 30px;
	}
	
div.openquote {
	background-image: url(../images/backgrounds/testimonial/clearopenquote.png);
	background-repeat: no-repeat;
	width:880px;
	height: 30px;
	padding-top: 10px;
	}
	
div.closequote {
	background-image: url(../images/backgrounds/testimonial/clearendquote.png);
	background-repeat: no-repeat;
	width:880px;
	height: 30px;
	margin-top: 0px;
	}
	
p.signature {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-style: italic;
	color: #333333;
	padding-left: 40px;
	padding-top: 15px;
	padding-bottom: 10px;
	}
	
img.testimonial {
	display: block;
	float: left;
	}
	
p.p_text {
	color: #333333;
	font-size: 13px;
	margin: 0;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-top:0px;
	margin-top: 12px;
	margin-left: 66px;
	
	}
	
p.p_text2 {
	color: #333333;
	font-size: 13px;
	margin: 0;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-top:0px;
	margin-top: 12px;
	margin-left: 0px;
	
	}
	
div.p_text2 {
	color: #333333;
	font-size: 13px;
	margin: 0;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-top:0px;
	margin-top: 12px;
	
	}
	
p.oqp_text2 {
	line-height: 15px;
	color: #333333;
	font-size: 13px;
	margin: 0;
	padding: 0;
	margin-top: 12px;
	width: 284px;
	margin-left: 8px;
	margin-bottom: 8px;
	
	}
	
p.tqp_text2 {
	line-height: 15px;
	color: #333333;
	font-size: 13px;
	margin: 0;
	padding: 0;
	margin-top: 12px;
	width: 554px;
	margin-left: 8px;
	margin-bottom: 8px;
	
	}
	
img#showhome {
	}
	
div#businesscard {
	background-image: url(../images/elements/hallmarkhomesvcf.png);
	width: 285px;
	height: 170px;
	background-repeat:no-repeat;
	margin-top: 15px;
	margin-bottom: 0px;
	}
	
div#businesscard:hover {
	background-image: url(../images/elements/hallmarkhomesvcf.png);
	background-position:0 -170px;
	width: 285px;
	height: 170px;
	background-repeat:no-repeat;
	margin-top: 15px;
	margin-bottom: 0px;
	}	
	
div#contact{
	margin-top: 5px;
	margin-left: 8px;
	width: 325px;
	margin-bottom: 10px;
	}
	
p.contact {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	font-size: 15px;
	
	color: #333333;
	font-family: "Helvetica Neue", Helvetica, "Arial", Verdana, sans-serif;
	}
	
p {
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
div#form {
	float: right;
	width: 525px;
	margin-top: -470px;
	}

div.intro {
	font-size: 15px;
	color: #000000;
	padding-left: 8px;
	padding-right: 8px;
	}
	
div#blanket_link {
	background-image: url(../images/links/blanket.jpg);
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	}
	
	
	
div#kitchencraft:hover {
	background-image: url(../images/links/kitchencraft.jpg);
	background-position:0 -171px;
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	}
	
div#kitchencraft {
	background-image: url(../images/links/kitchencraft.jpg);
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	}
	
div#bryant_link:hover {
	background-image: url(../images/links/bryant.jpg);
	background-position:0 -171px;
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	}
	
div#bryant_link {
	background-image: url(../images/links/bryant.jpg);
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	}
	
	
div#blanket_link:hover {
	background-image: url(../images/links/blanket.jpg);
	background-position:0 -171px;
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	}
	
div#beautifulspaces {
	background-image: url(../images/links/beautifulspaces.jpg);
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	}
	
div#beautifulspaces:hover {
	background-image: url(../images/links/beautifulspaces.jpg);
	background-position:0 -171px;
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	}
	
div#allweatherwindows {
	background-image: url(../images/links/allweatherwindows.jpg);
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	}
	
div#allweatherwindows:hover {
	background-image: url(../images/links/allweatherwindows.jpg);
	background-position:0 -171px;
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	}
	
div#totallighting {
	background-image: url(../images/links/totallighting.jpg);
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	}
	
div#totallighting:hover {
	background-image: url(../images/links/totallighting.jpg);
	background-position:0 -171px;
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	}
	
div#curtiscarpets {
	background-image: url(../images/links/curtiscarpets.jpg);
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	}
	
div#curtiscarpets:hover {
	background-position:0 -171px;
	}
	
div#chb {
	background-image: url(../images/links/chb.jpg);
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	}
	
div#chb:hover {
	background-position:0 -171px;
	}
	
div#accurate {
	background-image: url(../images/links/accurate.jpg);
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	}

div#accurate:hover {
	background-position:0 -171px;
	}

div#allfab {
	background-image: url(../images/links/allfab.jpg);
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	}
	
div#allfab:hover {
	background-image: url(../images/links/allfab.jpg);
	background-position:0 -171px;
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	}
	
div#taylor {
	background-image: url(../images/links/taylor.jpg);
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	}
	
div#taylor:hover {
	background-image: url(../images/links/taylor.jpg);
	background-position:0 -171px;
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	}
	
div#mayberry {
	background-image: url(../images/links/mayberry.jpg);
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	
	}
	
div#mayberry:hover {
	background-position:0 -171px;
	}
	
div#mhb {
	background-image: url(../images/links/mhb.jpg);
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	
	}
	
div#mhb:hover {
	background-position:0 -171px;
	}
	
div#mpdglass {
	background-image: url(../images/links/mpdglass.jpg);
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	}
	
div#mpdglass:hover {
	background-image: url(../images/links/mpdglass.jpg);
	background-position:0 -171px;
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	}
	
div#stalwart {
	background-image: url(../images/links/stalwart.jpg);
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	}
	
div#stalwart:hover {
	background-position:0 -171px;
	}

div#stp {
	background-image: url(../images/links/stp.jpg);
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	}
	
div#stp:hover {
	background-position:0 -171px;
	}


div#sony {
	background-image: url(../images/links/sony.jpg);
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	}
	
div#sony:hover {
	background-position:0 -171px;
	}
	
	
div#elan {
	background-image: url(../images/links/elan.jpg);
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	}
	
div#elan:hover {
	background-position:0 -171px;
	}

div#pollockwright {
	background-image: url(../images/links/pollockwright.jpg);
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	}
	
div#pollockwright:hover {
	background-image: url(../images/links/pollockwright.jpg);
	background-position:0 -171px;
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	}

div#hallowell {
	background-image: url(../images/links/hallowell.jpg);
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	}
	
div#hallowell:hover {
	background-image: url(../images/links/hallowell.jpg);
	background-position:0 -171px;
	display: block;
	float: left;
	border: 2px solid #ffffff;
	margin-left: 1px;
	width: 238px;
	height: 171px;
	}


	
div.ss_overlay {
	position: absolute;
	}
	
div.slideframe {
	display: block;
	}
	
a.dlink {
	margin:0;
	padding:0;
	}
	
div.southpointe_model_home {
		padding-top: 10px;
		padding-left: 10px;
		font-size: 13px;
		line-height: 18px;
		float: left;
		display: block;
		
		
}

div.footer_text {
	padding-top: 24px;
	padding-left: 10px;
	
	clear: none;
	float: left;

	font-size: 13px;
	color: #333333;
}
	
span.model_home {

	font-size: 16px;
	font-color: #333333;
	font-weight: bold;
}
	
img.small_bcard {
	float: left;
	margin-top: 12px;
	margin-left: 58px;
}

div#cc {
	margin-right: 62px;
	padding-top: 24px; 
	font-size: 13px;
	color: #333333;
	float: right;
	clear: none;
	padding-bottom: 2px;
	width: 165px;
}

div#cc:hover {
	margin-right: 62px;
	padding-top: 24px; 
	font-size: 13px;
	color: #000000;
	float: right;
	clear: none;
	padding-bottom: 2px;
	border-bottom: 2px solid #0f0;
	width: 165px;
}

div#southpointe_link {
	background-image: url(../images/elements/southpointe.jpg);
	background-position: 0 0;
	width: 435px;
	height: 123px;
}

div#southpointe_link:hover {
	background-image: url(../images/elements/southpointe.jpg);
	background-position: 0 -123px;
	width: 435px;
	height: 123px;
}

div#royalwood_link {
	background-image: url(../images/elements/southpointe.jpg);
	background-position: 0 0;
	width: 435px;
	height: 123px;
	float: right;
}

div#royalwood_link:hover {
	background-image: url(../images/elements/southpointe.jpg);
	background-position: 0 -123px;
	width: 435px;
	height: 123px;
	float: right;
}

img
{  border-style: none;
}

a.site_page {
	color: #666666;
	text-decoration: underline;
	padding: 4px;
}

a.site_page:hover {
	color: #333;
	text-decoration: none;
	padding: 4px;
}

span.selected_site {
	color: #333;
	text-decoration: none;
	padding: 4px;
}

div#site_pages {
	float: left;
}

ul.available_sites {
	margin-left: 0px;
	padding-left: 8px;
	margin-top: 4px;
	list-style:none;
	list-style-type:none;
}

ul.available_sites li, ul.available_sites li a {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 2px;
	text-decoration: none;
	
}

ul.available_sites li.sold {
	color: #8b3344;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 2px;
	text-decoration:none;
	
}

span.sold {
	text-decoration: line-through;
	color: #333;
}

ul.available_sites li a:hover {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 2px;
	text-decoration: none;
	
}

ul.modelhome_features {
	margin-left: 5px;
	margin-top: 4px;
}

ul.modelhome_features li, ul.modelhome_features li a {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	text-decoration: none;
	
}

ul.modelhome_features li a:hover {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 2px;
	text-decoration: none;
	
}

ul.modelhome_features_lg {
	margin-left: 0px;
	margin-top: 4px;
	list-style: none;
	list-style-type: none;
	margin: 10px 0 0 10px;
	padding: 0;
}

ul.modelhome_features_lg li, ul.modelhome_features_lg li a {
	color: #333;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 10px;
	text-decoration: none;
	
}

ul.modelhome_features_lg li a:hover {
	color: #666;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 2px;
	text-decoration: none;
	
}

img.model_home_small {
	padding-top: 8px;
}

a.svbox {
	text-decoration:none;
}

span.lottype {
	font-size: 12px;
	color: #999;
}

img.shedbot {
	float: right;
	margin: 15px 50px 0 0;
}

.safety {
	float: left;
	border: 2px solid #ffffff;
	margin: 0 0 8px 1px;
	width: 238px;
	height: 171px;
	}

	
	
	
