#PAGE-TAGS-GENERAL----------------------------------------------------------------------------------  {}
/* Basic site wide html stlyes such as body and p tags etc*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


body {
	font-size: 76%;
	font-family: "Trebuchet MS", Arial, Verdana;
}


h1 {
	color: #0092D0;
	font-weight: normal;
	font-size: 2.1em;
	margin-top: 0px;
	margin-bottom: 18px;
	text-transform: uppercase;
	line-height: 25px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #70BA0B;
	margin: 0px;
	padding-right: 0px;
}

 h3{
	font-size: 2em;
	font-weight: normal;
	color: #2F8BBA;
	margin-top: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
}



hr{
	color: #8FBEE4;
	height: 1px;
	margin: 0 0 10px;
	background-color: #2F8BBA;
}

strong{
	color: #0066FF;
}

a {
	color: #27779C;
}
a:link {
	color: #27779C;
}
a:visited {
	color: #27779C;
}

a:hover {
	color: #6AB60C;
}
#TOOLS----------------------------------------------------------------------------------  {}
/* Small elements uses trhought the site such as floatLeft or thumbLeft etc*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.top {
	text-align: right;
	clear: both;
	display: block;
	background-image: url(../Images/arrow-up.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}
.more{ /*the sites main 'more details button'*/
	color: #70BA0B;
	background-image: url(../Images/button-on-grey.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 81px;
	padding-top: 14px;
	padding-left: 40px;
	font-weight: normal;
	text-decoration: none;
}
a.more:hover{
	background-image: url(../Images/button-on-grey.jpg);
	color: #000000;
	background-position: 0px -50px;
}
.clear {
	clear: both;
	height:1px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.skiplink {
	display:none
}


.posted {
	color: #0092D0;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.posted a{
	color: #0092D0;
}

div.hr { /*is the hr for column 1 with bevelled look*/
	height: 4px;
	background-attachment: scroll;
	background-image: url(../Images/hr-left-bar.jpg);
	background-repeat: repeat-x;
	background-position: left;
	margin-top: 0px;
	clear: both;
}
div.hr hr {
  display: none;
}
.clearLeft{
	clear: left;
}
.intro {
	font-size: 1.2em;
	color: #0092D0;
}



.titleSeparate {
	background-color: #62ACD4;
	color: #FFFFFF;
	display: block;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	clear: both;
	font-size: 1.5em;
	background-image: url(../Images/column-2-h3-bg.jpg);
	background-repeat: repeat-x;	
}



.thumbSignature {
	clear:both;
	background-image: url(../Images/giles-chichester-signature.gif);
	background-repeat: no-repeat;
	background-position: left 20px ;
	display: block;
	height: 80px;
	width: 250px;
	padding-top: 0px;
	padding-left: 0px;
}

.thumbLeft, .thumbRight, .thumb {
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.thumbLeft {
	margin-bottom: 12px;
	margin-right: 12px;
	float: left;
}

.thumbRight {
	margin-bottom: 12px;
	margin-left: 12px;
	float: right;
}

.thumb{
	margin-bottom: 12px;
}

.thumbMap {
    width: 250px;
    float: right;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-bottom: 12px;
	margin-left: 12px;
	text-align: right;
}

.thumbMap img {
    border: none;
}

#STRUCTURE----------------------------------------------------------------------------------  {}
/* Primary site structure divs and classes.*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#welcome {
	float:left;
	height: 169px;
	width: 513px;
	background-repeat: no-repeat;
	margin-left: 0px;
}




#mediaTabContainer {
	background-repeat: repeat-x;
	height: 24px;
	background-position: left bottom;
	font-size: 0.9em;
	background-color: #2E8DBB;
}

#headerTabContainer {
	background-repeat: repeat-x;
	background-position: center -20px;
	margin-bottom: 0px;
	width: 788px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #62ACD4;
}


#campaignHeader{
	background-repeat:no-repeat;
	margin-bottom: 12px;
	height:205px;
	overflow:hidden;
	display: list-item;
	list-style-position: inside;
	letter-spacing: -1000em;
	font-size: 1pt;
	color: #fff;
	width: 0px;
 }
 
 #newsTicker {
	margin-top: 4px;
	margin-left: 1%;
}


#column1 {
	width: 150px;
	background-color: #F5F5F5;
	float: left;
	background-image: url(../images/column1-bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	font-size: 0.8em;
	padding-bottom: 40px;
}
#column2 {
	width: 610px;
	float: left;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 0.9em;
	padding-right: 8px;
	padding-left: 8px;
}



#PAGE-TAGS-SPECIFIC----------------------------------------------------------------------  {}
/* Basic site wide html stlyes such as body and p tags etc but for particular areas eh just for a certain column*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#HEADER----------------------------------------------------------------------  {}
#headerTab p{
	color: #DBEBF7;
	padding-left: 35px;
	padding-top: 10px;
	width: 100%;
	overflow: hidden;
	font-size: 0.9em;
}
#COLUMN1----------------------------------------------------------------------  {}
#column1 h3 {
	font-size: 1.4em;
	color: #0086DF;
	margin-top: 5px;
	margin-bottom: 5px;
	height:25px;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
}



#column_2_inner h3 {
	font-size: 18px;
}




#column1 strong {
	color: #666666;
}
#column1 p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #666666;
}

#column1 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#column1 li{
	margin-bottom: 10px;
}

#column1 .content {
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#COLUMN2----------------------------------------------------------------------  {}

#column2 li{
	color: #0099FF;
}
#column2 ol{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#column2 h2 {
	padding-left: 0px;
	margin-bottom: 10px;
	color: #70BA0B;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#column2 p{
	margin-top: 10px;
	margin-bottom: 10px;
}
#column2 h2 strong{
	color: #75BBDD;
	font-weight: normal;
}

#column2 .contentColumn1 h2 a{
	text-decoration: none;
	color: #6AB60C;
}

#column2 .contentColumn1 h2 a:hover{
	color: #27779C;
}

#mediaTabContainer----------------------------------------------------------------------  {}
#mediaTabContainer p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: none;
}

#mediaTabContainer a{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #AEEBFF;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-decoration: none;
	font-size: 0.9em;
	height: 15px;
	overflow: hidden;
	padding-top: 0px;
}
#mediaTabContainer a:hover{
	color: #FFFFFF;
}

#PAGE-SPECIFIC----------------------------------------------------------------------------------  {}
/* Page or section specific items - subsections for each page*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


#MEP-PAGES------------------------  {}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#mepBackground {
	background-image: url(../Images/mepBackground.jpg);
	min-height:400px;
	height:auto;
	background-repeat: no-repeat;
	background-position: center top;
}

/* for Internet Explorer */
* html #mepBackground  {
	height: 400px;
}


#PAGE-SPECIFIC-welcome-image------------------------  {}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.welcomeImage-about {
	background-image: url(../Images/static-header-about.jpg);
}
.welcomeImage-contact {
	background-image: url(../Images/static-header-contact.jpg);
}
.welcomeImage-default {
	background-image: url(../Images/static-header-default.jpg);
}
.welcomeImage-news {
	background-image: url(../Images/static-header-news.jpg);
}
.welcomeImage-welcome {
	background-image: url(../Images/static-header-welcome.jpg);
}
.welcomeImage-mep {
	background-image: url(../Images/static-header-mep.jpg);
}

