/*------------HTML TAGS-----------------*/

	* {margin: 0; padding: 0;}
html { height: 100%;}
body {
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 	
	font-size: small;
	color: #001437;
	background: #f2f8fc url(../graphics/watermark_f2f8fc.gif) fixed no-repeat;
	height: 100%;
	line-height: 115%;
	}
h1 {
	font-size: 1.5em;
	color: #036;
	padding-bottom: 0.3em;
	margin-bottom: 0.7em;
	border-bottom: 1px solid #036;
	padding-top: 0;
	clear: none;
}
#home #content {
	width: 380px;

	}
h2 {
	font-size: 1.4em;
	color: #036;
	margin: 1.5em 0 0.6em 0;
	}
h3 {
	font-size: 1.3em;
	padding-bottom: 0.1em;
	margin: 2em 0 0.6em 0;
	}
h4 {
	font-size: 1em;
	}
#home #content h3 {
	margin: 1.2em 0 0.5em 0;
	border-top: 1px solid #86bce2;
	padding-top: 0.1em;
	}
p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	/*line-height: 135%;*/
	}
img {
	margin: 0 0 15px 20px;
	float: left;
	}
a img {
	border: none;
	float: none;
	margin: 0 10px 0 0;
	}
hr {
	margin: 0.3em 0;
	border: 0;
	border-top: 1px solid #036;
	}
pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em; /* otherwise ie resizes it. ffs. */
	width: 600px;
	}
td, th {
	border: 1px solid #036;
	padding: 0.2em 0.3em;
	}
th {
	background: url(../graphics/cee7f7_trans.gif);
	}
a:link, a:visited {
	color: #036;
	font-weight: bold;
	text-decoration: none;
	}

a:hover, a:active {
	color: #297cb3;
	text-decoration: underline;
	}
	
/*---------------LAYOUT DIVS------------------*/	
	
#topborder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2em; 
	background: #44719B;
	}
	
#wrapper {
	position: relative;
	min-height: 100%;
	}
#masthead {
	position: absolute;
	top: 10px;
	width: 760px;
	height: 116px; /* cf. content & footer */
	
	background: url(../graphics/mastheid3.jpg) no-repeat;
	}
#masthead img {
	border: none;
	}
#content {
	position: relative;
	padding-left: 160px; width: 600px;
	padding-top: 144px; /* cf. #masthead & footer */
	padding-bottom: 62px; /* need this to stop it from overlapping footer, for some reason =/ */
	/*width: 600px;*/
	line-height: 135%;
	}
#content li {
	margin: 0 0 0.5em 2em;
	}
#content a {
	text-decoration: none;
	}
#content a:hover {
	text-decoration: underline;
	}
#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 5px 0;
	background: #44719B;
	color: #fff;
	font-size: x-small;
	text-align: center;
	}
#footer a {
	color: #fff;
	}
.pics {
	position: absolute;
	padding-top: 144px;
	left: 540px;
	top: 0;
	}
.pics img {
	clear: both;
	}
#skipnavigation {
	display: none;
	}
#equops {
	width: 700px;
	margin: 20px;
	padding-bottom: 20px;
	}
.clear {
	clear: both;
	float: none;
	}
		
/*---------------ACCESS LINKS---------------------*/

#accesslinks {
	position: absolute;
	top: 5px; 
	left: 15px; 
	background:  url(../graphics/44719b_tab_left.gif) left bottom no-repeat; 
	height: 2em;
	/*width: 22em;*/
	padding: 0 20px ; 

	font-weight: bold;
	color: #fff;
	z-index: 2; /* to position on top of the mastheid */
	font-size: 75%;
	}
#accesslinks p {
	margin-top: 0;
	}
#accesslinks li {
	float: left;
	list-style-type: none;
	}
#accesslinks .current {
	padding: 0.3em; 
	padding-top: 0;  
	text-decoration: underline;

	}	
