/* CSS Document */

ul a:link {color:#000}

* { margin: 0px;  
	padding: 0px; 
	background-repeat:no-repeat;
	font-family: tahoma, arial;
  }
  
h1 {
	font-size:17px;
	font-weight:bold;
	padding: 0;
	color: #0E4B22;
}

h2 {
	font-size:17px;
	font-weight:bold;
	padding: 0;
	color: #0E4B22;
}

form {
	font-family:tahoma, arial;
	}
	
#comment_box {
	padding-bottom: 15px;
}

#check_box {
	padding-left: 23px;
	padding-top: 5px;
	padding-bottom: 10px;
}


#container {
 	margin: auto;
 	width: 770px;
	height:auto;
 	clear:both;
}

#header {
	width:770px;
	height:230px;
	background-image:url(../images/header_image.jpg);
}
	
	#header_info {
		padding-left:55px;
		padding-top:125px;
		font-family:tahoma,arial;
		}
		
	#ph_number {
	font-size: 18px;
	width: 150px;
	float: left;
	color: #FFFFFF;
	margin-left: -3px;
		}
		
    #location {
	font-size: 18px;
	width: 150px;
	float: right;
	color: #FFFFFF;
	padding-right: 37px;
		}

#content {
	width:770px;
	height:auto;
	background-image: url(../images/home_content.jpg);
}

	#left_column {
	clear:both;
	width:447px;
	float:left;
	font-family:tahoma,arial;
	padding-left:8px;
	padding-top:20px;
	height: 555px;
	background-image:url(../images/left_column.jpg);
	}
	
	#left_column img{padding:12px;}
		
	#right_column {
	clear:right;
	width:265px;
	float:right;
	font-family:tahoma,arial;
	padding-right:25px;
	padding-top:15px;
	height: 555px;
	background-image:url(../images/right_column.jpg);
	padding-left: 25px;
	}


	#left_column_about {
	clear:both;
	width:427px;
	float:left;
	font-family:tahoma,arial;
	padding-left:18px;
	padding-top:20px;
	height: 562px;
	background-image:url(../images/left_column.jpg);
	padding-right: 10px;
	}
	

		
	#right_column_about {
	clear:right;
	width:265px;
	float:right;
	font-family:tahoma,arial;
	padding-right:25px;
	padding-top:10px;
	height: 572px;
	background-image:url(../images/right_column.jpg);
	padding-left: 25px;
	}

#footer {
	clear: both;
	width: 770px;
	height: 147px;
	line-height: 100%;
	font-size: 11px;
	color: #FFFFFF;
}

body {
	background-color: #0E4A24;
	font-family:tahoma, arial;
	font-size: 14px;
	color:#000000;
    min-width:770px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/*=====================Styles for Navigation=======================*/
#nav {
	height:60px;
	padding-left:221px;
	padding-top:19px;
	font-family:tahoma,arial;
	}
	
/* styles for the nav menu - remove padding, margin and bullets */
#nav ul {
  margin: 0;
  padding: 0;
  list-style:none;
  
  }

/* float each list element inline */
#nav li {
	float: left;
	display: inline;
	
  }
/* style the links in the nav list */
#nav a {
	display:block;
	text-decoration: none;
	font-weight:bold;
	font-size: 15px;
	font-family:tahoma,arial;
	text-align: center;
	width:109px;
	color:#0E4B23;
  	}
  
/*#nav a:link, #nav a:visited {
  	color: #FFF;
  	border-left: #000 solid 1px;
  	border-top: #000 solid 1px;
  	border-right: #000 solid 1px;
  	border-bottom: #000 solid 1px;
  	}*/

#nav a:hover {
	font-weight:bold;
	font-size:15px;
	color:#000000;
	text-decoration: underline;
	}

#nav a:active {
	font-weight:bold;
	font-size:15px;
	color:#000000;
	}
  
/*=====================Styles for Navigation=======================*/

/*=============Text Styles=================*/

.request_text {
	font-size: 18px;
	font-weight: bold;
}

.left_column_text_big {
	color: #0E4B22;
	font-size: 22px;
	font-weight: bold;
}
.style2 {
	color: #000000;
	font-weight: bold;
	font-size: 15px;
}
.left_column_text {
	color: #0E4A24;
	font-weight: bold;
	font-size: 17px;
}
.style9 {
	color: #0E4A24;
	font-size: 15px;
	font-weight: bold;
}

.about_us_standard {
	color: #0E4B22;
	font-size: 16px;
}

/*=============Text Styles=================*/

/*=============PHP Form Formatting==================*/

.cfbpro {
 width: 265px;
}
label {
 padding-right:10px
}
.form_title {
 font-size:22px;
font-weight:bold;
}
.required {
}
.not-required {
 font-weight:normal
}

/*=============PHP Form Formatting==================*/

#left_column a:link, #left_column a:visited {
	color: #000000;
	text-decoration: none;
}