@charset "utf-8";
/* CSS Document */

/************************/
/****Global Settings****/
/**********************/

* {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

body {
padding: 0;
margin: 0;
background-image: url(../images/background_home.gif);
background-repeat: no-repeat;
background-position: left top;
}

a {
padding: 0;
margin: 0;
}

a:hover {
text-decoration: none;
}

#central {
width: 750px;
margin: 0 auto;
padding: 0;
}

/***************/
/****Header****/
/*************/

#header {
margin: 40px 0 20px 0;
padding: 0;
border: 0;
border-top: 2px solid #000;
border-bottom: 2px solid #000;
position: relative;
height: 81px;
}

#header h1 {
position: absolute;
top: 20px;
left: 0;
margin: 0;
padding: 0;
}

#header p.nav {
position: absolute;
top: 15px;
right: 0;
padding: 0;
margin: 0;
line-height: 150%;
text-align: right;
font-size: 16px;
}

#header a {
color: #000;
background: transparent;
}

#header a:hover {
color: #000;
background: #fff094;
text-decoration: none;
}

/************************/
/****Petition Button****/
/**********************/

a.petitionbutton {
display: block;
width: 184px;
height: 184px;
padding: 0;
margin: 0 0 0 7px;
background-image: url(../images/petition_button-3some-noback.gif);
background-repeat: no-repeat;
background-position: 0 0;
background-color: transparent;
float: right;
}
a.petitionbutton:hover {
display: block;
width: 184px;
height: 184px;
background-image: url(../images/petition_button-3some-noback.gif);
background-repeat: no-repeat;
background-position: 0 -184px;
background-color: transparent;
}
a.petitionbutton:active {
display: block;
width: 184px;
height: 184px;
background-image: url(../images/petition_button-3some-noback.gif);
background-repeat: no-repeat;
background-position: 0 -368px;
background-color: transparent;
}
a.petitionbutton strong {
display: none;
}

/****************/
/****Content****/
/**************/

#content {
position: relative;	
height: 400px;
}

#content p {
font-size: 16px;
}

#content p.firstparag {
font-size: 22px;
line-height: 150%;
padding-top: 7px;
}

#content p a {
color: #00F;
background: transparent;
}

#content p a:hover {
color: #000;
background-color: #fff094;
text-decoration: none;
}

#content #firstcol {
position: absolute;
top: 180px;
left: 0;
width: 350px;
font-size: 16px;
line-height: 140%;
padding: 0;
margin: 0;
}

#content #seccol {
position: absolute;
top: 180px;
right: 0;
width: 350px;
font-size: 16px;
line-height: 140%;
text-align: left;
padding: 0;
margin: 0;
}

/***************/
/****Footer****/
/*************/

#footer {
margin: 27px 0 20px 0;
padding: 0;
border: 0;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}

#footer p {
color: #000;	
background: transparent;
padding: 5px 0;
margin: 0;
font-size: 12px;
}

#footer a {
padding: 0 4px 2px 4px;
margin: 0;
color: #000;
background: transparent;
}

#footer a:hover {
color: #000;
background: #fff094;
text-decoration: none;
}