/* @override 
	http://www.southerlandcommunities.com/carriage/carriage.css
	http://southerlandcommunities.com/carriage/carriage.css
*/

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

html, body, h1, h2, h3, h4, h5, h6, form, img, ul, ol, li, dl, dd, dt, p {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none; /* to reset bullets, use "disc" or "circle" as values for other list-style rules */
	}     /* Always zero these properties on these elements to
	avoid problems, then add back what you need. */


body {
	margin: 0px;
	background: #d7d6d0 url(img/footer_bkg.gif) repeat-x left bottom;
	color:#756f67;
	font: 14px/1.5 Georgia, Times, serif;
}

body div.home {
	background:url(img/header_bkg.gif) repeat-x left top;
	}

div.plans, div.location, div.contact, div.builder {
	background:url(img/header_bkg2.gif) repeat-x left top;
	}

#header {
	width:1020px;
	margin:0 auto;
	min-height: 192px;
	background: #ebeae4;
	}

#header .banner {
	height: 323px;
	}

/*hide certain spans*/
.hide {
	position:absolute;
	left:-3000px;
	visibility:hidden;
	}
	
.shide {
	visibility:hidden;
	}

#invalid {
	color: red;
	font-weight: bold;
	}

#invalid input, #invalid textarea, #invalid select {
	background: #fffea7;
	}

.form .invalid {
	background: #fffea7;
	font-weight: normal;
	color: red;
	border: 1px solid #b0afab;
	margin:0px;
	padding:10px 10px 10px 10px;
	}

h1 {
      color: #09565f;
      font-weight: normal;
      font-style: italic;
      font-size: 16pt;
}

h2 {       
	color: #09565f;
    font-weight: normal;
    font-size: 12pt;
	   }

h3 {
    color: #36170a;
	font-style:italic;
	font-size:12pt;
}

a {
	color:#09565f;
	font-style:italic;
	text-decoration:underline;
	}
	
a:focus {
	text-decoration:none;
	}
	
a:hover {
	text-decoration:none;
	}
	
p {
	margin-bottom:15px;
	}	

li {
	display:inline;
	}

.clear {
	clear: both;
	padding: 5px 0px;
	}

.plans_categories .onestory {
	float: left;
	width: 370px;
	margin: 0px 20px 0px 10px;
	}

.plans_categories .twostory {
	margin: 0px 13px 0px 0px;
	width: 370px;
	float: right;
	}

.plans_categories h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 14px;
	}

.plans_categories table {
	width: 100%;
	}

.plans_categories th {
	text-align: left;
	width: 30%;
	border-bottom: #666 solid 1px;
	padding: 0px 0px 0px 3px;
	}

.plans_categories td {
	padding: 0px 0px 0px 3px;
	}

.plans_categories th.center, .plans_categories td.center {
	text-align: center;
	}

.plans_categories tr.odd {
	background: #ccc;
	}
	
.left {
	width:480px;
	float:left;
	margin-left:100px;
	margin-right:10px;
	}
	
.right {
	width:320px;
	float:right;
	margin-right:100px;
	margin-left:10px;
	}

.spacer {
	margin-top:7px;
	margin-bottom:7px;
	}
	
#footer {
	width:1020px;
	margin:0 auto ;
	background:#ebeae4 url(img/footer.jpg) no-repeat 0px 0px;
	clear:both;
	height: 198px;
	padding:27px 0px 0px 0px;
	zoom: 1;
	}
	
#cta_left {
	display:block;
	float:left;
	margin-left:110px;
	background:url(img/CTA_left.jpg) top left no-repeat;
	width:468px;
	height:100px;
	}
	
#cta_left a {
	float:right;
	margin-right:18px;
	margin-top:60px;
	}
	
#cta_right {
	display:block;
	float:right;
	margin-right:120px;
	}
	
#subnav {
	clear:both; 
	padding: 70px 0px 0px 0px;
	}
	
#subnav ul {
	margin-top:-30px;
	font-size:12px;
	margin-left:125px;
	}
	
#subnav li {
	margin-top:150px;
	}
	
#subnav li a {
	font-style:normal;
	text-decoration:none;
	color:#837168;
	}
	
#subnav li a:hover {
	text-decoration:underline;
	}
	
