
body{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Comic Sans, Comic Sans MS, cursive;
}

#wrapper{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	height:800px;
	background:#FFFFFF;
	text-align:center;
	align:center;
}

	#header{
		width:100%;
		height:115px;
		background:#5F0101 url(images/back.png) repeat-x;
		border:0px;
		clear:right;
		margin:0 auto;
	}

	#header a{
		text-decoration:none;
		color:#5F0101;
	}
	
	#header img{
		border:none;
	}
	
	.header_image{
		padding-top:5px;
	}
		
	
	
	#middle{
		width:1000px;
		height:100%;
		margin:40px auto 0px auto;
		padding:0;
	}
		
		#left_nav{
			width:25%;
			height:100%;
			float:left;
			text-align:left;
			margin-top:15px;
			margin-right:0px;
		}
		
			#left_nav ul{
				list-style-type:none;
				line-height:2em;
			}
			
			#left_nav a{
				text-decoration:none;
				color:#5F0101;
				font-weight:normal;
				font-family:Comic Sans, Comic Sans MS, cursive;
				font-size:24px;
			}
			
			#left_nav a:visited{
				text-decoration:none;
				color:#5F0101;
				font-weight:normal;
			}
			
			#left_nav a:hover{
				text-decoration:underline;
				color:#5F0101;
				font-weight:bold;
				font-size:30px;
			}
		
		#content{
			width:65%;
			height:100%;
			float:left;
			margin-top:15px;
			margin-left:0px;
		}
		
		.thumb_ul{
			list-style-type:none;
			text-align:center;
		}
		
		.thumb{
		float:left;
		width:105px;
		height:175px;
		margin-bottom:10px;
		}
		
		.thumb img{
			border:none;
		}
		
		.thumb li{
			font-size:10px;
		}
		
		.thumb li a{
			color:#001F6F;
			text-decoration:none;
			font-weight:bold;
			font-size:14px;
			font-family:Arial;
		}
		.thumb li a:hover{
			color:#990000;
			text-decoration:underline;
			font-weight:bold;
		}
		
		.two{
			margin-bottom:10px;
		}
		
	#main_image{
		text-align:left;
		padding-left:50px;
	}
	
	#more_info{
		text-align:left;
		font-weight:bold;
	}
		#more_info ul{
			list-style-type:none;
			line-height:2.5em;
		}
		
		#more_info a{
			font-weight:normal;
			text-decoration:none;
		}
		
	#contact_us{
		text-align:left;
		width:400px;
	}
		
		#contact_form{
			margin-left:50px;
		}
		
		#contact_form #state{
			width:17px;
		}
		
		#contact_form #zip{
			width:50px;
		}
		
		.row {
		  clear: both;
		  padding-top: 5px;
		  }

		.label {
		  float: left;
		  width: 100px;
		  text-align: right;
		  font-size : 11px;
			font-family : Arial;
			font-weight : bold;
			text-decoration : none;
			color : #3A3A3A;
		  }

		.formw {
		  float: right;
		  width: 235px;
		  text-align: left;
		  } 
		
	#home{
        font-family:Comic Sans, Comic Sans MS, cursive;
        font-weight:bold;
        font-size:15px;
    }
		
	
	#footer{
		width:800px;
		height:100px;
		margin:0 auto;
		margin-top:170px;
	}
/*
===========================================================================Old Styles==================================================
*/
.font_times{
	font-size : 15px;
	font-family : Times;
	font-weight : bold;
	text-decoration : none;
	color : #3A3A3A;
}
A.link_small:link{
  font-family:"arial","helvetica","sans-serif";
  font-size:11px;
  font-weight:regular;
  color:#274A6B;
  text-decoration:none
}
A.link_small:visited{
  font-family:"arial","helvetica","sans-serif";
  font-size:11px;
  font-weight:regular;
  color:#274A6B;
  text-decoration:none
}
A.link_small:hover{
  font-family:"arial","helvetica","sans-serif";
  font-size:11px;
  font-weight:regular;
  color:#274A6B;
  text-decoration:underline
}
.font_body{
	font-size : 15px;
	font-weight : bold;
	text-decoration : none;
	color : #3A3A3A;
}
.font_required{
	font-size : 11px;
	
	font-weight : bold;
	text-decoration : none;
	color : #FF0000;
}
.font_larger{
	font-size : 13px;
	
	font-weight : bold;
	text-decoration : none;
	color : #3A3A3A;
}

.about_font{
    font-size : 15px;
	font-family : Comic Sans, Comic Sans MS, cursive;
	font-weight : bold;
	text-decoration : none;
	color : #3A3A3A;
	margin-bottom:10px;
}

.font_footer{
font-size : 11px;
font-family : Arial;
font-weight : regular;
text-decoration : none;
color : #3A3A3A;
}

.phone_number {
		position:relative;
		top:22px;
		color:white;
		height:30px;
	}