/* @group Cheat Sheet */
/*
	All

	COLORS

	background : #190e03;
	body text  : #be7f3f;
	link text  : #d7710b;
	h3 on wood : #be7f3f;
	bubble bg  : #241404;
	footer bg  : #110a02;
	footer txt : #5f3d09;
	h1		   : #7c3e14;
	h3		   : 
	
	FONT-SIZES

		Em to Px
		1em   : 13px
		1.1em : 14.3px
		1.2em : 15.6px
		1.3em : 16.9px
		1.4em : 18.2px
		1.5em : 19.5px
		
		Px to Em
		12px   : 0.923em
		13px   : 1em
		14px   : 1.077em
		15px   : 1.154em
		16px   : 1.231em
		17px   : 1.308em
		18px   : 1.385em
		19px   : 1.462em
		19.5px : 1.5em
		
	GRID
		
		Col Width : 145px
		Gutter    : 15px
*/
/* @end */
/* @group General Styles */
html {
	background: #190e03;
}
body {
	color: #be7f3f;
	background: url(../img/bg_top.gif) repeat-x;
	font: 80% "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	line-height: 150%;
}
html>body {
	font-size: 13px;
}
a, a:link, a:visited {
	color: #d7710b;
	text-decoration: underline;
}
a:active, a:hover {
	color: #ffb83e;
}
blockquote {
	font-style: italic;
	font-weight: bold;
	font-weight: 1.2em;
	padding: 0 30px 30px 30px
}
em {
	font-style: italic;
}
h1 {
	font-size: 2em;
	color: #ffb83e;
	margin: 0 0 2em 0;
	font-weight: bold;
}
h2 {
	font-size: 1.7em;
	color: #7c3e14;
	margin: 0 0 1em 0;
}
h3 {
	font-size: 1.5em;
	color: #be7f3f;
	margin: 1em 0 1em 0;
}
h4 {
	font-size: 1.2em;
	margin: .5em 0 .5em 0;
}
input {
	border: 0;
	margin: 0;
	padding: 0;
}
p, h3 {
	line-height: 1.5em;
}
strong {
	font-weight: bold;
}
/*

@end */
/* @group Layout */
#header {
	position: relative;
}
#content {
	background: url(../img/bg_content_long.gif) repeat-x scroll 0 20px;
	padding-top: 30px;
	clear: both;
}
#secondary, .secondary {
	clear: both;
	overflow: hidden;
}
#footer-container {
	margin-top: 30px;
	height: 250px;
	background-color: #110a02;
	text-align: center;
	clear: both;
}
#footer {
	color: #5f3d09;
}
#masthead {
	clear: both;
	overflow: hidden;
}
.master-column {
	text-align: left;
	width: 980px;

/*BUG IE float wrapping issue gets fixed when width is changed from 975px */
	margin: 0 auto;
}
.two-column, .testimonial-two-column {
	margin: 0px 0 0 15px;
	float: left;
	width: 305px;
	text-align: center;
	display: inline;
}
.three-column {
	margin: 15px 0 30px 15px;
	float: left;
	width: 450px;
	text-align: justify;
	display: inline;
}
.four-column {
	margin: 30px 0 30px 15px;
	padding: 0 15px 0 15px;
	float: left;
	width: 610px;
	text-align: left;
	display: inline;
}
/* @end */
/* @group Page Elements */
/* @group Content */
#content p {
	padding: 0 1.5em 1.5em 0;
}
#content .two-column p {
	padding: 0 15px 0 15px
}
#content .three-column {
	padding: 15px 0 15px 15px;
}
#content .testimonial-bubble {
	padding: 15px;
}
#content .testimonial-bubble p {
	padding: 0 0 15px 0;
}
#content .testimonial-by {
	padding: 15px 15px 15px 15px;
}
#content h1 {
	text-align: right;
	margin-top: 15px;
	margin-bottom: 30px;
	margin-right: 60px;
}
#content h2 {
	line-height: 1em;
}
#content h3 {
	font-size: 1.3em;
}
#content ul {
	margin-bottom: 15px;
}
#content ul li {
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 15px;
	padding-left: 5px;
}
#content .bar-list ul {
	margin: 0;
	padding: 0;
}
#content .bar-list li {
	list-style-type: none;
	padding: 15px;
	margin: 30px 0 0 0;
	background: #241404;
}
#content .bar-list li h2 {
	font-size: 1.2em;
}
#content .bar-list li a {
	font-size: 1.2em;
	text-decoration: none;
}
#content .regular-list li {
	padding: 7.5px;
}
#content .adr {
	margin-top: 1.5em;
}
#content .adr p {
	padding: 0 15px 0 15px;
}
#content .fn, #content .org {
	font-size: 1.5em;
	margin-top: 1.5em;
	font-weight: bold;
}
#content .bold-para {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 0;
	margin: 0 30px 0 30px;
	padding: 0 0 0 0;
} 
/* @end */
/* @group Miscellaneous */
.two-column {
	text-align: justify;
	margin-top: 30px;
}
.two-column h1 {
	width: 300px;
	height: 90px;
	text-indent: -9999px;
}
.two-column p {
	padding: 15px;
}
.two-column  {
	padding-top: 0;
}
.two-column .pt0, .pt0 {
	padding-top: 0px;
}
#content .mb30 {
	margin-bottom: 30px;
}
#content .ml30 {
	margin-left: 30px;
}
.clear-left {
	clear: left;
}
.clear-both {
	clear: both;
}
.dropcap {
	float: left;
	font-size: 100px;
	line-height: 68.25px;
	padding: 10px 10px 0 0;
} 
a.back-to-menu {
	display: block;
	text-align: center;
	font-size: 1.2em;
	text-decoration: none;
	background-color: #241404;
	color: #d7710b;
	padding: 20px 5px 20px 5px;
	width: 265px;
	margin: 0 0 0 30px;
}
a.back-to-menu:hover, a.back-to-menu:active {
	background-color: #452607;
	color: #ffb83e;
}
#enso-map {
	position: relative;
	width: 600px;
	height: 300px;
}
/* @end */
/* @group Buttons */
a.button {
	display: block;
	background: url(../img/bg_button.gif) no-repeat scroll 50% 0;
	width: 100%;
	height: 27px;
	padding: 2px 0 0 0;
	margin: 20px 0 0 0;
	font-size: .923em;
	text-decoration: none;
	text-align: center;
}
.button-small {
	background: url(../img/bg_button_small.gif) no-repeat scroll 0 0;
	width: 21px;
	height: 21px;
	margin-left: 3px;
	cursor: pointer;
	text-indent: -9999px;
}
/* @end */
/* @group Logo */
#header h1 {
	width: 305px;
	margin: 0 15px 0 15px;
	float: left;
	display: inline;
}
#header h1 a:link,
#header h1 a:visited {
	text-indent: -9999px;
	display: block;
	width: 305px;
	height: 140px;
	background: url(../img/logo.gif) no-repeat scroll 0 0;
}
#header h1 a:hover,
#header h1 a:active,
#home #header h1 {
	background: url(../img/logo.gif) no-repeat scroll 0 -140px;
}
/* @end */
/* @group Nav */
#nav a:link, a:visited {
	text-decoration: none;
}
#nav a:hover, a:active {
	text-decoration: underline;
}
#nav .top-level {
	float: left;
	margin: 0 0 0 15px;
	display: inline;
}
#nav .top-level li {
	display: inline;
	float: left;
	width: 140px;
}
#nav .top-level li ul {
	margin-top: 40px;
}
#nav .top-level .about-us {
	background: url(../img/nav_about_us_off.gif) no-repeat scroll;
	height: 40px;
}
#nav .top-level .what-we-offer {
	background: url(../img/nav_what_we_offer_off.gif) no-repeat scroll;
	height: 40px;
}
#nav .top-level .faq {
	background: url(../img/nav_faq_off.gif) no-repeat scroll;
	height: 40px;
}
#nav .top-level .learn {
	background: url(../img/nav_our_services_off.gif) no-repeat scroll;
	height: 40px;
}
#nav .top-level .new-patients {
	background: url(../img/nav_new_patients_off.gif) no-repeat scroll;
	height: 40px;
}
#nav .active a {
	font-weight: bold;
	color: #ffb83e;
}
#about-us .top-level .about-us {
	background: url(../img/nav_about_us_on.gif) no-repeat scroll;
	height: 40px;
}
#what-we-offer .top-level .what-we-offer {
	background: url(../img/nav_what_we_offer_on.gif) no-repeat scroll;
	height: 40px;
}
#faq .top-level .faq {
	background: url(../img/nav_faq_on.gif) no-repeat scroll;
	height: 40px;
}
#learn .top-level .learn {
	background: url(../img/nav_our_services_on.gif) no-repeat scroll;
	height: 40px;
}
#new-patients .top-level .new-patients {
	background: url(../img/nav_new_patients_on.gif) no-repeat scroll;
	height: 40px;
}

