/*CSS for Westwood-Mansfield Pediatric Associates home page*/
body {
	margin: 0px;
	padding-top: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;	
	/*background:url(../images/winter_bkgd.jpg) repeat;*/
	background:url(../images/spring_background.jpg) repeat;
}

/***heading styles***/
h1 {
	font-size:105%;
	color:#096;
	margin-left: 20px;
	margin-right:10px;
}
h2 {
	color:#C60;
	font-size:100%;
	margin-left: 20px;
	margin-right:10px;
	margin-bottom: -10px;
}
h3, h4 {
	color:#369;
	font-weight: bold;
	margin-left: 20px;
	margin-right:10px;
	margin-bottom: -10px;
}
h4 {
	color:#666;
}
h1.topSpace {
	margin-top:20px;
}
/***paragraph styles***/
p {
	margin-right: 15px;
	margin-left: 20px;
	line-height: 140%;
}
#footer p {
	margin:0;
	line-height: 120%;
}
/***list styles***/
ul li {
	margin-bottom:5px;
	margin-left:0px;
}
/***table styles***/
td {
	text-align: center;
	line-height:130%;
}

/***link styles***/
/* links are not underlined until the cursor hovers over them*/
a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color:#C60;
}
/*footer link styles- need w/spring background
#footer a {
	color:#FFC;
}
#footer a:hover {
	text-decoration: underline;
	color:#FC6;
}*/
/**************div styles***************/
/*wrap div contains all divs, except the footer*/ 
#wrap {
	margin:  0px auto;	
	width: 900px;
	background: url(../images/content_bkgd.gif) repeat-y;
	border-bottom:1px solid #A3C2E0;
	}
/*contains practice title*/
#title {
	float:right;
	margin-top:0px;
	margin-bottom:0px;	
	width:720px;
}
/*holds logo and navigation divs*/
#leftCol {
	float:left;
	width:180px;
}
/*contains logo*/	
#logo {
	float:left;
	margin-top:0px;
	margin-bottom:0px;	
}
/*right column*/
#rightCol {
	float:right;
	width:720px;
}
/*holds page navigation*/
#navigation {
	float:left;
	width:100%;
	}
/*contains top images*/	
#slider {
	float:right;
	margin-top:0px;
	margin-bottom:0px;	
	width:720px;
}
/* Easy Slider */

#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		color:#FFF;
		}
#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		height:218px;
		overflow:hidden; 
		}
/*styles for slider links*/
span#firstBtn {
	margin-left:20px;}
span#prevBtn, span#nextBtn {
}
/* // Easy Slider */

/*styles for text and quote under tiles*/
#aboutTiles {
	color:#009;
	text-align:right;
}
/*holds page content area*/
#content {
	float:right;
	width:720px;
	padding-top:5px;
	margin-bottom:10px;
	}
/*holds whole opposite-rounded-corner box*/
#newsBox {
	float:right;
	width: 185px;		
	background: url(../images/box_bottom.gif) no-repeat left bottom #B5CEE6;
	margin-right:25px;
	margin-bottom:8px;	
	margin-left:5px;
	}
/*clears floats of divs above it*/
#clear {
	clear:both;
}
/*holds copyright and location info*/
#footer {
	clear: both;  
	margin: 0 auto;
	padding-top:10px;
	padding-bottom:10px;
	width:900px;
	text-align:center;
	background:url(tmm_trans_white.png) repeat;
	}

/****the following define styles of opposite-rounded-corner boxes****/
/*news box top styles*/
.box-top {
	background:url(../images/box_top.gif) no-repeat right top;
	padding-top:5px;
	}
/*news box paragraph styles*/
#newsBox p{
	margin:8px 8px 8px 12px;	
	color:#333;
	}
/*news box h1 and h2 styles*/
#newsBox h1, #newsBox h2 {
	margin:0 0 5px 5px;
	color:#039;
	text-align:center;
	padding-top:8px;
	padding-right:5px;
	background:url(../images/box_top.gif) no-repeat right top;
}.redbold {
	font-weight: bold;
	color: #F00;
}
