@charset "utf-8";
/* CSS Document */

/* --- WHITE THEME. DESIGN, HTML & CSS: Neil Sandbach --- */


/* COLOURS

Bright Pink: #f31b7a;
Pale Pink: #fe66a9;
Green: #00ff00;
Bright Blue: #00d1f3;
Blue: #0261b3;
Orange: #ff8f00;

*/


* {padding: 0; 	margin: 0;}

body {
	font-size: 76%;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 350px 0 0 0;
	background: #000 url("/img2/scratch-bg2.jpg") repeat;
	color: #000;
	text-align: center;
}

img {border: 0;}



div#A {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	z-index:150;
	top: 20px;
	left: 0;
}
div#A div {margin: 0 auto; width: 970px;}

#A p {
	float: right;
	font-weight: bold;
	font-size: 1.7em;
	border: 3px solid #f31b7a;
	margin: 0 0 0 5px;
	padding: 0;
}

#A p a:link, #A p a:visited {
	padding: 5px 7px;
	color: #fff;
	background: #000;
	text-decoration: none;
}
#A p a:active, #A p a:focus, #A p a:hover {
	padding: 5px 7px;
	color: #000;
	background: #fff;
}
#A p a {font-size: 11px;}



#mainContent a:link, #mainContent a:visited {
	color: #000;
	text-decoration: underline;
}
#mainContent a:active, #mainContent a:focus, #mainContent a:hover {
	color: #00d1f3;
}

h1 {
	font-family: "Helvetica LT Std Light", HelveticaNeue-Light, "Helvetica LT Std Thin", HelveticaNeue-Thin, Helvetica, Arial, sans-serif;
	font-size: 40px;
	color: #f31b7a;
	font-weight: normal;
	padding: 10px 0;
}

h2 {
	margin: 1em 0 1em 0;
	padding: 8px;
	color: #21B33C;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 180%;
	font-weight: normal;
	clear: right;
	position: relative;
	left:-8px;
	background: #fff;
}
h2 strong {background: transparent;}

h3 {
	margin: 1em 0 -0.5em 0;
	color: #fe66a9;
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 140%;
	font-weight: bold;
	clear: right;
	line-height: 1.5em;
}

p {margin: 1em 0; padding: 0; font-size: 1.1em;}

strong {background: transparent;}

#spraypaintWhite {
	position: relative;
	width: 970px;
	margin: 0 auto;
}
#spraypaintWhite img {
	position: absolute;
	top: -100px;
	left: -250px;
}
#spraypaintPink {
	width: 100%;
	height: 500px;
	position: absolute;
	top: 346px;
	left: 0;
}
#spraypaintPink div {
	margin: 0 auto;
	background: url('/img2/spraypaint-pink.gif') no-repeat 110% 0;
	width: 100%;
	min-width: 970px;
	height: 500px;
}

#flashCityHeader {
	width: 100%;
	min-width: 970px;
	height: 362px;
	overflow: hidden;
	margin: 0;
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
}

#wrapper {
	position: relative;
	top: -90px;
	width: 970px;
	margin: 0px auto 0 auto;
	text-align: left;
	border-bottom: 4px solid #29689c;
	padding: 0;
	background: #fff url('/img2/whitebg.gif') 0 0 no-repeat;
	/*background-color: #000;*/
	/* opacity:.50; filter: alpha(opacity=50); -moz-opacity: 0.5; */
}

#logoOverlay {
	position: relative;
	top: -350px;
	z-index: 100;
	width: 970px;
	height: 90px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}


#logo {
	width: 970px;
	margin: 0px auto 0 auto;
	position: relative;
	z-index: 102;
	top: 0px;
	left: 15px;
}
#logo2 { /* to replace #logo */
	width: 970px;
	margin: 0px auto 0 auto;
	position: relative;
	z-index: 102;
	top: 0px;
	left: 11px;
}

#strapline {
	width: 970px;
	margin: 0px auto 0 auto;
	position: absolute;
	z-index: 101;
	top: 50px;
	left: 13px;
}

#mainContent {
	float: left;
	width: 600px;
	margin: 35px 0 35px 25px; /* left = 25px ie6 */
	padding: 0;
}

#rightColumn {
	width: 300px;
	margin: 35px 0 35px 0;
	padding: 0;
	background: #e5e5e5;
	float: right;
	overflow: hidden;
	color: #000;
}

#rightColumnInner {margin: 15px;}

#rightColumn h2 {
color: #f31b7a;
	background: transparent;
	font-size: 16px;
}

.clearFloat {clear: both;}

/* NAVIGATION */

#flashNav {outline:none; z-index:51;}

#flashNavDiv {background: #000; padding: 0; height: 94px;}

#htmlnav {padding: 10px; background: #000;}

ul.nav1 {
	font-size: 1.5em;
	line-height: 1.2em;
	width: 80%;
}

