/*
	Filename         : 	style.css
	Created by       : 	Ashley Nolan
	Created          : 	03/03/2009
	Last Updated     : 	03/03/2009
	Comments         : 	Styling for IC
*/

/*  General class definitions for global use - delete if not using any of these
************************************************************************************************************************/

.show {
	display:block;
}
.hide {
	display:none;
}
.clear {
	clear: both !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: 1px !important;
	height: 1px !important;
	width: 1px !important;
	float: none !important;
}	


/*  General formatting definitions
************************************************************************************************************************/

body,
input {
	font-family:Arial, Helvetica, sans-serif;
}

strong {
	font-weight:bold;
}

p {
	font-size:1.2em;
	line-height:1.4em;
	color:#333;
}

a {
	text-decoration:none;
	color:#007BC2;
	color:#1572B8;
	color:#0066cc;
}
	a:hover {
		text-decoration:underline;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

h1 {
	font-size:;
	line-height:;
	color:;
}
h2 {
	font-size:1.8em;
	font-weight:bold;
	line-height:1.2em;
	color:#333;
}
h3 {
	font-size:1.5em;
	font-weight:bold;
	line-height:1.2em;
	color:#333;
}
h4 {
	font-size:;
	line-height:;
	color:;
}
h5 {
	font-size:;
	line-height:;
	color:;
}

h6 {
	font-size:;
	line-height:;
	color:;
}


hr {
}

/*  Layout of body and main div's
************************************************************************************************************************/

html, body {
	height:100%;
}

body {
	font-size:62.5%;
	background:url('/ukgwa/20121107111123oe_/http://www.ic.nhs.uk/images/wrapperBg.jpg') repeat-y center top;
	
}

div#wrapper {
	width:951px;
	margin:0 auto;
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
}
	div#wrapper.lightbox{
		width:400px;
		margin-left:20px;
	}

div#header {
	overflow:hidden;
	width:100%;
}
		
div#main {
	width:100%;
	padding-bottom:84px;
	float:left;
}
	div#naviBar {
		overflow:hidden;
		height:1%;
	}
	div#content {
		overflow:hidden;
		height:1%;
	}	

	
div#footer {
	background:url('/ukgwa/20121107111123oe_/http://www.ic.nhs.uk/images/footerBg.jpg') left top;
	width:931px;
	margin:0 auto;
	padding:15px 10px;
	position:relative;
	height:80px;
	clear:both;
}


/* Header formatting 
************************************************************************************************************************/

.headNavStrip {
	background:#F2F2F2 url('/ukgwa/20121107111123oe_/http://www.ic.nhs.uk/images/globalNavBg.jpg') repeat-x left bottom;
	width:100%;
	float:left;
}

#logo a {
	float:left;
	width:104px;
	height:112px;
	margin-top:23px;
	background:url('/ukgwa/20121107111123oe_/http://www.ic.nhs.uk/images/logo.gif') no-repeat left top;
	text-indent:-99999px;
}

#siteSearch {
	float:right;
	background:url('/ukgwa/20121107111123oe_/http://www.ic.nhs.uk/images/formTopGrad.jpg') no-repeat right top;
	padding-top:44px;
	position:relative;
}
#siteSearch fieldset {
	float:left;
	background:url('/ukgwa/20121107111123oe_/http://www.ic.nhs.uk/images/formBottomGrad.jpg') no-repeat right bottom;
	padding-bottom:60px;
}
	#siteSearch label {
		float:left;
		color:#333;
	}
		.labelLarge {
			font-size:1.8em;
			font-weight:bold;
			margin:6px 10px 0 0;
		}
	#siteSearch div {
		float:left;
		display:inline;
		background:url('/ukgwa/20121107111123oe_/http://www.ic.nhs.uk/images/siteSearchTop.jpg') no-repeat left top;
		margin-right:10px;
	}
		#fQuery {
			border:0;
			background:url('/ukgwa/20121107111123oe_/http://www.ic.nhs.uk/images/siteSearchBottom.jpg') no-repeat left bottom;
			padding:10px 10px 10px 40px;
			width:379px;
			color:#333;
			font-size:1.5em;
		}
	#siteSearch input {
		float:left;
	}
		#siteSearch input.radio {
			margin:3px 3px 0;
		}
	
	#searchSubmit {
		background:url('/ukgwa/20121107111123oe_/http://www.ic.nhs.uk/images/submitButton.jpg') no-repeat left top;
		border:0;
		height:29px;
		width:28px;
		text-indent:-99999px;
		font-size:0;
		line-height:0;
		margin-top:3px;
		color:transparent;
		cursor:pointer;
		cursor:hand;
	}
	
	#siteSearch .radioContainer {
		float:left;
		clear:left;
		width:400px;
		background:none;
		margin:10px 0 0 7em;
		padding-bottom:20px;
	}
		.radioLabel {
			font-size:1.3em;
			margin:2px 0 0 5px;
		}
		
	#siteSearch ul{
		position:absolute;
		bottom:36px;
		right:31px;
	
	}
	#siteSearch ul li{
		float:right;
	}
		#siteSearch ul li a{
			font-size:1.3em;
			border-left: 1px solid #0066CC;
				padding:0 8px;
		}
			#siteSearch ul li.first a{
			}
			#siteSearch ul li.last a{
				border-left:none;
			}
			
	
/* Content formatting 
************************************************************************************************************************/


/* Footer Styles 
************************************************************************************************************************/

#footer ul {
	float:left;
	padding-bottom:10px;
}
	#footer ul li {
		float:left;
	}
		#footer ul li a {
			border-right:1px solid #006666;
			padding-right:4px;
			margin-right:4px;
			font-size:1.2em;
		}
		
	#footer ul li.last a {
		border:0;
		margin:0;
		padding:0;
	}

.precWatermark {
	float:right;
	color:#666666;
}
	.precWatermark a {
		text-decoration:underline;
		color:#666666;
	}

.copyright {
	float:left;
	clear:left;
	width:100%;
	margin-bottom:1em;
}

