/* CSS Document */
/*set link styles*/
.headlinetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.boldbodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.style5 {
	font-size: 9px;
	color: #FFFFFF;
}
/*div specs*/
/*center the website on the page*/
#wrap  {
	width:900px;
	margin:0 auto;
	margin-top: 0px;
	border:thin;
	border-color:#000000;
	border-style: solid;
	background-color:#f3f3f3;	
}
#toparea {
	width:900px;
	height:50px;
	background-color:#CCCCCC;
}
#logoholder {
	width:450px;
	height:50px;
	float:left;
}
#contactarea {
	width:445px;
	height:50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color:#000000;
	text-align:right;
	margin-top:0px;
	float:right;
	padding-right: 5px;	
}
#contactarea a {
	color:#000000;
	text-decoration:none;	
}
#contactarea a:hover {
	text-decoration: underline;
	color: #ff0000;
}
#lineholder {
	width:900px;
	height:2px;
	line-height:2px;
	background-color:#FF0000;
}
#textline {
	width:900px;
	height:25px;
	background-color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color:#FFFFFF;
	margin-top:0px;
	text-indent:5px;
	text-align:left;
	line-height:25px;
}
#menuholder {
	width:145px;
	height:450px;
	float:left;
	background-color:#f3f3f3;
	padding-left:5px;
}
#leftMenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color:#ff0000;
	background-color:#f3f3f3;
	text-align:left;
	text-indent:5px;
	text-decoration:none;
}
#leftMenu a:hover {
	text-decoration: underline;
	color: #000000;
}
#maincontent {
	width:750px;
	height:460px;
	background-image:url(../images/bgroundshot.jpg);
	background-color:#f3f3f3;
	float:right;
	margin-top:0px;
}
#maincontentMAP {
	width:750px;
	height:460px;
	background-image:url(../images/locationmaps.gif);
	background-color:#f3f3f3;
	float:right;
	margin-top:0px;
}
#maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color:#000000;
	text-align:left;
}
#links {
	background-color:#000000;
	width:900px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color:#FFFFFF;
	text-align:center;
	float:left;
}
#links a {
	color:#FFFFFF;
	text-decoration:none;
}
#links a:hover {
	color:#FF0000;
	text-decoration:underline;
}
#basetext {
	width:900px;
	padding-top:800px;
	font-size:10px;
	text-align:left;
	color:#000000;
	margin:0 auto;
}