@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
	background-color:#d7e7f4; /*- per Nikki's request 3/23/09*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;/* declaring % in body, and ems in individual tags works around an IE6 bug*/
	text-align:center;
	/*background-image: url(../images/backgrounds/body_bkgrd.jpg); - removing per Nikki's request 3/23/09
	background-repeat: repeat-x;*/
}
#wrapper, #header, #content, #footer {
	text-align:left;
}
#wrapper {
	margin:0 auto;
	width:800px;
	border-right:1px solid #555;
	border-bottom:1px solid #555;
	border-left:1px solid #555;
}
#header img {
	border:none;
	margin:0;
	padding:0;
}
#tagline {
	background-color:#a80532;
	height:20px;
}
#tagline p {
	font-size:0.85em;
	color:#fff;
	text-align:right;
	padding:3px 12px;
/*	font-variant: small-caps;*/
}
#content {
	float:left;
	width:800px;
	background-image:url(../images/backgrounds/pg_bkgrd.jpg);
	border-top:1px solid #555;
	border-bottom:1px solid #555;
}
#breadcrumb {
	background: #ebe7ce;
	position: relative;
	padding:3px 0;
	width: 618px;
	left: 182px;
	border-bottom: 1px solid #CCCCCC;
}
#breadcrumb p {
	color:#999;
	font-size:12px;
	margin:0px 12px;
}
#breadcrumb a {
	color: #999999;
	text-decoration: none;
}
#left {
	float:left;
	width:180px;
	padding:0;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#left #sidebar {
	margin:0;
	padding:0;
}
#left #sidebar h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #093555; /*was #a80532 - changed 12/29/2011 per Amanda*/
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left:12px;
	margin-right:-1px;
	text-align: left;
	letter-spacing: 0.1em;
	font-weight:normal !important;
}
#left #sidebar p {
	line-height: 1.4em;
	margin: 6px 6px 6px 10px;
}
#left #sidebar p a {
	font-weight: normal;
	color: #00539b; /* was #0533a6 - changed 12/29/2011 */
	/*background-image: url(../images/backgrounds/arrow_white.gif);
	background-repeat: no-repeat;
	padding-left: 10px;*/
	background-position: 0px 4px;
	font-size: 11px;
	line-height: 1.8em;
	text-decoration:none;
}
#left #sidebar p a:link {
	text-decoration:none;
}
#left #sidebar p a:visited {
	text-decoration:none;
}
#left #sidebar p a:hover {
	text-decoration:underline;
}
#left #sidebar p a:active {
	text-decoration:underline;
}
#left #sidebar p a.none {
	font-weight: bold;
	color: #0533a6;
	background-image: none;
	font-size: 11px;
	line-height: 1.8em;
}
#main {
	float:left;
	width:405px;
	margin:0;
	padding:12px 0 20px 14px;
}
#main h1.home {
	font-family: AGaramond, Georgia, "Times New Roman", Times, serif;
	color: #444444;
	font-size: 18px;
	font-weight: normal;
	margin-bottom:0.5em;
}
#main h1 {
	font-family: AGaramond, Georgia, "Times New Roman", Times, serif;
	color: #444444;
	font-size: 24px;
	font-weight: normal;
	margin-bottom:0.5em;
}
.publication {
	font-style:italic;
}
#main h2 {
	font-size: 1.2em;
	color: #0553A6;
	font-weight: normal;
	margin-top:-0.75em;
	margin-bottom:1em;
	text-transform:uppercase;
}
#main h3 {
	font-size: 1em;
	line-height: 1.4em;
	color: #07539F;
	margin:.5em 0 0; /*was 1em 0 0.5em 0 - changed 1/9/2012*/
	text-transform:uppercase;
}
#main h4 {
	font-size: 0.9em;
	line-height: 1.3em;
	color: #07539F;
	margin:.5em 0 0;
	text-transform:uppercase;
}

