body{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #253d79;
}


.homeLinkDiv{
	position: absolute;
	top: 3px;
	left: 40px;
	z-index: 4;
	font-size: 10px;
}

a.homeLink{
	color: #B1C7FC;
	text-decoration: none;
}

a.homeLink:hover{
	color: #ffffff;
	text-decoration: underline;
}

.headerText{
	position: absolute;
	top: 72px;
	left: 232px;
	width: 400px;
	font-family: arial, helvetica, verdana;
	font-size: 11px;
	color: #546BA5;
	z-index: 6;
	line-height: 100%;
}

.titleImageDiv{
	position: absolute;
	top: 109px;
	left: 240px;
	z-index: 8;
}

.H1Text{
	position: absolute;
	top: 134px;
	left: 240px;
	z-index: 10;
}

p{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #253d79;
}

td{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #253d79;
}

h1{
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	color: #253d79;
	font-weight: bold;
}

h2{
	font-family: verdana, arial, helvetica;
	font-size: 16px;
	color: #253d79;
	font-weight: bold;
}

h3{
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	color: #253d79;
	font-weight: bold;
}

a{
	color: #436CCC;
	text-decoration: underline;
}

a:hover{
	color: #925461;
	text-decoration: underline;
}

.FooterLinks {
	color: #546BA5;
	font-size: 10px;
	font-family: arial;
}

a.FooterLinks {
	color: #546BA5;
	font-size: 10px;
	font-family: arial;
	text-decoration: none;
}

a.FooterLinks:hover {
	color: #546BA5;
	font-size: 10px;
	font-family: arial;
	text-decoration: underline;
}


.BodyBackground {
	background-image: url(images/ContentBG-TopLeft.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}


.LeftBodyBackground {
	background-image: url(images/RightSideRepeater.jpg);
	background-repeat: repeat y;
	background-position: top right;
}

.BodyText {
	color: #253d79;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
}

.PageHeading {
	color: #253d79;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
}

.regTradeMark{
	font-family: arial;
	font-size: 8px;
}

.homeCallCell{
	padding: 6px;
}

.homeCallDiv{
	background-color: #D7DCE8;
	border: solid 1px #253D79;
	padding: 6px;
	height: 40px;
	width: 180px;
	vertical-align: center;
}

/********** Form Styles ********************/

.entertext{
	color: #000000;
	font-size: 12px;
	background-color: #EBEBEB;
	width: 200px;
}

.required{
	color: #830000;
}

.footerTop{
	background-image: url(images/FooterTopRepeater.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

.footerBottom{
	background-image: url(images/FooterRowRepeater.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

.ContactInfoCellLeft{
	padding: 4px 0px 0px 0px;
	color: #546BA5;
}

.ContactInfoCellRight{
	font-family: arial;
	font-size: 11px;
	padding: 4px 20px 0px 0px;
	color: #546BA5;
}

a.EmailLink{
	color: #546BA5;
	font-family: arial;
	text-decoration: underline;
}

a.EmailLink:hover{
	color: #925461;
	font-family: arial;
	text-decoration: underline;
}


.MLSFrame{
border:solid #6699CC 1px;
scrollbar-face-color: #94A8CA;
scrollbar-highlight-color: #CDD6E6;
scrollbar-shadow-color: #496492;
scrollbar-3dlight-color: #94A8CA;
scrollbar-darkshadow-color: #243148;
scrollbar-track-color: #B2C0D9;
scrollbar-arrow-color: #243148;
overflow: auto;
}

/******* Webfodder Logo - Use for semi-transparent image *********/

.WebfodderCell{
	padding: 22px 0px 0px 0px;
}

a.webfodderLink{
	color: #546BA5;
	text-decoration: none;
	font-size: 10px;
	line-height: 100%;
}

a.webfodderLink:hover{
	color: #546BA5;
	text-decoration: underline;
	font-size: 10px;
	line-height: 100%;
}

/******* Menu Styles for Flyout Menu *********/
.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #CAAC5E;
border-bottom-width: 0px;
font-family: arial,helvetica, verdana;
font-size:11px;
line-height: 100%;
z-index: 100;
color: #253D79;
background-color: #F8F7EF;
width: 140px;
margin:-1px 0px 0px 0px; /*positions the left corner of the dropdown */
}

.anylinkcss a{
width: 100%;
display: block;
border-bottom: 1px solid #CAAC5E;
text-decoration: none;
text-decoration: none;
color: #253D79;
}

.anylinkcss a:hover{ /*hover background color*/
width: 100%;
display: block;
background-color: #EFEDDD;
text-decoration: none;
color: #9A803F;
}

.linkItem{
	padding:3px 6px 3px 6px;
}


