﻿body{
padding: 0;
margin: 0;
background-color:#201f1d;
font: 12px 'Century Gothic', Futura, 'Avant Garde', 'URW Gothic L', 'MgOpen Modata', Verdana, sans-serif;
color: #000;
}

#wrapper{
width: 960px;
margin: 0 auto;
}

#container{
margin-top: 30px;
border-top: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
width: 960px;
background: #e9ece3 url(images/bottom.png) bottom left repeat-x;
}

#header-right{ 
width: 440px;
float: right;
magin-top: -147px;
margin-left: 30px;
padding-top: 10px;
}

#header{
padding: 0 10px 10px 10px;
}

h1#logo{
background: url(images/logo.jpg)top left no-repeat;
width: 452px;
height: 147px;
text-indent: -9999px;
float: left;
}

#nav{
clear: both;
background-color:#828a73;
border-top: 1px solid #242021;
border-bottom: 1px solid #242021;
padding-top: 7px;
padding-bottom: 7px;
}

#nav ul{
list-style: none;
text-align:center;
margin: 0;
padding: 0;
}

#nav ul li{
display:inline;
font-size:14px;
}
#nav ul li a{
color: #e9ece3;
text-decoration: none;
padding: 0 10px 0 10px;
}

#nav ul li a:hover{
text-decoration: underline;
color: #000;
padding: 0 10px 0 10px;
}

#content{
padding: 0 10px 10px 10px;
margin: 10px 20px 10px 20px;
width: 500px;
float: left;
min-height: 400px;
}

#right{
margin:10px;
float:left;
width:350px;
padding: 10px;
}

#right img {
	float: right;
	margin:10px 10px 30px 0;
	border: 1px solid #000;}

#contact{
clear:both;
background-image: url(images/tree.png);
background-position:right bottom;
background-repeat:no-repeat;
margin-top: 10px;
margin-bottom: 10px;}

#footer{
clear: both;
background-color:#828a73;
width:940px;
border-top: 1px solid #242021;
border-bottom: 1px solid #000;
padding: 10px 10px 0 10px;
height: 30px;
}

#footer ul{
list-style: none;
margin: 0;
padding: 0;
}

#footer ul li{
display:inline;
}
#footer ul li a{
color: #e9ece3;
text-decoration: none;
}

#footer ul li a:hover{
text-decoration: underline;
color:#000;
}


/*General Styles*/

a:hover {
	text-decoration: underline;
}
a{
color: #003300;
}

a img {border: none; }

.right{float: right;
}

.left{
float: left;
}
.clear{clear: both; height: 10px;}
.active{
color: #201f1d;
font-weight: bold;
}

.intro{
font-size:14px;
}

.phone{
font-size: 16px;
}

h1, h2,h3,h4,h5{
font-weight: bold;
}

h1{
font-size: 18px;
}


h2{
font-size: 16px;
}

h3{
font-size: 14px;
}

h4{
font-size: 12px;
}

h5{
font-size: 10px;
}

.highlight{
color: #003300;
}
.tagline{
color: #330000;
}
h3 a{
color: #000;
}
blockquote{
color:#330000;
padding: 0;
margin: 15px 0 15px 0;
}

.logos{
float: left;
width: 300px;
margin: 0 auto;
padding-top: 10px;
}

.seo{
float: left;
color: #e9ece3;
font-size: 9px;
text-align: center;
width: 600px;
margin: 0 auto;
padding-top: 10px;
}

.testimonial{
font-size:14px;
color:#003333;
}

#contactform{
background-color:#828a73;
padding: 10px;
width: 350px;
border: 1px solid #000;
}

.textbox{width: 270px;
border: 1px solid #000;
font: 12px 'Century Gothic', Futura, 'Avant Garde', 'URW Gothic L', 'MgOpen Modata', Verdana, sans-serif;
}

/*reset styles*/

/*ol, ul, li{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: text-bottom;
	list-style-position:inside;
}*/


