/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	background-color: #d8db83;
	background-image: url(images/bgTile.jpg);
	font-family: font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #444444;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #444444;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	font-size: 1.2em;
	margin-top: 0;
	line-height: 120%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #455129;
	color: #455129;
}

a:hover {
	color: #7D934A;
	border-bottom: 1px dotted #7D934A;
}

.orange {
	color: #cc6600;	
}

.green {
	color: #339933;	
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}


/* Header */

#header {
	position: relative;
	width: 900px;
	height: 177px;
	margin: 0 auto;
	background-image:url(images/header-bg.jpg);
}

#phone-number {
	position: absolute;
	left: 16px;
	top: 119px;

}

#phone-number p {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	margin-top: 4px;
}

/* Menu */

#menu {
	width: 900px;
	height: 44px;
	position: relative;
	top: 132px;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 300px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 3px;
	padding: 5px 20px 7px 20px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	color: #cc6600;
	text-decoration: none;
}

/* Page */

#page {
	background-color: #dfebbb;
	width: 900px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 628px;
	padding-top: 20px;
}

.post {
	padding: 8px 35px 30px 8px;
}

.post .title {
	color: #000000;
}

.post .entry {
	text-align: left;
}


img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
	border: 1px black;
}

img.right {
	float: right;
	margin-left: 15px;
	border: 1px black;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 270px;
	padding-top: 15px;
	text-align: center;
}

#sidebar img {
	margin: 20px auto;
}

/* Footer */

#footer {
	width: 900px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background-color: #b3d15f;
	color: #333333;
}

#footer p {
	margin: 0;
	font-size: 1em;
	line-height: normal;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF dotted;
}

.testimonials{
	padding-top: 8px;
	padding-left: 34px;
	margin-bottom: 30px;
	background-image: url(images/quote-ul.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#sidebar .testimonials{
	margin: 20px 0 0 5px;
	padding: 8px 20px 0 30px;
	font-size: 11px;
	text-align: left;
}	
