/* CSS Document */
body {
	margin:0;
	padding:27px 0 50px;
	font:11px "Arial", Helvetica, sans-serif;
	color:#1b1819;
	background:#dae5e9;
}

blockquote{
	margin: 5px 30px 15px 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	color: #777;
}
blockquote cite {
	margin: 0px 0 0;
	display: block;
	}
	
div, p, img, a, ul, ol, h1, h2, h3, h4, h5, form, input, textarea, select {
	margin:0;
	padding:0;
}
a, a:focus {
	outline:none;
	text-decoration:none;
}
ul {
	list-style: none;
}
img {
	display:block;
	border:none;
}
.spacer {
	font-size:0;
	line-height:0;
	clear:both;
}
input, textarea, select {
	font:11px/12px Arial, Helvetica, sans-serif;
}

/*---------- WRAPPER --------*/

#wrapper {
	width:920px;
	margin:0 auto;
	background:url(../images/shadow-right.gif) 100% 0 repeat-y; 
}
#wrapper div.topCurve {
	background:url(../images/top-corners.gif) 0 100% repeat-x;
	height:40px;
}
#wrapper div.topCurve span {
	background:url(../images/top-corners.gif) 0 -40px no-repeat;
	display:block;
	height:40px;
	margin:0 34px 0 0;
}
#wrapper div.topCurve span.right {
	background-position:100% 0;
	margin:-40px 0 0 34px;
}

/*--------- CONTAINER ----------*/

#container {
	margin-right:19px;
	background:#fff;
	color:#000;
}

/*------- HEADER -------*/

div.header {
	width:901px;
	padding-top:22px;
	background:url(../images/header-bg.gif) 0 0 repeat-y;
	position:relative;
}
div.header img.logo {
	position:absolute;
	left:35px;
	top:-27px;
}
div.header img.clinical {
	position:absolute;
	right:15px;
	top:-20px;
}

/*------------ MAIN MENU -------------*/

div.mainNav {
	height:53px;
	background:#769bc8;
	color:inherit;
}
div.mainNav ul {
	font-size:12px;
	line-height:53px;
	height:53px;
	text-transform:uppercase;
	padding-left:19px;
	
}
div.mainNav ul li {
	float:left;
	padding-right:17px;
}
div.mainNav ul li.right {
	padding-right:0;
}
div.mainNav ul li a {
	color:#fff;
	background-color:inherit;
}
div.mainNav ul li a:hover,
div.mainNav ul li a.active {
	color:#c8e1ff;
	background-color:inherit;
}

/*------------- BODY -----------*/

div.bodyCont {
	overflow:hidden;
	height:100%;
	border-left:#c9cdcf 1px solid;
	padding:17px 0 28px 19px;
}
div.bodyCont h2 {
	color:#02588f;
	background-color:inherit;
	font-size:12px;
	line-height:16px;
	text-transform:uppercase;
}
div.bodyCont h2.bottomPad {
	padding-bottom:16px;
}
div.bodyCont p {
	padding-bottom:18px;
}
div.bodyCont ul.bodyList {
	padding-bottom:18px;
	list-style: disc;
	margin-left: 1.5em;
}
div.bodyCont ul.bodyList li {
	padding-left:55px;
	/*background:url(../images/bullet-body.gif) 0 8px no-repeat;*/
}
div.bodyCont a {
	color:#0061a0;
	background-color:inherit;
}
div.bodyCont a:hover {
	text-decoration:underline;
}



/*-------- LEFT PANEL ---------*/

div.leftPan {
	width:202px;
	float:left;
	margin-right:10px;
}
div.leftPan p.noPad {
	padding-bottom:0;
}
div.leftPan ul {
	padding-bottom:18px;
}
div.leftPan ul li {
	/*background:url(../images/bullet-left.gif) 0 6px no-repeat;*/
	list-style: disc;
	padding:0 0 4px 12px;
	margin-left: 1.5em;
}

/*-------- MIDDLE PANEL ---------*/

div.midPan {
	width:448px;
	float:left;
	margin-right:10px;
}

/*-------- RIGHT PANEL -------*/

div.rightPan {
	width:200px;
	/*font-size:10px;*/
	line-height:14px;
	float:left;
}
div.rightPan ul.bodyList li {
	padding-left:15px;
}
div.rightPan div.blueBlock {
	background:#dee7f2;
	color:inherit;
	padding:25px 8px 0 12px;
	margin-bottom:35px;
	height:100%;
}
div.rightPan div.blueBlock .call {
	color:#0061a0;
	background-color:inherit;
	font-size:22px;
	line-height:26px;
}
div.rightPan div.block {
	padding:0 12px 0 18px;
}
div.rightPan div.block p.quote {
	font-size:13px;
	line-height:18px;
	font-style:italic;
	color:#015891;
	background-color:inherit;
}


/*------------- BODY BOTTOM CURVE -------------*/