#PAGE-SPECIFIC--gallery-box------------------------  {}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.galleryBox {
	background-color: #F7F7F7;
	float: left;
	height: 245px;
	width: 178px;
	padding: 6px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #E1E1E1;
}
.galleryBox p{
	height: 30px;
}

.galleryBox img {
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-image: none;
	margin-bottom: 5px;
	padding-left: 2px;
	margin-left: 0px;
}

.galleryBox ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.galleryBox li a{
	display: block;
	padding-bottom: 3px;
	background-image: url(../Images/arrow2.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 4px;
}


#PAGE-SPECIFIC--mep-box------------------------  {}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.mepCard {
	width: 278px;
	padding: 10px;
	color: #FFFFFF;
	background-color: #0099FF;
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
	background-image: url(../Images/mep-card.jpg);
	background-repeat: no-repeat;
	height: 163px;
}

.mepCard strong{
	color: #FFFFFF;
	font-size: 1.4em;
	margin-bottom: 0px;
}

 .mepCard p{
	margin-top: 0px;
	margin-bottom: 2px;
	text-align: left;
	display: block;
	line-height: 15px;
}



.mepCard a{
	color: #7ED10D;
	display: block;
	clear: both;
	padding-left: 10px;
	padding-top: 4px;
}

.mepCard a:hover{
	color: #0E51BC;
	display: block;
	clear: both;
}

