/* 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: right;
}	

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

.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:7px;
	list-style-type: disc;
}

ol {
line-height:175%;
}

hr {
margin-top:25px;
}

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;
	}
	
h1 span {
font-size:16px;
}
	
#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:8px;
	padding-top:22px;
	padding-bottom:2px;
	font-size:14px;
	border-bottom:none;
	font-style:normal;
}


h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 18px;
	color:#000;
	font-weight: normal;
	text-align: left;
	padding-top:10px;
	}
	
h3 {
font-size:17px;
font-family:"Times New Roman", Times, serif;
font-weight: normal;
font-style: normal;
color:#006600;
margin-left:6px;
text-decoration:underline;
}	
	
h3 a {
font-size:17px;
font-family:"Times New Roman", Times, serif;
font-style: normal;
margin-left:0;
color:#006600;
}	

h4 {
	font-family:"Times New Roman", Times, serif;
	font-style: normal;
	font-size: 22px;
	color: #006600;
	font-weight: normal;
	text-align: left;
	padding-top:10px;
	border-bottom:1px;
	text-decoration:underline;
	}
	
h4 a{
	font-family:"Times New Roman", Times, serif;
	font-style: normal;
	font-size: 20px;
	color: #006600;
	font-weight: bold;
	text-align: left;
	padding-top:10px;
	border-bottom:1px;
	text-decoration:underline;
	}		
	
.read {
font-size:12px;
}

#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;
}

#header p{
font-size:97%;
color:#990000;
margin-left:248px;
}


#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%;	
}

#leftCol p {
font-size:13px;
}
.required {
font-size:12px;
}
.links {
padding-left:20px;
}

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

#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:#a8cb49; 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;
padding-left:20px;
}

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

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

img {
border:none;
}

#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;
}

