@charset "utf-8";
body  {
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	letter-spacing: 0.3px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #656a73;
}
.twoColHybLtHdr #container { 
	width: 910px;  /* this will create a container 80% of the browser width */
	margin: 7px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColHybLtHdr #header { 

	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 


.twoColHybLtHdr #sidebar1 {
	float: left; 
	width: 260px; /* since this element is floated, a width must be given */
}




.twoColHybLtHdr #mainContent { 
	margin: 0 0 0 300px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	text-align:justify;
} 




/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#top-icons
{
float:right;
padding-right:30px;
}

#top-icons td
{
color: #91a434;
font-weight:bold;
padding-left:12px;
padding-right:12px;
}

.vert-menu-dots
{
 background: url(../images/top-dot.gif) repeat-y;
}

#header-img
{
float:right;
padding-top:10px;
}

#logo
{
float:left;
padding-top:40px;

}

.hor-dot-logo
{
background:url(../images/hor-dot-logo.gif) repeat-x;
}

.date, .search-text
{
font-size: 10px;
color: #bcbcbc;
}

#search
{
padding-left:14px;
}

#menu
{
padding:20px 0 20px 0;
}

#menu-line
{
	background:url(../images/hor-dot.gif) repeat-x;
	height:1px;
}

#navigator
{
padding: 10px 0 15px 0;
font-size:14px;
letter-spacing: 0px;

}

#navigator ul
{
padding-left: 0;
margin-left: 0;

color: #627171;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navigator ul li { 
display: inline; 

}

#navigator ul li a
{
padding: 0.2em 1.5em;
color: #627171;
text-decoration: none;
float: left; 
background:url(../images/vert-menu-line.gif) right repeat-y;
}

#navigator ul li a:hover
{

color: #6dc859;
}

h1, h2, h3
{
color: #4da838;
text-transform:uppercase;
font-size:13px;
font-weight: bold;
padding-bottom:20px;
}

#news-title
{
color: #566362;
font-weight:bold;
font-size:12px;
padding-bottom:10px;
}

#news-body a, #news-body
{
color: #157874;
}

#news-body a
{
text-decoration:underline;

}

#news-body a .arrow
{
text-decoration:none;
}

.news-img
{
padding-right:12px;
padding-top:5px;
}

#news-block
{
padding-bottom:30px;
}

.green
{
color: #169900;
}

a
{
color: #169900;
}

#wide-line
{
background: url(../images/hor-dot.gif) center repeat-x;
height: 60px;

}

#line
{
background: url(../images/hor-dot.gif) center repeat-x;
height: 1px;

}

#dot-line
{
background:url(../images/hor-line-offers.gif) repeat-x;
height:4px;
}

.estate, .auto, .hard, .other
{
font-size:12px;
color: #525252;
}


.estate
{
background:url(../images/estate.gif) left no-repeat;
height:25px;
padding-left:40px;
padding-top:10px;
}

.auto
{
background:url(../images/auto.gif) left no-repeat;
height:25px;
padding-left:45px;
padding-top:10px;
}

.hard
{
background:url(../images/hard.gif) left no-repeat;
height:25px;
padding-left:38px;
padding-top:10px;
}

.other
{
background:url(../images/other.gif) left no-repeat;
height:23px;
padding-left:45px;
padding-top:10px;
}

#list li, #mainContent ul li
{
padding-left: 10px;
line-height:16px;
background-image: url(../images/li.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}

#work li
{

line-height:16px;
list-style:decimal-leading-zero;
color: #656a73;
padding-bottom:10px;

}

#work li a
{
color:#157874;
}



#offer a, #offers
{
	color: #169900;
	}
	
#copy
{
float:right;
font-size:11px;

}

#footer
{
padding-bottom:40px;
}



#footer-navigator
{
font-size:11px;

}

#footer-navigator ul
{
padding-left: 0;
margin-left: 0;
display: inline; 
color: #627171;
float: left;
width: 100%;
}

#footer-navigator ul li, #footer-navlist li { 
display: inline; 
list-style-type:none;

}

#footer-navigator ul li a
{
padding-right: 1em;
color: #627171;
float: left; 

}

#footer-navigator ul li a:hover
{

color: #6dc859;
}

#footer-nav
{
float:left;
}



.root
{
font-size: 11px;
padding:2px;
}

.normal_row
{
	padding:3px;
}

.menu-h1-center a, .menu-h1 a
{
color:#4DA838;
font-size:11px;

text-transform:uppercase;
}

.menu-h1, .menu-h1-center
{
padding-bottom:5px;
}

.left-menu
{
padding-bottom:25px;
}

.left-menu ul
{
padding-bottom:5px;
padding-left:3px;
}

#notice
{
display:none;
}


html>body #navigator ul { *padding-bottom: 10px; }