/* CSS Document */

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

body {
	background-image: url(PICS/back.jpg);
	background-color: #888888;
	background-repeat: repeat-x;
	margin-top: 15px;
}


.style2 {
	font-family: "Trebuchet MS";
	color: #000000;
	font-size: 9pt;
	
	

}
.style2WHITE {
	font-family: "Trebuchet MS";
	color: #ffffff;
	font-size: 12pt;
	
	

}
.footermenu {
	font-family: "Trebuchet MS";
	color: #ffffff;
	font-size: 8pt;
	text-transform: uppercase;
	

}
.style2pics {
	font-family: "Trebuchet MS";
	color: #000000;
	font-size: 8pt;
	

}
.style2normal {
	font-family: "Arial";
	color: #000000;
	font-size: 9pt;
	

}
.style3pics {
	font-family: "Arial";
	color: #000000;
	font-size: 12pt;
	

}
.style3 {
	font-family: "Trebuchet MS";
	color: #000000;
	font-size: 9pt;
	

}
.style3lower {
	font-family: "Arial";
	color: #000000;
	font-size: 10pt;
	

}
.blog {
	font-family: "Arial";
	color: #000000;
	font-size: 8pt;
	

}
.statesstyle {
	font-family: "Arial";
	color: #000000;
	font-size: 8pt;
	

}
.style4 {
	font-family: "Trebuchet MS";
	color: #000000;
	font-size: 12pt;
	

}
.style5 {
	font-family: "Arial";
	color: #000000;
	font-size: 10pt;
	text-transform: uppercase;
	

}
.formbutton{
	font-family: "Arial";
	color: #ffffff;
	font-size: 10pt;
	

}




	
	.home_box_mainheader {
	font-family: "Trebuchet MS";
	color: #000000;
	font-size: 14pt;
	font-weight:bold;
	

}
.massive_font {
	font-family: "Trebuchet MS";
	color: #ffffff;
	font-size: 18pt;
	
	

}
.phone {
	font-family: "Trebuchet MS";
	color: #ffffff;
	font-size: 14pt;
	
	

}
.SmallerFont {
	font-family: "Trebuchet MS";
	color: #000000;
	font-size: 10pt;
	font-weight:bold;
	

}
.home_box_articles {
	font-family: "Arial";
	color: #000000;
	font-size: 9pt;
	font-weight:bold;
	text-transform: uppercase;

}
.about_text{
	font-family: "Trebuchet MS";
	color: #ffffff;
	font-size: 10pt;
	
	

}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}


</style>
-->
