@charset "iso-8859-1";
body {
	font-size: 130%;
	font-family: Century Gothic, Verdana, Geneva, sans-serif;
	line-height:120%;
	font-weight:700;
	background: #FC0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {
	outline: none;
	color:#03F;
}

.biggerfont p, .biggerfont li {
	font-size:130%;
	line-height:120%;
}
h2 {
	line-height:120%;
}
.biggerfont h2 {
	font-size:200%;
}
.biggerfont h3 {
	font-size:150%;
}
#container {
	width: 1001px;  /* this will create a container to suit adverage screen sizes */
	background-color:#FFF;
	margin: 55px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px ridge #F90;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:5px;
	-webkit-border-radius: 10px; /* CSS3 */
    -moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 20px 5px #F90;
	-webkit-box-shadow: 0 0 20px 5px #f90;
	box-shadow: 0 0 20px 5px #F90;
	position:relative;
}

#login {
	position:absolute;
	top:-50px;
	left:900px;
	width:100px;
	height:20px;
	font-size:80%;
	cursor:pointer;
}

#loginForm {
	display:none;
	position:absolute;
	z-index:999;
	top:-50px;
	left:695px;
	width:320px;
	height:140px;
	font-size:80%;
	line-height:200%;
	background-color:#CCF;
	padding: 10px 0 10px 10px;
	border: 3px ridge #F90;
	-webkit-border-radius: 10px; /* CSS3 */
    -moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 20px 5px #555;
	-webkit-box-shadow: 0 0 20px 5px #555;
	box-shadow: 0 0 20px 5px #555;
}
	
.logo, logoIE {
	position:absolute;
	top:-50px;
	left:-50px;
	width:198px;
	height:186px;
	display:block;
}
.logo, logoIE {
	background: url(../newImages/oldLogoSmall.gif) no-repeat scroll top left;
}
#ResizeText {
	position:relative;
}
.increase, .increaseIE, .decrease, .decreaseIE {
	position:absolute;
	top:-25px;
	width:150px;
	left:800px;
	height:118px;
	z-index:100;
}

.increase {
	background-image:url(../newImages/biggerText.png);
	background-repeat:no-repeat;
}
.increaseIE {
	background-image:url(../newImages/biggerText.gif);
	background-repeat:no-repeat;
}

.decrease {
	background-image:url(../newImages/smallerText.png);
	background-repeat:no-repeat;
}
.decreaseIE {
	background-image:url(../newImages/smallerText.gif);
	background-repeat:no-repeat;
}
.post-it {
	position:absolute;
	top:60px;
	width:232px;
	left:350px;
	height:290px;
	z-index:100;
	background-image:url(../newImages/post-it.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

.newsletter {
	background-image:url(../newImages/newsletter.png);
	position:absolute;
	cursor:pointer;
	top:80px;
	width:279px;
	left:-1000px;
	height:166px;
	z-index:100;
}

#newslettertext1, #newslettertext2 {
	position:absolute;
	color:#F00;
	top:45px;
	z-index:100;
}

#newslettertext1 {
	left:-170px;
}

#newslettertext2 {
	left:280px;
	width:500px;
}
.websurvey {
	position:absolute;
	top:597px;
	width:377px;
	left:60px;
	height:145px;
	z-index:100;
	background-image:url(../newImages/websurvey.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

#header {
	background: #016bb5;
	background: -webkit-gradient(linear,0 0,0 100%, from(#01405C), to(#016bff));
	background: -webkit-linear-gradient(#01405C, #016bff);
	background: -moz-linear-gradient(#01405C, #016bff);
	background: -ms-linear-gradient(#01405C, #016bff);
	background: linear-gradient(#01405C, #016bff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#01405C', EndColorStr='#016bff');
	border-style:ridge;
	border-color:#FFf;
	padding: 30px 10px 50px 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it.  */
	-webkit-border-radius: 10px; /* CSS3 */
    -moz-border-radius: 10px;
	border-radius: 10px; 
	-moz-box-shadow: 5px 5px 10px #555;
	-webkit-box-shadow: 5px 5px 10px #555;
	box-shadow: 5px 5px 10px  #555;
}
#header h1 {
	font-size:250%;
	color:#fff;
	text-shadow: -1px -1px 0px #777;
	margin: 0 0 0 120px;
	padding: 3px 0px; 
}
.breadCrumbHolder {
	margin:20px 0 20px 0;
}
.breadCrumbHolder a {
	color: #0e82c7;
	text-decoration: none;
	font-size: inherit;
	font-weight: inherit;
}

.breadCrumbHolder a:hover {
	text-decoration: underline;
}

#soundon {
	margin-bottom:-220px;
}
#newsoundon {
	margin-bottom:-104px;
}
#soundoff {
	visibility:hidden;
}

#audio img, #newaudio img {
	margin-left:150px;
	margin-top:125px;
	border:none;
}

#newaudio img {
	margin-top:5px;
	margin-left:30px;
}

#video, #newvideo {
	position:relative; 
	float:left;
	width: 445px; 
	height:370px;
	border-style:ridge;
	border-color:#999;
	padding: 0px 0; 
	margin-left:10px;
	-webkit-border-radius: 10px; /* CSS3 */
    -moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 5px 5px 10px #555;
	-webkit-box-shadow: 5px 5px 10px #555;
	box-shadow: 5px 5px 10px  #555; 
	background-color:#ddd;
	z-index:1;
}

