@charset "UTF-8";
/* CSS Document */
/*body {background:#f4f4f4 url(img/bg.gif) top center repeat-y; color:#404040; font:76% Verdana,Tahoma,Arial,sans-serif; margin:0 auto; padding:0;}
#wrap {background:#fff; color:#404040; margin:0 auto; width:760px;}*/

body  {
	font: 62.5% Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
	line-height: 1.5em;
}
#container { 
	width: 790px;  
	background: #666666;
	margin: 0 auto; 
	text-align: left; 
} 




#header { 
	width: 774px; 
	height: 111px;
	padding: 0;
	margin: 0 auto; 
	background: url(images/gradient_top.gif) top center repeat-x;
} 
#header h1 {
	margin: 0; 
	padding: 40px 0; 
	background: url(images/asher_group.gif) 7% 100% no-repeat;
}

#header h1 span{
position: absolute; left: -50em; width: 50em;
}

#phone {
width: 160px;
height: 50px;
margin-top: 40px;
float: right;
background: url(images/phone.gif) top right no-repeat;
}

p#phone {
font-size: 1.7em;
color: #666;
padding-right: 16px;
margin-right: 50px;
}


#frontphoto {border:0; margin:0;}
#bottom {
	background: #ffffff url(images/shadow.gif) top center repeat-x;
	margin: 0 auto;
	padding: 10px 0;
	width: 774px; 
	height: 270px;
}

/*#leftside {clear:left; float:left; margin:0 0 5px; padding:0; width:140px;}
#rightside {float:right; line-height:1.4em; margin:0 0 5px; padding:0; width:140px;}*/

#sidebar1 {
	clear: left;
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin:0 0 5px;
	padding: 0;
	/*padding: 15px 10px 15px 0px;
	margin-top: 300px;*/
}

#homeRightContent {
	width: 168px;
	float: right;
	padding: 20px 10px 0 0;
	margin:0 0 5px;
	/*border: 2px solid #F3F3F3;*/
}

/*#content {border-left:1px solid #e0e0e0; border-right:1px solid #e0e0e0; line-height:1.5em; margin:0 150px 5px; padding:0 10px;}*/


#mainContent { 
	-webkit-text-size-adjust: none;
	/*width: 380px;*/
	margin: 0 190px 0 160px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	 /*padding: 0 250px 0 20px; remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	border-left: 1px solid #efefef;
} 



/*#homeRightContent h3{
padding: 0px 14px 10px 14px;
font-size: 1.2em;
line-height: 1.5em;
color: #616161;
border-bottom: 1px solid #ebebeb;

}*/


#footer {
background: #666666;
margin-top: 1em;
color: #d0d0d0;
font-size: .9em;
line-height: 2em;
text-align: center;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a:link{
color: #ddd;
}

}

.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;
}



/*#leftside ul.avmenu, #rightside ul.avmenu {display:block; list-style:none; margin:0 0 18px 0; padding:0; width:140px;}
#leftside ul.avmenu li, #rightside ul.avmenu li {display:inline; line-height:1.4em; padding:0; width:140px;}
#leftside ul.avmenu li a, #rightside ul.avmenu li a {background-color:#f4f4f4; border-left:4px solid #ccc; color:#505050; float:left; font-weight:700; margin-bottom:5px; padding:5px 1px 5px 5px; text-decoration:none; width:130px;}
#leftside ul.avmenu li a:hover,#leftside ul.avmenu li a.current, #rightside ul.avmenu li a:hover,#rightside ul.avmenu li a.current {background-color:#eaeaea; border-left:4px solid #286ea0; color:#505050;}*/

#sidebar1 {
margin: 25px 0 0 0;
padding: 0;
}

#sidebar1 ul {
display: block;
list-style: none;
margin: 10px 0 18px 0;
padding: 0;
width: 150px;
}

#sidebar1 li {
font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
display: inline;
font-size: 1.2em;
line-height: 1.5em;
padding:0;
}

#sidebar1 li a {
float: left;
padding: 4px 1px 4px 25px;
text-decoration: none;
width: 120px;
color: #666666;
border-bottom: 1px solid #efefef;
}

#sidebar1 li a:hover {
text-decoration: underline;
color: #0e6fc1;
}

p {
font-size: 1.2em;
line-height: 1.6em;
}
h2 {
	font-size: 1.5em;
	color: #333333;
	font-weight: bold;
	padding-top: 7px;
}
a:link {
	color: #0e6fc1;
	text-decoration: none;
}
a:visited {
	color: #0e6fc1;
	text-decoration: none;
}
a:hover {
	color: #0e6fc1;
	text-decoration: underline;
}
a:active {
	color: #0e6fc1;
	text-decoration: none;
}






p a:link {
color: #0e6fc1;
}
--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->