/* PAGE SPECIFIC DIVS */

#second_section{
 width:365px;
 float:left;
 margin:5px 15px 10px 10px;
 padding:30px 15px 15px 20px;
 background-color:#EDF4F8;
 border:solid #B6D3E2;	
 border-width:1px;
}

#third_section{
 float:left;
 width:280px;
 margin:20px 10px 10px 0px;
}

#fouth_section {
 clear:both;
 margin:40px 10px 10px 10px;
}

/* normal format divs */
body {
 background: url(../images/blue_bg.jpg) #fff repeat-x top;
 color:#666666;
 text-align:center;
 padding:0;
 margin:0;
 }
 
#utilities {
	text-align: right;
	margin-right: 15px;
}

#outer {
 text-align:left;
 width:730px;
 margin:auto;
 }

#hdr {
	height:169px;
	color: #FFFFFF;
	position: static;
	background: url('../images/SC_header_noshadow2.jpg') no-repeat;
	width: 730px;
 }

#hdr #nav {
 display: block;
 margin-top: 17px;
 height: 26px;
 width: 730px;
 padding-left: 5px;
 padding-right: 5px;
}

#bar {
 height:25px;
 background:#c0c0c0;
 color: #ffffff;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position: static;
 background: #FFFFFF;
 color: #FFFFFF;
 width: 730px;
 padding: 0;
 margin: 0 auto;
 }

#l-col {
 float: left;
 background: #dcdcdc;
 color: #333333;
 width: 145px;
 }

#cont {
 width: 730px;
 background: #ffffff;
 color: #333;
 text-align: left;
 }

#ftr {
 width: 100%;
 background: #ffffff;
 color: #999999;
 border-top: 3px solid #072966; 
 padding-top: 12px;
 text-align: center;
 }

hr { clear: both; border: 0; background: transparent; }

/* Presentation Stylesheet */ 
.noramlText {
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 line-height:18px;
 color:#333333;
 }

p {
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 line-height:18px;
 color:#333333;
 text-align: justify;
 }

ul { font-size: 12px; line-height:18px; font-family:Arial, Helvetica, sans-serif;}
ul li { margin-bottom: 10px; }
ul.references { list-style-type: decimal; }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
.homepage h1 {
 margin: 0;
 padding-bottom: 10px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 text-transform: uppercase;
 color: #092769;
 letter-spacing:1px;
 height: 50px;
 }

h1 {
 margin: 25px 0 20px 10px;
 padding: 0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 35px;
 font-weight: normal;
 color: #cb2026;
 letter-spacing: 1px;	
}

h2 {
 padding: 0;
 margin: 0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 text-transform: uppercase;
 color: #cb2026;
 letter-spacing:1px;
	height: 20px;
 }

img { border: 0; } 
.img-right { float: right; padding: 10px; }

.important, em {
 font-weight:bold;
 color:#092769;
}

.question em {
 font-weight:bold;
 color:#092769;
}

.answer em {
 text-indent: 0;
 font-weight:bold;
 color:#cb2026;
}

hr.short { border: 1px dashed #a9b4cb; width: 60%; }

a, a:link {
 color: #092769;
 text-decoration:underline;
 font-weight:bold;
}

a:hover, a:active {
 color: #556A97;
 text-decoration: underline;
}
a:visited {
 color: #6A87BA;
}
a.minor, a.minor:link {
 color: #999999;
 font-family:Arial, Helvetica, sans-serif;
 text-decoration:underline;
 text-transform:uppercase;
 font-size:10px;
}
a.minor:hover {
 color:#666666;
}

#hdr a.title {
	text-indent: -10000px;
	display: block;
	width: 100%;
	height: 114px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	z-index: 10;
}

#nav a {
	display: block;
	width: 6em;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}

#nav li ul a { color: #333; }
#nav a:hover { text-decoration: underline;}

#nav li {
	float: left;
	width: 6em;
	margin-left: 10px;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index: 100;
	background: #fff;
	line-height: 13px;
}
#nav li ul li { margin-bottom: 0;}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* size overrides */
#nav li.nav_home, #nav li.nav_home a { width: 45px; height: 25px; }
#nav li.nav_home a { background: url(../images/nav_home.gif) no-repeat 0 0; text-indent: -1000px; border-bottom: 1px solid #6e2026; }
#nav li.nav_home a:hover { background-position: 0 -26px; }

