/* © National Cancer Intelligence Network 2010 */
/* HTML and CSS © by Gary Bates, SWPHO */

/* HTML REDEFINES */

* html #content
{
	height: 500px;
}

html
{
	background: none repeat scroll 0 0 #cce3f2; /* ensures that a scrollbar always appears so that navigating between long and short pages doesn't make the website 'jump' */
	overflow: scroll;
}

/* For IE6 inherited margin bug */
form
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #312f2c;
	margin-top: 2em;
}

/* Remove the horrible border around images */
img
{
	border-style: none;
}

a
{
	color: #00539a;
}
a:visited
{
	color: #800080;
}

.sitemap a:link
{
	color: #00539a;
	text-decoration: none;
}
.sitemap a:visited
{
	color: #800080;
	text-decoration: none;
}
.sitemap a:hover
{
	text-decoration: underline;
}

/* ID'S */
#maincontainer
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 960px;
	background-color: white;
}

#header
{
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 150px; /* otherwise IE6 will render the header 3px too high */
	overflow: hidden;
}

/* Horrible way of doing things, but had to do it this way to account for yucky IE6 */
#searchdiv
{
	width: 284px;
	position: relative;
	top: -56px;
	left: 671px;
}

#globalnav
{
	background-image: url(../images/globalnav_bg.gif);
	background-repeat: no-repeat;
	color: white;
	height: 44px;
}

#globalnav ul
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 90%;
	list-style: none outside none;
	margin: 0;
	padding-left: 0;
	padding-top: 13px;
}
#globalnav li
{
	display: inline;
	padding-left: 2em;
}
#globalnav a
{
	color: white;
	text-decoration: none;
}
#globalnav a:hover
{
	text-decoration: underline;
}

#banner
{
	background-image: url(../images/banner_bg.gif);
	background-repeat: no-repeat;
	min-height: 287px;
	height: auto !important;
	height: 287px;
}
.bannerpaddingfirst
{
	display: table-cell;
	padding-top: 14px;
	padding-left: 16px;
}
.bannerpadding
{
	display: table-cell;
	padding-top: 14px;
	padding-left: 9px;
}
#banner div p
{
	margin: 0;
}

#content
{
	background-image: url(../images/content_fade.gif);
	background-repeat: repeat-x;
	font-size: 90%;
	line-height: 1.61em;
	padding: 18px;
	border-left: 2px solid white;
	border-right: 2px solid white; /* To ensure that the background fade does not abruptly stop if the content on the page is short */
	min-height: 137px;
}
#content hr
{
	background-color: #D1E3F6;
	border-bottom-width: 0;
	border-color: initial;
	border-left-width: 0;
	border-right-width: 0;
	border-style: initial;
	border-top-width: 0;
	color: #D1E3F6;
	height: 1px;
	margin-bottom: 2em;
	margin-top: 2em;
	text-align: center;
	width: 100%;
}

#content h1
{
	color: #0080c5;
	font-weight: bold;
	padding: 0em;
	padding-bottom: 1em;
	text-transform: none;
	line-height: 1.2em;
	padding: 0;
	margin: 0;
}

#content h2
{
	color: #0080c5;
	font-weight: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	padding: 0;
	padding-bottom: 0.25em;
	display: block;
}

#content p
{
}

#contentleft
{
	width: 667px;
}

#contentleft_leftcol
{
	width: 320px;
	float: left;
	margin-right: 2em;
}

#contentright
{
	width: 220px;
	float: right;
	border-left: 1px solid #ccc;
	padding-left: 2em;
	margin-bottom: 2em;
}

#contentleft_rightcol
{
	width: 320px;
	float: left;
}

#contentright h2
{
	color: #dd2e32;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 160%;
	line-height: 1.4em; /* to allow the spot graphic to appear alongside without lots of faffy HTML/CSS */
	display: inline;
	padding-left: 0.5em;
}

#contentright h3
{
	font-size: 120%;
}

#contentright .spot
{
	position: relative;
	top: 1px;
}

#contentright ul
{
	list-style: none;
	padding-left: 20px;
	list-style-image: url(../images/list_square.gif);
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #888;
	margin-left: 0px;
}

#contentright ul li
{
	font-size: 100%;
	line-height: 2em;
	margin: 0;
	padding: 0;
}

#contentright a
{
	text-decoration: none;
}

#contentright a:hover
{
	text-decoration: underline;
}

#intro
{
	padding-bottom: 1em;
}

#intro h1
{
	color: #0080c5;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	font-size: 180%;
}

/* CLASSES */

.searchinput
{
	color: black;
	outline: none;
	border-width: 0px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	width: 183px;
	height: 26px;
	line-height: 24px;
	vertical-align: middle;
}

.searchbutton
{
	/* to align button within searchdiv with input box */
	vertical-align: middle;
}

.feature
{
	margin-right: 2em;
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-bottom: 1px dotted #888;
}

#content .feature h2
{
	color: #5a5956; /*	text-transform: uppercase;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 160%;
	line-height: 1.4em;
}

.feature img
{
	float: left;
	padding-top: 5px;
	padding-right: 1em;
	padding-bottom: 1em;
}
.clearer
{
	text-align: right;
	font-size: 80%;
	color: #dd2e32;
}

#footer
{
	/* because footer is outside of #maincontainer it has to be 4 pixels narrower to account for 2 pixel border each side */
	width: 956px;
	font-size: 85%;
	line-height: 1.61em;
	margin: auto;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-color: #004b95;
	border-right: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	color: white; /* Enclose float elements otherwise background colour nightmare */
	display: table;
}

#footer h2
{
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 180%;
	line-height: 1.4em;
}

#footer .address h2
{
	padding-bottom: 0.25em;
}

#footer a
{
	color: white;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer a:visited
{
	color: #e3e3e3;
}

.address
{
	width: 270px;
	padding: 1em;
	float: left;
	line-height: 0.70em;
}

#footer .address a
{
	text-decoration: underline;
}

#footer .address a:hover
{
	text-decoration: none;
}

.footercolumn
{
	margin-top: 1em;
	float: left;
	color: white;
	width: 231px;
	margin-left: 1em;
}

.footercolumn ul
{
	list-style: none outside none;
	margin: 0;
	padding: 0;
	float: left;
}

.ncrilogo
{
	float: right;
	margin-right: 1em;
	margin-top: 2em;
}

.footercontainer
{
	clear: both;
	margin: 1em;
	padding-top: 1em;
}

.legal p
{
	padding: 0;
	margin: 0;
}

.terms
{
	float: left;
}

.copyright
{
	text-align: right;
}

#breadcrumb
{
	font-family: Verdana;
	font-size: 85%;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.breadcrumbpadding
{
	background-color: White;
	display: inline-block;
	padding: 0.5em 1em 0.5em 0.5em;
	background-color: #0054a6;
	background-image: url(../images/breadcrumb_bg.gif);
	background-repeat: repeat-x;
	color: White;
}

.breadcrumbpadding a
{
	text-decoration: none;
	color: White;
}

.breadcrumbpadding a:hover
{
	text-decoration: underline;
}

.breadcrumbpadding a:visited
{
	color: #efefef;
}
.breadcrumbarrow
{
	border: 1px solid red;
}
