@charset "UTF-8";
body {
	background:url(../images/bg-home.jpg) repeat-x center top;
	font-family:"Century Gothic", Arial, Helvetica;
	font-size:14px;
	color:#333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
body.second {
	background:url(../images/bg-sec.jpg) repeat-x center top;
}
#container {
	width: 976px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height:100px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0;
	background:url(../images/logo.png) no-repeat;
	height:75px;
	width:464px;
	display:block;
	font-size:20px;
	margin-left:20px;
	text-indent:-9999px;
}
#header h1 a {
	display:block;
	height:75px;
}
#header .phone {
	float:right;
	width:301px;
	height:72px;
	padding-top:10px;
	text-indent:-9999px;
}
#nav {
	height:95px;
	padding: 0px;
	background:none;
}
#nav ul {
	margin:0;
	padding:0;
}
#nav ul li {
	list-style:none;
	float:left;
	margin:39px 13px 27px 30px;
}
#nav ul li a {
	font-family:"Century Gothic", Arial, Helvetica;
	font-size:19px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
}
#nav ul li a:hover {
	color:#4d9516;
}
#phone {
	float:right;
	margin-top:40px;
	background:url(../images/phone1.png) no-repeat;
	width:240px;
	height:60px;
}
#hero {
	padding:0 0 49px 15px;
}
#hero #grass {
	height: 98px;
	width: 951px;
	z-index: 100;
	position: absolute;
	top: 419px;
	text-align: right;
	padding-right:10px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 511px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f3f3f3 url(../images/green-blue.jpg) no-repeat 12px 0px;
	border-left:#e2e2e2 solid 1px;
	border-right:#e2e2e2 solid 1px;
	padding: 15px 0px;
	margin-right:0px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 302px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f3f3f3 url(../images/bg-sidebar2.jpg) no-repeat;
	padding: 15px 20px 0 26px;
	margin-right:0px;
}
#homeowners-home {
	width:210px;
	float:left;
	padding:0 15px 0 30px;
	font-size:12px;
	line-height:18px;
}
#display-home {
	float:right;
	width:210px;
	padding:0 30px 0 7px;
	font-size:12px;
	line-height:18px;
}
#homeowners-home h1, #display-home h1 {
	line-height:32px;
	font-size:22px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-shadow:#253c45 1px 1px;
	color:#FFFFFF;
	padding-bottom:10px;
}
#mainContent {
	width:420px;
	float:left;
	/*margin: 0 507px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent a {
	color:#009900;
	text-decoration:none;
}
a {
	color:#009900;
	text-decoration:none;
}
.second #mainContent {
	/*	margin: 0 357px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	   float:left;
	width:580px;
	margin-right:0px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.second #mainContent h1 {
	text-shadow:#ffffff 1px 1px;
	text-transform:uppercase;
	line-height:48px;
	color:#39351e;
}
#mainContent p {
	margin:20px 20px 10px 0;
}
#mainContent ul {
	margin:0;
	padding:0;
	list-style:none;
}
#mainContent ul li {
	line-height:1.5;padding:5px 0px;border-top:1px solid #efefef;border-bottom:1px solid #efefef; 
}
#mainContent ul li.odd {
	background:#fafafa;
}
#mainContent ul li.odd a, #mainContent ul li a {
	padding:5px 0 5px 30px;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	display:block;
	background:url(../images/bg-li.png) 0px 0px no-repeat;
}
#mainContent ul li a:hover {
	background:url(../images/bg-li.png) 0px -70px no-repeat;
	color:#009933;
}

#footer-container {
	margin:0 auto;
	background:url(../images/bg-footer.jpg) repeat-x;
}
#footer {
	padding: 10px 10px 60px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:0 auto;
	width:936px;
	color:#FFFFFF;
	text-align:left;
	font-size:12px;
}
#bottom-nav {
	margin:0;
	padding:0;
	float:right;
}
#bottom-nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#bottom-nav li {
	list-style:none;
	display:inline-block;
	padding:0 10px;
	border-right:#696658 solid 1px;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#bottom-grass {
	position:fixed;
	bottom:0px;
	width:100%;
	margin:0 auto;
	z-index:100;
	background: url(../images/bottom-grass-sml.png) repeat-x;
	height:13px;
	text-align:right;
	padding:40px 0px 0 0;
	font-size:12px;
	color:#FFFFFF;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0 40px 0;
	font-size:12px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#testimonial-btn {
	background:url(../images/btn-testimonials.gif) no-repeat;
	width:200px;
	height:37px;
	text-align:center;
	font-size:16px;
}
#displayhomes-btn {
	background:url(../images/btn-displayhomes.gif) no-repeat;
	width:200px;
	height:37px;
	text-align:center;
	font-size:16px;
}
#testimonial-btn a, #displayhomes-btn a {
	line-height:37px;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	text-shadow:#253c45 1px 1px;
}
#testimonial-btn a:hover, #displayhomes-btn a:hover {
	text-decoration:underline;
}
img.top-image {
	padding:17px 0 0 14px;
}
img.sml-thumbs {
	margin:30px 11px 0 2px;
	border:#ffffff solid 5px;
}
#view-gallery {
	height:56px;
	width:292px;
	line-height:56px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin:20px 0 0 0;
}
#view-gallery a {
	display:block;
	background:url(../images/bg-view-gallery.jpg);
	text-shadow:#ffffff 1px 1px;
	color:#39351e;
	text-decoration:none;
}
#view-gallery a:hover {
	background-position:0px -56px;
}
#sidebar2 ul {
	margin:20px 0 0 0;
	padding:0;
	list-style:none;
}
#sidebar2 ul li {
	line-height:31px;
}
#sidebar2 ul li a {
	padding:0 0 0 30px;
	background:url(../images/bg-li3.jpg) no-repeat;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	display:block;
	height:32px;
	line-height: 17px;
}
#sidebar2 ul li a:hover {
	background:url(../images/bg-li3.jpg) 0px -32px no-repeat;
	color:#009933;
}
#contact-form{line-height:1.5;}
#contact-form input[type="text"].cat_textbox {
	padding:10px;
border:1px solid #ccc;
border-radius:6px;
	width:100%;
	height:50px;
	font-size:12px;
	font-family:"Century Gothic", Arial, Helvetica; box-sizing:border-box;margin-top:5px;
}
#contact-form select.cat_dropdown {
	padding:5px;
border:1px solid #ccc;
border-radius:6px;
	width:80%;
	height:26px;
	font-size:12px;
	font-family:"Century Gothic", Arial, Helvetica; box-sizing:border-box;margin-top:5px;margin-bottom:10px;
}
#contact-form textarea {
	padding:10px;
border:1px solid #ccc;
border-radius:6px;
	width:100%;
	height:120px;
	font-size:12px;
	font-family:"Century Gothic", Arial, Helvetica; box-sizing:border-box;
}

.form-group{margin-bottom:10px;}
.form-group::after{clear:both; display:block;content:'';}
#contact-form input.button {
	width:115px;
	height:37px;
	background:url(../images/send.gif);
	border:0;

}
input[type="radio"] {
	margin:0 0px 0 15px;
}
.form-col5{width:39%;float:left;margin-right:1%;}
.form-col4{width:30%; display:inline-block;}
.form-col4:last-child{width:38%; display:inline-block;}
.form-col2{width:20%;float:left;}
.dot-line{background:url(../images/dash-line.png) repeat-x bottom;height:20px;}
#clip-board {
	background: url(../images/bg-clipboard.jpg) no-repeat 0px 20px;
}

.iframe-box {
	padding: 17px 0px 0px 14px;
}
#nav .toggle, .phonetop {
	display:none;
}
input.cat_filebox {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.cat_filebox + label {
font-size:12px;
	font-family:"Century Gothic", Arial, Helvetica; box-sizing:border-box; cursor:pointer; background:url(../images/b-upload.png) no-repeat;height:37px;padding-left:220px;line-height:37px;margin-top:5px; display:block;
}

.btnshow{margin-top:10px;width:146px; text-indent:-9999px;
	height:37px;
	background:url(../images/b-add.png);border:0px;}
/*responsive*/
@media(max-width:976px) {
#container {
width: 760px;
position:relative;
}
#sidebar2 {
background:#f3f3f3 !important;
border:1px solid #e5e5e5;
border-radius:10px;
 width: 240px;
