/*
Theme Name: Rudder Landscape
Theme URI: http://www.rudder.net
Description: Rudder Landscape Site Layout
Version: 1.0
Author: Rick Cardona
Author URI: http://www.identitypa.com
Tags: landscape,hardscape
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-color: #e7e0da;
}
h1, h2, h3  {
	color: #003300;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link {
	color: #003300;
}
a:visited {
	color: #003300;
}
a:active {
	color: #003300;
}
a:hover {
	text-decoration: underline;
	color: #003300;
}
a {
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	width: 898px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/wrapper_back.jpg);
}
ul {
	list-style-type: none;
}

#header {
	color: #333;
	padding: 0px;
	height: 146px;
	background-color: #DAC8BF;
	background-image: url(images/header.jpg);
	margin: 0px;
}
#feature {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/masthead.jpg);
	height: 360px;
	background-position: 0px;
}
#featureFL {
	height: 289px;
	width: 833px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	height: 44px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	list-style-type: none;
}


#menu ul {
	float: left;
	margin: 0;
	line-height: normal;
	padding: 0px;
	list-style-type: none;
}

#menu li {
	float: left;
	background-image: url(images/menu_back.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 128px;
	height: 38px;
}

#menu a {
	display: block;
	width: 128px;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	height: 22px;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	background-image: url(images/menu_ov.jpg);
}

#menu .current_page_item a {
	color: #A99177;
	background-image: url(images/menu_ov.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	background: #F2F2E6;
	margin: 0px;
	padding: 10px;

}

p                                   {
	margin: 0 0 20px 0;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.8em;
	text-align: justify;
	white-space: normal;
}

.alignleft{
	float:left;
	background-color: #C8AD86;
	padding: 5px;
	margin-top: 0px;
	margin-right: 15pt;
	margin-bottom: 15px;
	margin-left: 0px;
}

.alignright{
	float:right;
	background-color: #C8AD86;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0pt;
	margin-bottom: 15px;
	margin-left: 15px;
}

.aligncenter{
	clear:both;
	display:block;
	background-color: #C8AD86;
	padding: 5px;
	margin: 15px;
}

.subnav{
	margin: 0;
	width: 100%;
	overflow: hidden;
	background-position: center center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	padding: 0;
}
.subnav   li{
display: inline;
}
.subnav   li   a{
	float: left;
	color: #4B3B24;
	padding: 9px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003300;
}
.subnav   li   a:visited{
	color: #4B3B24;
}
.subnav   li   a:hover, .menu   li   .current{
	color: #003300;
	background-color: transparent;
	background-position: center center;
}


/* Class used to style image on the left side of mainContent */
.main-image-right {
	padding: 5px;
	border: 1px solid #473720;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #473720;
}
#gallery {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}


#footer_wrapper {
	background-image: url(images/footer_back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #E7E0DA;
}

#footer {
	color: #000000;
	padding: 0px;
	width: 898px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/footer_back.png);
}

.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;
}
#featured/*****************************/
/* START OF FEATURED SECTION */
/*****************************/

 {
	margin-bottom: 10px;
	overflow: hidden;
}

/* Main, 920 px wide section of featured section */
#featured-main {
	width: 898px;
	height: 140px;
	float: left;
}

/* Box with featured service number 1 */
.featured-left {
	width: 450px;
	float: left;
	padding-left:10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 140px;
	
}

/* Box with featured service number 2 */
.featured-center {
	display: inline;
	width: 134px;
	float: left;
	height: 140px;
	margin: 0px;
}

/* Box with featured service number 3 */
.featured-right {
	width: 280px;
	float: left;
	height: 140px;
	margin: 0px;
	padding-left: 10px;
}

/* Class that styles descriptions in featured services boxes */
.featured-description {
	margin-top: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666666;
	font-size: 0.7em;
	line-height: 20px;
	text-align: justify;
	height: 110px;
	display: inline;
	width: 264px;
}
#fix {
	height: 1px;
}
#googlemap {
	width: 450px;
	float: right;
}
#video {
	float: right;
	width: 320px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
