@charset "utf-8";
/* CSS Document */

/* Reset Defaults */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, ul, li, form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em; /*Set text size to be dynamic*/
	line-height:150%;
	text-align:center;
	background-color:#FFF;
	background-image:url(images/gradient.jpg);
	background-repeat:repeat-x;
}

.justBoldIt{
	font-weight:bold;
}

.accordianTitle{
	font-weight:bold;
	background-color:#D5D7E3;
}

.accordianContent{
	background-color:#FFC;
}

.accordianTitle2{
	font-weight:bold;
	/*background-color:#CB9384;*/
	background-color:#b50043;
	padding:5px 0px 5px 5px;
	margin:0px 0px 1px 0px;
}

.accordianContent2{
	background-color:#EAD2CC;
	padding:0px 25px 0px 25px;
	margin:0px 0px 2px 0px;
}

.boldedRED{
	font-weight:bold;
	color:#F00;
}

.boldedMAROON{
	font-weight:bold;
	color:#A50031;
}

.BoldandCenter{
	font-weight:bold;
	text-align:center;
}

a:link{
	color:#00619A;
	text-decoration:none;
}

a:visited{
	color:#00619A;
	text-decoration:none;
}

a:hover{
	color:#A50031;
	text-decoration:none;
}

a:active{
	color:#000;
}

p {
	font-size:1.1em;
}

.NormalUL {
	list-style:dics outside;
	padding-left:25px;
	font-size:1.1em;
}
	
.IndentParagraph {
	text-indent:25px;
}

.CenteredParagraph{
	text-align:center;
}

h1 { 
	font-size:1.2em;
}

h2 {
	font-size:1.1em;
}

h3 {
	font-size:1em;
}

/* If any container uses floats, be sure to include overflow:hidden */

/* Top Nav Bar */
#mainContainer {
	width:955px;
	margin: 0px auto;
	text-align:left;
}

#topNavBar {
	width:100%;
	height:20px;
	text-align:right;
	font-size:12px;
}

#topNavBar ul {
	list-style:none;
}

#topNavBar li {
	display:inline;
	padding:5px 5px;
}

/* Entire Header Area */

#header {
	width:100%;
	overflow:hidden;
}

#logo {
	float:left;
}

#address {
	text-indent:80px;
	font-style:italic;
	font-size:12px;
}

#searchBar {
	float:right;
}

#searchButton {
	color:#FFF;
	border-style:solid;
	border-width:1px;
	border-color:#000;
	background-color:#090;
}

.smallTextItalics {
	font-style:italic;
	font-size:9px;
}

#phonelisting {
	font-style:italic;
	font-weight:bold;
	font-size:18px;
	color:#00619A;
	margin-top:6px;
	padding-bottom:3px;
}

/* Main Navigation Menu */

#navBar {
	background-color:#00619A;
	color:#FFF;
	width:100%;
	font-size:13px;
	padding:5px 0px;
	text-align:center;
	font-weight:bold;
}

#navBar ul {
	list-style:none;
}

#navBar li {
	display:inline;
	padding:5px 0px;
}

#navBar a:link {
	color:#FFF;
	text-decoration:none;
}

#navBar a:visited {
	color:#FFF;
	text-decoration:none;
}

#navBar a:hover {
	color:#FF0;
	text-decoration:none;
}

#navBar a:active {
	color:#F00;
	text-decoration:none;
}

/* Sub Navigation Menu */

#SubNavBar {
	background-color:#FFF;
	color:#000;
	width:100%;
	font-size:11px;
	padding:2px 0px;
	text-align:left;
}

#SubNavBar ul {
	list-style:none inside url(http://www.shh.org/images/submenu_bullet.gif);
}

#SubNavBar ul ul {
	list-style-image:url(http://www.shh.org/images/submenuDROP_bullet.gif);
}

#SubNavBar li {
	padding:0px 0px;
}

#SubNavBar a:link {
	color:#00619A;
	text-decoration:none;
}

