/* 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;
color: #990000;
}

a:hover { text-decoration: underline; }

h1 a, h2 a, h3 a, a img, 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: 111px;
}

#sidebar-right {
width: 260px;
margin: 0;
float: right;
}

#content {
margin: 0 260px 0 0;
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-right {
\width: 260px;
w\idth: 260px;
}

/* header
----------------------------------------------- */

#head2TL {
float:left;
margin:0;
width:140px;
height:111px;
background-image: url(../images/design/SHElogo2.gif);
}

#head2TM {
float:left;
margin:-111px 0 0 140px;
width:530px;
height:111px;
background-image: url(../images/design/headerContent2.gif);
}

#head2TR {
float:left;
margin:-111px 0 0 670px;
width:110px;
height:111px;
background-image: url(../images/design/signPetition2.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; }

em { color: #990000; font-weight: bold; font-style: normal; }

blockquote { margin-left: 0; margin-right: 0; color: #000; }

span.date { font: 12px Verdana, sans-serif; color: #000; }

p.more {margin-top: -10px; }