.mepCard img{
	float: right;
	border: 1px solid #CCCCCC;
	margin-bottom: 13px;
	margin-left: 15px;
}

#PAGE-SPECIFIC--footer-links------------------------  {}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#footerLinks {/* list for the links in the footer*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-type: none;

	
}

#footerLinks li { /* list for the links in the footer*/
	float: left;
	padding-left: 1%;
	padding-right: 1%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#footerLinks a:link{ /* list for the links in the footer*/
	color: #CCCCCC;	
}

#PAGE-SPECIFIC-light-blue-box------------------------  {}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/




.boxLightBlue {
	background-color: #EAFAFF;
	padding: 12px;
	margin-bottom: 15px;
}

#column2 .boxLightBlue h2{
	display: block;
	color: #0099FF;
	font-size: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
}

#column2 .boxLightBlue h2 strong{
	font-size: 1.2em;
	font-weight: normal;
}
#column2 .boxLightBlue h2 a{
	font-weight: normal;
	text-decoration: none;
	color:#27779C;
}
#column2 .boxLightBlue h2 a:link{
	font-weight: normal;
	text-decoration: none;
	color:#27779C;
}
.boxLightBlue a:link{
	font-weight: normal;
	text-decoration: none;
	color:#27779C;
}
.boxLightBlue a:hover{
	color:#6AB60C;
}
#LINKS----------------------------------------------------------------------------------  {}
/* Things like paragraphs, headings, and other miscellaneous font styles such as small and strong tags.*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



#FORMS----------------------------------------------------------------------------------  {}
/* Things like paragraphs, headings, and other miscellaneous font styles such as small and strong tags.*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.formCheckbox {
	font-size: 0.9em;
	color: #FFFFFF;
	width: 150px;
	display: block;
}

.formCheckbox a{
	color: #FFFFFF;
}

.formRadio {
	font-size: 0.9em;
	color: #FFFFFF;
	width: 150px;
	display: block;
}

.formTxtBox{
	width: 70%;
	border: 1px solid #98E171;

	background-repeat: repeat-x;
	margin-bottom: 10px;
	display: block;
	line-height: 22px;
	color: #4F769D;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 0px;
	height: 22px;
	display: block;
}

.formTxtBoxMulti{
	width: 70%;
	border: 1px solid #98E171;

	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-left: 4px;
	display: block;
}

label {
	margin-top: 0px;
	font-weight: normal;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 1.2em;
	color: #3399CC;
}



#n, #e{
	background-color: #FFFFFF;
	width: 90%;
	margin-bottom: 5px;
}

legend {
	margin-top: 8px;
	display: none;
}

fieldset {
	padding: 15px;
	border: 7px solid #C6EEB0;
	background-color: #F3FCEF;
	margin-bottom: 25px;
	margin-top: 20px;
}


.formButton {
	color: #FFFFFF;
	background-color: #0099CC;
	border: 1px solid #CCCCCC;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 2px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	font-size: 1.2em;
	font-weight: normal;
	background-image: url(../Images/sidebar-bg.jpg);
	background-repeat: repeat-x;
}

.formSearchField {
	background-color: #E8F5FF;
	border: 2px solid #BBEEFF;
	padding-top: 9px;
	padding-bottom: 9px;
	background-image: url(../Images/icon-search-advanced.jpg);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding-left: 35px;
	color: #00698C;
	font-size: 1.4em;
}







.formButtonSmall{
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: #999999;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	border: 1px solid #CCCCCC;
	margin-top: 3px;
}
.formTextboxSmall {
	padding-top: 2px;
	display: block;
	font-size: 1.2em;
	color: #999999;
	margin: 0px;
	height: 17px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 123px;
}

#column1 .formSearch {
	background-image: url(../Images/icon-search.jpg);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	width: 100px;
	padding-left: 23px;
}





































.paging {
	background-color: #F7F7F7;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	height: 25px;
	font-size: 0.9em;
	color: #666666;
	clear: both;
}




.contentColumn2 h3 {
	background-color: #62ACD4;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	background-image: url(../Images/column-2-h3-bg.jpg);
	background-repeat: repeat-x;
}
#column2 .blueTabContainer h2 {
	padding-left: 35px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#column2 .whiteTabContainer h2 {
	padding-left: 35px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


.contentColumn1 {
	width: 427px;
	float: left;
	margin-right: 15px;
	padding-bottom: 20px;
}

.contentColumn2 {
	width: 166px;
	float: left;
}
.searchCheckbox {
	font-size: 0.9em;
	display: block;
	height: 20px;
	width: 80px;
	float: left;
}

#flashContentResource{
	padding: 2px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
	width: 350px;
}


#searchCheckBoxContainer{
	padding-top: 5px;
	padding-bottom: 5px;
	height: 70px;
	width: 290px;
	margin-top: 10px;
	font-size: 0.9em;
}



.homeMediaBox { /*This is the box for the video and audio*/
	float: right;
	margin-left: 10px;
	border: 5px solid #E9E9E9;
	margin-bottom: 12px;
	margin-top: 0px;
}





