/* Seaton Brown for President CSS
     (C) 2008 Seaton Brown for President
*/

body
{
	margin: auto;
	background-color: rgb(255,248,236);
	color: rgb(0,0,0);
	width: 100%;
}

div#skip
{
	display: none;
}

div#page_wrapper
{
	background-image: url('images/layout/top_bg.png');
	background-repeat: no-repeat;
	background-position: top center;
}

div#ext_page_wrapper
{
	background-image: url('images/layout/body_bg.png');
	background-repeat: repeat-y;
	background-position: center;
	margin: auto;
}

div#title
{
	height: 320px; /* hasLayout IE bullshit */
}

div#title h1
{
	display: none;
}

div#page_wrapper div#main_body
{
	width: 760px;
	margin: auto;
}

div#page_wrapper div#main_body div#menu
{
	width: 200px;
	float: right;
	padding-right: 20px;
}

div#page_wrapper div#main_body div#menu ul
{
	margin: 0px;
	padding: 0px;
}

div#page_wrapper div#main_body div#menu ul li
{
	text-align: right;
	list-style-type: none;
	padding: 5px;
	font-family: Verdana, arial, sans-serif;
	font-size: 0.80em;
}

div#page_wrapper div#main_body div#menu ul li a
{
	text-decoration: none;
	color: rgb(134,55,55);
	padding: 4px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

div#page_wrapper div#main_body div#menu ul li a:hover, div#page_wrapper div#main_body div#menu ul li a:active
{
	color: rgb(0,0,0);
}

div#page_wrapper div#main_body div#content
{
	margin-right: 240px;
	padding-left: 23px;
	font-family: Georgia, sans-serif;
	font-size: 0.85em;
	line-height: 1.55em;
	padding-top: 35px;
}

div#page_wrapper div#main_body div#content p
{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#page_wrapper div#main_body div#content a
{
	text-decoration: none;
}

div#page_wrapper div#main_body div#content a:link
{
	color: rgb(134,55,55);
}

div#page_wrapper div#main_body div#content a:visited
{
	color: rgb(131,85,85);
}

div#page_wrapper div#main_body div#content a:hover, div#page_wrapper div#main_body div#content a:active
{
	color: rgb(0,0,0);
	border-bottom: 1px dotted rgb(134,55,55);
}

div#page_wrapper div#main_body div#content h2.tagline
{
	display: none;
}

div#content div.involved-block
{
	background-image: url('images/layout/getinvolved_header.png');
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-top: 30px;
	height: 1%;
}

div#content div.involved-block h2
{
	display: none;
}

div#content ul
{
	list-style-type: square;
}

div#content div.involved-block ul
{
	margin-bottom: 0px;
}

div#content div.contact-block
{
	background-image: url('images/layout/contact_header.png');
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-top: 30px;
	height: 1%;
}

div#content div.contact-block h2
{
	display: none;
}

div#content div.contact-block ul
{
	margin-bottom: 0px;
}

div#footer
{
	background-image: url('images/layout/bottom_bg.png');
	margin: auto;
	width: 760px;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-bottom: 10px;
	text-align: center;
}

div#footer a
{
	color: rgb(128,128,128);
	font-weight: bold;
	text-decoration: none;
}

div#footer a:hover, div#footer a:active
{
	color: rgb(131,85,85);
}

div#footer address
{
	font-style: normal;
	font-size: 0.70em;
	color: rgb(128,128,128);
	font-family: verdana, arial, sans-serif;
}