/* Custom WordPress Theme */
/*global stuff*/
*
{
        border:0px;
        margin:0px;
        outline:0px;
}
#aboutus_header {
	width: 1000px;
	height: 292px;
	background:url(/wp-content/themes/handsforhealth/images/aboutus_header.jpg) no-repeat;
	background-position: 0 95px;
	}
	
#container_content {
	float:left;
        clear:both;
	margin:0 0 25px 0;
	width:1000px;
	background:#eeeeee;
	}
	
#content_container {
	width: 1000px;
	float: left;
	position: relative;
	}
	
#content_left {
	width: 670px;
	padding: 15px 15px 0 15px;
	float: left;
	position: relative;
	background-color: #FFF;
	}
	
#content_left p {
	color:#424034;
	font-size:12px;
	margin: 0 0 14px 0;
	font-family: "trebuchet ms";
	}
	
#sidebar_content {
	width: 287px;
	padding: 16px 0 0 13px;	
	float: left;
	position:relative;
	}
	
#sidebar_content ul.content_links {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	width: 250px;
	}
	
#sidebar_content li, #sidebar_content li.last {
	list-style: none;
	margin: 0;
	padding: 3px 0 3px 23px;
	width: 250px;
	display:block;
	border-bottom: 1px dotted #cccccc;
	background:url(images/1arrow1.jpg) no-repeat 3px 10px;
	font-family: "trebuchet ms";
	font-size: 12px;
	font-weight: bold;
	}
.home .grey_mod_box li
{
        margin:3px 0 8px 0px !important;
}
#sidebar_content li.last {
	border-bottom: none;
	margin-bottom: 15px;
}	
	
#sidebar_content li a {
	text-decoration: none;
	color: #333;
	}
	
#sidebar_content li a:hover {
	color: #333333;
	}	
	
	
.grey_mod_box {
	width: 643px;
	margin: 0 0 20px 0;
	float: left;
	}
	
.grey_mod_box .top,
.grey_mod_box .middle,
.grey_mod_box .base  {
	width: 643px;
	height: 10px;
	background:url(images/grey_mod_box_top.gif);
	float: left;
	}
	
.grey_mod_box .middle {
	height: auto;
	background:url(images/grey_mod_box_bg.gif) repeat-y;
	}
	
.grey_mod_box .base  {
	background:url(images/grey_mod_box_base.gif);
	}
	
.grey_mod_box ul {
	margin: 0 0 0 14px;
	list-style: none;
	float: left;
	width: 300px;
	font-family: "trebuchet ms";
	font-size: 12px;
	}
	
.grey_mod_box li {
	display: block;
	float:left;
	position: relative;
	margin: 3px 0 3px 0;
	padding: 0 0 0 20px;
	width: 100%;
	background:url(images/orange_bullet.gif) no-repeat 0 4px;
	}

blockquote p {
	color:#666666;
	}	
.clear
{
	clear:both;
}