#copyright {
	text-align:right;
	margin-left:240px;
	}
	
		
	
/*index.html specific; I know, evil.*/
#moreInfo {
	margin-left:612px;
	/*margin-top:-157px;*/
	}
	
#moreInfo p {
	margin-left:4px;
	margin-right:100px;
	margin-top: -200px;
	font-size: 15px;
	line-height: 1.5;
	color: #4d4631;
}
	
	
#main {
	width:1020px;
	margin:0px auto;
	padding: 20px 0px 30px;
	overflow: auto;
	background: #ebeae4;
	min-height: 330px;
	zoom: 1;
	}
	
#viewPlans {
	margin-left:300px;
	font-size:16px;
	}
	
.featured {
	background-image:url(img/featuredHome.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	}
	
.featured #content {
	padding-top:15px;
	}

.featured #content img {
	margin-top:20px;
	padding-left:20px;
	}
	
.featured #content h2 {
	padding-left:25px;
	}
	
.featured #content h3 {
	padding-top:10px;
	padding-bottom:10px;
	}
	
.featured #content h3, .featured #content p {
	padding-left:35px;
	padding-right:30px;
	}
	
.featured #content #bookAppointment a img{
	padding-top:30px;
	padding-bottom:0px;
	padding-left:15px;
	}
	
.fspacer img{
	padding-top:10px;
	}
	
/*end index.html specific*/

/*plans.html specific*/

.top img {
	margin-top:10px;
	margin-bottom:10px;
	}

img.map {
	padding: 0;
	margin-left: 10px;
}

img.sm_map {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
}

img.sr {
	margin: 0;
}
	
.top h1 {
	color:#422418;
	margin-bottom:10px;
	margin-top: 20px;
	margin-left: 10px;
}
	
.top h2 {
	color:#422418;
	margin:10px 10px 10px 10px;
	border-bottom: 1px solid #aaa89d;
	}

.top p {
	margin-left:10px;
	margin-right:10px;
	}
	
#disclaimer {
	font-size:10px;
	}
	
#locationtxt {
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	}
	
#exterior {
	margin-bottom:10px;
	overflow:auto;
	}
	
#interior {
	margin-bottom:10px;
	overflow:auto;
	}
	
li.green {
	
	list-style-image:url(img/greenBullet.jpg);
	list-style-type:circle;
	display:block;
	font-size:12px;
	color:#09565f;
	
	}

li.dot {
	margin-left:10px;
	list-style-image:url(img/greyDot.jpg);
	font-size:12px;
	display:block;
	}
	
li.square {
	margin-left:20px;
	list-style:square;
	font-size:12px;
	list-style:inside;
	display:block;
	}
	
li.osquare {
	margin-left:30px;
	list-style:square;
	font-size:12px;
	display:block;
	}
	
#siteplan .left {
	width:375px;;
	padding:0;
	margin:0;
	margin-left:20px;
	}
	
#siteplan .right {
	width:375px;
	padding:0;
	margin:0;
	margin-right:20px;
	clear:right;
	}
/*plans pages specific*/
	
#breadcrumb {
	height: 30px;
	width: 1020px;
	display: block;
	}
	
	
#breadcrumb ul {
	list-style-type:none;
	margin:0;
	padding:0;
	padding-left:100px;
	height: 30px;
	}
	
#breadcrumb ul li {
	float: left;
	list-style-type: none;
	display: block;
	height: 30px;
	}
	
#breadcrumb ul li a {
	display:block;
	height:30px;
	}
	
#breadcrumb li a {
	height:30px;
	overflow:auto;
	text-decoration:none;
	}
	
#breadcrumb li#plan a {
	width:76px;
	background:url(img/plan.jpg);
	}
	
#breadcrumb li#plan a:hover {
	background-position: -76px 0;
	}
	
#breadcrumb li#colorado a {
	width:94px;
	background:url(img/colorado.jpg) top left no-repeat;
	}
	
#breadcrumb li#colorado a:hover {
	background-position: -94px 0;
	}
	
#breadcrumb li#sanantonio a {
	width:116px;
	background:url(img/sanAntonio.jpg) top left no-repeat;
}

#breadcrumb li#sanantonio a:hover {
	background-position: -116px 0;
	}

#breadcrumb li#guadalupe a {
	width:108px;
	background:url(img/guadalupe.jpg) top left no-repeat;
}