padding: 15px;
margin-right:0px;
word-wrap: break-word;
}
#sidebar1 {
 float: right;
 width: 350px;
 background:#f5f5f5;
 border-left: #e2e2e2 solid 1px;
 border-right: #e2e2e2 solid 1px;
 padding: 15px 0px;
 margin-right: 0px;
}
#hero {
padding-bottom:33px;
}
#hero #grass {
 width: 280px;
overflow:hidden;
 top: 345px;
 text-align: right;
 padding-right: 10px;
right:0px;
}
#homeowners-home {
 width:330px;
margin:0px auto;
float:none;
background:url(../images/home-col1-m.png) no-repeat top center #fff;
box-sizing:border-box;
padding:10px 20px 20px 20px;
margin-bottom:30px;
}
#homeowners-home h1 {
margin-top:0px;
}
#display-home {
 float:none;
width:330px;
background:url(../images/home-col2-m.png) no-repeat top center;
box-sizing:border-box;
padding:70px 20px 20px 20px;
margin:0px auto;
}
#grass img {
max-width:none;
}
#nav ul li {
 margin: 39px 13px 27px 20px;
}
#clip-board {
background:none;
}
#contact-form {
padding-top:0px;
}
 #footer {
 width: 730px
}
 .second #mainContent {
 float:left;
