* {
}

body {
	background:url(../images/background_tile.jpg);
	background-color:#282f10;
	font-family:"Palatino Linotype", Georgia, "Times New Roman", serif;
	color:#3c2a17;
	font-size:.9em;
}

#container {
	background:url(../images/background.jpg) top left no-repeat;
	width:900px; min-height:744px;
}

#containerSecondary {
	background:url(../images/background_secondary.jpg) top left no-repeat;
	width:900px; min-height:744px;
}

#logo {
	background:url(../images/logo_paper.png) no-repeat;
	width:271px; height:225px;
	position:relative;
	top:50px; left:85px;
}

#navHome {
	background:url(../images/background_navigation.png);
	width:198px; height:222px;
	position:relative;
	top:-160px; left:450px;
}

#navSecondary {
	background:url(../images/background_navigation.png) top left no-repeat;
	width:198px; height:222px;
	position:relative;
	top:-150px; left:700px;
}

#navHome img, #navSecondary img { margin-top:-2px; }

#testimonials {
	background:url(../images/background_testimonials.png) no-repeat;
	width:353px; height:255px;
	position:relative;
	top:-350px; left:590px;
}

#definition {
	background:url(../images/background_definition.png) no-repeat;
	width:325px; height:223px;
	position:relative;
	top:-100px; left:590px;
	padding-top:25px;
}

#contentTop_sm {
	background:url(../images/background_content-sm-top.png) bottom left no-repeat;
	width:684px; height:260px;
}

#content_sm {
	background:url(../images/background_content-sm.png) repeat-y;
	width:684px; min-height:200px;
}

#contentBtm_sm {
	background:url(../images/background_content-sm-btm.png) top left no-repeat;
	width:684px; height:75px;
}

#contentTop {
	background:url(../images/background_content-top.png) bottom left no-repeat;
	width:842px; height:260px;
}

#content {
	background:url(../images/background_content.png) repeat-y;
	width:842px; min-height:200px;
}

#contentBtm {
	background:url(../images/background_content-btm.png) top left no-repeat;
	width:842px; height:75px;
}

#contentHome {
	width:380px;
	padding-left:200px; 
	padding-top:30px;
}

#contentSecondary {
	width:570px;
	margin-left:200px; 
	padding-top:0px;
}

#contentHome p {
	line-height:1.4em;
	color:#664413;
}

#contentSecondary p {
	line-height:1.4em;
	color:#664413;
	margin-bottom:10px;
	font-size:.9em;
}

#contentHome, #contentSecondary ul {
	margin-left:25px;
	list-style:none;
	text-align:justify;
	padding-bottom:10px;
	font-size:1em;
	color:#664413;
}

#contentHome, #contentSecondary li {
	line-height:1.8em;
	margin:0;
}

p.small {
	font-size:.85em;
	line-height:1.3em;
}

.green {
	color: #606b26;
}

h2 {
	font-size:.95em;
	font-weight:normal;
	line-height:2em;
	margin-bottom:14px;
	color: #606b26;
	padding-left:20px; padding-right:20px;
	text-align:justify;
}

#top {
	float:right;
	padding-top:20px;
	padding-right:55px;
}

.hrLong {
	background:url(../images/hr_long.gif) no-repeat;
	width:504px;
	height:43px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

#footer {
	width:660px;
	color:#b2ba73;
	font-size:.65em;
	margin-left:157px;
	text-align:center;
}

a {
	text-decoration: underline;
	color:#5b6731;
}
a:hover { 
	color:#5b6731;
 	text-decoration:none;
}
a:active {}
a:visited { 
	color:#3c2a17;
	text-decoration:underline;
}

#footer a {
	color:#b2ba73;
	line-height:16px;
	text-decoration: none;
}
#footer a:hover { color:#b2ba73; text-decoration: underline; }
#footer a:active {}
#footer a:visited {}

input {
	background:url(../images/background_form_input.gif) center top no-repeat; 
	width:223px; 
	height:30px; 
	color:#3c2a17; 
	font-family:Georgia; 
	font-size:.75em; 
	border:0px; 
	padding-left:13px; 
	padding-top:8px;
}

textarea {
	background:url(../images/background_form_textarea.gif) center top no-repeat; 
	width:315px; 
	height:132px; 
	color:#3c2a17; 
	font-family:Georgia; 
	font-size:.75em; 
	border:0px;
	padding-left:13px; 
	padding-top:8px;
}

.servicesButton {
	width:200px;
	float:left;
	padding-left:55px;
	padding-bottom:30px;
}