ul.nav1 li {display: inline;}

ul.nav1 li a:link, ul.nav1 li a:visited {color: #00ff00;}

ul.nav1 li a:active, ul.nav1 li a:hover, ul.nav1 li a:focus {color: #fff;}

ul.nav2 {
	font-size: 1.5em;
	line-height: 1.2em;
	width: 85%;
}

ul.nav2 li {display: inline;}

ul.nav2 li a:link, ul.nav2 li a:visited {color: #00d1f3;}

ul.nav2 li a:active, ul.nav2 li a:hover, ul.nav2 li a:focus {color: #fff;}


p#chlamydiaButton {
	position: absolute;
	z-index: 52;
	top: 0;
	right: -60px;
	margin: 0;
}

p#chlamydiaButton a:link, p#chlamydiaButtona:active, p#chlamydiaButton a:visited {outline: none;}

small {font-size: 1em;}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: square inside;
	margin: 0 0 0 1em;
	color: #0261b3;
}

abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}

textarea, input {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	background: #B3DBEF;
	color: #000;
}
textarea:focus, input:focus {
	background: #fff;
	color: #903f98;
}

#skiplink {position: absolute; left: -9999px; top: 0;}
#skiplink_content {position: absolute; left: -9999px;}

.clearfix {clear:both; visibility: hidden; height: 1px;}

a#jump-link {font-size: 1.5em; line-height:2em;}

/* SEARCH */


#wrapper form input {margin: 0 0 1em 0;}

#wrapper form label {font-weight: bold;}

#wrapper form input#q {
	color: #fff;
	vertical-align: middle;
	background: #000;
	border: 1px solid #fff;
	outline:0;
	width: 170px;
	height: auto !important;
	height: 22px;
	/*position: relative;
	top: 0px;*/
	padding: 3px 2px 5px 8px;
	margin: 0 0px 0 0;
	font-size: 10px;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
}

#wrapper form input#go-btn {
	background: #fff;
	border: 1px solid #00ff00;
	outline: none;
	color: #00ff00;
	font-weight: bold;
	vertical-align: top;
	position: relative;
	top: 0px;
	left: 10px;
	height: 22px;
}
#wrapper form input#go-btn:hover {background: #903f98; color: #fff;}

#wrapper form p {margin:0;}

#wrapper form table#poll {text-align: left;}

#wrapper form table {font-size: 1em; color: #555;}

#wrapper form fieldset {
	border-top: 1px dashed #fe66a9;
	border-right: 0;
	border-bottom: 1px dashed #fe66a9;
	border-left: 0;
	padding: 10px;
	margin: 0; 
	background: #111;
}

#wrapper form legend {display: none;}

#wrapper form input.zemSubmit {background: #00A329; color: #fff; font-weight: bold;}

#wrapper form ul.zemError li {color: red; font-size: 2em; margin: 1em;}

p.thankyou {font-size: 2em;}
h2.thankyou {font-size: 3em; background-color: #903f98; line-height: 1em; color: #fff}

.hilite {color: #000; background: yellow; padding: 2px 3px;}

p#Backtotop {font-size: 0.9em; margin: 1em 0 1em 35px;}
p#Backtotop a:link, p#Backtotop a:visited {color: #fe66a9;}

/* WHAT'S GOING ON... */

#whatsGoingOn {
	position: relative;
	width: 970px;
	margin: 0px auto 20px auto;
	background: #222;
	text-align: left;
	border-bottom: 0;
	padding: 20px 0;
color: #fff;
}

#whatsGoingOn a:link, #whatsGoingOn a:visited {
	color: #fff;
}

#whatsGoingOn a:hover {
	color: #ff8f00;
}

#whatsGoingOn p#facebook {
	position: absolute;
	top: -17px;
	right: 8px;
}

#whatsGoingOn p#facebook a:link, #whatsGoingOn p#facebook a:visited {
	color: #fff;
}

#whatsGoingOn p#facebook a:hover {
	color: #ff8f00;
}

#whatsGoingOn p#facebook img {
	position: relative;
	top: 13px;
	right: 0px;
	margin-left: 5px
}

#whatsGoingOn h2 {
	background: #222 url('/img2/whatsgoingon.gif') top left no-repeat;
	padding: 0;
	width: 182px;
	height: 35px;
	text-indent: -9999px;
	margin: 0 0 10px 28px;
}

#whatsGoingOnArticle {margin-left: 25px;}


/* FOOTER */

#footer {
	text-align: center;
	position: relative;
	width: 970px;
	margin: 0 auto 50px auto;
color: #fff;
}

#footer p {
	margin-left: -50px;
}

#footer a:link, #footer a:visited {
	color: #fff;
}
#footer a:active, #footer a:hover {
	color: #f31b7a;
}

#footer span.separator {margin: 0 5px;}