#column1 .formTextfield {
	display: block;
	width: 100%;
}
.actionBox {
	width: 23%;
	float: left;
	margin-right: 3%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2D87B3;
	text-align: center;
}
.actionBox a{
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;

}
.actionBoxMep {
	background-image: url(../images/icon-mep.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 40px;
}

.actionBoxEmail{
	background-image: url(../images/icon-email.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 40px;
}
#resourceContainer {
	height: 280px;
	overflow: auto;
}




/** Resources ******************************/

.linkCentre {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.linkCentre li{

}

.linkCentre a{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	color: #70BA0B;
	text-decoration: none;
	display: block;
	padding-bottom: 3px;
	padding-left: 5px;
}
.linkCentre a:hover{
	color: #000000;
	background-color: #F0F0F0;
}


#container .linkSide {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

 .linkSide li{
	border-bottom-width: 1px!important;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #0099CC;
}
.linkSide a{
	color: #70BA0B;
	text-decoration: none;
}
.linkSide a:link{
	color: #70BA0B;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}


.linkSide a:hover{
	color: #000000;
}
.linkSide label {
	color: #70BA0B;
	font-size: 1em;
	cursor:pointer;
}
.linkSide label a:hover {
	color: #000000;
}


#ICONS----------------------------------------------------------------------------------  {}
/* Things like paragraphs, headings, and other miscellaneous font styles such as small and strong tags.*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


 .icon-resource{
	padding-left:40px;
	display: block;
	background-repeat:no-repeat!important;
	background-position: 0px 5px;
	line-height: 30px;
	height: 30px;
}


.icon-externalUrl{
	background-image: url("../images/icons/page_world.png");
}

.icon-audio{
	background-image: url("../images/icons/icon_audio.jpg");
}

.icon-excel{
	background-image: url("../images/icons/page_white_excel.png");
}

.icon-image{
	background-image: url("../images/icons/page_white_picture.png");
}

.icon-InternalUrl{
	background-image: url("../images/icons/page_link.png");
}

.icon-pdf{
	background-image: url("../images/icons/page_white_acrobat.png");
}

.icon-ppt
{
	background-image: url("../images/icons/page_white_powerpoint.png");
}

.icon-text{
	background-image: url("../images/icons/page_link.png");
}

.icon-video{
	background-image: url("../images/icons/icon_video.jpg");
}

.icon-word{
	background-image: url("../images/icons/page_word.png");
}

.icon-zip{
	background-image: url("../images/icons/page_white_compressed.png");
}




.iconPoll {
	background-image: url(../Images/icon-poll.jpg);
}
.iconPetition {
	background-image: url(../Images/icon-petition.jpg);
}
.iconSurvey {
	background-image: url(../Images/icon-survey.jpg);
}
.iconComment {
	background-image: url(../Images/icon-comment.jpg);
}

.iconFriend {
	background-image: url(../Images/icon-friend.jpg);
}

.iconPrint {
	background-image: url(../Images/icon-print.jpg);
}

.iconGallery {
	background-image: url(../Images/icon-gallery.jpg);
}

.iconVideo {
	background-image: url(../Images/icon-video.jpg);
}

.iconAudio {
	background-image: url(../Images/icon-audio.jpg);
}

.iconDocument {
	background-image: url(../Images/icon-documents.jpg);
}

.iconLinks {
	background-image: url(../Images/icon-links.jpg);
}

.iconDownload {
	background-image: url(../Images/icon-download.jpg);
}





/*******************************************/






#SubscribeManager1_chkTerms{
	margin: 0px;
	padding: 0px;

}
.sideBoxNewsletter label{
	margin: 0px;
	padding: 0px;

}

#column1 .sideBoxNewsletter h3{
	color: #FFFFFF;
	font-size: 1.6em;
}

.mepPosted { /*this makes the homepage (inner pages?) posted by Box a certain height so that the paragraph belowis cleared*/
	height: 40px;
}


#column1 .sideBoxMEP h3{
	color: #FFFFFF;
	padding-top: 5px;
}
#column1 .sideBoxMEP a{
	background-image: none;
	color: #FFFFFF;
	text-decoration: none;
	border: 2px solid #FFFFFF;
}
.sideBoxMEP a:hover{
	border: 2px solid #F2F2F2;
}
.sideBoxMEP strong{
	font-size: 1.2em;
	color: #FFFFFF;

}
.sideBoxMEP img{
	height: 100px;
	width: 70px;
	margin-bottom: 5px;
}

