/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
                          
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, html, label, table, tr, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img, a img, :link img, :visited img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
.special{ display:none;}
/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body {
	background:#dfd6a4 url(../images/bg-repeat-x.jpg) top repeat-x;
	text-align:center;
	font:12px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#413400;
}
blockquote {
	margin-left:10px;
	margin-right:10px;
}
h1 {
	font:1.6em Georgia, "Times New Roman", Times, serif;
	color:#413400;
}
h2 {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	color:#26426A;
	clear: both;
}
h3 {
	font:1.2em Georgia, "Times New Roman", Times, serif;
	color:#413400;
}
h3 span {
	font-size:0.9em;
	color:#79703c;
}
h1 span, h2 span {
	display:none;
}
a:link, a:visited {
	color:#24344D;
	text-decoration:underline;
	outline:none;
}
a:hover, a:active {
	color:#24344D;
	text-decoration:none;
	outline:none;
}
h1, h2, h3, p {
	margin-bottom:10px;
}
a#map {
	margin:0 0 10px 0;
	display:block;
}
/* ------------------------ classes ------------------------ */
.clear {
	clear:both;
	width:100%;
}
img.img-left {
	float:left;
	margin:2px 10px 10px 0px;
}
img.img-right {
	float:right;
	margin:5px 0px 10px 10px;
}
/* ------------------------ form elements ------------------------ */
form {
	margin:0 0 15px 0; /* set margin left and right below */
	width: 228px;
}
form label {
	font-size:.95em;
}
form br {
	line-height:0;
	height:0;
} /* defaults vertical spacing between fields */
input, textarea, select {
	border:1px solid #B4790C;
	color:#000;
	width:228px; /* 5 pixles smaller than form width !important */
	height:20px;
	line-height:20px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:2px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}
input {
	background: #FFFFFF url(../images/bg-input.jpg) top repeat-x;
	border:1px solid #FFF;
	margin: 0 0 5px 0;
	padding: 0;
}
select {
	width:150px;
	padding:0;
} /* same width as form - !important */
textarea {
	height:90px;
	overflow:auto;
	background:#FFFFFF url(../images/bg-input.jpg) bottom repeat-x;
	border:1px solid #FFF;
	width: 223px;
}
input#encrypt-form, input#reply-from {
	display:none;
}
input#check-form {
	display:none;
} /* test before you change !! will be display:none;*/
.copyright {
	display:none;
}
/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main {
	margin:20px 0 10px 0;
}
#contact-main label {
	width:220px;
	position:relative;
	display:block;
	text-align:right;
	margin-bottom:10px;
	font-size:1.0em;
}
#contact-main label input, #contact-main label textarea, #contact-main label select {
	width:300px;
	position:absolute;
	left:110%;
	top:-2px;
}
#contact-main label select {
	width:175px;
} /* fixes display issue - 5px larger than input field */
#contact-main label textarea {
	height:100px;
	overflow:auto;
	width: 294px;
}
/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main {
	width:60px;
	height:20px;
	cursor:pointer;
	padding:0;
}
input.submit-contact-main {
	margin:95px 0 0 243px;
} /* defines placement of contact-main submit button */
input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
}
/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#top-wrap {
	background:url(../images/top-wrap.jpg) top center no-repeat;
	width:100%;
}
#wrap {
	background:url(../images/bg-repeat-y.jpg) repeat-y;
	width:1024px;
	margin:0 auto;
	text-align:left;
}
#content-top-wrap {
	background:url(../images/content-top-wrap.jpg) top no-repeat;
	padding:0 12px 0 12px;
	margin: 0;
}
#content-top-wrap .header {
	height:95px;
	position:relative;
	z-index: 1;
}
#content-top-wrap .header a#portal {
	position:absolute;
	display:block;
	height:33px;
	width:240px;
	top:15px;
	left:730px;
}
#content-top-wrap .header a#portal span {
	display:none;
}
#content-top-wrap h2 {
	display:none;
}
#content-top-wrap .content h2 {
	display:block;
	border-bottom: 1px solid #dfd6a4;
	margin: 30px 0 10px 0;
}
#content-top-wrap .content h2.first {
	margin:0 0 10px 0;
}
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url(../images/masthead.jpg);
	height:109px;
}
/* index page link within #masthead */		
	#masthead a.title {
	position:absolute;
	left:55px;
	width:416px;
	top:41px;
	height:48px;
}
#masthead a.phone {
	position:absolute;
	left:789px;
	width:180px;
	top:44px;
	height:40px;
	color: #FFF;
	text-decoration: none;
	font: 16px/18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: right;
}
#masthead a span {
	display:none;
}
/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:712px;
	float:left;
	margin: 0;
	padding: 0;
}
#column-left .content {
	display:block;
	margin:0 30px;
	padding: 0;
	width: 652px;
}
#column-left .content#index-clinic {
	background: url(../images/bg-clinical-trial-repeat.jpg) top repeat-y;
}
#column-left .content#index-clinic .top {
	background: url(../images/bg-clinical-trial-top.jpg) top no-repeat;
}
#column-left .content#index-clinic .clinic-pod {
	display: block;
	padding: 60px 20px 0px 20px;
}
#column-left .content#index-clinic .current-trials {
	display:block;
	background:url(../images/bg-clinical-trial-bottom.jpg) no-repeat top;
	color:#FFC; text-align:center; font-weight:bold; padding:10px;
}
#column-left .content#index-clinic .current-trials a:link, #column-left .content#index-clinic .current-trials a:visited {
	color:#FFF;
	text-decoration:underline;
	outline:none;
}
#column-left .content#index-clinic .current-trials a:hover, #column-left .content#index-clinic .current-trials a:active {
	color:#FFF;
	text-decoration:none;
	outline:none;
}
#column-left .content ul {
	margin-bottom:10px;
}
#column-left .content ul li {
	list-style:disc;
	margin:0 0 0 20px;
}
#column-left .content .split-list li {
	width:320px;
	display:block;
	float:left;
	list-style:none;
	margin: 0 0 10px 0;
	font: 12px;
	height: 22px;
	vertical-align: text-top;
	padding:0;
	font-weight: bold;
}
#column-left .content .split-list li img {
	margin:0;
}
#column-left .content#index-doc {
	background: url(../images/title-index-doctors.jpg) top no-repeat;
	padding-top: 50px;
}
#column-left .content#index-doc h2 {
	display:none;
}
#column-left .content#index-procedures {
	background: url(../images/title-index-professional-service.jpg) top no-repeat;
	padding-top: 50px;
}

