@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#608ba4 url(/i/bg-body.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
h1 {
	text-transform:uppercase;
	color:#4b5f6b;
}
.header {
	font-size:22px;
	padding-left:5px;
	line-height:22px;
}
#container {
	width:820px;
	background-color:#FFFFFF;
	padding:0px 40px 20px 40px;
	margin:0 auto;
	border-left:1px solid #c13f48;
	border-right:1px solid #c13f48;
	border-bottom:1px solid #c13f48;
}
#navigation {
	text-align:right;
	width:820px;
	padding-top:26px;
	height:36px;
	margin:0;
}
.nav-item {
	height:28px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	border:1px solid #c13f48;
	padding:7px 20px 0px 20px;
	float:right;
	margin:0 0 0 20px;
	text-align:center;
	vertical-align:middle;
	background-color:#c13f48;
}
#navigation a, #navigation a:link, #navigation a:visited {
	color:#FFFFFF;
}
#navigation a:hover .nav-item {
	color:#c13f48;
	background-color:#FFFFFF;
}
#logo {
	width:820px;
	height:74px;
	background-image:url(/i/logo.gif);
	margin-top:5px;
}
.column-full-width {
	width:820px;
	background:url(/i/bg-column-full-width.jpg) top left no-repeat;
}
.column-full-width .content {
	padding: 10px 20px 5px 20px;
}
.column-half-width {
	width:390px;
	float:left;
	margin-right:40px;
	background:url(/i/bg-column-half-width.jpg) top left no-repeat;
}
.column-half-width .content {
	padding: 0px 20px 10px 20px;
}
.no-right-margin {
	margin-right:0px;
}
#footer {
	clear:both;
}

.letter-text {
	height:525px;
	width:345px;
	max-height:525px;
	min-height:525px;
	overflow:scroll;
}

/* DIA stuff */
.addressSearch, .signpage, .contentSet {
	display:inline;
	float:left;
}
.target-page {
	float:right;
}
.petitionContent {
	margin:10px 0;
}
#footer {
	margin-top:20px;
	border-top:3px solid #ffd000;
	text-align:center;
}
#credit {
	font-size:10px;
	text-align:right;
}

#footer .box {
	width:600px;
	text-align:center;
	font-size:11px;

	margin:0 auto;
	margin-top:20px;
	margin-bottom:10px;
}