* {
	margin: 0;
	padding: 0;
}
body {
	font: 62.5% "Lucida Grande", helvetica, arial, sans-serif;
	background: url(../images/body_bg_stripes.gif) center;
	border-top: 2px solid #D3B94C;
	line-height: 1.8em;
}
h1, h2, h3, h4, h5 {
	color: #4D8987;
	font-weight: normal;
}
h1 {
	margin: .65em 0;
	font-size: 2.4em;
}
h2 {
	margin: 0 0 .5em 0;
	font-size: 2.1em;
}
h3 {
	margin: 1.5em 0 0;
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
	font-weight: bold;
}

/* LAYOUT */
#container {
	width: 100%;
	margin: 0 auto;
}
#headerContainer {
	width: 100%;
	height: 14.5em;
	background: #A7BFA3 url(../images/header_bg_gradient.jpg) repeat-x;
	border-bottom: 4px solid #D3B94C;
}
#header{
	width: 98em;
	margin: 0 auto;
}
#branding {
	width: 44.6em;
	height: 10.6em;
	float: left;
	margin: 1em 0 0 2em;
	background: url(../images/header_branding_logo.png) no-repeat top left;
}
#branding h1 {
	display: none;
}
#contentContainer {
	width: 72em;
	margin: 0 auto 3em;
	padding: 1.8em 0 0;
/*	background: #FFF;*/
}
#content {
	width: 42em;
	margin: 0 1.8em 3em 0;
	float: left;
}
#sidebar {
	width: 26.4em;
	margin: 0 0 3em 1.8em;
	
	float: left;
}
#footer {
	clear: both;
	background: #A7BFA3 url(../images/footer_bottom_left.gif) no-repeat bottom left;
}


/* NAVIGATION */
#nav {
	width: 600px;
	float: left;
	margin-left: 375px;
	list-style: none;
}
#nav li {
	float: left;
	position: relative;
	margin: 0 .25em 0 0;
	padding: 0;
}
#nav li a {
	float: left;
	display: block;
	margin: 0;
	padding: .3em 1em;
	color: #A7BFA3;
	font-size: 1.6em;
	text-decoration: none;
	border: 1px solid #D4DFD1;
	border-bottom: none;
	background: #FFF url(../images/nav_bg_off.gif) repeat-x bottom left;
}
#nav li a:hover {
	border-color: #FFF;
	color: #4D8987;
}
#nav .dropDown {
	display: none;
	position: absolute;
	top: 2.9em;
	left: 0;
	list-style: none;
}
#nav .dropDown li a {
	width: 175px;
	background: #FFF;
	border: none;
	border-bottom: 1px solid #A7BFA3;
	color: #A7BFA3;
}
#nav li:hover .dropDown {
	display: block;
}
#nav .dropDown li a:hover {
	color: #4D8987;
}
.home #home a, .about #about a, .services #services a, .resources #resources a, .newPatients #newPatients a {
	color: #FFF;
	border-color: #D3B94C;
	background: #D3B94C url(../images/nav_bg_on.gif) repeat-x top left;
}


/* CONTENT CONTAINER STYLES */
#content p {
	font-size: 1.2em;
	margin: 1em 0;
	color: #444;
}
#content h2 a {
	color: #A7BFA3;
	text-decoration: none;
}
#content h2 a:hover {
	color: #D3B94C;
}
#content a, #sidebar a {
	color: #2D5957;
	text-decoration: none;
	border-bottom: 1px solid #A7BFA3;
}
#content a:hover, #sidebar a:hover {
	background: #FFF;
}
#content ul, #content ol {
	margin: 1em 2em;
	color: #444;
}
#content li {
	font-size: 1.2em;
}
#content li ul li {
	font-size: 1em;
	list-style: disc;
}
#content li span {
	display: block;
}
#content ol li {
	margin: 1em 0;
}
#content strong {
	color: #000;
}
#content table, #sidebar table {
	width: 100%;
	color: #444;
	font-size: 1.2em;
}

/* lists of links */
#content ul.links {
	margin: 1em 0;
	list-style: none;
}
#content .links li a {
	display: block;
	margin: 2px 0;
	padding: 2px 5px;
	background: #D0E1CE;
	border: 1px solid #FFF;
	color: #4D8987;
	text-decoration: none;
}
#content .links li a:hover {
	background: #D3B94C url(../images/nav_bg_on.gif) repeat-x top left;
	color: #FFF;
}
#content ul.links li.bigLink a {
	font-size: 1.4em;
	padding: 10px;
	text-align: center;
}

