@charset "utf-8";
/* CSS Document */

body{
	background-image:url(bodybg.png);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	padding:0px;
	margin:0px;
}
html{
	background-image:url(bg.png);
	background-repeat:repeat;
	padding:0px;
	margin:0px;
}
#menuholder{
	position:relative;
	top:160px;
	height:25px;
	width:600px;
	margin:auto;
	left:201px;
	z-index:9999;

}
.menu{
	text-align:center;
	position:relative;
	background-image:url(menu.png);
	text-align:center;
	width:126px;
	 padding:4px;
	 background-repeat:no-repeat;
	 z-index:1000;
	 float:left;
font-weight:bold;
	 font-size:15px;
	 text-decoration:none;
	 color:#333;
	 height:25px;
	 outline:none;
}
a:link, a:visited, a:active{
		 text-decoration:none;
	 color:#333;
}

.menu:hover{
	background-image:url(menu-over.png);
		 z-index:1000;
}
.blueblock{
	position:relative;
	width:871px;
	height:150px;
	background-image:url(homebg.png);
	margin-top:25px;
	left:-22px;
}
.blueblockpic{
	margin-left:50px;
	position:relative;
	float:left;
}
.quote{
	color:#FFF;
	font-style:italic;
	font-size:16px;
	line-height:26px;
	float:right;
	position:relative;
	width:400px;
	margin-top:10px;
	margin-right:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1{
	font-size:36px;
	margin-bottom: 0px; 
	height:26px;
}
h2{
	margin-top:20px;
	margin-bottom:0px;
}
.serviceinfo{
	position:relative;
	width:85%;
	left:25px;
}
.fineprint{
	position:relative;
	width:85%;
	left:25px;
	line-height:18px;
	font-size:15px;
	font-style:italic;
	top:-20px;
}
h4, h5, h6, p, ul, ol, address, blockquote, dl, table {
font-size: 1em;
margin-bottom: 1em;
} 
.homead{
	width:368px;
	height:107px;
}
.email{
	font-weight:normal;
}
.email:hover{
	text-decoration:underline;
}
.imageleft{
	float:left; margin-right:-150px; right:170px; position:relative; top:20px;
}
.imageright{
	float:right; margin-left:-150px; left:170px; position:relative; top:20px;
}