@charset "utf-8";
/* CSS Document */
html{
	overflow: scroll;
}
body, a, p, td, ol, ul, li, dl, dt, dd, h1, h2, h3, h4, select, textarea, input, fieldset, legend {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #303030;
}
body{
		background-color: #525354;
}
p {
	line-height: 16px;
	margin: 0 0 8px 0;
	text-align: left;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;	
	margin: 0px 0 10px 0;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin: 0px 0 5px 0;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin: 10px 0 5px 0;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin: 1em 0 1em 0;
}


#wrapper{
width:100%;
}
#header-contain{
	width:100%;
	float: left;
	display:block; 
	height: 128px;
	background-image: url(../images/header-back.jpg);
	background-repeat: repeat-x;
}
#header{
	width:950px; margin:0 auto 0 auto; position:relative; display:block; 
}
#menu{
width: 150px;
float: left;
margin: 0px;
padding: 0px;
}
#menu ul  {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 150px;
}

#menu ul li {
	margin: 0px 0px 4px 0px;
	padding: 0px;
	height: 26px;
}

#menu a, #menu a:link, #menu a:visited, #menu a:active {
	text-decoration:none;
   padding:0px 0px 0px 25px;
	width: 125px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	color: white;
	background-image: url(../images/buttons/menuBack.jpg);
	background-repeat: no-repeat;
}
#menu ul a:hover, #menu ul a.active {
 color: white; 
 text-decoration: none;
 background-image: url(../images/buttons/menuBackOver.jpg);
 background-repeat: no-repeat;
 }
 
 #quick-search{
 	float: left;
	width: 135px;
	height: 287px; 
	margin: 15px 0px 0px 0px;
	padding: 10px 0px 0px 15px;
	background-image: url(../images/quick-search-back.jpg);
	background-repeat:  no-repeat;
	background-position: top;
	color: #f1f1f1;
 }
  #quick-search label{
  padding: 0px 0px 0px 0px;
  color: #f1f1f1;
  margin: 0px;
 }
   #quick-search .form_search_combobox{
   	margin: 0px 0px 4px 0px;
   }
 
  #quick-search h2{
  color: #f1f1f1;
  font-size: 13px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
 }
.divline{
	padding: 0px 16px 0px 16px;
	font-size: 17px;
line-height: 24px;
}
#header-left{
	width:540px;
	float: left;
}
#header-right{
	width:410px;
	float: left;
	text-align: right;
	font-size: 30px;
}
#header-right p{
	width:410px;
	display: block;
	text-align: right;
	float: left;
	font-size: 20px;
	color: white;
	margin: 42px 0px 0px 0px;
}
#header-right p a{
	font-size: 20px;
	padding: 2px 0px -2px 10px;
	background-image: none;
	color: white;
	margin: 0px 0px 0px 0px;
}
#header-right p.date{
	width:410px;
	text-align: right;
	float: left;
	font-size: 12px;
	color: white;
	margin: 22px 0px 0px 0px;
}
#header-right p span{

}
#header-right a{
	text-align: right;
	float: right;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	text-decoration: none;
	color: white;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	background-image: url(../images/buttons/aBack.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header-right a:hover{
text-decoration: underline;
}
#content-contain{
	width:100%;
	float: left;
	display:block; 
	background-image: url(../images/content-back.jpg); 
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #fcfff4;
}
#main-content{width:950px; margin:0 auto 0 auto; position:relative; display:block;}
#left-col{
	float: left;
	width: 150px;
	margin: 15px 0px 15px 0px;
}
#right-col{
		float: left;
	width: 775px;
		margin: 15px 0px 15px 25px;
}
#right-col-flash{
	float: left;
	width: 550px;
	margin: 0px 0px 15px 0px;
}
#right-col-fp{
	float: left;
	width: 210px;
	margin: 0px 0px 15px 15px;
}
ul.front1{
	float: left;
	width: 200px;
	list-style: disc;
	margin: 5px 0px 0px 20px;
	height: 50px;

}
ul.front2{
	float: left;
	width: 510px;
	list-style: disc;
	margin: 5px 0px 0px 20px;
		height: 50px;

}
#footer-contain{
width:100%;
	float: left;
	display:block; 
	height: 150px;
	background-image: url(../images/footerBack.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #525354;
}
#footer{
width:950px; 
margin:0 auto 0 auto; 
position:relative; 
display:block; 
color: white; 
font-size: 12px;
font-weight: normal;
color: #f1f1f1;
padding: 15px 0px 0px 0px;
}
#footer-left{
		float: left;
	width: 700px;

}
#footer-right{
	float: left;
	width: 250px;
	text-align: right;
}
#ContactCon{
	float: left;
