@charset "utf-8";
/* CSS Document */
Body{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: white;
background: #838280;
}

#global{
	position:absolute;
	left: 50%;
	width: 950px;
	margin-left: -475px; /* half the width */
	background-color:black;
	background-image: url(../images/pageBack.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

#header{
float: left;
width: 950px;
height: 138px;
}

#today{
float: left;
width: 950px;
height: 29px;
line-height: 29px;
font-size: 12px;
text-align: right;
background-image: url(../images/footerBack.jpg);
background-repeat: repeat-x;
}

#leftCol{
float: left;
width: 180px;

}

#menu{
float: left;
width: 180px;
height: 284px;
background-image: url(../images/menuBack.jpg);
background-repeat: repeat-x;
}
#footerMenu{
float: left;
width: 600px;
line-height: 26px;
width: 950px;
}
#footerMenu a:link{
text-decoration: none;
} 
#footerMenu a:active{
text-decoration: none;
} 
#footerMenu a:visited{
text-decoration: none;
} 
#footerMenu a:hover{
text-decoration: underline;
color: white;
} 
#footerMenu a.active{
text-decoration: underline;
color: white;
}
#qsearch{
float: left;
width: 180px;
height: 266px;
background-image: url(../images/quickSearchBack.jpg);
background-repeat: repeat-x;
text-align: left;
padding: 0px 0px 0px 0px;
}

#rightCol{
float: left;
width: 770px;
text-align: left;
margin: 0px 0px 0px 0px; 
}

#VictorStone-Footer{
float: left;
width: 950px;
height: 29px;
background-image: url(../images/footerBack.jpg);
background-repeat: repeat-x;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 15px;
	float: left;
	width: 180px;
}

#menu li {
/*width: 180px;*/
font-size: 15px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#menu a:link {
	background: url(../images/button.png) no-repeat left top;
	text-decoration:none;
   padding:0px 0px 0px 30px;
	width: 142px;
	display: block;
	font-weight: normal;
	line-height: 28px;
	color: white;
	font-size: 15px;
}
#menu a:visited {
	background: url(../images/button.png) no-repeat left top;
	text-decoration:none;
   padding:0px 0px 0px 30px;
	width: 142px;
	display: block;
	font-weight: normal;
	line-height: 28px;
	color: white;
	font-size: 15px;
}
#menu a:active {
	background: url(../images/button.png) no-repeat left top;
	text-decoration:none;
   padding:0px 0px 0px 30px;
	width: 142px;
	display: block;
	font-weight: normal;
	line-height: 28px;
	color: white;
	font-size: 15px;
}
.menuitem{
	padding-left: 10px;
}
#menu a:hover { background-position:0% -28px; color: white; }
#menu a.active { background-position:0% -28px; color: white; }

#EITfooter{
float: left;
width: 950px;
text-align: center;
color: #4e4e4e;
padding: 10px 0px 0px 0px;
background: #838280;
}
#EITfooter a:link{
text-decoration: none;
color: #4e4e4e;	
}
#EITfooter a:active{
text-decoration: none;
color: #4e4e4e;
}
#EITfooter  a:visited{
text-decoration: none;
color: #4e4e4e;
}
#EITfooter a:hover{
text-decoration: underline;
color: #4e4e4e;
}

.menuSpace{
margin: 0px 3px 0px 3px;  
}

#featuredProperty {
width: 770px;
float: left;
background-image: url(../images/featuredHeadBack.jpg);
background-repeat: repeat-x;
background-position: top;
height: 200px;

}
#featuredProperty h2{
margin: 7px 10px 10px 20px;
padding: 0px;
color: white;
font-size: 16px;
font-weight: normal;
}

#featuredList {
float: left;
width: 200px;
margin: 30px 0px 0px 20px; 
}

#featuredPhotos {
float: left;
width: 540px;
margin: 23px 0px 0px 0px; 
}
#pageContent {
width: 740px;
padding: 10px 10px 0px 20px;
float: left;
background-image: url(../images/pageContentBack.jpg);
background-repeat: repeat-x;
background-position: top;
color: #dedede;

}
#pageContent h2{
margin: 0px;
padding: 0px 0px 18px 0px;
margin: -3px 0px 0px 0px;
color: white;
font-size: 16px;
font-weight: normal;
}

#pageContent h1{
margin: 0px;
padding: 0px 0px 13px 0px;
color: white;
font-size: 16px;
margin: 0px;
font-weight: normal;
margin: -3px 0px 0px 0px;
}
#contentLeft{
float: left;
width: 300px;

}
#contentRight{
float: left;
width: 450px;

}

#ContactCon{
	float: left;
width: 400px;
margin: 0px 0px 0px 0px;
}
#ContactCon3{
	float: left;
width: 320px;
}
.TelNum{
	font-size: 17px;
}
.addTit{
	font-size: 15px;
}
.epcTab{
	border: 1px solid black;
	background-color: white;
}
.epcHead{
	border-bottom: 1px solid black;
	background-color: #0073BB;
}
.epcGraph{
	border-bottom: 1px solid black;
}
.epcCurrent{
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}
.epcPotential{
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}
.epcFooter{
	
}