/* @end */
/* @group Masthead */
#home {
	background: url(../img/bg_wood.jpg) repeat-x scroll 0 0;
	height: 528px;
}
#masthead .masthead-pics {
	width: 335px;
	height: 335px;
	margin: 60px 0 0 15px;
	float: left;
	display: inline;
}
#masthead h2 {
	float: left;
	display: inline;
	margin: 60px 0 0 0;
	background: url(../img/masthead_tagline.gif) no-repeat scroll 0 0;
	width: 600px;
	height: 120px;
	text-indent: -9999px;
}
#masthead h3 {
	width: 600px;
	float: left;
	margin: 15px 0 0 0;
}
.pun-intended {
	width: 118px;
	margin: 35px 0 0 0;
	float: left;
	background: url(../img/masthead_punintended.gif) no-repeat scroll 0 0;
	text-indent: -9999px;
}
/* @end */
/* @group Blocks */
/* @group Graphic Headings */
#our-testimonials h1 {
	background: url(../img/h_what_clients_are_saying.gif) no-repeat scroll 0 0;
}
#our-services h1 {
	background: url(../img/h_were_full_service.gif) no-repeat scroll 0 0;
}
#first-visit h1 {
	background: url(../img/h_pick_up_phone.gif) no-repeat scroll 0 0;
}
/* @end */
/* @group Testimonial */
.testimonial-bubble {
	margin: 15px 0 0 0;
	background: #241404;
}
.testimonial-bubble p {
	text-align: justify;
	padding: 15px;
}
.testimonial-by {
	display: block;
	background: url(../img/bg_test_bubble_arrow.gif) no-repeat scroll 50% 0;
	padding-top: 15px;
	text-align: center;
}
/* @end */
/* @end */
/* @group Footer
 */
