/* GREEN PARTY Local Elections 2008 */
/* Style Sheet (1 of 1) - localElecMain.css */

/* Built & Coded By CreationBox.co.uk 2008 */

/*
TABLE OF CONTENTS
-----------------
1.0 GENERIC
2.0 HEADER
3.0 TOP LINKS
	3.1 TOP NAVIGATION
	3.2 HOW TO VOTE LINK
4.0 MAIN CONTENT
	4.1 MAIN CONATINER
	4.2 GREEN LOGO BANNER
	4.3 POLICIES
	4.4 INFO BLURB
	4.5 NEWS
	4.6 MAILING LIST
	4.7 KEY ACTIONS
5.0 FOOTER
6.0 EXTRA CODE FOR POLICY, CANDIDATES & VOTING PAGE
	6.1 POLICY LIST
	6.2 POLICY INFO AND VIDEO	
	6.3 GREEN LOGO BANNER
	6.4 KEY ACTIONS
	6.5 VOTING INFO HEADER
	6.6 CANDIDATES PAGE
-----------------
*/

/* 1.0 GENERIC --------------------------------------------------------------------------- */
body{
	margin: 0 auto 0 auto;
	width: 850px;
	background: #73A533;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}

a{
	color: #73A533;
	text-decoration:none;
}

a:hover{
	color: #A1BF79;
	text-decoration:none;
}

p {
	margin: 10px;
	line-height: 16px;
}


ul{
	line-height: 20px;
}



	

h1{
	font-size: 24px;
	font-weight: bold;
	margin: 5px;
}

h2{
	font-size: 18px;
	font-weight: bold;
	margin: 5px;
}

h3{
	font-size: 14px;
	font-weight: bold;
	margin: 5px;
}


	
/* 2.0 HEADER -------------------------------------------------------------------------- */

#headerMain{

	width: 850px;
	height: 295px;
	background: url(Images/greenLocalHeader.gif) 0 0 no-repeat;
}

/* 3.0 TOP LINKS -----------------------------------------------------------------------------*/

		/* 3.1 TOP NAVIGATION ----------------------------------------------------*/
			#navMain {
				margin-top: 265px;
				margin-right: 0px;
				width: 430px;
				float: right;
				height: 30px;
			}
			
			#homeTab{
				width: 53px;
				height: 30px;
				float: left;
				clear: both;
				background: url(Images/navBack.gif) no-repeat 0 0px;
			}
			#homeTab a{
				display: block;
				width : 53px;
				height: 30px;
				text-indent: -9999px;
				text-decoration: none;
				overflow: hidden;
			}
			
			#joinTab{
				width: 36px;
				height: 30px;
				float: left;
				background: url(Images/navBack.gif) no-repeat -53px 0px;
				margin-left: 10px;
			}
			#joinTab a{
				display: block;
				width : 36px;
				height: 30px;
				text-indent: -9999px;
				text-decoration: none;
				overflow: hidden;
			}
			
			#donateTab{
				width: 64px;
				height: 30px;
				float: left;
				background: url(Images/navBack.gif) no-repeat -89px 0px;
				margin-left: 10px;
			}
			#donateTab a{
				display: block;
				width : 64px;
				height: 30px;
				text-indent: -9999px;
				text-decoration: none;
				overflow: hidden;
			}
			
			#contactTab{
				width: 70px;
				height: 30px;
				float: left;
				background: url(Images/navBack.gif) no-repeat -153px 0px;
				margin-left: 10px;
			}
			#contactTab a{
				display: block;
				width : 70px;
				height: 30px;
				text-indent: -9999px;
				text-decoration: none;
				overflow: hidden;
			}
			
			#gphomeTab{
				width: 65px;
				height: 30px;
				float: left;
				background: url(Images/lonmain.gif) no-repeat -6px 1px;
				margin-left: 10px;
			}
			#gphomeTab a{
				display: block;
				width : 65px;
				height: 30px;
				text-indent: -9999px;
				text-decoration: none;
				overflow: hidden;
			}			
			#londonTab{
				width: 84px;
				height: 30px;
				float: left;
				background: url(Images/lonmain.gif) no-repeat -89px 1px;
				margin-left: 10px;
			}
			#londonTab a{
				display: block;
				width : 84px;
				height: 30px;
				text-indent: -9999px;
				text-decoration: none;
				overflow: hidden;
			}
			
			
			#homeTab a:hover {background: url(Images/navBack.gif) no-repeat 0 -30px;}
			#joinTab a:hover {background: url(Images/navBack.gif) no-repeat -53px -30px;}
			#donateTab a:hover {background: url(Images/navBack.gif) no-repeat -89px -30px;}
			#contactTab a:hover {background: url(Images/navBack.gif) no-repeat -153px -30px;}
			#gphomeTab a:hover {background: url(Images/lonmain.gif) no-repeat -6px -28px;}
			#londonTab a:hover {background: url(Images/lonmain.gif) no-repeat -89px -29px;}
	
		/* 3.2 HOW TO VOTE LINK ----------------------------------------------------*/
			#howToMain {
				margin-top: 255px;
				margin-left: 180px;
				width: 225px;
				height: 48px;
				float: left;
				clear: left;
				background: url(Images/howtoGraphic.gif) 0 0 no-repeat;
			}
			#howToMain a{
				display: block;
				width : 225px;
				height: 48px;
				text-indent: -9999px;
				text-decoration: none;
				overflow: hidden;
			}
			
			#howToMain a:hover {
				background: url(Images/howtoGraphic.gif) 0 -50px no-repeat;
			}