#column-left .content#index-procedures h2 {
	display:none;
}
.split-pod {
	width:306px;
	float:left;
	margin: 0 20px 0 0;
}
#column-left .content#index-bottom {
	padding-top: 20px;
}
#content-top-wrap .content .split-pod h2 {
	margin:0 0 10px 0;
}
.content ul.reg-list {
	margin:0 0 10px 0;
}
.content ul.reg-list li {
	list-style:none;
	margin:0 0 10px 0;
	font: 0.9em;
}
body#insurance .content ul.reg-list {
	margin:0 0 10px 0;
}
body#insurance .content ul.reg-list li {
	list-style:none;
	margin:0 0 5px 0;
	font: 0.9em;
	color: #26426A;
}
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:288px;
	float:left;
	margin: 0;
	padding: 0;
}
#column-right .content {
	display:block;
	margin:0 20px;
	padding: 0;
}
p.quick-contact {
	font:10px/14px Arial, Helvetica, sans-serif;
}
#content-top-wrap h2#location {
	background:url(../images/title-index-location.jpg) top no-repeat;
	height:50px;
	display:block;
	margin: 0;
}
/*--	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 0px 10px 0px;
		}

	#column-right form { margin-left:0px; }


	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url(../images/bullet.jpg) 0px 6px no-repeat; 
			padding-left:10px;  
			}


	#column-right ul { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url(../images/bullet.jpg) 0px 6px no-repeat;
			padding-left:10px; 
			float:left;
			width:150px;
			line-height:20px; 
			}


	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url(../images/bullet.jpg) 0px 6px no-repeat; 
			padding-left:10px; 
			margin-left:5px;
			} --*/

/* ------------------------ header framework ------------------------ */
#header-flash {
	height:300px;
} /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {
	height:300px;
}
#header-image {
	height:264px;
	background-image:url(../images/header-image.jpg)
} /* sets height for all non-flash headers */
/* ------------------------ subhead framework ------------------------ */
#subhead {
	height:20px;
} /* sets height for all subheads */
#subhead h1, #subhead span {
	display:none;
}
/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url(../images/bottom-wrap.jpg) bottom no-repeat;
	width:100%;
	clear:both; /* important - do not remove */
	padding-bottom: 40px;
}
/* ------------------------footer framework ------------------------ */
#footer {
	width:1024px;
	margin:0 auto;
	text-align:center;
}
#footer p {
	color:#1b3e5e;
	margin-bottom:10px;
}
#footer a:link, #footer a:visited {
	color:#1b3e5e;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color:#1b3e5e;
	text-decoration: none;
}
#footer ul {
	margin:10px;
}
#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
	display: inline;
	border-left: 1px solid #1b3e5e;
}
#footer li.first {
	border: none;
}
/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */





/* ------------------------ horizontal sprite nav ------------------------ */
#nav {
	background:url(../images/nav.jpg) no-repeat;
	width:1024px;
	height:40px;
	margin:0;
	padding:0;
}
#nav span {
	display: none;
}
#nav li, #nav a {
	height:40px;
	display:block;
} /* change height here also */
#nav li {
	float:left;
	list-style:none;
	_display:inline;
	position:relative;
}
#nav-01 {
	width: 91px;
	margin-left: 25px;
}
#nav-02 {
	width: 111px;
}
#nav-03 {
	width: 139px;
}
#nav-04 {
	width: 176px;
}
#nav-05 {
	width: 199px;
}
#nav-06 {
	width: 124px;
}
#nav-07 {
	width: 134px;
}
/*-------------- (-79px) X position of button / (-40px) height of image from above ------------- */
#nav-01 a:hover {
	background:url(../images/nav.jpg) -25px -40px no-repeat;
}
#nav-02 a:hover {
	background:url(../images/nav.jpg) -116px -40px no-repeat;
}
#nav-03 a:hover {
	background:url(../images/nav.jpg) -227px -40px no-repeat;
}
#nav-04 a:hover {
	background:url(../images/nav.jpg) -366px -40px no-repeat;
}
#nav-05 a:hover {
	background:url(../images/nav.jpg) -542px -40px no-repeat;
}
#nav-06 a:hover {
	background:url(../images/nav.jpg) -741px -40px no-repeat;
}
#nav-07 a:hover {
	background:url(../images/nav.jpg) -865px -40px no-repeat;
}
/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */

#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#263248;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	z-index:10;
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #606978;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }


/* Hover styles for drop down items */
#nav-03 ul a:hover, #nav-04 ul a:hover , #nav-05 ul a:hover { 
	background-image:none;
	background-color:#111720;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:180px; }		
#nav-04 ul, #nav-04 li { width:180px; }
#nav-05 ul, #nav-05 li { width:180px; }

