@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.75em; background: #4f7f9f url(/design/tab.gif) repeat-x; color: black; font-family: Tahoma, Arial, sans-serif; margin: 0 auto; }

p, ul, ol { margin-bottom: 15px; }
h1, h2, h3, h4, h5, h6 { font-weight:bold; color: #ed5659; margin-bottom: 20px }
h1 { font-size: 1.25em; margin-bottom: 30px; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.15em; }
h4, h5, h6 { font-size: 1.1em; }

a, a:visited {
	color: #193259; text-decoration: underline;
}
a:hover, a:active {
	color: #193259; text-decoration: none;
}

#container { width: 962px; margin: 11px auto 0; background: url(/design/drip.jpg); }

#header { width: 910px; padding: 26px 26px 0; margin: 0 auto; background:url(/design/head.jpg) no-repeat; min-height: 296px; }

#branding { position: relative; height: 242px; }
#branding h1 { padding: 0; margin: 0 0 25px; }
#branding h1 a { display: block; width: 228px; height: 148px; text-indent: -99999px; }
#branding p { font-family: Helvetica, Arial, sans-serif; color: #ec5659; font-size: 1.83em; display: block; width: 228px; text-align: center; }
#branding p a { font-size: 0.63em; color:  #193259; text-decoration: none; display:  block; }

#leftcol, #rightcol { float:  left; clear: none; display: inline; }

#leftcol { width: 230px; min-height: 200px; }
#rightcol { width: 620px; padding: 24px 30px; min-height: 30px; }

#nav ul, #nav li { margin: 0; padding: 0; text-indent: 0; list-style-type: none; display: block; border-top: 1px solid #004768; }
#nav li { border: 1px solid #004768; }
#nav a, #nav a:visited { color: #fff; display: block; height: 24px; line-height: 24px; background: url(/design/nav.gif) no-repeat; padding-left: 29px; text-decoration: none; }

#nav a:hover, #nav a:active,
.home #nav #nav-home a,
.about #nav #nav-about a,
.services #nav #nav-services a,
.affiliations #nav #nav-affiliations a,
.request #nav #nav-request a,
.insurance #nav #nav-insurance a,
.forms #nav #nav-forms a,
.testimonials #nav #nav-testimonials a,
.contact #nav #nav-contact a,
.articles #nav #nav-articles a
{ color: #fff; background: url(/design/nav-active.gif) no-repeat; text-decoration: none; }

#callout, #callout li { margin: 0; padding: 0; text-indent: 0; list-style-type: none; }
#callout li { display: block; background: url(/design/callout.gif) repeat-x; border: 1px solid #94acc5; }
#callout a { color: #193259; text-decoration: none; line-height: 63px; display: block; margin-left: 29px; background: url(/design/check.gif) left center no-repeat; padding-left: 23px; font-size: 1.1em; font-weight: bold; white-space: nowrap; }

#footer { width: 961px; text-align: center; background: #b2c6e0 url(/design/footer-cap.jpg) no-repeat; padding: 38px 0 1px; margin: 0 auto; border-right: 1px solid #4f7f9f; display: block; color: #193259; font-size: 90%; }
#footer a { color: #193259; text-decoration: underline; }

/* * * =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: #0567ae;
}

/* 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: 170px;
	padding: 0 .25em;
	background-color: #0567ae;
	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; }