.sideBoxMEP p{
	margin-top: 0px;
	margin-bottom: 5px;

}




.mepContainer {
	float: left;
	margin-left: 7%;
}








#POP-UP-WINDOWS----------------------------------------------------------------------------------  {}
/* Stlyes for the lightbox style pop-ups*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#column2 .popContainer{
	padding: 0px 0px 0px 0px;
}

.popContainer{
	background-color:#FFFFFF;
	padding: 10px 10px 10px 10px;
}



#STATUS-VALIDATION-MESSAGES----------------------------------------------------------------------------------  {}
/* All the sites validation and staus messages*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.statusBox 
{
	font-family:Verdana;
	border: 1px solid #CCCCCC;
	margin-bottom: 12px;
	min-height:70px;
	height:auto;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: 10px 8px;
	padding-left: 70px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	color: #000000;
	font-size: 1.1em;
}
.statusBox p
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #000000;
}
.statusBox li
{
color: #000000;
}
.statusBox h4{
	font-size: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;

}
/* for Internet Explorer */
/*\*/
* html .statusBox {
height: 50px;
}

.statusBoxCorrect {
	background-image: url(../images/icon-statusbox-correct.jpg);
	border: 11px solid #86D958;
}
.statusBoxIncorrect {
	background-image: url(../images/icon-statusbox-incorrect.jpg);
	border: 11px solid #FF7D7D;
}
.statusBoxInfo {
	background-image: url(../images/icon-statusbox-info.jpg);
	border: 11px solid #91C9E4;
}


.validationBoxIncorrect {
	background-color: #FFD9D9;
	background-image: url(../images/icon-statusbox-incorrect.jpg);
	background-position:10px 10px;
	background-repeat:no-repeat;
	border: 1px solid #990000;
	padding-top:20px;
	padding-left:60px;
	margin-bottom: 8px;
}

.red{
	color: #990000;
}




















