/*******************************************
/*
/* !Tag Styling */
/*
/******************************************/

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #f2f2f2;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
}

body.home {
	background-color: #fff;
}

a,
a:visited,
a:active {
	color: #4e4e50;
	text-decoration: none;
}

#message a,
#message a:visited,
#message a:active {
	color: #dbdcdd;
	text-decoration: none;
}

#campaign a,
#campaign a:visited,
#campaign a:active {
	color: #58b7dd;
	text-decoration: none;
}

a:focus {
	 -moz-outline:none;
	 outline: none;
}

a:hover,
#message a:hover{
	color: #58b7dd;
}

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

img,
div {
	border: none;
	margin: 0;
	padding: 0;
}

h1,
.large {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

.large {
	color: #B6DFE4;
}

h2 {
	font-weight: bold;
	font-size: 13px;
	line-height: 24px;
	color: #B6DFE4;
	text-transform: uppercase;
}

hr {
	width: 380px;
	margin: 20px 0;
}

#preload {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
 	display: none;
}

#message p {
	font-size: 13px;
	line-height: 20px;
}


/*******************************************
/*
/* !Popup Letter */
/*
/******************************************/

body.popup {
	background-color: #FFF;
}

body.popup h1,
body.popup h2,
body.popup p {
	color: #4e4e50;
}

body.popup #letter {
	padding: 40px;
	background-color: #F2F2F2;
	border: 20px solid #FFF;
}

body.popup #confirm {
	padding: 40px;
	background-color: #173D7F;
	border: 20px solid #FFF;
}

body.popup #confirm.top {
	border-bottom: none;
}

body.popup #confirm.bottom {
	border-top: none;
}

body.popupresult,
body.popupresult #center {
	color: #FFFFFF;
	background-color: #173D7F;
}

body.popupresult a,
body.popupresult a:visited,
body.popupresult a:active {
	color: #dbdcdd;
	text-decoration: none;
}

body.popupresult a:hover {
	color: #58b7dd;
}

body.popupresult #result {
	padding: 40px;
}


/*******************************************
/*
/* !Layout & Navigation */
/*
/******************************************/

#center {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #DDDDDD;
}

#container {
	width: 980px;
	height: 740px;
	margin: 0;
	padding: 0;
}

#container.message {
	width: 600px;
	height: 300px;
}

/*#container.campaign {
	width: 880px;
	height: 400px;
}*/

#menu,
#footer,
#message,
#campaign {
	background-color: #173D7F;
}

#menu td,
#footer td,
#message td {
	position: relative;
	padding: 0 60px;
}

#campaign td {
	padding: 60px;
}

#menu {
	height: 140px;
}

#footer {
	height: 50px;
}

#footer img {
	margin-bottom: 2px;
}

#content {
	height: 550px;
	background-color: #FFFFFF;
	overflow: hidden;
}

#content.home {
	background-color: #173D7F;
}

#menu #items {
	width: 560px;
}

#menu #items a {
	display: block;
	float: left;
	height: 40px;
	border: none;
}

#menu #theissue {
	width: 78px;
	background: url(../images/layout/theissue.gif) no-repeat;
}

#menu #theissue.selected,
#menu #theissue:hover {
	background: url(../images/layout/theissue-on.gif) no-repeat;
}

#menu #facts {
	width: 51px;
	background: url(../images/layout/facts.gif) no-repeat;
}

#menu #facts.selected,
#menu #facts:hover {
	background: url(../images/layout/facts-on.gif) no-repeat;
}

#menu #speakout {
	width: 98px;
	background: url(../images/layout/speakout.gif) no-repeat;
}

#menu #speakout.selected,
#menu #speakout:hover {
	background: url(../images/layout/speakout-on.gif) no-repeat;
}

#menu #media {
	width: 69px;
	background: url(../images/layout/media.gif) no-repeat;
}

#menu #media.selected,
#menu #media:hover {
	background: url(../images/layout/media-on.gif) no-repeat;
}

#menu #comments {
	width: 95px;
	background: url(../images/layout/comments.gif) no-repeat;
}

#menu #comments.selected,
#menu #comments:hover {
	background: url(../images/layout/comments-on.gif) no-repeat;
}

#menu #contact {
	width: 69px;
	background: url(../images/layout/contact.gif) no-repeat;
}