#breadcrumb li#guadalupe a:hover {
	background-position: -108px 0;
	}

#breadcrumb li#frio a {
	width:69px;
	background:url(img/frio.jpg) top left no-repeat;
}

#breadcrumb li#frio a:hover {
	background-position: -69px 0;
	}

#breadcrumb li#nueces a {
	width:91px;
	background:url(img/nueces.jpg) top left no-repeat;
}

#breadcrumb li#nueces a:hover {
	background-position: -91px 0;
	}

#breadcrumb li#blanco a {
	width:83px;
	background:url(img/blanco.jpg) top left no-repeat;
	}

#breadcrumb li#blanco a:hover {
	background-position: -83px 0;
	}
	
#breadcrumb li#comal a {
	width:81px;
	background:url(img/comal.jpg) top left no-repeat;
}

#breadcrumb li#comal a:hover {
	background-position: -81px 0;
	}

#breadcrumb li#llano a {
	width:83px;
	background:url(img/llano.jpg) top left no-repeat;
}
	
#breadcrumb li#llano a:hover {
	background-position: -83px 0;
	}
	
#floorContent, #siteContent {
	/**/
	overflow:hidden;
	background-color:#e0ddd6;
	border:1px solid #b0afab;
	width:800px;
	
	padding:0;
	margin-top:-8px;
	margin-left:100px;
	}

#floorplan, #siteplan {
	overflow:hidden;
	border:2px solid #d0cec6;
	padding:0;
	margin:0;
	width:100%;
	}
	
#floorContent, #siteContent, #siteplan, #floorplan {
	border-top:0;
	}
			
#floorplan .left {
	width:500px;
	display:inline;
	margin:0;
	margin-right:0;
	margin-left:10px;
	}
	
#floorplan .right {
	zoom:1;
	width:250px;
	float:right;
	display:inline;
	margin:0;
	margin-left:10px;
	}/**/
	
#floorplan .bottom {
	clear:both;
	}

#floorplan .left img {
	float:left;
	margin:0;
	padding:0;	
	margin-top:7px;
	border:1px solid #b0afab;
	}
	
#floorplan .right ul {
	margin-top:5px;
	margin-bottom:10px;
	margin-right:0px;
	margin-left:-45px;
	padding:0;
	}
	
#floorplan .right ul li #text {
	margin:0;
	padding:0;
	}

#floorplan p {
	font-size:11px;
	margin: 5px 22px 10px 10px;
	padding-top: 10px;
	padding-left: 5px;
}
	
.elevation img {
	zoom:1;
	
	margin:0;
	padding:0;
	border:none;
	margin-left:6px;
	}

#planA img {
	margin-bottom: 20px;
	}

/*location.html*/
#locationplan {
	overflow:hidden;
	border:2px solid #d0cec6;
	padding:0;
	margin:0;
	width:800px;
}

#locationContent {
	/**/
	overflow:hidden;
	background-color:#e0ddd6;
	border:1px solid #b0afab;
	width:800px;
	
	padding:0;
	margin-top:-8px;
	margin-left:100px;
	}
	
#book {
	text-align:center;
	}
	
/*contact.html*/
#contactcontent {
	width:1020px;
	margin:0 auto;
	background: #ebeae4;
}

#contactForm {
	margin: 0px;
	}

#contactcontent .main {
	margin:0 auto;
	padding: 20px 0px 40px 0px;
	width: 700px;
	}

.form_left {
	float: left;
	}

.form_right {
	float: right;
	}

.form_block {
	clear: both;
	}

.form .state {
	float: left;
	}

.form .state .text {
	width: 130px !important;
	margin: 0px 30px 0px 0px;
	}

.form .zip .text {
	width: 128px !important;
	}

.form .comments textarea {
	width: 690px !important;
	height: 130px !important;
	}

*.form {
    overflow: hidden;
    
}
.form .line {
    overflow: hidden;
    padding: 19px 0 0;
	zoom: 1;
	}
.form .line label {
	display: block;
    font-size: 14px;
}
.form .line label em {
    display: block; 
    font-size: 11px;
    line-height: 16px;
    padding: 3px 0 0;
}
.form .line .text { 
    padding: 5px 0 0 6px;
    width: 297px;
    height: 24px;
    border: 1px solid #b0afab; 
    background: #E0DDD6;
    font: 14px Georgia, "Times New Roman", Times, serif;
    color: #512518;
}


