/* base
----------------------------------------------- */

body {
margin: 0;
padding: 0;
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
color: #666;
background-color: #a7a8a6;
}

h2, h3, p {
padding-right: 10px;
padding-left: 10px;
font-size: 12px;
line-height: 140%;
}

h1, h2, h3 {
font-weight: normal;
text-transform: uppercase;
font: 24px Impact, Arial, sans-serif;
color: #990000;
margin-bottom: 2px;
}

small, .small {
font-size: 11px;
}

/* links
----------------------------------------------- */

a {
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
color: #990000;
}

a:hover { text-decoration: underline; }

h1 a, h2 a, h3 a, a img, img a, map a {
border: none;
}

/* layout
----------------------------------------------- */

#accessibility {
position: absolute;
top: -10000px;
}

#container {
background-color: #fff;
margin: 10px auto;
padding: 10px;
width: 780px;
}

#head {
background-color: #000;
height: 238px;
}

#sidebar-left, #sidebar-right {
width: 260px;
}

#sidebar-left {
margin: 0;
float: left;
}

#sidebar-right {
margin: 0;
float: right;
}

#content {
margin: 0 260px;
border-left: 1px solid #999;
border-right: 1px solid #999;
}

#foot {
height: 30px;
margin-top: 2px;
clear: both;
border-top: 1px solid #999;
}

.side {
height: 12px;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 790px;
w\idth: 780px;
}

#sidebar-left, #sidebar-right {
\width: 260px;
w\idth: 260px;
}

/* header
----------------------------------------------- */

#headTL {
float:left;
margin:0;
width:172px;
height:132px;
background-image: url(../images/design/SheLogoSignBtm.gif);
background-repeat: no-repeat;
background-position: 0% 100%;
}

#headTM {
float:left;
margin:-132px 0 0 173px;
width:496px;
height:132px;
background-image: url(../images/design/homeHead1.gif);
}

#headTR {
float:left;
margin:-132px 0 0 669px;
width:111px;
height:132px;
background-image: url(../images/design/signPetition.gif);
}

#headBL {
float:left;
margin:0;
width:173px;
height:106px;
}

#headBM {
float:left;
margin:-106px 0 0 173px;
width:496px;
height:106px;
background-image: url(../images/design/homeHead2_2.gif);
}

#headBR {
float:left;
margin:-106px 0 0 669px;
width:111px;
height:106px;
background-image: url(../images/design/homeHead2_3.gif);
}

/* navigation
----------------------------------------------- */

#nav {
margin: 0;
padding: 0;
background-color: #000;
height: 26px;
}

#nav img {border: none; margin:0; padding:0; float:left;}
#nav ul {list-style-type:none; margin:0; padding:0;}
#nav ul li {display:inline; margin:0; padding:0;}

/* footer
----------------------------------------------- */

#foot p { padding: 0; }

#foot a {text-decoration: underline; text-transform: none; font-weight: normal; color: #666;}

/* text
----------------------------------------------- */

h2.green { color: #cccc33; }

.hide { visibility: hidden; }

strong { color: #000; }

p.more {margin-top: -10px; }

