@charset "UTF-8";
/* CSS Document */

/* reset */
body, p, h1, h2, h3, h4, h5, h6, a, div, blockquote, cite, a img, address {
	margin: 0; padding: 0; text-indent: 0;
	border: none; outline: none;
	text-decoration: none; font-size: 100%; font-weight: normal; font-style: normal;
	list-style: none;
}
table, td, tr, tbody, thead, th, caption {
	border-spacing: 0; border: none; border-collapse: separate;
	vertical-align: top; text-align: left;
	font-weight: normal;
}

/* typography */
body { 
	font-size: 0.7em; 
	background: #beb99e; 
	color: black; 
	font-family: Verdana, sans-serif; 
	
}

p { 1.2em; 
	margin: 0 0 10px 0;
}
h1 { font: 1.6em Verdana, sans-serif;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
h2 { font: 1.45em Verdana, sans-serif;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	
	}
h3 { font: 1.3em Verdana, sans-serif; }
h4, h5, h6 { 1.2em; }

a, a:visited {
	color: #7dbd1f;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000;
}
.center {
	text-align: center;	
}
#wrapper {
	width: 987px;
	background: url(../images/design/content-bg.jpg) repeat-y;
	margin: 0 auto;
}
#branding {
	height: 120px;
	background: url(../images/design/branding.jpg) #ccc;
	
}
#branding h1 a {
	text-indent: -9999em;
	display: block;
	height: 100px;
	float: left;
	width: 400px;
	margin: 0;
	padding: 0;
}
#top-contact {
	float: right;
	text-align: right;
	font: 1.8em Verdana, Geneva, sans-serif;
	padding: 20px 60px 0 0;
	width: 200px;

}
#top-contact a {
	font: .7em Verdana, Geneva, sans-serif;
	color: #777;
	
}
#top-contact a:hover {
	text-decoration:underline;
}

#header {
	height: 213px;
	background: url(../images/design/header.jpg);
}

#leftcol {
	width: 184px;
	float: left;
	margin: 0 0 0 26px !important;
	margin/**/: 0 0 0 13px;
}
#midcol {
	width: 490px;
	float: left;
	margin: 0 0 0 20px !important;
	margin/**/: 0 0 0 10px;
}
#rightcol {
	width: 216px;
	float: right;
	margin: 0 25px 0 0 !important;
	margin/**/: 0 13px 0 0;
	
}


#leftcol a:hover, #rightcol a:hover {
	color: #fff;	
}

ul#callouts {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#callouts li {
	margin: 0 0 25px 0;	
}
ul#callouts p {
	color: #bbc1b2;
	font-size: 1.1em;
}

ul#callouts a {
color: #9cbd6b;
text-decoration: none;
}
 


ul#callouts h2 a {
	text-indent: -9999em;
	display: block;
	
}

#consultation-call h2 a {
	background: url(../images/design/consultation-call.gif) no-repeat;
	height: 39px;
}
#patient-call h2 a {
	background: url(../images/design/patient-call.gif) no-repeat;
	height: 22px;
}

#testimonials-call h2 a {
	background: url(../images/design/testimonials-call.gif) no-repeat;
	height: 40px;
}
#blog-call  h2 a {
	background: url(../images/design/blog-call.gif) no-repeat;
	height: 30px;
}



#content-bottom {
	background: url(../images/design/content-bottom.png);
	height: 61px;
	clear: both;
}



/***********NAV****************/
#nav {
	list-style: none;
	
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav a {
text-decoration: none;
	
}
body.home #nav-home,
body.meet #nav-meet,  
body.services #nav-services,
body.testimonials #nav-testimonials,
body.lectures #nav-lectures,
body.attorneys #nav-attorneys,
body.insurance #nav-insurance,
body.forms #nav-forms,
body.articles #nav-articles, 
body.request #nav-request,
body.contact #nav-contact    
      {
	color: #fff;	
}

/***********Footer***************/
#footer {
	margin: 0 auto;
	width: 800px;
	text-align: center;
	font: .9em Verdana, Geneva, sans-serif;
	color: #8d8765;
}
#footer a {
	color: #8d8765;
}



/* * * =forms * * * * * * * * * * * * * * * * * * * * * * * * * * */
form, fieldset, input { margin : 0; padding : 0; }

form {
	width: 38em;
	margin-left: 5px;
}

form p {
	font-size: 100%;
	padding: 2px;
	margin: 0;
}

/* fieldset styling */
fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #e2e2e2;
}

/* legend styling */
legend {
	font-weight: bold;
	color: #7dbd1f;
}

/* style for  labels */
label {
	float: left;
	width: 14em;
}

/* style for required labels */
label .required {
	font-size: 0.9em;
	font-style: normal;
	color: red;
}

label.error, input.submit { color: #F00; margin: 5px 0 0 0; }

input {
	width: 225px;
}

input.radio, input.submit {
	width: auto;
}

textarea {
	width: 225px;
	height: 100px;
	padding:0;
} 

/* submit */

form div input {
	width: 100px;
	margin-top:5px;
	margin-left: 287px;
	padding: 0 .25em;
	background-color: #7dbd1f;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
}

/* apply style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.group { zoom: 1; display: block; }

.breadcrumb {
font-size:85%;
padding-left: 0px;
padding-bottom: 10px;
}
.breadcrumb a {
outline: none;
}