/* Twin Oaks Landscape Stylesheet */
body {
	background: #e9e6e4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 100px;
	text-align: center;
	line-height:17px;
	margin:0 0 20px 0;
	padding:0;
}

a {
	color: #a50315;
}
a:hover{
	color:#666666;
}
ul{
	margin-top:0;
}
p {
	margin: 0px 0 16px 0;
}
h1 {
	font-weight:bold;
	font-size: 22px;
	font-family:"Times New Roman", Times, serif;
	margin-top:0;
	margin-bottom:16px;
	line-height:24px;
}

h2 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0;
	margin-bottom:16px;
	line-height:18px;
}

h3 {
	font-size: 1.5em;
	color: #c2a204;
	font-style:italic;
	margin: 0px 0 10px 0;
	line-height:1.5em;
}
#thewrap{
	width:916px;
	display:block;
	margin:0;
	padding:0;
}
/*--------------------------------------
  section wraps - bg colors in right column
--------------------------------------*/

#home-wrap {
	width: 916px;
	background: url(bg-dropshadow-blue.gif) repeat-y;
	display:block;
}
#design-wrap {
	width: 916px;
	background: url(bg-dropshadow-rust.gif) repeat-y;
	display:block;
}
#maintenance-wrap {
	width: 916px;
	background: url(bg-dropshadow-lime.gif) repeat-y;
	display:block;
}
#soft-wrap {
	width: 916px;
	background: url(bg-dropshadow-mustard.gif) repeat-y;
	display:block;
}
#hard-wrap {
	width: 916px;
	background: url(bg-dropshadow-plum.gif) repeat-y;
	display:block;
}
#solution-wrap {
	width: 916px;
	background: url(bg-dropshadow-rasberry.gif) repeat-y;
	display:block;
}
#care-wrap {
	width: 916px;
	background: url(bg-dropshadow-sand.gif) repeat-y;
	display:block;
}
/*--------------------------------------
  top section
--------------------------------------*/
#top-wrap {
	width: 916px;
	height: 82px;
	display:block;
}
#top-left-logo {
	width: 250px;
	height: 82px;
	float: left;
	display:block;
	margin: 0 0 0 18px;
}
#top-middle-links {
	width: 386px;
	padding: 9px 0 0 0;
	text-align: right;
	float: left;
	display: block;
	line-height:16px;
	font-size:11px;
}
#top-middle-links a{
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}
#top-middle-links a:hover{
	color:#00a261;
	text-decoration:none;
}
#top-right-request {
	width: 230px;
	padding: 13px 0 0 0;
	float: left;
	display: block;
	margin: 0 0 0 12px;
	color: #FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
#top-right-request-brown {
	width: 230px;
	padding: 13px 0 0 0;
	float: left;
	display: block;
	margin: 0 0 0 12px;
	color: #333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}

/*--------------------------------------
  Nav section
--------------------------------------*/
#nav-wrap {
	display:block;
	text-align:center;
	width:900px;
}
#nav-top {
	height: 34px;
	display:block;
	width:900px;
}
#nav-top a{
	width:134px;
	display:block;
	float:left;
	height:34px;
}
#nav-top a.why{
	background:url(../images/why_twin_oaks.gif) no-repeat;
}
#nav-top a.design{
	width:130px;
	background:url(../images/design_install.gif) no-repeat;
}
#nav-top a.maintenance{
	width:186px;
	background:url(../images/maintenance_programs.gif) no-repeat;
}
#nav-top a.softscapes{
	width:108px;
	background:url(../images/softscapes.gif)
}
#nav-top a.hardscapes{
	width:110px;
	background:url(../images/hardscapes.gif)
}
#nav-top a.solutions{
	width:98px;
	background:url(../images/solutions.gif)
}
#nav-top a.customer{
	background:url(../images/customer_care.gif)
}
#nav-top a:hover{
	background-position:100% -34px;
}
#nav-top a.selected{
	background-position:100% -68px;
}
#subwrap{
	width:900px;
	display:block;
	background:#00a261;
}
#sub {
	font-family: Arial, Helvetica, sans-serif;
    height: 26px;
 	margin:0;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    padding: 0 10px 0 11px;
	display:block;
	list-style-type:none;
	line-height:14px;
}
#sub li {
    float: left;
	position:relative;
    padding: 3px 3px 3px 3px;
    margin: 3px 0 0 0;
    border-right: 1px solid #ccffcc;
}
#sub li a{
    color: #FFF;
    padding: 2px 13px 1px 13px;
	text-decoration:none;
	display:block;
}
#sub li a:hover {
    text-decoration:underline;
}
#sub li.current {
    background: #FFF url(sub_tab_right.gif) no-repeat right top;
    padding: 0px 3px 3px 0;
    border: none;
	margin-top:5px;
	left:-1px;
}
#sub li.current a {
    background:  url(sub_tab_left.gif) no-repeat left top;
    padding: 4px 13px 0px 13px;
	color: #333366;
	display:block;
}
.last-li {
    border: none !important;
}