#accesslinks a {
	padding: 0.3em; 
	padding-top: 0;  
	color: #fff;
	font-style: normal;
	}
#accesslinks p {
	position: relative; 
/*	left: 20px;*/ 
	width: auto;
	height: 2em;
	padding-right: 20px;
	background: url(../graphics/44719b_tab.gif) bottom right no-repeat;
		}
#accesslinks h2, #menu h2 {
	display: none;
	}
	
/*---------------NAVIGATION MENU------------------*/

#menu {
	position: absolute;
	top: 144px;
	width: 140px;
	padding-top: 18px;
	
	background: url(../graphics/bluetab.gif) right top no-repeat;
	font-weight: bold;
	z-index: 99;
	}
#menu li, #menu li.over {
	list-style-type: none;
	display: inline;
	}
.menuseparator {
	min-height: 18px;
	background: #86BCE2;
	}
.menuseparator p {

	width: 120px;
	display: block;
	background: #86BCE2;
	padding: 0.5em 10px 0.1em 10px;
	color: #242424;
	margin: 0;
	text-align: left;
	}
#menubottom {
	width: 140px;
	height: 18px;
	clear: both;
	
	background: url(../graphics/bluetab_bottom.gif) right bottom no-repeat;
	}
#menu li a {
	display: block;
	width: 130px;
	padding: 0.5em 8px 0.5em 0;
		
	text-align: right;
	border-left: 1px solid #86bce2;
	border-right: 1px solid #86bce2;
	border-bottom: 1px solid #86bce2;
	/*background: #cee7f7;*/
	background: url(../graphics/cee7f7_trans.gif);
	}
#menu li a:hover, #menu li a:active {
	color: #036;
	background: #cee7f7;
	text-decoration: none;
	}
#menu a.last {
	border-bottom: none;
	}
#menu li.current {
	background: #f2f8fc;
	cursor: default;
	
	display: block;
	width: 130px;
	padding: 0.5em 8px 0.5em 0;
	
	color: #011d3a;
	text-align: right;
	border-left: 1px solid #86bce2;
	border-right: 1px solid #86bce2;
	border-bottom: 1px solid #86bce2;
	}
	
/*--------------------LOGIN FORM--------------------*/

#menu form, #menu #member {
	color: #242424;
	border-left: 1px solid #86bce2;
	border-right: 1px solid #86bce2;
	background: url(../graphics/cee7f7_trans.gif);	
	padding: 0.5em 0 0.5em 1em;
	}
#menu #member {
	font-size: 75%;
	font-weight: normal;
	}
#menu input {
	border: 1px solid #036;
	background: #f2f8fc;
	margin: 0 0 0.3em 0;
	}
#menu input:hover, #menu input:focus {
	background: #fff;
	}
#menu input#uname {
	width: 100px;
	}
#menu input#pword {
	width: 70px;
	}
#menu input#loginsubmit {
	width: 25px; /* need to add an extra 2 pixels to make it display right!! WTF??? */
	padding-bottom: 1px; /* silly little fix to get the inputs the same size in ff */
	position: absolute;
	left: 91px;	
	font-size: 75%;
	font-weight: bold;
	color: #036;
	}
#menu label {
	/*position: absolute;
	right: 120px;*/
	font-size: 75%;
	}
#menu #submitbutton {
	width: 55px;
	border: 1px solid #036;
	}
#menu .error {
	font-size: x-small;
	}
#login a {
	font-size: 75%;
	}
	
/*---------------DROPDOWN MENU---------------------*/
ul#nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 140px;
}
ul#nav li {
	list-style-type: none; display: inline;
	}
#nav li ul.subglobals2 {
	position: absolute;
	left: 139px;
	top: 9em;
	display: none; z-index: 999;
	border-top: 1px solid #86BCE2;
}

