@charset "utf-8";
/* CSS Document */

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #000000;
  background-image: url("../images/pageBack.jpg");
  background-repeat: repeat-x;
  color: #b5b5b5;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left;
}
/* Commonly used to style page titles. */
h1 {

  font-size: 18px;
  font-weight: normal;
  line-height: 14px;
  margin: 0 0 15px 0; 
  color: #dfdfdf;
}
/* Commonly used to style section titles. */
h2 {
color: #acd675;
  font-size: 15px;
  font-weight: normal;
  line-height: 14px;
  margin: 0 0 5px 0; 
}
/* Sets the style for the h3 header. */
h3 {
color: white;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  margin: 0 0 0 0; 
  padding: 0px;
}
/* Sets the style for the h4 header. */
h4 {

}
p{
margin: 0px 0px 10px 0px;
	
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #FFFFFF;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #CCCCCC;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #FFFFFF;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #FFFFFF;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#global{
	width: 950px;
left: 50%;
margin-left: -475px;
position:absolute;
}
#header{
float: left;
width: 900px;
margin: 0px 25px 0px 25px;
color: #dfdfdf;
}
#headerleft{
width: 742px;
height: 156px;
float: left;
}

#Estatesit-logo{
float: left;
width: 117px;	
height: 83px;
}

#Estatesit-phone{
float: left;
width: 600px;
margin: 0px 0px 0px 25px;	
height: 83px;
font-size: 19px;
line-height: 87px;
text-align: left;
}

#mainmenu{
width: 742px;
height: 54px;
float: left;
padding: 19px 0px 0px 0px;
background-image: url(../images/menuBack.gif);
background-repeat: no-repeat;
background-position: top;
}
#mainmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}

#mainmenu ul li {
	display: inline;
	float: left;
	width: 110px;
		margin:0px;
	padding: 0px;
}

#mainmenu ul li a {
float: left;
	margin:0px;
	padding: 0px;
	text-decoration:none;
	font-size: 20px;
	font-weight: normal;
	line-height: 40px;	
	text-align: center;
	color: white;
	width: 110px;

}
#mainmenu ul li a:hover, #mainmenu ul li a.active  {
background-image: url(../images/menuOn.gif);
background-repeat: no-repeat;
background-position: top center;
}

#brochure{
	float: left;
width: 158px;
height: 156px;
}
#maincontent{
	float: left;
width: 900px;
margin: 25px 25px 0px 25px;
}
#footerCopyright{
		float: left;
width: 150px;
margin: 10px 0px 0px 25px;
}
#footerMenu{
	float: left;
width: 750px;
margin: 10px 25px 0px 0px;
text-align: right;
}
#footer{
	float: left;
width: 950px;
margin: 10px 0px 20px 0px;
font-size: 12px;
}
.footerSep{
	padding: 0px 5px 0px 5px;
}
#Front-content{
float: left;
	margin: 25px 0px 0px 18px;
	width: 890px;
}

.webflash{
	text-align: center;
}

p span, div span {
	color: #acd675;
}
.logmeinform{
	font-size: 12px;
}
a span {
	color: #acd675;
}
#Boxes{
	float: left;
	padding: 0px;
	margin: 0px 0px 25px 8px;
}
.boxNav{
	float: left;
	width: 284px;
	background-image: url(../images/boxes/frontBottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 25px 0px 0px 18px;
	padding: 0px 0px 3px 0px;
}
.boxNav h2{
	background-image: url(../images/boxes/frontTop.gif);
	background-position: top;
	background-repeat: no-repeat;
	line-height: 34px;
	font-size: 15px;
	font-weight: normal;
	color: white;
	padding: 0px 0px 0px 100px;

}
.boxNav2{
	float: left;
	width: 350px;
	background-image: url(../images/boxes/frontBottom350.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
}
.boxNav2 h2{
	background-image: url(../images/boxes/frontTop350.gif);
	background-position: top;
	background-repeat: no-repeat;
	line-height: 34px;
	font-size: 15px;
	font-weight: normal;
	color: white;
	padding: 0px 0px 0px 140px;
}
.leftImage{
	float: left;
	width: 90px;
	margin: -37px 0px -3px 1px;
}

.Menus{
Margin: 0 auto;
overflow: hidden;
text-align: left;
width: 170px;
}
.Menus ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 170px;
}

.Menus li {
/*width: 180px;*/
font-size: 13px;
line-height: 22px;
}

.Menus a, .Menus a.ml:link, .Menus a.ml:visited, .Menus a.ml:active {
	background: url(../images/boxes/ButtonBack.png) no-repeat left top;
	text-decoration:none;
   padding:1px 0px 1px 22px;
	width: 148px;
	display: block;
	/*font-weight: bolder;
	font-weight: bold;*/
	line-height: 22px;
	border-bottom: 1px solid #474747;
}
.Menus a, .Menus a.mlast:link, .Menus a.mlast:visited, .Menus a.mlast:active {
	background: url(../images/boxes/ButtonBack.png) no-repeat left top;
	text-decoration:none;
   padding:1px 0px 1px 22px;
	width: 148px;
	display: block;
	/*font-weight: bolder;
	font-weight: bold;*/
	line-height: 22px;
	border-bottom: 0px solid #474747;

}
.Menus a.ml:hover, .Menus a.mlast:hover { background-position:0% -25px; }
.NewsTicker{

	Margin: 0 auto;
overflow: hidden;
text-align: left;
width: 170px;
height: 99px;
}

.BackTop{
	float: right;
}
.portal-logo{
	float: left;
	text-align: center;
	width: 300px;
	font-size: 12px;
	margin: 10px 0px 10px 0px;
}
.lftImg{
	float: left;
	margin: 0px 10px 10px 0px;
}
.rgtImg{
		float: right;
	margin: 0px 0px 10px 10px;
}
#contactLeft{
float: left;
width: 450px;
}
#contacrtRight{
float: left;
width: 450px;
	
}
#contactSalesLeft{
float: left;
width: 350px;
}
#contacrtSalesRight{
float: left;
width: 550px;
	
}
#iemarquee p{
	visibility: hidden;
	display: none;
	margin: 5px 0px 0px 0px;
}
#iemarquee li{
	padding: 5px 2px 5px 2px;
	border-bottom: 1px dashed #b5b5b5;
}
#iemarquee li:hover{
background-color: #565656;
}
.FeatureLink{
margin: 0px 0px 10px 0px;
float: left;
}
.SalesLink{
margin: 10px 0px 0px 0px;
float: left;
text-align: center;
width: 100%;
}
.SalesLink span{
font-size: 18px;
}
.req{
	color: #acd675;
	font-weight: bold;
}
#maincontentLeft{
float: left;
width: 525px;

}
#maincontentRight{
	float: left;
width: 350px;
margin: 0px 0px 0px 20px;
}
.helpBtn{
	text-align: right;
	float: right;
	margin: 10px;
}
.suppin{
	margin: 10px;
		text-align: left;
	float: right;
	width: 200px;
}
.svid{
	float: left;
	margin: 10px 0px 10px 0px;
	width: 350px;

}