@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	margin-left: auto;
	display: block;
	margin-right: auto;
	/* [disabled]background-color: #D0CCB3; */
	height: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: auto;
	width: 100%;
	float: left;
	display: block;
	margin-right: auto;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	clear: none;
	float: none;
}
#div1 {
}
#logo_top {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#header_top {
width: 100%;
margin-left: 0;
clear: both;
display: none;
}
#navigation_top {
width: 100%;
margin-left: 0;
clear: both;
}
#top_content {
	border-bottom: 8px solid #A59B90;
}
#Home_slideshow {
	background-color: #C5BCBC;
	border-bottom: 8px solid #A59B90;
	z-index:0;
}
#home_left {
	width: 100%;
	background-color: #dad6ba;
}
#home_right {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-color: #cca979;
}
#home_side_text {
}
#home_residential {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 51px;
	padding-right: 38px;
}
#footer {
	border-top: 8px solid #A59B90;
	display: none;
}
#copyright {
	text-align: center;
	display: none;
}
#footer #copyright strong {
	display: block;
	margin-left: auto;
	margin-right: 0px;
	color: #CCA979;
	font-size: large;
}
#footer h1 {
	text-align: center;
	font-size: 20px;
	padding-top: 0px;
}
#mobile_footer {
	display: block;
	color: #000000;
	text-align: center;
	margin-top: 16px;
	border-top: medium solid #A59B90;
	padding-top: 10px;
}
#middle_content_holder {
}
.left-side-content {
	width: 100%;
	padding-left: 19px;
	padding-right: 19px;
}
#right-side-bar {
	width: 100%;
	clear: both;
	background-color: #C4A479;
	padding-left: 19px;
	padding-right: 19px;
}
#maincontent_left {
width: 100%;
}
#sidebar_right {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-color: #C4A479;
	height: 100%;
	margin-bottom: 7px;
	padding-bottom: 22px;
}
#aboutus_text {
	width: 90%;
	padding-left: 27px;
	margin-top: 12px;
	margin-bottom: 12px;
}
#tom_content {
	width: 80%;
	margin-left: 49px;
	margin-top: 23px;
	color: #FFFFFF;
	text-align: center;
}
#testimonials {
	margin-left: 7px;
	width: 98%;
	margin-top: 14px;
}
#recognitionText {
	width: 93%;
	margin-left: 17px;
}
#recognition_pdf {
	width: 100%;
	margin-left: 0;
	clear: both;
	margin-top: 17px;
	margin-bottom: 17px;
}
#BIGLOGO {
}
#contactINFO {
}
.bigLOGO {
}
#contain {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100;
	padding-left: 0;
	padding-right: 0;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#logo_top {
width: 23.7569%;
}
#header_top {
width: 74.5856%;
clear: none;
margin-left: 1.6574%;
display: block;
}
#navigation_top {
width: 100%;
clear: both;
margin-left: 0;
}
#top_content {
	border-bottom-width: 8px;
	border-bottom-color: #A59B90;
}
#Home_slideshow {
}
#home_left {
	width: 100%;
	background-color: dad6ba;
}
#home_right {
	width: 100%;
	clear: both;
	margin-left: 0;
	background-color: #cca979;
}
#home_side_text {
}
#home_residential {
}
#footer {
display: block;
}
#copyright {
display: block;
}
#mobile_footer {
display: none;
}
#middle_content_holder {
}
.left-side-content {
width: 100%;
}
#right-side-bar {
width: 100%;
clear: both;
margin-left: 0;
}
#maincontent_left {
width: 100%;
}
#sidebar_right {
width: 100%;
clear: both;
margin-left: 0;
}
#aboutus_text {
width: 100%;
}
#tom_content {
}
#testimonials {
}
#recognitionText {
width: 100%;
}
#recognition_pdf {
width: 100%;
clear: both;
margin-left: 0;
}
#BIGLOGO {
}
#contactINFO {
}
.bigLOGO {
}
#contain {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 768px) {