#menu #contact.selected,
#menu #contact:hover {
	background: url(../images/layout/contact-on.gif) no-repeat;
}

#footer #watchthevideo {
	width: 118px;
	height: 80px;
	padding: 0;
/* 	margin-bottom: 4px; */
	background-image: url(../images/layout/watchvideo.gif);
}

#footer #watchthevideo.selected,
#footer #watchthevideo:hover {
	background-image: url(../images/layout/watchvideo-on.gif);
}

#footer #watchthevideo a {
	display: block;
	width: 100%;
	height: 100%;
}


/*******************************************
/*
/* !Home page */
/*
/******************************************/

#emailyourmpp {
	display: block;
	width: 516px;
	height: 412px;
	border: none;
	margin-bottom: 20px;
	background: url(../images/content/email.gif) no-repeat;
}

#emailyourmpp:hover {
	background: url(../images/content/email-on.gif) no-repeat;
}



/*******************************************
/*
/* !Subpages */
/*
/******************************************/

#slidecontainer {
	position: relative;
	width: 940px;
	height: 550px;
 	overflow: hidden;
	text-align: left;
}

#slide {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 9000px;
/* 	margin-left: -80px; THIS PROPERTY IS DYNAMIC */
}

#slide .cell {
	position: relative;
	float: left;
	width: 940px;
	height: 510px;
	overflow: hidden;
	display: block;
	margin: 20px 20px 20px 0;
	background-color: #4E4E50;
	color: #FFFFFF;
}

#slide #half.cell {
	width: 460px;
}

#slide #halflight.cell {
	width: 460px;
	background-color: #DBDCDD;
	color: #4E4E50;
}

#button {
	position: absolute;
	display: none;
	z-index: 2;
	top: 20px;
	width: 460px;
	height: 510px;
	background-image: url(../images/layout/spacer.gif);
}

#button a {
	display: block;
	width: 100%;
	height: 100%;
}

#button.left {
	left: 0;
}

#button.left #indicator {
	position: absolute;
	top: 250px;
	left: -30px;
	width: 30px;
	height: 30px;
}

#button.right {
	right: 0;
}

#button.right #indicator {
	position: absolute;
	top: 250px;
	right: -30px;
	width: 30px;
	height: 30px;
}



/*******************************************
/*
/* !Content */
/*
/******************************************/

#title,
#releasetitle {
	padding: 40px;
	top: 0;
	left: 0;
}

#releasetitle h1 {
	padding: 0;
	margin: 0;
}

#copy {
	position: absolute;
	padding: 40px 45px 20px 40px;
	bottom: 0;
	left: 0;
}

#copy p {
	margin-bottom: 0.45em;
}

#copy .citation {
	font-size: 10px;
}

#slide #halflight.cell #copy .citation {
	color: #777;
}

#slide #half.cell #copy .citation {
	color: #AAA;
}

#slide #half.cell a, 
#slide #half.cell a:visited, 
#slide #half.cell a:active {
	color: #DBDCDD;
}
#slide #half.cell a.submit, 
#slide #half.cell a.submit:visited, 
#slide #half.cell a.submit:active {
	color: #173D74;
	background-color: #DBDCDD;
}

#slide #half.cell a:hover {
	color: #58b7dd;
}
#slide #half.cell a.submit:hover {
	background-color: #D43447;
	color: #FFF;
}

#email {
	position: absolute;
	top: 26px;
	right: 38px;
	width: 190px;
	height: 45px;
	background-image: url(../images/content/ContactEmail.png);
}

#email:hover {
	background-image: url(../images/content/ContactEmail-on.png);
}

#email a {
	display: block;
	width: 100%;
	height: 100%;
}

#flashcontent a,
#flashcontent a:visited,
#flashcontent a:active {
	color: #B6DFE4;
}

#flashcontent a:hover {
	color: #DBDCDD;
}

/*******************************************
/*
/* !Speak Out */
/*
/******************************************/


.cell #mppform {
	position: absolute;
	top: 150px;
	left: 40px;
	width: 420px;
	padding: 0;
	margin: 0;
}

.cell #mppform p {
	margin: 0 0 1em 0;
	padding: 0;
}

.cell #mppform a,
.cell #mppform a:visited,
.cell #mppform a:active {
	color: #DBDCDD;
}

.cell #mppform a:hover {
	color: #B6DFE4;
}