#nav li.nav_about, #nav li.nav_about a { width: 103px; height: 25px; }
#nav li.nav_about a { background: url(../images/nav_about.gif) no-repeat 0 0; text-indent: -1000px; border-bottom: 1px solid #6e2026; }
#nav li.nav_about a:hover { background-position: 0 -26px; }

#nav li.nav_facts, #nav li.nav_facts a { width: 118px; height: 25px; }
#nav li.nav_facts a { background: url(../images/nav_facts.gif) no-repeat 0 0; text-indent: -1000px; }
#nav li.nav_facts ul a:hover {color:#CCC; text-decoration: none; width: 105px; }
#nav li.nav_facts ul { z-index: 101; width: 116px; height: 70px; background: #6e2026; }
#nav li.nav_facts ul a { display: block; height: 50%; background: transparent; color: #fff; text-indent: 0; font-size: 12px; padding: 3px; border: none; }
#nav li.nav_facts ul li { width: 114px; margin: 0; margin: 3px 0px 0px 3px; }
#nav li.nav_facts:hover a, #nav li.nav_facts.sfhover a { background-position: 0 -26px; }

#nav li.nav_prevent, #nav li.nav_prevent a { width: 98px; height: 25px; }
#nav li.nav_prevent a { background: url(../images/nav_prevent.gif) no-repeat 0 0; text-indent: -1000px; border-bottom: 1px solid #6e2026; }
#nav li.nav_prevent ul a:hover {color:#CCCCCC; text-decoration: none;}
#nav li.nav_prevent ul { z-index: 102; width: 105px; height: 26px; background: #6e2026; }
#nav li.nav_prevent ul a { display: block; height: 50%; background: transparent; color: #fff; text-indent: 0; font-size: 12px; padding: 4px; border: none; }
#nav li.nav_prevent ul li { width: 92px; margin: 0; margin: 3px 0px 0px 3px; }
#nav li.nav_prevent:hover a, #nav li.nav_prevent.sfhover a { background-position: 0 -26px; }

#nav li.nav_patient, #nav li.nav_patient a { width: 105px; height: 25px; }
#nav li.nav_patient a { background: url(../images/nav_patient.gif) no-repeat 0 0; text-indent: -1000px; border-bottom: 1px solid #6e2026; }
#nav li.nav_patient a:hover { background-position: 0 -26px; }

#nav li.nav_physician, #nav li.nav_physician a { width: 109px; height: 25px; }
#nav li.nav_physician a { background: url(../images/nav_physician.gif) no-repeat 0 0; text-indent: -1000px; border-bottom: 1px solid #6e2026; }
#nav li.nav_physician a:hover { background-position: 0 -26px; }

#nav li.nav_resources, #nav li.nav_resources a { width: 67px; height: 25px; }
#nav li.nav_resources a { background: url(../images/nav_resources.gif) no-repeat 0 0; text-indent: -1000px; border-bottom: 1px solid #6e2026; }
#nav li.nav_resources a:hover { background-position: 0 -26px; }

#nav ul li a { background-image: none; text-indent: 0; border: 1px solid #6e2026; }

#nav li.active a { background-position: 0 -26px; }

/* body elements */

#hfacts { margin-top:10px; text-align: center; width: 100%; border:1px solid #092769; }
.first_section { margin:0 10px 0 10px; }
.homepage_about { margin:0 10px 0 10px; width: 335px; padding-right: 18px; border-right: 1px solid #a9b4cb; float: left; }
.homepage_news { margin:0; float: left; width: 335px; padding-left: 18px; }
.homepage_news ul { margin: 0; padding: 0;}
.homepage_news ul li { list-style-type: none; color: #333; font-size: 13px; margin-top: 15px; font-weight: bolder; }
.homepage_news ul a { font-size: 12px; }

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

span.underline {
	text-decoration: underline;
}

p, ul, ol, dt, dd {
	width: 90%;
}

#bodyblock {
	width: 650px;
}