width:440px;
margin-right:0px;padding-bottom:20px;
}
 h1 {
font-size:1.5em;
}
 iframe, img {
max-width:100%;
}
 .iframe-box, .top-image {
padding:0px
}
 #sidebar2 iframe, .top-image {
border:5px solid #fff;
padding:0px !important;
box-sizing:border-box;
}
 #sidebar2 #view-gallery {
 height: 56px;
 width: 240px;
}
#sidebar2 #view-gallery a {
border-radius:15px;
}


#mainContent {
 margin: 0px;
width:350px;
float:left;
 padding: 0 20px;
}
body {
 background:none;
}
 .container-head {
background:url(../images/bg-home.jpg) top repeat;
}
}
@media(max-width:767px) {
#sidebar2 ul{width:280px;margin-right:auto;margin-left:auto;text-align:left;}
#hero {
    padding: 0 0px 49px 0px;
}
#grass {
display:none;
}
#container {
width: 100%;
}
#sidebar2 {
float:none;
width:100%;
box-sizing:border-box;
text-align:center;border-radius:0px;
}
#footer {
width:100%;
padding-left:0px;
padding-right:0px;
}

#mainContent, .second #mainContent {
 float:none;
width:100%;
box-sizing:border-box;
}
 #sidebar2 #view-gallery {
margin-left: auto;
margin-right:auto;
}
#nav ul {
position:absolute;
background:url(../gallery/bg.jpg) repeat;
top: 70px;
padding:10px;
display:none;z-index:1000;
}
#nav ul li {
float:none;
margin:0px;
padding:5px;
}
#nav ul li a {
display:block;
}
#nav .toggle {
display:block;
margin: 39px 0px 0px 20px;
background:url(../images/menu.png) no-repeat center center;
cursor:pointer;
height:23px;
width:30px;
float:left;
}
.phonetop {
float:right;
display:block;
margin: 33px 20px 0px 0px;
font-style:italic;
font-size:30px;
}
#footer {
text-align:center;
}
#bottom-nav {
float:none;
}
#mainContent p {
margin-right:0px;
}
#bottom-grass {
	position:relative;
	
	margin-top:-50px;
}
#sidebar1 {
    float: none;
    width: 100%;
box-sizing:border-box;padding:30px 0px;
}
#homeowners-home {
 width:360px;
background:url(../images/home-col1-s.png) no-repeat top center ;
padding-top:105px;}
#display-home {
width:360px;
background:url(../images/home-col2-s.png) no-repeat top center;padding-top:75px;
}
#mainContent p:last-child{margin:0px;}
table.photogalleryTable{margin:0px auto;}
.form-col5,.form-col4,.form-col4:last-child,.form-col2{width:100%;float:none;margin-right:0px; display:block;}
}
@media(max-width:480px) {
#header h1 {
background-size:100%;
width:90%;
}
}
@media(max-width:400px) {
#header h1 {
height:70px;
}
#contact-form td {
display:block;
text-align:left;
width:100%;
}
#contact-form input.cat_textbox, #contact-form textarea {
margin-left:0px; 
box-sizing:border-box;
height:35px;
width: 100%;
margin-bottom:10px;
}
.btnshow{margin-left:0px;}

#contact-form input.button, #contact-form input {
margin-left:0px !important;
}
#homeowners-home {
 width:280px;
background-size:100%;
padding-top:80px;}
#display-home {
 width:280px;
background-size:100%;padding-top:50px;
}

}