/*--------------------------------------
  content section
--------------------------------------*/
#content-middle-wrap {
	display:block;
	margin:0;
	padding:0;
	text-align:left;
}
#content-middle-home {
	display:block;
	width:900px;
	margin:0;
	padding:0;
	background:#ffffff;
	text-align:left;
}
#content-left-wrap {
	width: 668px;
	float: left;
	display: block;
	color:#666666;
}
#content-left-home{
	width: 658px;
	float: left;
	display: block;
	color:#666666;
}
#content-left-photo {
	margin: 0 0 0 18px;
	display:block;
}
#content-home-photo {
	margin: 0 0 0 10px;
	display:block;
}
#content-left-copy {
	padding: 40px 20px 20px 40px;
	margin:0;
}
#content-left-gallery {
	padding: 30px 20px 20px 25px;
	margin:0;
}
#content-left-copy a{
	color:#066d44;
	text-decoration:underline;
}
#content-left-copy a:hover{
	color:#cc6600;
}
#content-left-copyhome {
	padding: 30px 0px 20px 40px;
	margin:0;
}
#content-left-copyhome a{
	color:#066d44;
	text-decoration:underline;
}
#content-left-copyhome a:hover{
	color:#cc6600;
}
#content-right {
	width: 230px;
	float: left;
	display: block;
}
#content-right-home {
	width: 234px;
	float: left;
	display: block;
	padding-top:8px;
}
#content-right-home img{
	margin-bottom:8px;
	border:none;
}
#content-right-copy{
	padding: 30px 20px 20px 26px;
	margin:0;
	line-height:17px;
	font-size:13px;
}
#testimonialwrap{
	width:231px;
	display:block;
	background:url(../images/testimonial_top.gif) top no-repeat #fdf2cc;
}
#testimonial{
	display:block;
	text-align:left;
	padding:13px 18px 2px 18px;
	color:#594019;
	}
#girls-on-the-run-wrap{
	width:231px;
	display:block;
	background:url(../images/girls-on-the-run_top.gif) top no-repeat #ffffff;
}
#girls-on-the-run {
	display:block;
	text-align:left;
	font-size: 11px;
	padding:13px 18px 2px 18px;
	color:#666666;
}
#deckwrap{
	width:230px;
	display:block;
}
#deck{
	font-size:11px;
	display:block;
	text-align:left;
	padding:10px 3px 0px 3px;
	color:#666666;
	}
.quadrantwrap{
	display:block;
	padding:0;
	background:url(../images/quadrant_bot.gif) left bottom no-repeat;
	width:596px;
}
.quadrant{
	width:49%;
	display:block;
	float:left;
	padding-bottom:10px;
	padding-top:8px;
}
.quadrant h1{
	font-size:18px;
	line-height:20px;
	display:block;
	height:20px;
	background:url(../images/check.gif) left no-repeat;
	padding-left:30px;
	margin-left:10px;
	padding-top:6px;
	margin-bottom:9px;
	top:4px;
	position:relative;
}
.quadrant p{
	margin-bottom:0;
	padding-left:40px;
	padding-right:6px;
}

/*--------------------------------------
  text styles
--------------------------------------*/
.green {
	color:#066d44;
	}
.blue{
	color:#235186;
}
.olive{
	color: #c2a204;
}
.right-rev {
	color:#eeeeee;
}
.right-brown {
	color:#333333;
}
/*--------------------------------------
 Request a Call
--------------------------------------*/

.getstarted {
	color: #FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
#request-blue {
	color: #FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	width: 230;
	height: 39px;
	text-decoration: none;
}
#request-blue a {
	background: url(request-blue1.gif) no-repeat;
	decoration: none;
}
#request-blue a:hover {
	background: url(request-blue2.gif) no-repeat;
	decoration: none;
}

/*--------------------------------------
  bottom section
--------------------------------------*/
#bottom-wrap {
	display:block;
	height: 190px;
	background: url(bg-bottom-new.gif);
	background-repeat: no-repeat;
	margin:0;
	padding:0;
}
#bottom-left {
	width: 205px;
	padding-top: 28px;
	margin: 0 0 0 34px;
	text-align: left;
	float: left;
	display: block;
}
#bottom-right {
	width: 655px;
	padding-top: 30px;
	text-align: left;
	float: left;
	display: block;
}

/*--------------------------------------
  footer section
--------------------------------------*/
#footer-wrap {
	background: url(bg-footer.gif) no-repeat center top;
	padding: 25px 0 0 0;
	clear:both;
	text-align:center;
	font-size: 10px;
	line-height:13px;
}
#footer-wrap ul{
	margin: 0 0 8px 0;
}
#footer-wrap li {
	list-style:none;
	display:inline;
	padding: 0 2px 0 8px;
	background: url(bg-seperator.gif) center left no-repeat;
}
#footer-wrap .none {
	background:none;
}
#footer-wrap p {
	float:left;
	margin:0;
}
#footer-wrap a:link {
	color: #2e769f;
	text-decoration: none;
}
#footer-wrap a:visited { 
	color: #2e769f;
	text-decoration: none;
}
#footer-wrap a:hover { 
	color: #cc6600;
	text-decoration: none;
}
#footer-wrap a:active { 
	color: #cc6600;
	text-decoration: none;
}

.copyright {
	line-height: 17px;
	text-align: center;

}

/*--------------------------------------
  breaks - clears
--------------------------------------*/
br.clear {
	clear: both;
	width: 0;
	height: 0;
	border: none;
	background: inherit;
	margin: 0;
	padding: 0;
}
#clear_floats{
clear:both;
}
.right-list {
	margin-left: 6px;
	padding-left: 6px; 
}
.indent-list {
	margin-left: 20px;
	padding-left: 20px;
}
.wide-text {
	font-stretch: extra-expanded;
	color: #066d44;
}
.white {
	color:#ffffff;
}
.height173 {
	height: 173px;
}
.request-wrap {
	padding-left: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-image:url(../images/bg-dropshadowwhite.jpg);
}
.testimonial-link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:15px;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