/* Home Page quadrants */
#content #one a, #content #two a, #content #three a, #content #four a {
	width: 180px;
	height: 150px;
	float: left;
	margin-bottom: 10px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #A7BFA3;
	text-decoration: none;
	color: #A7BFA3;
	font-size: 1.2em;
}
#content #one a, #content #three a {
	margin-right: 10px;
}
#content #one a span, #content #two a span, #content #three a span, #content #four a span {
	display: block;
	font-size: 1.4em;
	color: #4D8987;
}
#content #one a:hover, #content #two a:hover, #content #three a:hover, #content #four a:hover {
	border-color: #D3B94C;
	color: #444;
}
#content #one a:hover span, #content #two a:hover span, #content #three a:hover span, #content #four a:hover span {
	color: #2D5957;
}
#content #one a {
	background: #FFF url(../images/quadrant_one.jpg) no-repeat bottom left;
}
#content #two a {
	background: #FFF url(../images/quadrant_two.jpg) no-repeat bottom left;
}
#content #three a {
	background: #FFF url(../images/quadrant_three.jpg) no-repeat bottom right;
}
#content #four a {
	background: #FFF url(../images/quadrant_four.jpg) no-repeat bottom right;
}

/* Contact Info Styles */
#contactInfo span {
	display: block;
	font-size: 1.2em;
	color: #444;
}
#contactInfo span.button {
	margin: 5px 0;
}
#contactInfo span.button a {
    padding: 5px 10px;
    background: #E7E7E7 url(../images/google_btn_bg.png) repeat-x top left;
    border: 1px solid #CCC;
    text-decoration: none;
    color: #80A278;
}
#contactInfo span.button a:hover {
	color: #4D8987;
	border-color: #AAA;
}

/* Content Sub Nav */
#content #subNav {
	list-style: none;
	margin: 0;
}
#content #subNav li a img {
	border: none;
	margin-right: 10px;
}
#content #subNav li a {
	display: block;
	margin: 5px 0;
	padding: 20px 10px 10px;
	background: #FFF;
	font-size: 1.8em;
	text-decoration: none;
	color: #4D8987;
	border: 1px solid #D0E1CE;
	text-align: right	;
}
#content #subNav li a:hover {
	border-color: #D3B94C;
	color: #2D5957;
}
#content #subNav #pediatrics a {
	background: #FFF url(../images/services/sub_nav_pediatrics.png) no-repeat center left;
}
#content #subNav #womensHealth a {
	background: #FFF url(../images/services/sub_nav_womens_health.jpg) no-repeat center left;
}
#content #subNav #supplements a {
	background: #FFF url(../images/services/sub_nav_supplements.png) no-repeat center left;
}
#content #subNav #scheduling a {
	background: #FFF url(../images/services/sub_nav_scheduling.png) no-repeat center left;	
}
#content #subNav #scope a {
	background: #FFF url(../images/about/sub_nav_scope.jpg) no-repeat bottom left;
}
#content #subNav #education a {
	background: #FFF url(../images/about/sub_nav_education.jpg) no-repeat bottom left;
}
#content #subNav #philosophy a {
	background: #FFF url(../images/about/sub_nav_philosophy.jpg) no-repeat center left;
}
#content #subNav #drAllen a {
	background: #FFF url(../images/about/sub_nav_dr_allen.jpg) no-repeat center left;
}

/* Sidebar Sub Nav */
#sidebar #subNav {
	list-style: none;
	margin: 0;
}
#sidebar #subNav li a img {
	border: none;
	margin-right: 10px;
}
#sidebar #subNav li a {
	display: block;
	margin: 5px 0;
	padding: 10px 5px 5px;
	background: #FFF;
	font-size: 1.4em;
	text-decoration: none;
	color: #4D8987;
	border: 1px solid #D0E1CE;
	text-align: right	;
}
#sidebar #subNav li a:hover {
	border-color: #D3B94C;
	color: #2D5957;
}
#sidebar #subNav #pediatrics a {
	background: #FFF url(../images/services/sub_nav_pediatrics.png) no-repeat center left;
}
#sidebar #subNav #womensHealth a {
	background: #FFF url(../images/services/sub_nav_womens_health.jpg) no-repeat center left;
}
#sidebar #subNav #supplements a {
	background: #FFF url(../images/services/sub_nav_supplements.png) no-repeat center left;
}
#sidebar #subNav #scheduling a {
	background: #FFF url(../images/services/sub_nav_scheduling.png) no-repeat center left;
}	
	
}
#sidebar #subNav #scope a {
	background: #FFF url(../images/about/sub_nav_scope.jpg) no-repeat bottom left;
}
#sidebar #subNav #education a {
	background: #FFF url(../images/about/sub_nav_education.jpg) no-repeat bottom left;
}
#sidebar #subNav #philosophy a {
	background: #FFF url(../images/about/sub_nav_philosophy.jpg) no-repeat center left;
}
#sidebar #subNav #drAllen a {
	background: #FFF url(../images/about/sub_nav_dr_allen.jpg) no-repeat center left;
}


/* FOOTER STYLES */
#footer p {
	display: block;
	padding: 5px;
	text-align: center;
	font-size: 1.2em;
	color: #FFF;
	background: url(../images/footer_bottom_right.gif) no-repeat bottom right;
}
#footer a {
	text-decoration: none;
	color: #FFF;
	border-bottom: 1px solid #FFF;
}
#footer a:hover {
	background: #4D8987;
}