/* 4.0 MAIN CONTENT ------------------------------------------------------------*/

		/* 4.1 MAIN CONTAINER ----------------------------------------------------*/
			#contentTopMain{
				clear: both;
				width: 850px;
				height: 35px;
				background: url(Images/topContentBack.gif) 0 0 no-repeat;
				margin: 0;
				padding: 0;
			}
			
			#contentMain{
			
				width: 850px;
				margin: 0;
				padding: 0 0 20px 0;
				background: url(Images/middleContentBack.gif) 0 0 repeat-y;
				overflow: auto;
			}
			#contentBottomMain{
				clear: both;
				width: 850px;
				height: 35px;
				background: url(Images/bottomContentBack.gif) 0 0 no-repeat;
				margin: 0;
				padding: 0;
			}
			
		/* 4.2 GREEN LOGO BANNER ----------------------------------------------------*/
			#logoMain{
				clear:right;
				float: right;
				width: 320px;
				height: 70px;
				margin: 0px 70px 0 0;
				background: url(Images/logoMain.gif) 0 0 no-repeat;
			}
			
			#logoMain a{
				display: block;
				width : 320px;
				height: 70px;
				text-indent: -9999px;
				text-decoration: none;
				overflow: hidden;
			}
			
		/* 4.3 POLICIES ----------------------------------------------------*/
			#policyMain{
	float: right;
	width: 350px;
	height: 450px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;			
			}
			
			#policyHeader{
				width: 100%;
				height: 50px;
				background: url(Images/policiesGraphic.gif) 11px 0 no-repeat;
			}
			
			#policyLeftInner{
				width: 151px;
				height: 400px;
				float: left;
				margin-left: 15px;
			}
			
			#policyRightInner{
				width: 151px;
				height: 400px;
				float: right;
				margin-right: 15px;
			}
			
			#policyInsulationInner{
				width: 151px;
				height: 87px;
				margin-top: 10px;
				background: url(Images/policiesBack.jpg) 0 0 no-repeat;
			}
			#policyInsulationInner a{
				display: block;
				width: 151px;
				height: 87px;
				text-indent: -9999px;
				text-decoration: none;
				overflow: hidden;
			}
			
			#policyInsulationInner a:hover {
				background: url(Images/policiesBack.jpg) 0 -87px no-repeat;
			}
			
			#policySchoolInner{
				width: 151px;
				height: 87px;
				margin-top: 10px;
				background: url(Images/policiesBack.jpg) -151px 0 no-repeat;
			}
			#policySchoolInner a{
				display: block;
				width: 151px;
				height: 87px;
				text-indent: -9999px;
				text-decoration: none;
				overflow: hidden;
			}
			
			#policySchoolInner a:hover {
				background: url(Images/policiesBack.jpg) -151px -87px no-repeat;
			}
			#policyStreetsInner{
				width: 151px;
				height: 87px;
				margin-top: 10px;
				background: url(Images/policiesBack.jpg) -302px 0 no-repeat;
			}
			#policyStreetsInner a{
				display: block;
				width: 151px;
				height: 87px;
				text-indent: -9999px;
				text-decoration: none;
				overflow: hidden;
			}
			
			#policyStreetsInner a:hover {
				background: url(Images/policiesBack.jpg) -302px -87px no-repeat;
			}
			
			#policyInfoInner{
				width: 151px;
				height: 87px;
				margin-top: 10px;
				background: url(Images/policiesBack.jpg) -453px 0 no-repeat;
			}
			
			#policyLocalInner{
				width: 151px;
				height: 87px;
				margin-top: 10px;
				background: url(Images/policiesBack.jpg) -604px 0 no-repeat;
			}
			
			#policyLocalInner a{
				display: block;
				width: 151px;
				height: 87px;
				text-indent: -9999px;
				text-decoration: none;
				overflow: hidden;
			}
			
			#policyLocalInner a:hover {
				background: url(Images/policiesBack.jpg) -604px -87px no-repeat;
			}
			
			#policyAirportInner{
				width: 151px;
				height: 87px;
				margin-top: 10px;
				background: url(Images/policiesBack.jpg) -755px 0 no-repeat;
			}
			
			#policyAirportInner a{
				display: block;
				width: 151px;
				height: 87px;
				text-indent: -9999px;
				text-decoration: none;
				overflow: hidden;
			}
			
			#policyAirportInner a:hover {
				background: url(Images/policiesBack.jpg) -755px -87px no-repeat;
			}
			
			#policySolarInner{
				width: 151px;
				height: 87px;
				margin-top: 10px;
				background: url(Images/policiesBack.jpg) -906px 0 no-repeat;
			}
			
			#policySolarInner a{
				display: block;
				width: 151px;
				height: 87px;
				text-indent: -9999px;
				text-decoration: none;
				overflow: hidden;
			}
			
			#policySolarInner a:hover {
				background: url(Images/policiesBack.jpg) -906px -87px no-repeat;
			}
			#policyHousingInner{
				width: 151px;
				height: 87px;
				margin-top: 10px;
				background: url(Images/policiesBack.jpg) -1057px 0 no-repeat;
			}
			
			#policyHousingInner a{
				display: block;
				width: 151px;
				height: 87px;
				text-indent: -9999px;
				text-decoration: none;
				overflow: hidden;
			}
			
			#policyHousingInner a:hover {
				background: url(Images/policiesBack.jpg) -1057px -87px no-repeat;
			}

		/* 4.4 INFO BLURB ----------------------------------------------------*/
			#infoHeader{
			
				width: 100%;
				height: 50px;
				background: url(Images/introGraphic.gif) 0 0 no-repeat;
			}
			
			#howtoMain{
	float: left;
	width: 325px;
	background: #FFFFFF;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 35px;
			}
			#howtoHeader{
			
				width: 100%;
				height: 50px;
				background: url(Images/introGraphic.gif) 0 0 no-repeat;
			}
			
			#infoMain{
	float: left;
	width: 325px;
	background: #FFFFFF;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 35px;
			}
			
		/* 4.5 NEWS ----------------------------------------------------*/
			#newsHeader{
				width: 100%;
				height: 50px;
				background: url(Images/newsGraphic.gif) 0 0 no-repeat;
				margin-bottom: 10px;
			}
			
			#newsMain{
	clear: left;
	float: left;
	width: 325px;
	background: #FFFFFF;
	font-size: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 35px;
			}
			
			#newsMain a{
				color: #73A533;
				text-decoration:none;
				font-size: 12px;
			}


		/* 4.6 MAILING LIST ----------------------------------------------------*/
			#mailingListMain{
				width: 260px;
				margin: 10px 0px 0 0;
				background: url(Images/mailHeader.gif);
				color: #73A533;
				height: 165px;
				padding: 60px 0 0 10px;
			}
			
			#mailingListMain a{
				color: #73A533;
			}
			
			#mailingListMain a:hover{
				color: #A1BF79;
			}
			
		/* 4.7 KEY ACTIONS ----------------------------------------------------*/
			#keyActionsMain{
				float:right;
				clear:right;
				width: 270px;
				margin: 20px 30px 0 0;
			}
			#donateMain{
				width: 270px;
				height: 100px;
				margin: 30px 0px 0 0;
				background: url(Images/donateBack.gif) 0 0 no-repeat;
				color: #FFFFFF;
			}
			
			#donateMain a{
				display: block;
				width : 270px;
				height: 100px;
				text-indent: -9999px;
				text-decoration: none;
				overflow: hidden;
			}
			
			#donateMain a:hover {
				background: url(Images/donateBack.gif) 0 -100px no-repeat;
			}
			
			
			#joinMain{
				width: 270px;
				height: 100px;
				margin: 15px 0px 0 0;
				background: url(Images/joinBack.gif) 0 0 no-repeat;
				color: #FFFFFF;
			}
			
			#joinMain a{
				display: block;
				width : 270px;
				height: 100px;
				text-indent: -9999px;
				text-decoration: none;
				overflow: hidden;
			}
			
			#joinMain a:hover {
				background: url(Images/joinBack.gif) 0 -100px no-repeat;
			}