.cell #mppform a.not,
.cell #mppform a.not:visited,
.cell #mppform a.not:active {
	color: #999;
}

.cell #mppform a.not:hover {
	color: #B6DFE4;
}

.cell #mppform .form {
	width: 370px;
	margin-top: 3px;
	padding: 6px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #4E4E50;
}

.cell #mppform .form.pulldown {
	width: 235px;
}

.cell #mppform .form.postal {
	width: 80px;
}

.cell #mppform .submit,
.cell #mppform .submit:visited {
	border: none;
	background-color: #DBDCDD;
	padding: 8px 6px 6px;
	margin-right: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #173D74;
}

.cell #mppform .submit:hover {
	background-color: #D43447;
	color: #FFF;
}

.cell #mppresult {
	display: none;
	padding-top: 8px;
}

.cell #mppresult .popitup {
	width: 420px;
	text-align: left;
}

body.popup .form {
	width: 370px;
	margin-top: 3px;
	padding: 6px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #4E4E50;
}






/*******************************************
/*
/* !Media */
/*
/******************************************/

.cell #mediareleases {
	position: absolute;
	top: 100px;
	left: 40px;
	width: 420px;
	padding: 0;
	margin: 0;
	height: 380px;
	overflow: hidden;
}

.cell #mediarelease #releasecopy {
	position: absolute;
	top: 100px;
	left: 40px;
	width: 420px;
	padding: 0;
	margin: 0;
	height: 380px;
	overflow: hidden;
}

.cell #mediareleases p,
.cell #mediarelease p {
	margin: 0 0 1em 0;
	padding: 0;
}

.cell #mediareleases #release {
	margin-bottom: 2em;
}

.cell #mediareleases #release a:hover {
	color: #173d7f;
}

.cell #mediareleases .date {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
	margin-top: -0.3em;
}

.cell #mediareleases #sliding,
.cell #mediarelease #sliding2 {
	position: absolute;
	top: 0;
	width: 375px;
}

.cell #mediareleases #slider,
.cell #mediarelease #slider2 {
	position: relative;
	top: 0;
	left: 405px;
	z-index: 3;
	display: block;
	width: 15px;
	height: 380px;
	background: #BBBBBB;
	overflow: hidden;
}

.cell #mediarelease #slider2 {
	background: #424244;
}

.cell #mediareleases #slider #handle,
.cell #mediarelease #slider2 #handle2 {
	display: block;
	width: 15px;
	height: 60px;
	background-color: #4E4E50;
}

.cell #mediarelease #slider2 #handle2 {
	background-color: #DBDCDD;
}

.cell #mediareleases #slider #handle a,
.cell #mediarelease #slider2 #handle2 a {
	display: block;
	height: 100%;
	width: 100%;
}


/*******************************************
/*
/* !Comments */
/*
/******************************************/

.cell #comments,
.cell #commentsform {
	position: absolute;
	top: 100px;
	left: 40px;
	width: 420px;
	padding: 0;
	margin: 0;
}

.cell #comments {
	height: 380px;
	overflow: hidden;
}

.cell #comments p,
.cell #commentsform p {
	margin: 0 0 1em 0;
	padding: 0;
}

.cell #comments #comment {
	margin-bottom: 2em;
}

.cell #comments .source {
	font-size: 11px;
	font-weight: bold;
	color: #BBBBBB;
	text-transform: uppercase;
	margin-top: -0.3em;
}

.cell #comments #sliding {
	position: absolute;
	top: 0;
	width: 375px;
}

.cell #comments #slider {
	position: relative;
	top: 0;
	left: 405px;
	z-index: 3;
	display: block;
	width: 15px;
	height: 380px;
	background: #424244;
	overflow: hidden;
}

.cell #comments #slider #handle {
	display: block;
	width: 15px;
	height: 60px;
	background-color: #DBDCDD;
}

.cell #comments #slider #handle a {
	display: block;
	height: 100%;
	width: 100%;
}

.cell #commentsform .form {
	width: 370px;
	border: 1px solid #BCBDBE;
	margin-top: 3px;
	padding: 6px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #4E4E50;
}

.cell #commentsform .submit {
	border: none;
	background-color: #173D7F;
	padding: 8px 6px 6px;
	margin-right: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

.cell #commentsform .submit:hover {
	background-color: #D43447;
}