#we-are-located .we-are-located {
	display: block;
	background: url(../img/bg_we_are_located.gif) no-repeat scroll 0 0;
	height: 25px;
	width: 278px;
	text-indent: -9999px;
	margin-left: 15px;
	cursor: pointer;
}
#we-are-located p {
	text-align: left;
}
#contact-info p {
	padding: 0 15px 0 15px;
}
#contact-info .fn, #contact-info .org {
	margin-top: 1.5em;
	font-weight: bold;
}
#search-credits {
	text-align: left;
	padding-left: 15px;
}
#search-credits #label {
	display: block;
	background: url(../img/bg_search_this_site.gif) no-repeat scroll 0 0;
	text-indent: -9999px;
	width: 100px;
	height: 20px;
}
#search-credits #term {
	width: 235px;
	height: 16px;
	padding: 2px;
	background: #241404;
	color: #be7f3f;
	font-size: 1.0em;
}
#search-credits .credits {
	margin-top: 2.2em;
	display: block;
	background: url(../img/bg_rainypixels.gif) no-repeat scroll 0 0;
	width: 123px;
	height: 35px;
	text-indent: -9999px;
}
.copyright {
	clear: both;
	font-size: .9em;
	padding-top: 40px;
	color: #5f3d09;
}
/* @end */
/* @end */