*
{
	margin: 0;
	padding: 0;
}

p {
	margin: 8px 0 15px 0;
}
.clr {
	clear: both;
	height: 1px;
	overflow: hidden;
}
h1.contentheading {
	margin-bottom: 15px;
}
body
{
	font-family: arial, helvetica, sans-serif;

	padding: 0px 0 0 0;
	background: #afcde9;
	
}

#wrapper {
	width: 951px;
	margin: 20px auto 0 auto;
	padding: 0 0 0px 0;
	background: url(images/bg_wrapper-bottom.png) no-repeat center bottom;
}
#header {
	background: url(images/bg_wrapper-top.png) no-repeat top center;
	height: 40px;
	
}
#header a:link, #header a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#header a:hover {
}
#header ul {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-transform:uppercase;
	font-weight: bold;
	padding: 12px 0 0 25px;
}
#header li {
	display: inline;
	float: left;
	border-right: solid 1px #fff;
	padding-right: 16px;
	margin-right: 16px; 
}
#header li.last {
	
	border-right: none;
	padding-right: 0px;
	margin-right: 0px; 
}
#contentarea {
	padding: 10px;
}

#contentarea ul {
	margin: 8px 0 10px 30px;
}
#contentarea .contentpadding {
	position:relative;
}


#bottom {
	height: 156px;
	background:url(images/bg_bottom.gif) no-repeat center bottom;
	margin: 0 -10px -5px -10px;
	clear: both;
	
}
#bottom .padding {
	padding: 27px 0 0 499px;
	color: #fff;
}
#bottom h1 {
	font-size: 48px;
	letter-spacing: 2px;
}
#bottom h2 {
	font-size: 35px;
	font-style:italic;
}


body.home #homeleft {
	float: left;
	width: 515px;
}
body.home #homeleft form#contribution {
	margin-left: 15px;
	background: url(images/bg_make-contribution.png);
	width: 487px;
	height: 109px;
	
}
body.home #homeleft form#contribution .padding {
	padding: 49px 0 0px 90px;
}

body.home #homeright {
	float: left;
	width: 410px;
	margin-left: 10px;
	
}
body.home #content {
	background: url(images/bg_home_lauren.jpg) no-repeat bottom right;
	margin-right: -5px;
}

#footer {
	margin: 5px auto;
	width: 950px;
	text-align: center;
}


form#third {
	/*margin-top: -45px;*/
}

/*  form styles	*/

/* Congratulation message */

#contributonform { /* form for back pages  */

	margin-left: 15px;
	background: url(images/bg_make-contribution-small.png);
	width: 375px;
	height: 109px;
	
}
#contributonform .padding {
	padding: 16px 0 0px 35px;
}
#contributonform p {
	margin: 0px 0 5px 0;
	font-weight: bold;
}


body.getinvolved #contributonform {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 253px;
	
}

body.getinvolved #facebook {
	position: absolute;
	right: 5PX;
	top: 0;
	margin-top: 379px;
	text-align: right;
	width: 220px;
	
}
body.contact #contributonform {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 15px;
	
}


.MsgSent {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 400px;
	text-align: center;
	border: 1px solid #EEE;
	background-color: white;
}

body.getinvolved .MsgSent {
	Display: block;
	padding: 10px;
	margin: 40px 10px;
	width: 400px;
	text-align: center;
	border: 1px solid #EEE;
	background-color: white;
}

.MsgSent h1 {
	background: url(../images/MsgSent.gif) no-repeat 0 0;
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
}

/* Error message */
.MsgError {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 400px;
	text-align: center;
	border: 1px solid #EEE;
	background-color: white;
}

.MsgError h1 {
	background: url(../images/MsgError.gif) no-repeat 0 0;
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
	color: #CC0000;
}

.MsgSent p, .MsgError p {
	font-size: 1.3em;
	color:#999;
}

/***** FormCheck *****/
.tipsbox .tipsbox_top_left{
	background : url('../images/top_left.png') no-repeat;
	_background : url('../images/top_left.gif') no-repeat;
	_background-position : 9px 8px;
}

.tipsbox .tipsbox_top{
	background : url('../images/top.png') repeat-x;
	height : 17px;
	_background : url('../images/top.gif') repeat-x;
	_background-position : 0px 8px;
}

.tipsbox .tipsbox_top_right{
	background : url('../images/top_right.png') no-repeat;
	_background : url('../images/top_right.gif') no-repeat;
	_background-position : 0px 8px;
}

.tipsbox .tipsbox_left{
	background : url('../images/left.png') repeat-y;
	width : 17px;
	_background : url('../images/side.gif') repeat-y;
	_background-position : 9px 8px;
}

.tipsbox .tipsbox_right{
	background : url('../images/right.png') repeat-y;
	width : 22px;
	_background : url('../images/side.gif') repeat-y;
	_width : 9px;
}

.tipsbox .tipsbox_bottom_left{
	background : url('../images/bottom_left.png');
	_background : url('../images/bottom_left.gif') no-repeat;
	_background-position : 9px 0px;
}

.tipsbox .tipsbox_mark{
	background : url('../images/mark.png') no-repeat;
	height : 36px;
	_background : url('../images/mark.gif') no-repeat;
}

.tipsbox .tipsbox_bottom_right{
	background : url('../images/bottom_right.png');
	_background : url('../images/bottom_right.gif') no-repeat;
}

.tipsbox .tipsbox_inner, .tipsbox .tipsbox_inner_ie6{
	background : url('../images/inner.png');
}

.tipsbox .tipsbox_inner_ie6 {
	padding : 4px;
}

.tipsbox .tipsbox_error {
	background : url('../images/error.png') no-repeat;
	_background : url('../images/error.gif') no-repeat;
	width: 40px;
	height: 40px;
	margin-top: 5px;
	float: left;
	clear: left;
}

.tipsbox p, .tipsbox {
	font-size: 1em;
	font-family: tahoma, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

.tipsbox p {
	padding-left: 55px;
	line-height: 15px;
}

.tipsbox p span {
	font-size: 1em;
	font-weight: bold;
	color: red;
	line-height: 35px;
}


.error_f {
	border : 1px dotted #666;
	margin-top : 5px;
	background-color : #EAEAEA;
}

.error_f p {
	margin : 5px;
	color : #A00;
}

.error_f p span {
	font-size : 1.1em;
	color : #000;
	margin : 5px 0px 0px 0px;
}


/*	join campaign form  */
#joincampaign {
	padding: 12px 0 0 17px;
}
#joincampaign .padding {
	background:url(images/join-the-campaign.png) center left no-repeat;
	padding-left: 217px;
	height: 32px;
	
}

#joincampaign #email {
	width: 162px;
	height: 18px;
	border: solid 1px #5c5c5c;
	padding: 2px 0 0 3px;
}


#joincampaign #submit {
	margin-bottom: -11px;
}

body.endorsements p { margin: 3px 0;}