#newvideo {
	margin-top:50px;
	margin-right:145px;
	margin-left:100px;
	width:200px;
	height:150px;
}

#video p {
	text-align:center;
}

#londonBor {
	position:relative;
	float:left;
}

.linkcontainer	{
	margin-top:10px;
	padding-left:17px;
	height:305px;
}
.link1, .link2 {
	position:relative;
	float:left;
	width:310px;
	cursor:pointer;
	margin-right:18px;
	margin-top:10px;
}
#linkcontainer2 {
	padding-left:130px;
}
.link2 {
	margin-right:125px;
}
#creditcarddonations {
	position:relative;
	margin-left:200px;
	float:left;
	width:300px;
}
	
#donateNow {
	position:relative;
	float:left;
	width: 174px;
	height: 86px;
	margin-top:10px;
	margin-left:30px;
	background-image: url(../newImages/donateButton.jpg);
}

#donateNow:hover {
	background-position:0px -86px; /* Apply Sprite*/  
}

.splash {
	background-image:url(../newImages/splash.jpg);
	cursor: pointer;
	height: 210px;
}
.splashbox {
	position: relative;
	float:left;
	z-index: 0;
	width: 210px;
	height: 210px;
	margin-top:20px;
	margin-right:50px;
	margin-left:100px;
	overflow: hidden;
}
.contactus, .findus{
	position: relative;
	float:right;
	width:205px;
	height:215px;
	padding-bottom:15px;
	margin-right:100px;
	cursor:pointer;
}

* + html .contactus {	/* IE7 hack*/ 
	 margin-top:30px;  
}

#myMenuID {
	position:absolute;
	top:1260px;
	margin-top:3px;
	margin-left:80px;
}
/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#mainContent1, #mainContent2 {
	float:left;
	color:#FFF;
	border-style:ridge;
	border-color:#999;
	margin-left: 9px;
	text-shadow:0px 0px 1px #000;
	-webkit-border-radius: 10px; /* CSS3 */
    -moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 5px 5px 10px #555;
	-webkit-box-shadow: 5px 5px 10px #555;
	box-shadow: 5px 5px 10px  #555; 
}

img.mcblock  {
	float:left;
	margin:0 0px 50px 50px;
	border:1px solid #333;
	padding:3px;
	background-color:#999;
	-webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
 	border-radius: 5px;
	-moz-box-shadow: 5px 5px 10px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
	box-shadow: 5px 5px 10px  #333;
}

img.mcblock2 {
	float:left;
	margin:30px 50px 0 50px;
}
p.mcblock2 {
	margin:50px 0 0 50px;
	height:150px;
}
	
#mainContent1 {
	width:505px;
	margin-bottom:20px;
	padding:10px 10px 0px 0px;
}
#mainContent1 p, h2 {
	margin-left:1em;
}
#mainContent2 {
	width:960px;
	margin-top:20px;
	padding:10px;
}

#mainContent1, #mainContent2 a:hover {
	background-color:#FF0;
}


* + html #mainContent1 {padding-top:50px; padding-bottom:80px; }	/* IE7 hack*/ 

#mainText { 
	padding-left:207px;
}

#issues {
	float:left;
	width:750px;
	border: 3px ridge #Fff;
	text-align: left;
	display:inline; 
	padding:10px;
	background-color:#930;
	margin:20px; 0px 30px 50px;
	-webkit-border-radius: 10px; /* CSS3 */
    -moz-border-radius: 10px;
	border-radius: 10px; 
	-moz-box-shadow: 0 0 20px 5px #F90;
	-webkit-box-shadow: 0 0 20px 5px #f90;
	box-shadow: 0 0 20px 5px #F90;
}
h2 {
	text-align:center;
}
fieldset {
	-webkit-border-radius: 10px; /* CSS3 */
    -moz-border-radius: 10px;
	border-radius: 10px;
}
#footer {
	margin-top:-50px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
#footer p {
	font-size:small;
	text-align:center;
	line-height:110%;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#portal, #portal:hover {
	width: 118px;
	height: 160px;
	margin-left:30px;
	float:right;
}
#portal {
	background-image: url(../images/portal.jpg);
}
#portal:hover {
	background-position:0 -160px; /* Apply Sprite*/
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

