/*
-----------------------------------------
RESET
----------------------------------------- 
*/
html, body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0
}
fieldset, img {
	border:0
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal
}
caption, th {
	text-align:left
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal
}
q:before, q:after {
	content:''
}
strong {
	font-weight:bold
}
em {
	font-style:italic
}
a img {
	border:none
}
.clear {
	clear: both;
	height:0px;
	line-height:0px;
}
/* 
-----------------------------------------
LAYOUT
----------------------------------------- 
*/ 
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: 336634;
	text-decoration: none;
	margin: 0px 0px 0px 25px;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: 336634;
	text-decoration: none;
	margin: 0px 0px 0px 25px;
}
a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: ABBA1E;
	text-decoration: underline;
	margin: 0px 0px 0px 25px;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: 336634;
	text-decoration: none;
	margin: 0px 0px 0px 25px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-right: 25px;
	margin-left: 25px;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 336634;
}
.BgLeaves {
	background-image: url(images/Bg_leaves.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.BgLeaf {
	background-image: url(../images/leaf.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: ABBA1E;
	text-decoration: none;
	margin-right: 25px;
	margin-left: 25px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: 336634;
	text-decoration: none;
	margin-right: 25px;
	margin-left: 25px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 336634;
	list-style-type: circle;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 336634;
	text-decoration: none;
	list-style-type: lower-roman;
}
body {
	background-color: #CEDB29;
}
.phone {
	margin-top:10px; 
	text-align:right; 
	padding:20px 40px 0 20px;
	font:bold 12px Arial, Helvetica, sans-serif;
}
.phone h2 {
	color:#3c6c3b;
	font:bold 16px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
.headerContent {
	margin-top:20px;
	padding:5px 0 0 0;
	width:76%;
	float:left;
}
.headerContent p {
	margin-right:0px;
}

.headerContent h1 {
	color:#3c6c3b;
	font:bold 17px Arial, Helvetica, sans-serif;
	text-transform:none;
	margin-bottom:10px;
}
.headerContent h1 span.small {
	color:#3C6C3B;
	font:bold 12px Arial,Helvetica,sans-serif;
	text-transform:none;
}

.headerContent h2 {
	color:#3c6c3b;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-transform:none;
	margin-bottom:5px;
}
.headerPic {
	margin-top:20px;
	padding:10px 0 0 5px;
	width:22%;
	float:right;
}

.BgLeaves2 {
	background: url(images/Bg_leaves2.jpg) no-repeat center top;
}

