/************************************************************************
This is the primary CSS sheet for the Earley Acupuncture website 
redesign. This sheet is responsible for setting site defaults, including
backgrounds, fonts, colors, etc. If needed, this sheet may be
supplemented with additional sheets.
************************************************************************/

body {
	background: top left url('/images/main_bg.gif') repeat-x #fff;
	font-family:arial,helvetica,sans-serif;
	font-size: 12px;
	color:#666666;
	text-align:center;
}

body div#document	{
	width : 846px; /* sets overall content width */
	margin:8px auto;
}


/****************** IMPORTANT DEFAULTS *******************/
p {
	margin: 0 0 1em 0;
	padding:0;
}

a, 
a:link, 
a:active,a:visited {
	color:#0854a2;
}
 a:hover { 
 	color:#4141b3;
 }
 
div.pageHeading {
	text-align:left;
 	font-size:14px;
	font-weight:bold;
	padding:5px 25px;
 }
 
p.subHeading {
	font-weight:bold;
 }

h3 { font-size:13px; }
/****************** END IMPORTANT DEFAULTS *******************/





/****************** MAIN BODY *******************/

#mainBody {
	margin:0 22px;
	background: top left url('/images/main_body_bg.gif') repeat-x #fff;
}

/****************** END MAIN BODY *******************/





/****************** TOP NAV *******************/

#topNav {
	font-size:14px;
	line-height:1.5em;
	padding:10px 50px 35px;
	background: bottom center url('/images/divider.jpg') no-repeat;
}

/****************** END TOP NAV *******************/





/****************** MAIN BODY TABLE *******************/

#mainBodyTable {
	text-align:left;
}
	#mainBodyTable .colA {
		padding:25px 25px 0 25px;
	}
	#mainBodyTable .colB {
		width:215px;
		font-size:11px;
		color:#333;
	}
		#mainBodyTable .colB .wrapper {
			padding:25px 25px 0 0px;
		}
	
	#mainBodyTable .colB .caption {
		padding-top:10px;
	}
		#mainBodyTable .colB .caption div { font-style:italic; }
	
/****************** END MAIN BODY TABLE *******************/





/****************** FOOTER *******************/

#footer {
	padding:25px 25px 5px;
}
	#footer span {
		font-weight:bold;
		color:#333333;
		font-size:18px;
	}
	#footer div {
		font-size:11px;
		padding-top:35px;
		background: center top url('/images/divider.jpg') no-repeat;
	}
	
	#footer a, 
	#footer a:link, 
	#footer a:active,
	#footer a:visited {
		color:#666666;
	}
	#footer a:hover {
		color:#333333;
	}
/****************** END FOOTER *******************/

/****************** IMAGE ROTATOR *******************/

.rotation_images {
	display: none;
}

/****************** END IMAGE ROTATOR *******************/

