/* HTML tag styles */


body{
	font-family: Arial,sans-serif;
	color: #333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(images/band.gif);
	background-repeat: repeat-y;
	background-position: left;
}

a:link, a:visited, a:hover {
	color: #069;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #334d55;
	margin-top: 35px;
}

h2{
 font-size: 130%;
 color: #465671;
}

h3{
	font-size: 120%;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h4{
	font-size: 110%;
	font-weight: bold;
	color: #003261;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
/* -----------------Layout Divs------------------------- */

#wrap {
	margin-left: 23px;
}

#masthead{
	margin: 0;
	padding: 0px;
	border-bottom: none;
	width: 100%;
	background-image: url(images/fill_mast.gif);
	background-repeat: repeat-x;
	height: 104px;
}
#tagline{
	position:absolute;
	top: 74px;
	left: 243px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	white-space: nowrap;
}

/************ page styles ************/
#pagecontent{
	position:absolute;
	top: 104px;
	left: 23px;
	right: 0;
	width:100%;
	background-image: url(images/side.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#navBar{
	float: left;
	width:170px;
	padding: 0px;
	border-right: 1px solid #ccc;
	font: small Verdana,sans-serif;
	/*clear: both;*/
	background-color: #feecd6;
}

#content{
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 200px;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
	color: #ccc;
	position: absolute;
	right: 30px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	padding: 0px;
	margin: 0 20px 10px 10px;
	float: right;
}

.txtMed {
	font-size: 110%;
	font-weight: bold;
	color: #455C87;
}


/************** .story styles *****************/

.story{
	/*clear: both;*/
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #ccc;
	font-size: 75%;
	color: #666;
	padding: 10px;
	background-color: #FFFFFF;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #ccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #eee;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/* ------------------- Subpages navigation ------------------ */

#navBar ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

#navBar li { margin: 0; }

#sectionLinks a {
display: block;
padding: 5px 0 5px 10px;
width: 159px;
color: #000;
background-color: #feecd6; 
text-decoration: none;
border-top: 1px solid #eee;
border-left: 1px solid #fff;
border-bottom: 1px solid #333;
font-weight: bold;
font-size: .8em;
}

#sectionLinks a:hover {
color: #666;
}

#sectionLinks ul ul li { margin: 0; }

#sectionLinks ul ul a {
display: block;
padding: 5px 5px 5px 20px;
width: 144px;
color: #000;
background-color: #feecd6;
text-decoration: none;
font-weight: normal;
}

#sectionLinks ul ul a:hover {
color: #ccc;
text-decoration: none;
}

#sectionLinks a.selection, #sectionLinks a.selection:hover {
color:#fff;
font-weight: bold;
background-color: #B65C3B;
text-decoration: none;
border-top: 1px solid #feecd6;
border-left: 1px solid #feecd6;
border-bottom: 1px solid #fff;
}
#sectionLinks ul ul a.selection, #sectionLinks ul ul a.selection:hover {font-weight: normal;}
/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks li{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

.relatedLinks h3{
	padding: 10px 0px 6px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.txtMeds {
	font-size: 110%;
	color: #666666;
	font-weight: bold;
}
.highlite {
	color: #FF0000;
}
.clear {
	clear: both;
}
.style1 {font-weight: bold}
.style3 {color: #000000}
.style4 {color: #999999}