/* 
	Title:	Cure Cancer screen styles
	Author: chris.pearce@bluearcgroup.com
*/

/****************************************************************************************	
	[GENERAL SELECTORS]
*****************************************************************************************/

html, body, form, fieldset, a img {border: 0;}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	color: #666;
	background: #fff url("../Images/css/body-bg.gif") repeat-y 0 0;
	font: 0.70em/1.6 Verdana, "MS Sans Serif", Geneva, sans-serif;
}
a:link, a:visited {
	color: #093A80;
	text-decoration: none;
}
a:focus, a:hover {
	text-decoration: underline;
	color: #66CCFF;
}
ul {
	list-style-position: outside;
	list-style-type: square;
}
td, table {
	color: #666;
	font: 100% Verdana, "MS Sans Serif", Geneva, sans-serif;
}
hr {
	color: #E1E1E1;
	height: 1px;
} 
input, textarea {font-family: "MS Sans Serif", Geneva, sans-serif;}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-size: 120%;
	text-transform: uppercase;
	color: #093A80;
}
h2 {font-size: 130%;}
h3, h4, h5, h6 {font-size: 100%;}

/****************************************************************************************
	[SITE STRUCTURE]
*****************************************************************************************/

/* [WRAPPER]
-------------------------------------------------------*/
#wrapper {
	min-height: 100%; 
	min-width: 780px;
}

/* [HEADER]
-------------------------------------------------------*/
#header {
	width: 100%;
	background: #F89729 url("../Images/css/header-bg.gif") no-repeat 100% 0;
	border-bottom: 2px solid #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
	/* Logo */
	#header img {display: block;}
	/* Search */
	#header form {
		margin: 0;
		background: #003449 url("../Images/css/slogan.gif") no-repeat 100% 53%;
		border-top: 2px solid #fff;
		width: 100%;
	}
		#header form fieldset {
			border-right: 1px solid #fff;
			width: 179px;
			padding: 4px 6px 7px 6px;
			position: relative;
			margin: 0;
		}
		#header form fieldset label {
			display: block;
			text-transform: uppercase;
			color: #fff;
			font-size: 11px;
		}
		#header form fieldset input.txt-input {
			width: 136px;
			background: #fff url("../Images/css/search-input-bg.gif") no-repeat 0 0;
			padding: 2px;
			border: none;
			font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
			color: #666;
		}
		#header form fieldset input.btn-submit {vertical-align: bottom;}

/* [MAIN NAVIGATION]
-------------------------------------------------------*/
ul#nav {
	float: left; 
	width: 192px;
	padding: 3px 0 3em 0;
	margin: 0;
	list-style: none;
}
	ul#nav li a {
		display: block;
		color: #fff;
		text-transform: uppercase;
		font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
		letter-spacing: 0;
		padding: 2px 6px;
	}
	ul#nav li a:hover,
	ul#nav li a.active {
		background: url("../Images/css/nav-hover.gif") repeat-y 0 0;
		text-decoration: none;
	}
		ul#nav li ul {
			margin: 0 0 0 16px;
			padding: 0;
			list-style: none;
		}
			ul#nav li ul li a {
				text-transform: none;
				padding: 1px 0 1px 8px;
				background: url("../Images/css/bullet.gif") no-repeat 0 50%;
			}
			ul#nav li ul li a:hover,
			ul#nav li ul li a.active {
				background: url("../Images/css/bullet.gif") no-repeat 0 50%;
				text-decoration: underline;
			}

/* [MAIN CONTENT]
-------------------------------------------------------*/
#main-content {
	margin: 26px 20px 0 212px;
	padding-bottom: 5em;
	/*max-width: 1000px;*/
}

/* [FOOTER]
-------------------------------------------------------*/
#footer {
	position: relative;
	margin-top: -3em;
	height: 3em;
	width: 100%;
	background: #fff url("../Images/css/footer-bg.gif") repeat-x 0 0;
	clear: both;
}
	#footer p {
		margin: 0;
		padding: 11px 0 0 6px;
		font: normal 0.95em Arial, Helvetica, sans-serif;
		color: #666;
	}
	#footer p a:link,
	#footer p a:visited {color: #666;}
	
	#footer img#bluearc {
		position: absolute;
		right: 6px;
		top: 10px;
	}

/****************************************************************************************
	[COMMONLY USED CLASSES]
*****************************************************************************************/

/* [HIDE]
-------------------------------------------------------*/
.hide {
	position: absolute;
	left: -999em;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.hide-fully {display: none;}

/* [BROUGHT OVER FROM OLD SITE ): ]
-------------------------------------------------------*/
.alert {color: #f00; font-weight: bold;}
.searchresults {background: url("../Images/left_nav.gif") no-repeat 0 0; font-weight: normal; padding-left: 10px;}
.helpbox {border: 1px solid #35328D; font-size: 80%; color: #35328D; margin: 20px; padding: 10px;}
.hcancer {background: url("../Images/cancer.jpg") no-repeat 0 0;}
.highlightbrown {color: #D2691E; font-weight: bold;}
.highlightgreen {color: #B4D728; font-weight: bold;}
.highlightorange {color: #FFCC33; font-weight: bold;}
.highlightred {color: #CC0000; font-weight: bold;}
.tableborder th {background-color: #35328D; color: #fff;}
.tableborder td a {color: #35328D;}
.lightcell {background-color: #f5f5f5;}
.darkcell {background-color: #eee;}
.imgright {float: right; margin: 0 0 10px 10px; clear: right;}
.imgleft {float: right; margin: 0 10px 10px 0; clear: left;}
#inputnews {border: 1px solid #666; float: none; font-size: 90%; height: 17px;}
div.gallery {float: left; height: 250px; padding: 0 10px 20px 0; text-align: center; width: 150px;}
div.sponsor {padding-bottom: 0; text-align: center; width: auto;}
	div.sponsor img {margin-bottom: 10px;}