.gridContainer {
	width: 100;
	max-width: 1232px;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: 40% 67%;
	background-size: 55% auto;
}
#div1 {
}
#logo_top {
width: 15.7509%;
}
#header_top {
	width: 83.1501%;
	clear: none;
	margin-left: -0.901%;
	display: block;
}
#navigation_top {
width: 83.1501%;
clear: none;
margin-left: 1.0989%;
}
#top_content {
	border-bottom-width: 8px;
	border-bottom-color: #A59B90;
	margin-left: auto;
}
#Home_slideshow {
	background-color: #BAAEAE;
}
#home_left {
	/* [disabled]width: 50%; */
	background-color: #dad6ba;
	width: 50%;
	left: auto;
	right: auto;
	text-align: center;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#home_right {
	width: 50%;
	clear: none;
	background-color: #cca979;
	text-align: center;
	/* [disabled]height: 100%; */
}
#home_residential {
	margin: auto;
	width: 80%;
	padding: 15px;
	text-align: left;
	display: block;
}
#footer {
	border-top-width: 8px;
	padding-top: 7px;
	display: block;
	margin-top: -8px;
}
#copyright {
	text-align: center;
	color: #000000;
	font-size: 10px;
	display: block;
}
#mobile_footer {
display: none;
}
#middle_content_holder {
}
.left-side-content {
width: 66.3003%;
}
#right-side-bar {
	width: 26%;
	clear: none;
	background-color: #C4A479;
}
#maincontent_left {
	width: 74.7252%;
}
#sidebar_right {
	width: 24.1758%;
	clear: none;
	margin-left: 1.0989%;
	background-color: #C4A479;
	height: 500px;
}
#aboutus_text {
	margin-left: 27px;
	margin-right: -78px;
	width: 88.7254%;
	margin-top: 27px;
	line-height: 30px;
	margin-bottom: 26px;
}
#tom_content {
	width: 80%;
	margin-left: 12px;
	margin-top: 30px;
	text-align: right;
	color: #FFFFFF;
}
#testimonials {
	width: 72%;
	margin-left: 114px;
	margin-top: 18px;
	margin-bottom: 30px;
}
#recognitionText {
	width: 49.875%;
	margin-left: 91px;
	margin-top: 15px;
	margin-bottom: 30px;
	padding-left: 5px;
	margin-right: 34px;
	border-right: thin solid #C4A479;
	padding-right: 15px;
}
#recognition_pdf {
	width: 24.1758%;
	clear: none;
	margin-left: 1.0989%;
	margin-top: 24px;
}
.gridContainer.clearfix #maincontent_left #contact_text {
	width: 49%;
	margin-left: 230px;
	margin-top: 30px;
}
#BIGLOGO {
	width: 37%;
	margin-left: 96px;
}
#contactINFO {
	width: 45%;
}
.bigLOGO {
	width: 29%;
}
#contain {
	background-color: #DAD6BA;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
body,td,th {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12pt;
	color: #3D3C3C;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
body {
	background-color: #FFFFFF;
	font-family: abel, sans-serif, Arial;
	font-style: normal;
	font-weight: 400;
}
a {
	font-size: 12px;
}
a:link {
	color: #C4A479;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C4A479;
}
a:hover {
	text-decoration: none;
	color: #A59B90;
}
a:active {
	text-decoration: none;
	color: #A2A2A2;
}
a.footer {
	font-size: x-small;
	color: #888585;
}
a.footer:link {
	color: #A1A1A1;
	text-decoration: none;
	font-size: x-small;
}
a.footer:visited {
	text-decoration: none;
	color: #C4A479;
	font-size: x-small;
}
a.footer:hover {
	text-decoration: none;
	color: #B3A18D;
	font-size: x-small;
}
a.footer:active {
	text-decoration: none;
	color: #C4A479;
	font-size: x-small;
}
a.phone {
	font-size: large;
	color: #888585;
}
	a.whiteLINK {
	font-size: 16px;
	color: #FFFFFF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: abel, sans-serif, Arial;
	font-style: normal;
	font-weight: 400;
}
h1 {
	font-size: 25px;
	color: #C4A479;
}
h2 {
	font-size: 18px;
	color: #C4A479;
	line-height: 2%;
}
.text_header {
	display: block;
	float: right;
	padding-bottom: 22px;
	padding-top: 24px;
	padding-right: 8px;
}
