/* CSS Document */

html {
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}

body {
	background-color:#ffbe00;
	background-image: url(images/background.jpg);
	background-repeat:repeat-x;
	border-left:0px solid #996633;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}

a {
	color: #003366;}

a:hover {
	text-decoration:none;
	color:#a8cb49;}
	
.clear {
	clear: both;
}	

.phone {
	position:absolute;
	font-size:16px;
	font-style:italic;
	text-align:right;
	left: 701px;
	top: 4px;
}

.email {
font-size:80%;
}

.quote {
text-align:center;
color: #000;
font-weight:normal;
padding:20px 45px;
background-image:url(images/blockquote.png);
background-repeat:no-repeat;
}
	
ul li {
	margin-bottom:12px;
	list-style-type:square;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 20px;
	color:#000;
	border-bottom:1px dashed #000;
	margin-left:2px;
	margin-right:20px;
	font-weight:normal;
	padding-bottom: 8px;
	padding-top:20px;
	margin-top:10px;
	margin-bottom:15px;
	}
	
#header h1 {
	color: #000;
	margin-left:240px;
	padding-top:50px;
	font-size:24px;
	letter-spacing:4px;
	border-bottom:none;
}

#header h1 span {
	color: #000;
	margin-left:20px;
	padding-top:18px;
	padding-bottom:2px;
	font-size:16px;
	border-bottom:none;
	font-style:normal;
}


h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	color:#000;
	font-weight: normal;
	text-align: left;
	padding-top:10px;
	padding-left:8px;
	padding-bottom:10px;
	}
h3 {
font-size:1.2em;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-style:normal;
text-decoration:underline;
margin-left:30px;
}
	
#header {
	position:relative;
	width:100%;
	height:201px;
	background-color:#fff;
	border-bottom:1px solid #ccc;
	background-image: url(images/header-tree.jpg);
	background-repeat: no-repeat;
	margin:0;
}


#container {
	margin:0 auto;
	background-color:#fff;
	border:0px solid #fff;
	width:880px;
	min-height:100%;	
}

#leftCol {
	float:left;
	margin-left:0;
	width: 200px;
	font-weight:normal;
	background-color: #ff840e;
	background-image: none;
	background-repeat:repeat-y;
	border-left:0px solid #000;
	color:#000;
	height:100%;
	
}

#menu_two {
margin-top:40px;
border-top:0px solid #ffbe00;
}

#menu_two a
{display:block; width:185px; line-height:250%; padding-right:18px; color: #fff; font-weight: bold; text-decoration:none; text-align:right;}

#menu_two a:hover 
{color:#000; background:#fff;}

#menu_two a.active
{ background:#fff; border-top:0px solid #ccc; border-bottom:0px solid #ccc; color:#000;}

#menu_two a.active:hover {color:#ccc; background:#fff;}

#rightCol {
	margin-left:215px;
	margin-right:10px;
	margin-top:-20px;
	
	height:100%;
	
}

#rightCol p {
	text-indent:0;
	text-align: left;
	line-height:140%;
	margin-left:0px;
	margin-right:10px;
}
	
/****images****/

.img_left {
float:left;
margin-right:14px;
margin-bottom:1px;
}

.img_right {
float:right;
margin-left:14px;
margin-bottom:4px;
border:1px solid #ccc;
padding:3px;
}

#footer {
	width:880px;
	clear:both;
	color: #000;
	background-color:#a8cb49;
	text-align:right;
	height:50px;
	margin:0 auto;
	border: none;
	padding-top:10px;
	padding-bottom:4px;
	border-top:0px solid #fff;
}

#footer p {
margin-right:20px;
font-size: 12px;
}