#nav li ul.subglobals {
	position: absolute;
	left: 139px;
	top: 0;
	display: none; z-index: 999;
	border-top: 1px solid #86BCE2;
}

	
#nav li.liteblu:hover a, #nav li.over a, #nav li.over a:hover {
	background: #cee7f7;
	background-image: none;
	}

#nav li:hover ul li a.sublink, #nav li.over ul li a.sublink,
#nav li:hover ul li a.sublink2, #nav li.over ul li a.sublink2 {
	background: url(../graphics/f2f8fc_trans.png);
	/*background-image: none;*/
	width: 240px;
	font-size: 75%;
	text-align: left;
	padding-left: 10px;
		padding-top: 0.3em;
	padding-bottom: 0.3em;
	}
#nav a.sublink, #nav a.sublink2 {
	font-size: 75%;
	width: auto;
	text-align: left;
	padding-left: 10px;
	}
#nav li:hover a.sublink:hover, #nav li:hover a.sublink2:hover {
	background: #cee7f7;
	background-image: none;
	}
#nav ul li a {
	display: block;
}
/* Fix IE. Hide from IE Mac \*/
* html #nav ul li { float: left; }
* html #nav ul li a { height: 1%; }
/* End */
#nav li:hover ul, #nav li.over ul { 
	display: block; }
	
/*------sub-drop-down-----------*/

#nav li ul.subdropdown {
	position: absolute; 
	left: 260px; top: 0; 
	border-top: 1px solid #86BCE2;
	margin: -1px 0 0 -1px;
	display: none;
	}
#nav li:hover ul li:hover ul.subdropdown, #nav li.over ul li.over ul.subdropdown {
	display: block;
	}
#nav li:hover ul.subdropdown li a:link, #nav li:hover ul.subdropdown li a:visited {
	background: url(../graphics/f2f8fc_trans.png);

	}
#nav li:hover ul.subdropdown li a:hover,
#nav li:hover ul li:hover a {
	background: #cee7f7;
	}
#nav li:hover ul li:hover a, #nav li:hover a.sublink:hover {
	background: #cee7f7 url(../graphics/menuarrow.gif) no-repeat 240px center;
	}
	
/*----------------APP/EDIT FORMS-------------------*/

fieldset {
	padding: 1em 0;
	}
form .error, #content .error {
	color: #900;
	font-weight: bold;
	}
#content form .badinput {
	background: #f2e2dd;
	}
	
/*----------------APPLICATION FORM---------------*/
form#appform p {
	clear:both;
	}
#content select:hover { background: #fff; }
/* some pointless declarations to get the checkbox paragraphs to display properly */
form#appform .borough {
	width: 17em; 
	text-align: right
	}
form#appform label, form#update label{
	float: left;
	font-weight: bold;
	width: 14em;
	text-align: right;
	padding-right: 0.5em;
	}
form#appform label.equalopps {
	width: auto; 
	text-align: left; 
	float: none
	}
form#appform label.equaloppserror {
	width: auto; 
	text-align: left; 
	float: none;
	color: #900;
	}
form#appform label.long, form#update label.long  {
	width: auto;
	text-align: left;
	}	
form#appform .borough label {
	float: none;
	}
form#appform input, form#update input,
#content form input {
    font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #e9f3fc;
	margin: 0 0.4em 0 0;
	width: 15em;
	border: 1px solid #036;
	font-size: 1em;
	}
form#appform input:focus, form#update input:focus,
#content form input:focus, form#appform textarea:focus {
	background: #fff; 
	font-size: 1em; /* need to specify this or ff enlarges the input on focus!!! ffs!!!! */
	}

form#appform input#equalopps,
form#appform input#Camden,
form#appform input#Islington {
	width: auto;
/*	margin:0;
	margin-bottom: 0.1em;*/
	border: 0;
	}
form#appform .submitbutton, form#appform .resetbutton,
form#update .submitbutton, form#update .resetbutton,
#content form .submitbutton, #content form .resetbutton ,

