@import	"main.css";

#container {
	width: 784px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
}

#top {
	background-image: url(../img/inside/top.jpg);
	background-repeat: no-repeat;
	height: 210px;
	position: relative;
}

#go_home {
	width: 185px;
	height: 109px;
	position: absolute;
	left: 573px;
	top: 95px;
}

#header {
	position: absolute;
	bottom: 6px;
	left: 28px;
}

#middle {
	background-image: url(../img/inside/content_bg.jpg);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	position: relative;
	width: 784px;
}

#left {
	float: left;
	width: 533px;
	margin-left: 28px;
	_margin-left: 14px;
	background-color: #feeac2;
}

#right {
	float: right;
	width: 179px;
	margin-right: 28px;
	_margin-right: 14px;
}

#nav {
	/*background-image: url(../img/inside/nav.gif);*/
	background-repeat: no-repeat;
	width: 200px;
	height: 72px;
	margin: 11px 0 10px 0;
	padding: 0 0 30px 0;
	position: relative;
}

#nav li, #nav a {
	font-family: Helvetica, san-serif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	text-shadow: #a07c30 2px 2px 2px;
	list-style: none;
	margin: 0 0 15px 0;
	letter-spacing: 1px;
	text-shadow: 1px #333 solid;
}

a.basements {
	background: url(../img/basements-site.png) no-repeat top left;
	color: #a91d0e;
	width: 150px;
	height: 50px;
	display: block;
}

/*#nav li, #nav a {
	list-style: none;
	position: absolute;
	left: 0;
	width: 133px;
	height: 12px;
}*/

#n1 {
	top: 0;
}

#n1 a:hover {
	background-image: url(../img/inside/nav.gif);
	background-repeat: no-repeat;
	background-position: -133px -0px;
}

#n2 {
	top: 20px;
}

#n2 a:hover {
	background-image: url(../img/inside/nav.gif);
	background-repeat: no-repeat;
	background-position: -133px -20px;
}

#n3 {
	top: 40px;
}

#n3 a:hover {
	background-image: url(../img/inside/nav.gif);
	background-repeat: no-repeat;
	background-position: -133px -40px;
}

#n4 {
	top: 60px;
}

#n4 a:hover {
	background-image: url(../img/inside/nav.gif);
	background-repeat: no-repeat;
	background-position: -133px -60px;
}

#community_content {
	width: 503px;
	margin: 0;
	padding: 0;
	position: relative;
}

#cc_pic {
	position: absolute;
	top: 0;
	right: 0;
}

#community_nav {
	background-image: url(../img/inside/communities/community_nav.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 300px;
	margin: 0;
	padding: 0;
	position: relative;
}

#community_nav li, #community_nav a {
	list-style: none;
	position: absolute;
	left: 0;
	width: 28px;
}

#cn1 {
	top: 0;
}

#cn1, #cn1 a {
	height: 85px;
}

#cn1 a:hover, #cn1.cur {
	background-image: url(../img/inside/communities/community_nav.gif);
	background-repeat: no-repeat;
	background-position: -28px -0px;
}

#cn2 {
	top: 88px;
}

#cn2, #cn2 a {
	height: 81px;
}

#cn2 a:hover, #cn2.cur {
	background-image: url(../img/inside/communities/community_nav.gif);
	background-repeat: no-repeat;
	background-position: -28px -88px;
}

#cn3 {
	top: 172px;
}

#cn3, #cn3 a {
	height: 128px;
}

#cn3 a:hover, #cn3.cur {
	background-image: url(../img/inside/communities/community_nav.gif);
	background-repeat: no-repeat;
	background-position: -28px -172px;
}

#tour {
	float: right;
	font-size: 11px;
}

#tour_links {
  position: absolute;
  right: 80px;
  top: 306px;
}

#tour img {
	position: relative;
	top: 5px;
}

#agent_contact {
	margin: 15px;
	padding: 0;
	position: relative;
	width: 420px;
}

#agent_contact p {
	font-size: 13px;
}

#agent_contact img {
	padding-right: 10px;
}

#agent_contact form {
	margin: 0;
	padding: 0;
}

#agent_contact form label, #agent_contact form textarea, #agent_contact form input {
	display: block;
	width: 175px;
	float: left;
}

#agent_contact form textarea {
	height: 45px;
}

#agent_contact form label {
	color: #5a3f0c;
	font-family: arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	width: 60px;
	padding-top: 7px;
}

#agent_contact form br {
	clear: left;
}

#agent_info strong {
	font-size: 14px;
	line-height: 14px;
}

#warranty_request {
	margin: 0;
	padding: 10px 20px;
}

#warranty_request label, #warranty_request textarea, #warranty_request input, #warranty_request select {
	display: block;
	width: 275px;
	float: left;
	margin: 2px;
}

#warranty_request textarea {
	height: 45px;
}

#warranty_request label {
	color: #5a3f0c;
	font-family: arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	width: 100px;
	padding-top: 7px;
}

#warranty_request br {
	clear: left;
}

.testimonial {
	width: 179px;
	background-repeat: no-repeat;
	position: relative;
	margin: 0;
	padding: 0;
	top: 60px;
}

.testimonial p {
	margin: 10px 0;
	display: block;
}

.testimonial p cite {
	display: block;
	text-align: right;
	padding-top: 5px;
}

#test1 {
	background-image: url(../img/inside/testimonial_1.jpg);
}

#test2 {
	background-image: url(../img/inside/testimonial_2.jpg);
}

#test3 {
	background-image: url(../img/inside/testimonial_3.jpg);
}

#test4 {
	background-image: url(../img/inside/testimonial_4.jpg);
}

#test5 {
	background-image: url(../img/inside/testimonial_5.jpg);
}


#ticker {
	position: relative;
	left: 28px;
	top: 15px;
}

#upcoming {
	position: relative;
	left: 28px;
	height: 50px;
}

#upcoming p {
	background: url(../img/home/featured.png) no-repeat top left;
	font-size: 14px;
	color: #fff;
	letter-spacing: 2px;
	text-shadow: #eee 1px 1px 2px;
	height: 50px;
	padding: 8px 0 0 85px;
}

#footer {
	position: relative;
	left: 0;
	top: 20px;
}