width: 400px;

}
#contactAdd{
margin: 0px 0px 20px 0px;
}
#map{
float: left;
width: 350px;
height: 500px;
margin: 0px 0px 0px 20px;
}
#dmap{
float: left;
width: 400px;
height: 225px;
margin: 0px 0px 0px 0px;
}
.homeTxt{
	width: 100%;
	float:left;
}

.FPContain
{
	float: left;
	width: 210px;
	text-align: left;
	margin: 0px 0px 5px 0px;

	}
	
.FP-price{
background-image: url(../images/a50.png);
background-repeat: repeat;
position: absolute;
width: 206px;
text-align: right;
font-weight: bold;
font-size: 13px;
padding: 0px 2px 0px 2px;
margin: 80px 0px 0px 0px;

}

.FP-price a.FP-addLnk:link, .FP-price a.FP-addLnk:visited, .FP-price a.FP-addLnk:active, .FP-price a.FP-addLnk:hover{
width: 202px;
font-weight: normal;
font-size: 10px;
display: block;
text-align: left;
float: left;
text-decoration: none;
padding: 0px 0px 5px 4px;
color: black;



}
.FP-price a.FP-statLnk:link, .FP-price a.FP-statLnk:visited, .FP-price a.FP-statLnk:active, .FP-price a.FP-statLnk:hover{
width: 96px;
font-weight: bold;
font-size: 12px;
display: block;
text-align: left;
text-decoration: none;
padding: 5px 0px 5px 4px;
color: black;

float: left;
}
.FP-price a.FP-priceLnk:link, .FP-price a.FP-priceLnk:visited, .FP-price a.FP-priceLnk:active, .FP-price a.FP-priceLnk:hover{
width: 92px;
font-weight: bold;
display: block;
font-size: 12px;
text-align: right;
text-decoration: none;
padding: 5px 4px 5px 0px;
color: black;
float: right;
}

.featuredv_photo{
	padding: 0px;
	width: 210px;
	height: 138px;
}

#EITfooter{
float: left;
width: 915px;
text-align: center;
color: #757575;
padding: 30px 0px 20px 0px;

}
#EITfooter a:link{
text-decoration: none;
color: #757575;
}
#EITfooter a:active{
text-decoration: none;
color: #757575;
}
#EITfooter  a:visited{
text-decoration: none;
color: #757575;
}
#EITfooter a:hover{
text-decoration: underline;
color: white;
}

ol.roman{
	list-style: upper-roman;
	margin:0px 0px 0px 25px;
}

ol.numbers{
	list-style: decimal;
	margin:0px 0px 0px 25px;
}

li ul.disc{
	list-style: disc;
	margin:0px 0px 0px 25px;
}

ul.disc{
	list-style: disc;
	margin:0px 0px 0px 25px;
}

table.services{
	border-collapse:collapse;
	width: 60%;
	margin: 0px 0px 10px 0px;
}

table.services td{
	border-bottom:1px dotted #7b7b7b;
	padding:5px;
	text-align:center;
}

table.services td img{
	float: none;
}

th{
	color:black;
	font-weight:bold;
	padding:5px;
	border-bottom:1px dotted black;
	border-top:1px dotted black;
	text-align:left;
}

th.Col1{
	text-align: left;
	width: 33%;
	
}

th.Col2, th.Col3{
	text-align: center;
	width: 33%;
}

table.services td.service {
	text-align: left;
}

table.services td.footCol1{
	border:0px;
}

td.footCol2, td.footCol3{
	border: 1px dotted #7b7b7b;
	background-color:#CECECE;
}

td a{
	font-weight:bold;
	font-size:14px;
	text-align: center;
}

td a:hover{
	color:#2BCBF3;
}

.registerl h3{
	margin-bottom:0px;
}

img.panoramic-long{
	margin: 0px 0px 10px 0px;
}


img.about-img{
	float: right;
	margin: 0px 0px 10px 10px;
	border: 1px solid #CCCCCC;
	width: 305px;
	height: 200px;
}