form#appform .submitbutton:focus, form#appform .resetbutton:focus,
form#update .submitbutton:focus, form#update .resetbutton:focus,
#content form .submitbutton:focus, #content form .resetbutton:focus   {
	background: #44719B;
	
	font-weight: bold; 
	padding: 0 0.7em; 
	font-size: 1em;
	}
form#appform .submitbutton:hover, form#appform .resetbutton:hover,
form#update .submitbutton:hover, form#update .resetbutton:hover,
#content form .submitbutton:hover, #content form .resetbutton:hover   {
	background: #036;
	cursor: pointer;
	font-size: 1em;
	}
#content form .submitbutton, #content form .resetbutton   {
	width: auto;
	background: #44719B;
	color: #fff;
	border: none;
	}
form#appform textarea, form#update textarea  {    
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 1em;
	background-color: #e9f3fc;
	margin: 0.4em;
	margin-left: 5.4em;
	width: 25em;
	height: 13em;
	border: 1px solid #036;
	}
form#appform textarea.textareaerror {
	background: #f2e2dd;
	}
form#appform textarea.textareaerror:focus {
	background: #fff;
	}
form#appform textarea#description {
	height: 5em;
	width: 15em;
	margin-left: 0;
	}
form#appform select.selecterror {
	background: #f2e2dd;
	}
select option:focus {
	background: #fff;
	}
legend {
	font-weight: bold; 
	font-size:1.2em; 
	margin-left: 2em;
	}
fieldset {
	border: 0; 
	border-top: 1px solid #036;
	}
#content select {
	background: #E9F3FC;
	border: 1px solid #036;
	}
.formbuttons {
	text-align: center;
	margin-top: 1em;
	}

/*-----------NEWSLETTER/RESOURCE SELECT FORM--------------*/

.nletterselect div {
	float: left;
	margin-right: 0.6em;
	}
form#nletterselect input {
	margin-left: 0;
	}
.nletterselect label {
	font-weight: bold;
	
	}
.nletterselect input.submitbutton {
	float: left;
	margin-left: 0;
	}
.nletterselect p {
	/*border-bottom: 1px solid #86BCE2;*/ 
	border-left: 0; 
	border-right: 0; 
	padding: 0.5em 0;
	margin: 0;
}
/*----------SEARCH FORM --------------------*/
form#search {
	float: left;
	}
#search input {
	background: #F2F8FC;
	width: 90px;
	font-size: xx-small;
	border: none;
	}
#search input:focus {
	background: #fff;
	}
#search input.submitbutton {
	width: auto;
	padding: 0 0.3em;
	font-weight: bold;
	color: #fff;
	background: #44719B;
	}
#search input.submitbutton:hover {
	cursor: pointer;
	}
	
.listing_search {
	 margin-bottom: 1.5em; 
	 height: 1em;
	 }	
.listing_search form {
	display: inline; 
	float: right; 
	padding-left: 23px; 
	background: url(../graphics/search.gif) no-repeat
	}
.listing_search input {
	font-size: 1em; /* if this isn't specified, ff resizes it on focus.. ffs... */
	margin-left: 15px;
	}
/*----------FORMATTING CLASSES--------------*/

.listing {
	/*background: url(../graphics/cee7f7_trans.png);*/
	/*background: #e0eff9;*/
	padding: 0.5em 1em;
	margin: 0.5em 0;
	border: 1px solid #86BCE2;
	}
/*	
.listing h3 {
	border-left: 5px solid #86bce2;
	}*/
.viewpdf { /* works around another ie bug */
	clear: both; 
	border-top: 1px solid #86bce2; 
	min-height: 40px; 
	margin: 0; 
	padding: 0.5em 0 0
	}
.validators {
	border-top: 1px solid #86bce2;
	padding-top: 1em;
	}
#content form input.checkbox, #content form label.resources {
	width: auto;
	float: none;
	}
#content form input.checkbox {
	margin-left: 14.5em;
	}