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

body, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #f8e7cd;
	background-image: url(images/bkgrd.jpg);
	background-repeat: repeat-x;
}
h1, h2, h3 {
	font-family: "Trebuchet MS", arial;
}
#wrapper {
	width: 800px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
#content p {
	padding-right: 20px;
	padding-left: 20px;
}
#branding {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 124px;
	width: 800px;
	position: relative;
}
#teaser  {
	background-repeat: repeat-y;
	background-position: center top;
	width: 800px;
	background-color: #FFFFFF;
}
#footer {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 105px;
	width: 800px;
	background-color: #3B9233;
}
#content-main {
	float: right;
	width: 780px;
	margin-right: 0px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #348E2B;
	padding-right: 10px;
	height: auto;
	padding-left: 10px;
}
#logo {
	height: 101px;
	width: 163px;
	position: absolute;
	top: 10px;
	float: left;
	margin: 0px;
	padding: 0px;
	left: 10px;
}
#footmenu {
	margin: auto;
	padding: 0px;
	height: 85px;
	width: 800px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#branding h1 {
	text-align: center;
}
#branding h1 img {
	margin-right: auto;
	margin-left: auto;
}
#branding span {
	position: absolute;
	left: -9999px;
}
#content-secondary img {
	margin-bottom: 10px;
}
#gallery-horizontal {
	width: 760px;
	background-color: #E9E7FF;
	height: 100px;
	padding-top: 13px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #3B9233;
	background-image: url(images/bkgrdgallery.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
}
#gallery-horizontal td {
	padding: 0px;
	border: 1px solid #C5C5DD;
	margin: 0px;
}
#gallery-horizontal      .rowHover         {
	border: 1px solid #338D2A;
	cursor: pointer;
}
#gallery-horizontal  spry:select  {
	border: 1px solid #000000;
}
#gallery-horizontal .rowSelect {
	border: 1px solid #000000;
}
#menu {
	margin: auto;
	padding: 0px;
	height: 17px;
	width: 627px;
	top: 102px;
	position: absolute;
	right: 15px;
}

ul#navcontainer {
	list-style-image: none;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 17px;
	width: 627px;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
}
ul#navcontainer li a {
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 17px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	background-image: url(images/menu.gif);
}


ul#navcontainer li#home a {
	background-position: 0px 0px;
	width: 50px;
	left: 0px;
}

ul#navcontainer li#home a:hover {
	background-position: 0px -17px;
}

ul#navcontainer li#services a {
	background-position: -50px 0px;
	width: 100px;
	left: 50px;
}

ul#navcontainer li#services a:hover {
	background-position: -50px -17px;
}

ul#navcontainer li#projects a {
	background-position: -150px 0px;
	width: 110px;
	left: 150px;
}

ul#navcontainer li#projects a:hover {
	background-position: -150px -17px;
}

ul#navcontainer li#homes a {
	background-position: -260px 0px;
	width: 120px;
	left: 260px;
}

ul#navcontainer li#homes a:hover {
	background-position: -260px -17px;
}

ul#navcontainer li#testimonials a {
	background-position: -380px 0px;
	width: 100px;
	left: 380px;
}

ul#navcontainer li#testimonials a:hover {
	background-position: -380px -17px;
}

ul#navcontainer li#about a {
	background-position: -480px 0px;
	width: 85px;
	left: 480px;
}

ul#navcontainer li#about a:hover {
	background-position: -480px -17px;
}

ul#navcontainer li#contact a {
	background-position: -565px 0px;
	width: 62px;
	left: 565px;
}

ul#navcontainer li#contact a:hover {
	background-position: -565px -17px;
}


body.here-home  ul#navcontainer li#home a {
	background-position: 0px -34px;
}

body.here-services ul#navcontainer li#services a {
	background-position: -50px -34px;
}
body.here-projects ul#navcontainer li#projects a {
	background-position: -150px -34px;
}
body.here-homes ul#navcontainer li#homes a {
	background-position: -260px -34px;
}
body.here-testimonials ul#navcontainer li#testimonials a {
	background-position: -380px -34px;
}
body.here-about ul#navcontainer li#about a {
	background-position: -480px -34px;
}
body.here-contact ul#navcontainer li#contact a {
	background-position: -565px -34px;
}



ul#footnavcontainer li#home a {
	background-position: -110px 0px;
	width: 60px;
	left: 110px;
	height: 30px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

ul#footnavcontainer li#home a:hover { background-position: -110px -85px; }

ul#footnavcontainer li#services a {
	background-position: -170px 0px;
	width: 110px;
	left: 170px;
	height: 35px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

ul#footnavcontainer li#services a:hover { background-position: -170px -85px; }

ul#footnavcontainer li#projects a {
	background-position: -280px -15px;
	width: 105px;
	left: 280px;
	height: 45px;
	top: 15px;
	margin: 0px;
	padding: 0px;
}