.commentBox {
	background-image: url(../Images/icon-comment.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
}


.mepTag{
	display: block;
	clear: both;
	padding-top: 7px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	margin-top: 12px;
	height: 60px;
}
.mepTag2{
	display: block;
	clear: both;
	padding-top: 7px;
	height: 58px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E5F2F8;
	border-bottom-color: #E5F2F8;
	background-image: url(../Images/mepTag2.jpg);
	background-repeat: repeat-x;
	margin-top: 12px;
	padding-left: 12px;
	margin-bottom: 12px;
	padding-right: 7px;
}
.mepTag strong a{
	color: #0066FF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;

}
.mepTag p, .mepTag2 p{
	font-size: 0.8em;
	color: #999999;
	margin: 0px;
}
.mepTag img, .mepTag2 img{
	width:30px;

	float:left;
	border: 1px solid #EBEBEB;
	margin-right: 10px;
}


.inTheNews img{
	padding-bottom: 5px;
	float:left;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-bottom: 5px;
	margin-right: 7px;
	font-size: 0.9em;
	overflow:hidden;
	
}

.inTheNews strong{
	padding-bottom: 7px;
}

.inTheNews a{
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}

.CampaignLink a
{
	font-size: 0.9em;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}

.campaignSummary 
{
	height: 90px;
	border: 3px solid #FFFFFF;
	background-position: left 15px;
	background-color: #0099CC;
	display: block;
	text-decoration: none;
}

a.campaignSummary
{
	font-size: 0.9em;
	text-decoration: none;
}

a.campaignSummary:hover
{
	border: 3px solid #B7D0E8;
	color: #B7D0E8;
}
.campaignSummary span {
	color: #FFFFFF;
	background-color: #0099CC;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
}
.flagBG {
	background-image: url(../Images/flag-background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	width: 325px;

}




.contentMEPbg { /*does the bg image for the random MEP in left/column1*/
	background-image: url(../Images/mep-random-bg.jpg);
	background-repeat: no-repeat;
}
#Old-not-used----------------------------------------------------------------------------------  {}
/*Temporary storage area for styles that are not being used or can maybe be deleted later*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*   


.sideBoxFriend {
	background-image: url(../Images/feature-box-friend.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-bottom: 40px;
}


.sideBoxNewsletter {
	background-image: url(../Images/feature-box-mep.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-color: #0C4AB7;
	text-align: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	background-position: right top;
	padding: 10px;
	
}

.sideBoxNewsletter strong{
	color: #FFFFFF;
}
.sideBoxNewsletter span{
	padding-left: 7px;
	font-size: 0.8em;
	float: left;
	width: 120px;
	color: #FFFFFF;
}

.sideBoxNewsletter label{
	color: #FFFFFF;
}
.sideBoxNewsletter p{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 4px;
	padding-bottom: 0px;
}
.sideBoxNewsletter .form-textfield{
	display: block;
	font-size: 1em;
	color: #FFFFFF;
	margin: 0px;
	height: 17px;
	width: 75%;
	background-color: #88BDE5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
}


.sideBoxNewsletter a
{
	color:#ffffff;
}

.sideBoxNewsletter .form-button{
	float: left;
	margin-top: 5px;
	margin-bottom: 0px;
	border: 1px solid #70BA0B;
	background-color: #70BA0B;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 1em;
	width: 60px;
	margin-right: 5px;
}





.mepMap {
	float: left;
	padding-right: 110px;
}

#listMap {
	float: left;
	padding-left: 50px;
	margin: 0px;
	list-style-type: none;
}
#listMap li{
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #55ADD5;

}
#listMap a{
	text-decoration: none;
	display: block;
}

.sideBoxMEP {
	background-image: url(../Images/feature-box-mep.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-color: #0C4AB7;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	background-position: right top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;	
}




.blueTabContainer {
	height: 38px;
	font-size: 0.9em;
}

.blueTab{
	width: 36%;
	float: right;
	background-image: url(../images/tab-blue.jpg);
	height: 38px;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #246E91;
}
.whiteTabContainer {
	height: 38px;
	font-size: 0.9em;
	background-color: #246E91;
}

.whiteTab{
	width: 36%;
	float: right;
	background-image: url(../images/tab-white.jpg);
	height: 38px;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

*/