#SubNavBar a:visited {
	color:#00619A;
	text-decoration:none;
}

#SubNavBar a:hover {
	color:#A50031;
	text-decoration:none;
}

#SubNavBar a:active {
	color:#000;
}

/* Ad Area */

#mainAds {
	background-color:#FFFFFF;
	margin:8px 0px;
	width:100%;
	height:167px;
}

/* Content Area Main Page*/

#content {
	background-color:#FFF;
	margin:0px 0px;
	width:100%;
	height:325px;
	overflow:hidden;
}

#subnav {
	width:200px;
	float:left;
	height:325px;
	margin:0px 8px 0px 0px;
	background-color:#FFF;
	background-image:url(images/div_subnav.jpg);
	background-repeat:no-repeat;
}

#subnavMenu {
	font-size:12px;
	margin:0px auto;
	padding-top:45px;
	padding-left:10px;
	padding-right:10px;
}

#news {
	width:500px;
	float:left;
	overflow:hidden;
	height:325px;
	margin:0px 4px 0px 0px;
	background-color:#FFF;
	background-image:url(images/div_news.jpg);
	background-repeat:no-repeat;
}

#newsContent{
	width:290px;
	float:left;
	height:250px;
	margin-top:55px;
	margin-left:15px;
	font-size:12px;
	overflow:scroll;
}

#newsPicture{
	width:158px;
	height:250px;
	margin-left:15px;
	float:left;
	margin-top:55px;
	border-style:none; /*update this depending on the picture*/
	border-width:1px;
	border-color:#666;
}

#features {
	width:239px;
	float:left;
	height:325px;
	margin:0px 0px 0px 0px;
	background-color:#FFF;
}

#footer {
	width:100%;
	font-size:10px;
	overflow:hidden;
}

#footerLeft{
	float:left;
	text-align:left;
}

#footerRight{
	float:right;
	text-align:right;
}

/* Content Area Sub Pages - 3 Column */

#contentSubPageWrapper {
	background-color:#FFF;
	margin:0px 0px;
	width:100%;
	overflow:hidden;
}

#subPageNav {
	width:250px;
	float:left;
	margin:10px 8px 0px 0px;
	background-color:#FFF;
}

#spnTop {
	width:250px;
	height:39px;
	background-image:url(images/sub_nav_top.jpg);
	background-repeat:no-repeat;
}

#spnTopText {
	padding-top:7px;
	font-size:14px;
	text-align:center;
}

#spnContentHolder {
	width:250px;
	background-image:url(images/sub_nav_middle.jpg);
	background-repeat:repeat-y;
	padding-top:1px;
	padding-bottom:1px;
}

#spnContent {
	padding-left:5px;
	padding-right:10px;
	margin:0px auto;
}

#spnBottom {
	width:250px;
	height:16px;
	background-image:url(images/sub_nav_bottom.jpg);
	background-repeat:no-repeat;
}

#mainContentWrapper {
	width:450px;
	float:left;
	margin:10px 8px 0px 0px;
}

#mainContentWrapper2 {
	width:697px;
	float:left;
	margin:10px 0px 0px 0px;
}

#mainContentWrapper3 {
	width:100%;
	float:left;
	margin:10px 0px 0px 0px;
}

#breadcrumb {
	width:100%;
	height:34px;
	background-image:url(images/breadcrumb_background.jpg);
	background-repeat:repeat-x;
}

#subPageFeatures {
	width:239px;
	float:left;
	margin:10px 0px 0px 0px;
}

.ULwithImage {
	list-style:none inside url(images/bullet.jpg);
}

#iWantTo {
}

.horizontalLine {
	border-style:dashed;
	border-bottom-color:#FFF;
	border-left-color:#FFF;
	border-right-color:#FFF;
}

#nationalHealth {
	width:219px;
	height:138px;
	font-size:12px;
	overflow:auto;
}
.boldit {
	font-weight: bold;
}