ul#footnavcontainer li#projects a:hover { background-position: -280px -100px; }

ul#footnavcontainer li#homes a {
	background-position: -385px -40px;
	width: 115px;
	left: 385px;
	height: 45px;
	top: 40px;
	margin: 0px;
	padding: 0px;
}

ul#footnavcontainer li#homes a:hover { background-position: -385px -125px; }

ul#footnavcontainer li#testimonials a {
	background-position: -500px -60px;
	width: 110px;
	left: 500px;
	height: 25px;
	top: 60px;
	margin: 0px;
	padding: 0px;
}

ul#footnavcontainer li#testimonials a:hover { background-position: -500px -145px; }

ul#footnavcontainer li#about a {
	background-position: -610px -50px;
	width: 80px;
	left: 610px;
	height: 30px;
	top: 50px;
	margin: 0px;
	padding: 0px;
}

ul#footnavcontainer li#about a:hover { background-position: -610px -135px; }

ul#footnavcontainer li#contact a {
	background-position: -690px -30px;
	width: 70px;
	left: 690px;
	height: 40px;
	top: 30px;
	margin: 0px;
	padding: 0px;
}

ul#footnavcontainer li#contact a:hover {
	background-position: -690px -115px;
}


body.here-home  ul#footnavcontainer li#home a { background-position: -110px -170px; }
body.here-services ul#footnavcontainer li#services a { background-position: -170px -170px; }
body.here-projects ul#footnavcontainer li#projects a { background-position: -280px -185px; }
body.here-homes ul#footnavcontainer li#homes a { background-position: -385px -210px; }
body.here-testimonials ul#footnavcontainer li#testimonials a { background-position: -500px -230px; }
body.here-about ul#footnavcontainer li#about a {
	background-position: -610px -220px;
}
body.here-contact ul#footnavcontainer li#contact a {
	background-position: -690px -200px;
}



#content h2 {
	font-family: "Trebuchet MS", arial;
	font-size: 16px;
	color: #3B9233;
	margin-bottom: .5em;
}
#content h1 {
	font-family: "Trebuchet MS", arial;
	font-size: 18px;
	font-weight: bold;
	color: #FF4A15;
	margin-bottom: 0.1em;
}
#content h3 {
	font-family: "Trebuchet MS", Georgia, Times;
	font-size: 18px;
	text-transform: capitalize;
	color: #FF4A15;
	margin-bottom: .5em;
}
.flash {
	margin-bottom: 15px;
}
.imgleft {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content p {
	line-height: 175%;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin-top: .5em;
}
ul#footnavcontainer {
	background-image: url(images/menu-footer.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 85px;
	width: 800px;
	list-style-type: none;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
}
ul#footnavcontainer li a {
	text-decoration: none;
	background-image: url(images/menu-footer.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 85px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
}
#webcredit  a    {
	font-family: "Trebuchet MS", arial;
	font-size: 11px;
	font-weight: bold;
	color: #3B9233;
	text-decoration: none;
}
#webcredit a:hover {
	font-family: "Trebuchet MS", arial;
	font-size: 11px;
	font-weight: bold;
	color: #F84110;
}
#copyright {
	font-family: "Trebuchet MS", arial;
	font-size: 11px;
	color: #2E180F;
	height: 15px;
	width: 790px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#webcredit {
	font-family: "Trebuchet MS", arial;
	font-size: 11px;
	color: #3B9233;
	height: 20px;
	width: 800px;
	padding-bottom: 5px;
	padding-top: 2px;
}
#focal-block {
	padding: 10px;
	float: left;
	width: 473px;
	background-color: #E1FFDE;
}
#tagline {
	background-image: url(images/tag.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 542px;
	position: absolute;
	left: 180px;
	top: 53px;
}
#content {
	background-color: #FFFFFF;
	float: left;
	width: 700px;
	padding-top: 0px;
	padding-bottom: 15px;
	background-position: 0px;
	padding-right: 50px;
	padding-left: 50px;
}
#testimonial {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #BED6FF;
	padding: 5px;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-left: 0px;
}
#name {
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
}
#name   p {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	line-height: 100%;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom:10px;
	padding-left: 0px;
}
.name {
	font-style: italic;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #3B9233;
	text-align: right;
	padding-bottom: 15px;
}
#quote {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	position: relative;
	top: 0px;
	width: auto;
	height: auto;
	padding-top: 15px;
	padding-bottom: 10px;
}
#quotebkgrd {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#testimonial #quotebkgrd #openquote #closequote #quote p {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 150%;
	color: #000000;
	text-align: left;
}
#closequote {
	background-image: url(images/closequote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
	width: 100%;
}
#openquote {
	background-image: url(images/openquote.gif);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	clear: none;
}