/* 5.0 FOOTER ------------------------------------------------------------*/

#footerMain{
	clear: both;
	width: 850px;
	height: 50px;
	background: #73A533;
	margin: 10px 0 0 0;
	padding: 0;

}

#footerCentre{
	width: 600px;
	height: 30px;
	background: #73A533;
	font-size: 12px;
	text-align:center;
	margin: 0 auto;

}

#footerCentre a{
	color: #FFFFFF;
}

/* 6.0 EXTRA CODE FOR POLICY & VOTING PAGE ----------------------------------------------*/

		/* 6.1 POLICY LIST ----------------------------------------------*/
			#policyStrippedMain{
				float: right;
				width: 300px;
				margin: 15px 35px 0 0;
				clear: right;
			}
			
			#policyStrippedMain a{
				font-size: 18px;
				font-weight: bold;
				margin: 5px;
			}
			
			#policyStrippedMain ul{
				list-style:square;
			}
			
			#policyStrippedMain li{
				margin-top: 10px;
			}
			
		/* 6.2 POLICY INFO & VIDEO ----------------------------------------------*/

			#infoPolicyHeader{
				float: left;
				clear:left;
				width: 340px;
				background: #FFFFFF;
				margin: 0px 0 0 35px;
				height: 70px;
			}
			
			#infoPolicyMain{
				float: left;
				clear: left;
				width: 340px;
				background: #FFFFFF;
				margin: 0px 0 0 35px;
			}
			
			#policyVideo {
	float: left;
	clear:left;
	width: 340px;
	height: 284px;
	padding:0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 35px;
			}
			#policyVideoImg {
	background-color: #000000;
	display: block;
	height: 284px;
	width: 340px;
	margin: auto;
	vertical-align: middle;
			}