.form .line textarea {
    padding: 0 0 0 6px;
    width: 297px;
    height: 77px;
    margin: 0; 
    overflow: auto;
    border: 1px solid #b0afab; 
    background: #E0DDD6;
    font: 14px Georgia, "Times New Roman", Times, serif;
    color: #512518;
}

.form .line #help {
    padding: 0 0 0 6px;
    height:77px;
    margin-top: -77px;
    overflow: auto;
    }

.form .line .check {
    width: 15px;
    height: 15px;
    margin: -4px 0 0 3px; 
}
* html .form .line .check {
    margin-left: 0px;
}
.form .line span {
    float: right; 
    margin: -4px 0 0;
    font-size: 11px;
    word-spacing: -1px;
    font-style: italic;
}

.form .line .help2 span {
    float:right;
    font-size: 11px;
    word-spacing: -1px;
    font-style: italic;
    margin-top:10px;
    }

.form .line .element {
    float: right;
    width: 100px;
    }
    
.form .line .element span {
    float: none;
    }
    
.form .submit {
    float: right; 
    margin: 4px 0 0;
}

.form .disclaimer {
    clear: both;
    padding: 12px 0px 0px 0px;
    font-size: 11px;
    }
	
.form .tourbox { 
	background: #E0DDD6;
	overflow: auto;
	border: 1px solid #b0afab;
	margin:0;
	padding:10px 10px 10px 10px;
	}
	
.form .tourFirst {
	margin-top:0;
	padding-top:0;
	margin-bottom:10px;
	margin-left:10px;
	font-size: 11px;
    word-spacing: -1px;
    font-style: italic;
	}
	
.form .takeTour{
	font-size: 12px;
	}
	
.form .takeTour .check, .form .notify .check {
	margin: 0px 4px 0px 0px;
	}

.form .line h3 {
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 0px;
	width:150px;
	display: block;
	}
	
.form .tourSecond {
	padding:0;
	}

label.required {
	color: #512518;
    font-size: 11px;
	margin:0;
	padding:0;
}

.form .notify {
	font-size: 11px;
	}

.form .select {
	width: 297px;
    height: 24px;
    background: #E0DDD6;
    font: 14px Georgia, "Times New Roman", Times, serif;
    color: #512518;
	}

.tollfree {
	padding-top:19px;
	}
/* James Added Stuff */
/*.logo {
	float: left;
	padding: 0px 82px 0px 0px;
	}*/
	
#nav {
	height:54px;
	background: url(nav/background.jpg);
	width: 1020px;
	}

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

/*this kills the background image*/
#nav ul li {
	float: left;
	list-style-type: none;
	display: block;
	margin: 0px 55px 0px 0px;
	}

#nav ul li a {
	display: block;
	height: 54px;
	}

#nav li#homeNav a {
	background:url(nav/homeC.jpg) no-repeat left top;
	width: 57px;
	}
#nav li#plans a {
	background:url(nav/plansC.jpg) no-repeat left top;
	width: 69px;
	}
#nav li#location a {
	background:url(nav/locationC.jpg) no-repeat left top;
	width: 88px;
	}
#nav li#contact a {
	background:url(nav/contactC.jpg) no-repeat left top;
	width: 72px;
	}
	
#nav li#builder a {
	background:url(nav/builderC.jpg) no-repeat left top;
	width:88px;
	}
	
#nav li#communities a {
	background:url(nav/communitiesC.jpg) no-repeat left top;
	width:164px;
	}

#nav li#homeNav a:hover, #nav li#homeNav a:focus {
	background-position: -57px 0px;
	}
#nav li#plans a:hover, #nav li#plans a:focus {
	background-position: -69px 0px;
	}
#nav li#location a:hover, #nav li#location a:focus {
	background-position: -88px 0px;
	}
#nav li#contact a:hover, #nav li#contact a:focus {
	background-position: -72px 0px;
	}
	
#nav li#builder a:hover, #nav li#builder a:focus {
	background-position: -88px 0px;
	}
	
#nav li#communities a:hover, #nav li#communities a:focus {
	background-position: -164px 0px;
	}