/* Default CSS for ChiroChicago Chiropractic
   Version 2.0 - November 5, 2007
   Melanie A. Ceraso, Web Designer - melaniec@mac.com
   for Chicago Web Management */
   
body {
	background-color: #cb7f2b;
	font-size: 75%; /* Resets 1em to 12px */
	font-family: Arial, Verdana, Sans-Serif;
	color: #333;
	margin: 10px;
	}
	
a {
	color: #006db7;
	}
	
a:hover {
	color: #cb7f2b;
	}
	
#header,
#content,
#footer {
	background-color: #fff;
	margin: 0 auto;
	width: 740px;
	}

#header {
	border-top: 4px solid #a96922;
	border-right: 4px solid #a96922;
	}

#mainNavigation {
	text-align: right;
	background: #fff url('../images/headerBackground.jpg') no-repeat top right;
	height: 33px;
	font-size: 1.4em;
	padding: 20px 10px 10px 10px;
	font-weight: bold;
	color: #cb7f2b;
	}
	
	#mainNavigation a {
		color: #006db7;
		text-decoration: none;
		padding: 0px 5px;
		}
		
		#mainNavigation a:hover {
			color: #cb7f2b;
			}
			
#content {
	background: #fff url('../images/pageBackground.jpg') no-repeat top center;
	height: 750px;
	width: 720px;
	padding: 10px;
	border-right: 4px solid #a96922;
	overflow: scroll;
	}
	
	#content h1 {
		font-size: 1.6em;
		color: #cb7f2b;
		}
		
	#content h2 {
		font-size: 1.1em;
		color: #cb7f2b;
		font-weight: normal;
		}
		
		
div.callOut {
	float: right;
	width: 173px;
	margin: 0 0 10px 10px;
	border: 1px solid #8bb4df;
	background: #8bb4df url('../images/calloutBackground.jpg') no-repeat top left;
	padding: 5px;
	}
	
	#content div.callOut h1,
	#content div.callOut h2 {
		font-size: 1.3em;
		color: #006db7;
		margin: 1px 0;
		text-align: center;
		}
		
	#content div.callOut h2 {
		background-color: #fff;
		font-weight: bold;
		padding: 3px;
		}
		
	#content div.callOut h3 {
		font-size: 1em;
		color: #006db7;
		text-align: center;
		margin: 2px 0;
		}
		
	#content div.callOut h4 {
		color: #fff;
		font-size: 1em;
		text-align: center;
		margin: 1px 0;
		}
		
#footer {
	background: #fff url('../images/footerBackground.jpg') no-repeat top left;
	font-size: 1.4em;
	font-weight: bold;
	color: #006db7;
	width: 720px;
	padding: 20px 10px 10px 10px;
	border-right: 4px solid #a96922;
	}
	
#footer em {
	color: #cb7f2b;
	font-style: normal;
	}
	
	#footer small {
		font-size: 11px;
		font-weight: normal;
		}
		
#footer div.topOfPage {
	float: right;
	color: #006db7;
	font-size: 10px;
	padding-right: 10px;
}

	.topOfPage a {
		text-decoration: none;
	}
	
dl.FAQ dt {
	color: #006db7;
	font-weight: bold;
	}
	
dl.FAQ dt em,
dl.FAQ dd p em {
	font-size: 1.3em;
	font-style: normal;
	color: #8bb4df;
	font-weight: bold;
	}
	
.callout_quote {
float: right;
	padding: 0 0 0 10px;
	margin: 0 0 10px 10px;
	width: 170px;
	font-size: 1.25em;
    line-height: 1.2em;
	text-align: right;
	color: #666;
	border-left: 3px solid #ccc;
}

.highlights {
	padding: 0 10px 30px 10px;
	font-weight:800;
	margin: 0 0 0 0px;
	font-size: 1.30em;
    line-height: 1.25em;
	text-align: left;
	color:#CB492A;
	}