#contentMain #policyVideo #policyVideoImg img {
	margin-top: 47px;
	vertical-align: middle;
}
			
		/* 6.3 GREEN LOGO BANNER ----------------------------------------------*/

			#logoPolicyMain{
				clear:right;
				float: right;
				width: 320px;
				height: 70px;
				margin: 0px 70px 0 0;
				background: url(Images/logoMain.gif) 0 0 no-repeat;
			}
			
			#logoPolicyMain a{
				display: block;
				width : 320px;
				height: 70px;
				text-indent: -9999px;
				text-decoration: none;
				overflow: hidden;
			}
			
		/* 6.4 KEY ACTIONS ----------------------------------------------*/

			#keyActionsPolicyMain{
				float:right;
				clear:right;
				width: 290px;
				margin: 30px 35px 0 0;
			}
			
		/* 6.5 VOTING INFO HEADER ----------------------------------------------*/

			#infoVoteHeader{
				float: left;
				clear:left;
				width: 340px;
				background: #FFFFFF;
				margin: 0px 0 0 35px;
				height: 90px;
			}
			
		/* 6.6 CANDIDATES PAGE ----------------------------------------------*/
		#candidates {
		}
		#candidates table tr td p {
				font-size: 0.9em;
				margin: 0px;
				padding: 0px;
		}
		#candidates .bold {
				font-weight: bold;
				text-transform: uppercase;
		}
		#candidates td {
				text-align: left;
				vertical-align: top;
		}
			
/*****************************************************/
/*													 */
/*			END OF FILE								 */
/*													 */
/*****************************************************/

/* Built & Coded By CreationBox.co.uk 2008 */