#footer img#NHSlogo {
	position: absolute;
	top:0px;
	right: 0;
}

/* NSCreate logo */
#footer a#NSCreate:link, #footer a#NSCreate:visited {
	padding: 2px 26px 4px 0;
	background: url("/img2/NS-logo-sprite.gif") right -1px no-repeat;
	text-decoration:none;
}
#footer a#NSCreate:active, #footer a#NSCreate:hover {
	background: url("/img2/NS-logo-sprite.gif") right -24px no-repeat;
}
#footer a#NSCreate span {display: none;}


.noOutline {
	outline:none;
}


.quickview {
	border: 2px solid #903f98;
	background-color: #eee;
	padding: 0 1em 1.5em 1em;
	margin: 0em -240px 2em 1em;
	width: 160px;
	float: right;
	position: relative;
	color: #333;

}
.quickview p {margin:1em 0 0 0;}

#quickviewIEfix1 {margin-bottom: 10em;}

/* TWITTER FEED */

/*#twitter_div h2 {
	text-indent: -9999px;
	background: url('/images/30.png') no-repeat;
	padding: 0 0 10px 0;
	margin-left: 4px;
}*/
#twitter_div img {margin: 10px;}

ul#twitter_update_list {
	margin: 0;
	padding: 0;
}

ul#twitter_update_list li {
	color: #666;
	margin: 0 0 6px 12px;
	padding: 0 0 0 0;
	list-style: square outside
}

ul#twitter_update_list li a:link, ul#twitter_update_list li a:visited {
	color: #000;
}
ul#twitter_update_list li a:hover {
	color: #ff8f00;
	background: #222;
}

#twitter_div p {
	text-align: right;
	margin-bottom: 30px;
}

#twitter_div a#twitter-link:link, #twitter_div a#twitter-link:visited {
	color: #000;
	padding: 10px 0 10px 60px;
	background: transparent url('/images/29.png') 0 0 no-repeat;
}


#twitter_div a#twitter-link:hover {
	color: #ff8f00;
	background: transparent url('/images/29.png') 10px 0 no-repeat;
}


/* Content toggle */
#mainContent button { /*ie fix long buttons */
	width:auto;
	overflow:visible;
}
button.toggler {
	color: #000;
	background: #ddd;
	border: 0;
	padding: 5px;
	-moz-border-radius: 5px;   
	-webkit-border-radius: 5px;
	margin-top: 1em;
}

button.toggler:hover {
	cursor: pointer;
	background: #666;
	color: #fff;
}

button.toggler:active{
	background: #000;
	outline: 0;
}

#buttonContainer {position: relative; z-index:25;}

button#switch {
	position: absolute;
	z-index:26;
	float: right;
	top: 14px;
	right: 10px;
	background:#fff;
	color:#666;
}
button#switch:hover {
	color: #000;
}

/* POLL CSS */
#poll table tr td form p {margin: 0.5em 0;}
#poll table tr td form p input {background: #333; margin: 0; padding: 0;}
#poll table tr td form p input#pollsubmit {color:#fff; background:#1a1a1a;}
#poll table {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	padding: 0;
	marin: 0;
}


/* -- TEXT SIZE AND BG THEMES -- */

/* textSize*/
#textSize .normalblack {display: none;}
#textSize .largeblack {display: none;}
#textSize .normalwhite {display: none;}
#textSize .largewhite {display: block;}

/* theme */
#theme .normalblack {display: block;}
#theme .largeblack {display: none;}
#theme .normalwhite {display: none;}
#theme .largewhite {display: none;}

/* links */
#A p a.normalblack:link, #A p a.normalblack:visited {background:#000; color:#fff;}
#A p a.normalblack:hover {background:#fff; color:#000;}

#A p a.largeblack:link, #A p a.largeblack:visited {background:#000; color:#fff;}
#A p a.largeblack:hover {background:#fff; color:#000;}

#A p a.normalwhite:link, #A p a.normalwhite:visited {background:#fff; color:#000;}
#A p a.normalwhite:hover {background:#000; color:#fff;}

#A p a.largewhite:link, #A p a.largewhite:visited {background:#fff; color:#000;}
#A p a.largewhite:hover {background:#000; color:#fff;}


div#A {
	position: absolute;
	z-index:1000;
	top: 20px;
	right: 20px;
}

#A p {
	float: right;
	font-weight: bold;
	font-size: 1.7em;
	border: 3px solid #f31b7a;
	margin: 0 20px 0 -15px;
	padding: 0;
}

#A p a:link, #A p a:visited {
	padding: 5px 7px;
	color: #fff;
	background: #000;
	text-decoration: none;
}
#A p a:active, #A p a:focus, #A p a:hover {
	padding: 5px 7px;
	color: #000;
	background: #fff;
}
#A p a {font-size: 11px;}



#simplenav {display: none;}
