/*
-------------------------------------------------------------------------------
St Hughs Hospital website css 2005 © www.bluestormnewmedia.co.uk
-------------------------------------------------------------------------------
*/
/*<group=Reset>*/
* {padding:0; margin:0;}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 1em 0; }
li, dd { margin-left:1em; padding-bottom:.3em;}
fieldset { padding: .5em;}
/*</group>*/

/*<group=HTML elements>*/
body {
	font: 11pt "Trebuchet MS", sans-serif;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	color: #EE44A1;
	background: #E5E6E6 url(images/i_bg.gif) top left repeat;
}
p {
	margin-top: 0; 
}
/*</group>*/

/*<group=Links>*/
a:link {
	color: #871838;
}
a:visited {
	color: #354B6B;
}
a:hover {
	color: #354B6B;
	text-decoration: underline;
}
a:active {
	color: #354B6B;
	text-decoration: underline;
}
/*</group>*/

/*<group=Lists>*/
ul {
}
ul li {
}
/*</group>*/
.clear {clear:both;margin:0;padding:0;height:1px;}

#container {
	margin: 0px auto;
	/*width: 760px;*/
	width: auto;
	text-align: left;
	padding: 0;
}
#top-wrapper {
display: none;
}

h1#logo {
display: none;
}
#address {
display: none;
}

/* ------ MAIN NAVIGATION  -----------------------------------------*/
#mainnav {
display: none;
}


/*SUB NAV  ------------------------------------------------------*/

/*--------------------------------------*/

#inner-wrapper {
float: none;
margin:0;

}
#newsHome {
display: none;
}
/*--------------------------------------*/
#content {	
	padding: 0;	
	width: auto;
	font: 11pt "Trebuchet MS", sans-serif;
	color: #000;

}
* html #content {
width: auto;
}
#footer {
display: none;
}



/* ---- HEADERS ----------------------------*/
h1 {
	color: #3BA5FA;
	background: url("images/i_underlineHeader.gif") no-repeat bottom left;
	padding: 0px 0px 0.5em 0px;
	font: bold 120% "Trebuchet MS", sans-serif;
}
h2 {
	color: #3BA5FA;
	background: url("images/i_underlineNav.gif") no-repeat bottom left;
	padding: 0px 0px 0.5em 20px;	
	font: bold 120% "Trebuchet MS", sans-serif;
}
h3 {
	color: #3BA5FA;
	background: url("images/i_underlineNavgrey.gif") no-repeat bottom left;
	padding-bottom: 0.5em;
	font: bold 120% "Trebuchet MS", sans-serif;
}
h4 {
	color: #871838;
	padding: 0px 0px 0.5em  0px ;
	font: bold 100% "Trebuchet MS", sans-serif;
	line-height:100%;
	margin:0;
}
h5 {
	color: #871838;
	background: url("images/i_underlineHeader.gif") no-repeat bottom left;
	padding: 0px 0px 0.5em  0px ;
	font: bold 100% "Trebuchet MS", sans-serif;
}
h6 {
	color: #871838;
	padding: 0px 0px 0.5em  0px ;
	font: bold 90% "Trebuchet MS", sans-serif;
	line-height:100%;
	margin:0;
}

/* ---- IMAGES ----------------------------*/
img#mainimg {
display: none;
}

#content img {
display: none;
}

img#bodyLeft {
display: none;	
}

img#divide {
display: none;
}

img {
display: none;
}

img#VT {
display: none;
}
img.smallpic {
display: none;
}
/*-----FORM----------------------*/
fieldset {
	margin: 0 0 1em 0;
	padding: 6px 10px 15px 10px;
	border: 1px solid #ccc;
}
fieldset:hover {
	background: #f5f5f5;
}
input#submitbutton {
	font-size: 90%;
	font-weight: bold;
	background-color: #3BA5FA;
	border: 1px solid #871838;
	clear: both;
	padding: .2em;
	display: block;
	width: 58px;
}
legend {
	font-weight: bold;
	color: #871838;
	margin: 0;
	padding: 0.5em;
}
label {
	display: block;
	margin: 0 0 .3em 0;
}
input {
	font-size: 95%;
}
input.input {
	width: 250px;
	border: 2px solid #CCC;
	padding: 1px;
	display:block;
}
input.input:focus {
	border: 2px solid #666;
}
/*-----/ FORM----------------------*/
#ipix {
float: left;
width: 235px;
height: 175px;
padding-top: 20px;
}

#vt {
float: right;
width: 240px;
padding-top: 20px;
}

#flash {
padding:0;
margin:0;
float: right;
border: none;
border-left:2px dashed #3BA5FA;
}
/*-----------------------------------------*/
.readmore {
margin: 1em 0 0 0;
padding: 0;}

.readmore a{
color: #3BA5FA;
font-size: 90%;
font-weight: bold;
text-decoration: none;
padding:  0.1em 0 0 0;
}
				
.readmore a:visited {
color: #616163;
font-weight: bold;
text-decoration: none;}
				
.readmore a:hover {
color: #3BA5FA;
font-weight: bold;
text-decoration: underline;}
				
.readmore a:active {
color: #3BA5FA;
font-weight: bold;
text-decoration: none;}

/*-----------------------------------------*/
ul#serviceslist {
	margin: 0 0 20px 20px;
	padding: 0;
	list-style: none;
	list-style-image: url(/images/bullet_arrow.gif);
}
ul#serviceslist  li{
	margin: 0;
	padding: 0;
}
ul#serviceslist  a{
	color: #3BA5FA;
	font-weight: bold;
	text-decoration:none;
}	
ul#serviceslist  a:hover{
	text-decoration:underline;
}
ul#serviceslist  a:active{
	text-decoration:none;
}	
