/***********************************************/
/* endocrin_site.css                            */
/* Use with this CSS with the Hammersmith Hospital Endocrin site   */
/***********************************************/

/***********************************************/
/* General HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	background-color:#1772ae;
	/*background-color:#FFFFFF;*/
	background-image: url(../images/bg.png);
	background-position: left;
	background-repeat: repeat-y;
	font-size: 95%;
}

a:link, a:visited {
	color: #408DE3;
	text-decoration: none;
	font-weight:bold;
	font-size:95%;
}

a:hover {
	text-decoration: underline;
	color:#F8B045;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 160%;
 color: #334d55;
}

h2{
 font-size: 100%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
	list-style-position: outside;
	list-style-image: url(../images/listcube.gif);
}

label{
 	font: bold 100% Arial,sans-serif;
 	color: #334d55;
}

li {
	list-style-image:url(../images/listcube.gif);
	list-style-position: outside;
}
				
ol {
	list-style-image:url(../images/listcircle.gif);
	list-style-position: outside;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#navBar {
	display:none;
}

#masthead{
	/*margin: 1px;*/
	padding: 1px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	text-align:center;
	background-color:#FFFFFF;
	height:auto;
}

#print_mast {
display:block;
font-size:110%;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#000000;
text-align:left;
}

#main_mast{
display:none;
}

#content{
	float:right;
	width: auto;
	margin: 3px;
	padding: 2px 2px 2px 2px;
	clear: none;
	background-color:#FFFFFF;
}

#impress {
	font-weight:bold;
	color:#006699;
}

#blackimpress {
	font-weight:bold;
	color:#000000;
}

#right-lean {
	float:right;
	margin: 1px 2px 1px 2px;
	padding:2px 2px 2px 2px;
}

#left-lean {
	float:left;
	margin: 1px 2px 1px 2px;
	padding: 2px 2px 2px 2px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav, #globalNav img{
	display:none;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 10px 10px 10px;
	font-size: 90%;
}

.feature h3{
	padding: 5px 0px 5px 0px;
	text-align: left;
}

.feature p{
	padding: 0px 0px 10px 0px;
}

.feature img{
	display:none;
}
.feature ol {
	text-align:left;
	text-indent: 10px;
	list-style-position:outside;
}
.feature ol li {
	text-align:left;
	text-indent: 18px;
	list-style-image:url(../images/listcircle.gif);
	list-style-position:outside;
}
.feature ul{
	text-indent: 5px;
	list-style-position:outside;
	list-style:decimal;
	list-style-image:url(../images/listcube.gif);
}
.feature ul li{
	text-align:left;
	text-indent: 10px;
	list-style-image:url(../images/listcube.gif);
	list-style-position:outside;
}	
/* adjust margins to change separation between the feature image and text flowing around it */

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	/*border: 1px solid #cccccc;*/
	border-top:solid;
	border-top-color:#CCCCCC;
	border-top-width:1px;
	border-bottom:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	font-size: 75%;
	color: #B4B4B4;
	padding: 10px 5px 10px 5px;
	margin-top: 0px;
	text-align:center;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	display:none;
}

/************* #search styles ***************/

#search, #search form, #search label{
	display:none;
}

/*********** #navBar link styles ***********/
#navBar, #navBar ul a:link, #navBar ul a:visited, #navBar ul, #navBar li {
	display:none;
}

/*********** #sectionLinks styles ***********/

#sectionLinks, #sectionLinks h3, #sectionLinks a:link,#sectionLinks a:visited, #sectionLinks a:hover, #sectionLinks li{
	display:none;
}

/*********** .relatedLinks styles ***********/

#relatedLinks, #relatedLinks a:link,#relatedLinks a:hover, #relatedLinks h3 {
	display:none;
}