#main h5, h6 {
	font-size: 11px;/*was 0.85em as of 12/29/2011, changed from 8.0 7/21/2011 by Greg*/
	line-height: 1.4em;
	font-weight: normal;
	color: #0052A4;
	margin:.5em 0;
}
#main p {
	margin: 0 0 1em 0;
	line-height:1.5em;
	font-size:0.9em;
	color:#333;
}
#main a {
	color: #00539b; /*was #0052a4 - changed 12/28/2011 */
	text-decoration: none;
}
#main a:link {
	color: #00539b; /*was #0052a4 - changed 12/28/2011 */
	text-decoration: none;
}
#main a:visited {
	color: #00539b; /*was #0052a4 - changed 12/28/2011 */
	text-decoration: none;
}
#main a:hover {
	color: #00539b; /*was #0052a4 - changed 12/28/2011 */
	text-decoration: underline;
}
#main a:active {
	color: #00539b; /*was #0052a4 - changed 12/28/2011 */
	text-decoration: underline;
}
#main ul, ol {
 margin:1 .em 2em;
	font-size:0.9em;
	margin: 1.5em 2.5em;
	color:#333;
}
#main ul li, #main ol li {
	margin-top:1em;
}
#main ul li ul, #main ol li ol {
	font-size:100%;
}
#main ul li{
	list-style-image:url("../images/backgrounds/square.gif");
	line-height: 1.4em;
}
#main li ul li { 
        list-style-image:url("../images/backgrounds/round.gif");
		line-height:1em;
}
#main #callout {
	margin:12px 0;
	padding: 12px;
	/*border: 4px solid #91b6bc;*/
	background-color: #093555;
}
#main #callout  img {
	float: left;
	border:1px solid #333;
	margin: 4px 10px 10px 0;
	margin-bottom: 10px;
	overflow: visible;
}
#main #callout h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #ffed29;
	margin: 0;
	text-align:center;
	font-weight:normal;
	text-transform:none;
}
#main #callout p {
	color:#ffed29;
	text-align:center;
	font-size:12px;
	padding: 0;
	margin:0;
}
#main #callout a {
	color:#ffed29;
	text-decoration:underline;
}
.actionLink {
	font-weight: bold;
	color: #0533a6;
	background-image: url(../images/backgrounds/arrow_white.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 4px;
	font-size: 0.95em;
	line-height: 1.5em;
}
#main div.image {
	margin:3px 0 5px 0;
	padding:0;
/*	max-width:365px;*/
}
#main div.right {
	float:right;
	margin-left:1em;
}
#main div.left {
	float:left;
	margin-right:1em;
}
#main div.image img {
	border:solid 1px #555;
}
#main div.image p {
	font-size:.8em;
	line-height:1.4em;
	margin:0;
	padding:.5em 0;
}
#main .caption {
	font-size:.8em;
	line-height:1.4em;
	margin:0;
	padding:.5em 0;
}
#main div.no-border img {
	border:0;
}
#main #archive {
	 float:right; 
	 padding:5px 10px; margin:
	 6px 0 6px 12px; width:125px; 
	 border-top:2px solid #ccc; 
	 border-bottom:2px solid #ccc;
}
#main .photoLarge {
	 width:400px; 
	 margin-bottom:16px;
	 font-size:10px;
}
#main table.clinical {
	width:400px;
	margin-bottom:16px;
	border-collapse:collapse;
}
#main table.clinical td {
	padding:6px 12px;
	background-color:#f4edd8;
	font-size:0.9em;
}
#main table.clinical td.alt {
	background-color:#f8f4e6;
}

	
	
/*--------------image styles-------*/
/*.right {
	float: right;
	margin-left: 1em;
	margin-top:1.5em;
}
#main .right .caption {
	font-size: 0.75em;
	line-height: 1.4em;
	margin-top: .5em;
}
.left {
	float: left;
	margin-right: 1em;
	margin-top:1.5em;
}
#main .left .caption {
	font-size: 0.75em;
	line-height: 1.4em;
	margin-top: .5em;
}
#main img {
	border:1px solid #333;
}*/
/*-------------- end image styles-------*/
#right {
	float:right;
	width:160px;
	margin:0;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 6px;
}
#right h3 {
	color: #333;
	font-size: 1.01em;
	letter-spacing: 0.125em;
	font-variant: small-caps;
}
#right p {
	font-size: 0.85em;
	line-height: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
#right  a {
	color: #a24;
}

#right .buttons {
	margin-bottom:16px;
	margin-left:3px;
}
#clear {
	clear:both;
}
#footer {
	background-color:#fff;
	padding-top:1em;
}
#footer #footerLinks {
	text-align: center;
}
#wrapper #footer #footerLinks p {
	font-size: 0.9em;
	line-height: 1.4em;
}
#footerLinks  a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#footerLinks a:link {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#footerLinks a:visited {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#footerLinks a:hover {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
#footerLinks a:active {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
#footerLinks p img {
	margin-top: 1em;
}
#footer #copyright {
	font-size: 0.75em;
	line-height: 1.4em;
	text-align: center;
	margin-top: 2em;
}
.phoneNumber {
	font-weight: bold;
}
.address {
	font-size: 0.9em;
	line-height: 1.3em;
	font-style: italic;
}

a.subTitle {
	text-decoration:none !important;
	text-transform:none !important;
}
table#usnews {
	background-color: #EEF5FC;
	color: #333;
	width: 400px;
	border-collapse:collapse;
	border:solid 2px #699; 
}
table#usnews td {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.titleDate {
	font-size:0.75em;
	color:#333;
	text-transform:none;
}
.video {
	background-image: url(../images/backgrounds/video.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding: 12px;
	height: 270px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}

