body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  margin-left: 0px;
  margin-top: 0px;
}
/******paragraph styles******/
p {
	font-size:12px;
	line-height: 18px;
	margin: 4px 5px 10px 8px;
}

/*******heading styles*******/
h1 {
	font-size: 14px;
	color:#339999;
	margin-left: 8px;
}
h2 {
	font-size:12px;
	font-weight:bold;
	line-height: 14px;
	color:#996699;
	margin-left: 8px;
	margin-bottom:2px;
}
h3 {
	font-size:12px;
	font-weight:bold;
	line-height: 12px;
	color:#006699;
	margin-left:8px;
}
/*******table styles*******/
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	font-weight:normal;
}
th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#006699;
	font-size: 12px;
	text-align: left;
}
/******list styles******/
li {
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	margin-left: 40px;
}
ol {
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	margin-left: 40px;
}

/******div styles******/
/*contains all page content*/
#wrap {
	margin: 5px auto;
	width:760px;
	}
	
/*holds banner, left links, and photo*/
#box {
	position:relative;
	float:left;
	width:586px;
	border-top: 1px solid #D3DFF0;	
	border-left: 1px solid #D3DFF0;
	}
/*holds tagline and logo on home page*/
#banner {
	position:relative;
	float:left;
	height:90px;
}
/*sets location of site links layer on home page; light blue*/
#left_links {
	position:relative; 
	float:left;
	width:138px; 
	/*padding-right: 1px;*/
	height: 257px; 
	background: #D3DFF0 url(../home_images/purple_repeat.gif) top left repeat-x;
}
/*sets location of photo on home page*/
#photo_home {
 	position:relative;
	float:left;
	width:444px;
}
/*sets location of soft white line under photo and links*/
#whiteLine {
	width:100%;
} 

/*sets location of layer listing specialties on home page*/
#specialties {
	position:relative;
	float:left;
	width:21%;
	height: 328px;
	padding: 20px 6px 0 7px;
	background:#448A92 url(../home_images/green_repeat.gif) top left repeat-y;
}
/*holds locations and news divs*/
#bottomWrap {
float:left;
background:url(../home_images/background.gif) repeat-y;
}
/*sets location of layer listing locations on home page*/
#locations {
	position:relative;
	float:left;
	width:230px;
}
/*sets location of news column on home page*/
#news {
	position:relative;
	float:left;
	width:530px;
	}
/*styles for MyHealth box in news section of home page*/
#myHealth {
background:#EFF2F5;
padding: 5px 0px 5px 0px;
border:solid 1px #069;
}
#myHealth h1 {
	color:#996699;
	font-size:12px;
	font-weight:bold;
	margin-bottom:0px;
}
/*holds whole opposite-rounded-corner box- physicians accepting patients*/
#acceptBox {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	width: 185px;		
	background: url(../home_images/box_bottom.gif) no-repeat left bottom #FFFFDB;
	margin:10px 5px 5px 5px;
	}

/*styles for healthwise box in news section of home page-- NOT IN USE
#healthwiseNews {
background:#B4D0D3;
padding: 5px 0px 10px 0px;
}
#healthwiseNews h1 {
color:#996699;
font-size:12px;
	font-weight:bold;
	margin-bottom:0px;
}	*/

/*sets location of footer*/
/*#footer {
	position:relative;
	float:left;
	width:100%;
	margin-top:5px;
	padding-bottom:5px;
	border-top: 1px solid #996699;
	}*/
#footer {
	margin-top:5px;
	border-top: 1px solid #996699;
}
/*just need this to clear floats*/
#clear {
	clear: both;
	padding-bottom:0px;
}

/*****************navigation styles*****************/
#left_links ul {
list-style: none;
padding: 5px 5px 0 5px;
margin: 0;
font-family:Arial, Helvetica, sans-serif;
}

#left_links li {
	margin: 0;
	font-size:12px;
	color: #003366;	
	line-height:13px;
	text-decoration:none;		
	border-bottom:1px dashed #339999;
}
#left_links li a {
	color: #003366;
	padding:3px 0 4px 5px;
	display: block;
	text-decoration: none;
}

#left_links li a:hover {
	display: block;
	color:#CCFFFF;
	padding:3px 0 4px 5px;
	text-decoration:none;
	background-color:#993399;
}

/******class styles******/
.footer {
	font-size: 10px;
	line-height: 12px;
	text-align:center;
	padding-top: 5px;
}
/*special news heading style- calls more attention to feature*/
.newsHead {
	font-size:12px;
	font-weight:bold;
	color:#339999;
}
/*heading styles for accepting patients box*/
#acceptBox h2 {
	margin:0 0 5px 0;
	color:#399;
	text-align:center;
	padding-top:8px;
	background:url(../home_images/box_top.gif) no-repeat right top;
	}
/*paragraph styles for accepting patients box*/
#acceptBox p{
	margin:8px 8px 8px 12px;	
	color:#333;
	}
