body { 
	background-color: #FFFFFF; 
	margin: 0;
	padding: 0;
}	

h1, h2, h3 { 
	font-family: arial, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
} 	

h4, h5, h6 { 
	font-family: verdana, arial, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	padding: 0;
} 

h1 {
 	font-size: 28px;
} 

h2 {
 	font-size: 21px;
}  

h3 {
 	font-size: 16px;
}

p { 
	font-family: verdana, arial;
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
} 

.clear {
 	clear: both;
	height: 0px;
	font-size: 0px;
}


.text_head { 
	font-family: verdana, arial;
	color: #D3963E;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}

.form_text { 
	font-family: verdana, arial;
	color: #666666;
	font-size: 11px;
	line-height: 28px;
}

.alert { 
	font-family: verdana, arial;
	color: #FF0000;
	font-size: 11px;
	line-height: 28px
}

.footer { 
	font-family: verdana, arial;
	color: #666666;
	font-size: 10px;
}  

a:link, a:active, a:visited { 
	font-family: verdana, arial;
	 color: #35A12C; 
	 font-size: 11px; 
	 line-height: 16px; 
	 text-decoration: none;
}
a:hover { 
	text-decoration: underline; 
} 

strong {
	font-family: verdana, arial; 
	color: #D3963E; 
	font-size: 11px; 
	font-weight: bold; 
	line-height: 16px;
} 

	strong a, strong a:visited {
		font-family: verdana, arial; 
		color: #D3963E; 
		font-size: 11px; 
		font-weight: bold; 
		line-height: 16px; 
		text-decoration: none;
	}	
	
	strong a:hover {
	 	text-decoration: underline;
	}

a.text_head:link, a.text_head:active, a.text_head:visited { 
	font-family: verdana, arial; 
	color: #D3963E; 
	font-size: 11px; 
	font-weight: bold; 
	line-height: 16px; 
	text-decoration: none;
}
a.text_head:hover { 
	text-decoration: underline; 
}

.img_border {
	border: 2px solid #D3963E;
}

  
/* HOME */

.homeNewsItem {
	margin-bottom: 20px; 
} 


/* ABOUT */

.aboutTable {
	font-family: verdana, arial;
	color: #666666;
	font-size: 11px;
	line-height: 16px;
}

	.aboutTable td {
		padding-right: 20px;
		padding-bottom: 30px;
	} 
	
	.aboutTable img {
		display: block; 
		width: 83px;
		height: 83px;
		overflow: hidden;
	 	border: 2px solid #D3963E;
	}
	
/*  RESOURCES  */

.resourceTable td {
	padding-right: 30px;
	padding-bottom: 30px;
}


/*  LOCATIONS  */

.locationsTable td {
	padding-right: 30px;
	padding-bottom: 30px;
}


/* FORMS */

.form { 
	font-family: verdana, arial;
	background-color: #FFFFFF; 
	color: #666666; 
	font-size: 11px; 
	border-color: #CCCCCC; 
	border-width: 1; 
	width: 340px; 
	height: 20px;
}

.cityform { 
	font-family: verdana, arial; 
	background-color: #FFFFFF; 
	color: #666666; 
	font-size: 11px; 
	border-color: #CCCCCC; 
	border-width: 1; 
	width: 120px; 
	height: 20px;
}

.zipform { 
	font-family: verdana, arial; 
	background-color: #FFFFFF; 
	color: #666666; 
	font-size: 11px; 
	border-color: #CCCCCC; 
	border-width: 1; 
	width: 50px; 
	height: 20px;
}

.phoneform { 
	font-family: verdana, arial; 
	background-color: #FFFFFF; 
	color: #666666; 
	font-size: 11px; 
	border-color: #CCCCCC; 
	border-width: 1; 
	width: 120px; 
	height: 20px;
}

.messageform { 
	font-family: verdana, arial; 
	background-color: #FFFFFF; 
	color: #666666; 
	font-size: 11px; 
	border-color: #CCCCCC; 
	border-width: 1; 
	width: 325px; 
	height: 100px;
}

.dropform { 
	font-family: verdana, arial; 
	background-color: #FFFFFF; 
	color: #666666; 
	font-size: 11px; 
	border-color: #666666; 
	border-width: 1; 
	height: 20px;
}

.statedropform { 
	font-family: verdana, arial; 
	background-color: #FFFFFF; 
	color: #666666; 
	font-size: 11px; 
	border-color: #666666; 
	border-width: 1; 
	width: 50px; 
	height: 20px;
}

.form_desc { 
	font-family: verdana, arial; 
	color: #999999; 
	font-size: 11px
}


