@charset "UTF-8";
/* CSS Document */

body  {
	font: 62.5% Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* 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: 774px; 
	background: #FFFFFF;
	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_rosen.png) 7% 100% no-repeat;
}



/*#header {  
	padding: 0; 
	background: url(images/top.jpg) 50% 0% no-repeat;
}
 
#header h1 {
	margin: 0; 
	padding: 44px 0; 
	background: url(images/asher_group.gif) 7% 100% no-repeat;
}*/

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



#sidebar1 {
	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 */
	
	padding: 15px 10px 15px 0px;
	margin: 0px;
	
}
#mainContent { 
	margin: 0px 0 0 170px; /* 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: 15px 240px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 1px solid #ebebeb;
} 
#mainContentWide { 
	margin: 0px 0 0 170px; /* 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: 15px 40px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 1px solid #ebebeb;
} 

#rightContent {
display: inline;
margin-top: 28px;
margin-right: 10px;
width: 169px;
float: right;
padding: 1px;
border: 2px solid #F3F3F3;
background: #F3F3F3;
text-align: center;
}

#rightContent p{
padding: 3px 12px 10px 12px;
font-size: 1.1em;
line-height: 1.6em;
}

#right2 {
border-top: 2px solid white;
}
 
#footer {
background: #666666;
margin-top: 5em;
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;
}

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

/*p#phone {
font-size: 1.7em;
color: #666;
float: right;
padding-right: 94px;
margin-top: 46px;
}*/

#pageName {
margin: 0 auto; 
background: #FFFFFF;

} 

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






#mainContent ul {
list-style-type: disc;
font-size: 1.2em;
line-height: 1.6em;
margin-left:10px;
}

#mainContent li {
border-bottom: 0;
margin-left:0px;
padding-left: 0px;
}
.nobullet ul{
list-style-type: square;
}

p {
font-size: 1.2em;
line-height: 1.6em;
padding-top: 0;
margin-top: .2em;

}
h2 {
	font-size: 1.5em;
	color: #333333;
	font-weight: bold;
}
h3 {
	padding-bottom: 0;
	margin-top: 1em;
}

.date {
color: #333;
font-size: .85em;
text-transform: uppercase;
line-height: 1.3em;
}

#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.hiLite  {
color: #000;
padding: 5px 1px 5px 25px;
width: 120px;
line-height: 1.5em;
border-bottom: 1px solid #f6f6f6;
} 



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

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



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;
}
p a:hover {
	color: #0e6fc1;
	text-decoration: underline;
}








</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]-->