div.bottomCurve,
div.bottomCurve span {
	height:17px;
	font-size:0;
	background:url(../images/body-bottom-curve.gif) 0 100% repeat-x;
}
div.bottomCurve span {
	display:block;
	margin:0 16px 0 0;
	background-position:0 0;
	background-repeat:no-repeat;
}
div.bottomCurve span.right {
	background-position:100% -17px;
	margin:-17px 0 0 16px;
}

/*------------ FOOTER ----------*/

div.footer {
	background:#57575a;
	color:#a8a9ac;
	height:66px;
	border-left:#9a9fa3 1px solid;
	line-height:75px;
	font-size:15px;
	padding:0 16px 0 14px;
	position:relative;
	width:870px;
}
div.footer a {
	color:#a8a9ac;
	background-color:inherit;
}
div.footer a:hover {
	color:#fff;
	background-color:inherit;
}
div.footer p.links {
	font-size:11px;
}
div.footer p.number {
	margin:-75px 0 0 0;
	text-align:center;
}
div.footer p.email {
	margin:-75px 0 0 0;
	text-align:right;
}
div.footer p.copyright {
	position:absolute;
	bottom:-38px;
	left:6px;
	font-size:11px;
	line-height:18px;
}

/*---------- FOOTER BOTTOM CURVE ---------*/

div.footerBottom,
div.footerBottom span {
	height:30px;
	font-size:0;
	background:url(../images/footer-corners.gif) 0 100% repeat-x;
}
div.footerBottom span {
	display:block;
	margin:0 36px 0 0;
	background-position:0 -30px;
	background-repeat:no-repeat;
}
div.footerBottom span.right {
	background-position:100% 0;
	margin:-30px 0 0 36px;
}


/*------------ CLAIM FORM -----------*/

div.form {	
	font-size:10px;
	line-height:14px;
	font-weight:bold;
}
div.form p.fieldCont {
	height:45px;
	padding:0;
}
div.form p.fieldContTextArea {
	padding:0;
	height:150px;
}
div.form label {
	display:block;
	height:16px;
}
div.form p.fieldCont input {
	width:170px;
	height:18px;
	color:#333;
	background-color:#f5faff;
	border:#a8bdd7 1px solid;
	padding:2px 0 0 2px;
}
div.form p.fieldContTextArea textarea {
	width:170px;
	height:110px;
	color:#333;
	background-color:#f5faff;
	border:#a8bdd7 1px solid;
	padding:2px 0 0 2px;
}
div.form p.buttons {
	height:40px;
}
div.form p.buttons input {
	width:80px;
	height:35px;
	cursor:pointer;
}
div.blueBlock div.form {
	display:none;
}
div.form .small {
	font-size:11px;
	line-height:14px;
}
div.form div.radio {
	height:100%;
	overflow:hidden;
	padding:0 0 15px;
}
div.form div.radio input {
	width:15px;
	height:15px;
	margin:2px 5px 0 0;
	padding:0;
	float:left;
}
div.form div.radio u {
	text-decoration:none;
	display:block;
	float:left;
	padding:0 8px 5px 2px;
	line-height:18px;
	font-weight:normal;
	width:290px;
}
div.form div.radio u.small {
	width:100px;
	font-size:12px;
}
div.form div.radio u.medium {
	width:150px;
}
div.form div.radioCont {
	width:320px;
	float:left;
}

/*-------------- CONTACT US PAGE ------------*/
div.midPan div.form {
	font-size:12px;
	line-height:18px;
}
div.midPan div.form label {
	display:block;
	width:160px;
	float:left;
	height:20px;
}
div.midPan div.form p.fieldCont {
	height:37px;
}
div.midPan div.form p.fieldContTextArea {
	height:130px;
}
div.midPan div.form p.fieldContTextArea textarea {
	float:left;
	background-color:#fff;
	border-color:#677f94;
	color:inherit;
	width:238px;
}
div.midPan div.form p.fieldCont input {
	float:left;
	height:19px;
	width:238px;
	padding-top:3px;
	background-color:#fff;
	color:inherit;
	border-color:#677f94;
}
div.midPan div.form p.buttons {
	padding-left:160px;
}

/*-------------- OUR PEOPLE -------------*/

div.midPan p.backTop {
	font-size:12px;
	text-align:right;
}
div.midPan p.backTop a {
	background:url(../images/back-top-icon.gif) 100% 4px no-repeat;
	padding-right:17px;
}

/*----------- Q & A PAGE --------*/

.italicLetter {
	font-style:italic;
}

/*----------- SPLASH PAGE ---------*/

div.splash {
	width:920px;
	margin:0 auto;
	position:relative;
}
div.splash img.logo {
	position:absolute;
	left:28px;
	top:20px;
}
div.splash p.copyright {
	font-size:10px;
	color:#fff;
	background-color:inherit;
	margin-top:-10px;
}



.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
