/* Stylesheet */
/* Site: AdvancedWomen.org */

/* Whitespace Reset for Cross-Browser Friendliness :) */

* {
padding:0;
margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:0; }
li, dd { margin-left:0;}
fieldset { padding: .5em; }

/* End Whitespace Reset */

body {
margin:0;
padding:0;
background:#fff url(./themes/site_themes/default/images/bg.png) repeat-x 0 0;
color:#333;  
font:normal 11px/160% Verdana, Arial, Helvetica, sans-serif;
}

h2 {
font:bold 14px/120% Arial, Helvetica, sans-serif;
margin:0 0 1em 0;
padding:0;
}

a img {
border:0;
text-decoration:none;
}

#insidecontent h2.detailpage_title {
background-color:transparent;
font:bold 18px/160% Arial, Verdana, Helvetica, sans-serif;
margin-top:-30px;
position:absolute;
}

#insidebody h2.detailpage_title {
background-color:transparent;
font:bold 18px/160% Arial, Verdana, Helvetica, sans-serif;
margin-top:-30px;
position:absolute;
}

.blogbody h2.detailpage_title {
background-color:transparent;
font:bold 18px/160% Arial, Verdana, Helvetica, sans-serif;
margin-top:-30px;
position:absolute;
}

p {
padding:.5em 0 .5em 0;
}

div.insidespacer {
padding:10px 0 0 0;
}

hr {
margin-bottom:12px;
border:none;
width:99%;
color:#eeeeee;
background-color:#ccc;
height:1px;
clear:both;
}

a.welcometitle:link,a.welcometitle:visited,a.welcometitle:active {
font:bold 20px/140% Arial, Helvetica, sans-serif;
color:#ff9420;
text-decoration:none;
}
a.welcometitle:hover {text-decoration:none;}

a.donatetitle:link,a.donatetitle:visited,a.donatetitle:active {
font:bold 20px/140% Arial, Helvetica, sans-serif;
color:#16afd5;
text-decoration:none;
}
a.donatetitle:hover {text-decoration:none;}

a.teaser:link,a.teaser:visited,a.teaser:active {
color:#000;
text-decoration:none;
}
a.teaser:hover {text-decoration:underline;}

#wrap {
margin:0 auto;
width:925px;
!width:930px;
}

#insidewrap {
background:transparent url(./themes/site_themes/default/images/bg_inside.png) repeat-y 0 0;
width:710px;
float:left;
font:normal 11px/140% Verdana, Arial, Helvetica, sans-serif;
margin:0;
!margin-top:-2px;
}

/********************************************************************//* MENU */

/*
Container for the menu. We set top and bottom borders only because the menu container
stretches the entire window width. Note that this container can go inside a fixed width
element that is centered on the page, if you so desire. It can even go inside a table cell.
It carries a background image for aesthetics.
*/
#menuwrapper {
width:911px;
height:77px;
}
/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*
menubar is the root UL and menubar ul applies to all the sub-menu ULs.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
and set a font-family different from the global font-family declared for the
body element above. This sets font for just the menu. Do not add a font-size here.
*/
#menubar, #menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font:normal 11px/100% Verdana, Arial, Helvetica, sans-serif;
}
/*
Root-Level Links.  Do not change the first two properties.
Adjust padding values to make the root links taller and to offset them
from the left and right edges of the link box. The border right creates a
separator between links. Font-size is set here and will apply to all menu levels.
Font color is set to light gray.
*/
#menubar a {
	display: block;
	text-decoration: none;
}
/*
Class assigned to those Root-Level links that have associated Sub-Menus.
The top and bottom padding assigned this element must be the same as
that assigned to the menubar a element. The right padding is increased
to accomodate the display of background image depicting a downward
pointing arrow.
*/
#menubar a.trigger {
	width:86px;
	height:77px;
}
/*
The Root-Level list items. Floating left allows
them to appear horizontally. Width is for IE5 Mac. The last rule in
this style sheet will set the width for this element to auto for all
other browsers - hiding it from IE5 Mac. The width is proportional.
As you add and edit root menu items, you will need to test this width
to ensure it is wide enough to accomodate all text.
*/
#menubar li {
	float: left;
	width: 9em;
}
/*
Sets width for Sub-Menu box and the List Items inside - in proportional em units. 
This allows the sub-menu width to expand if users resize the text in their browsers.
*/
#menubar li ul, #menubar ul li  {
	width: 15em;
}
/*
The sub-menu links. We set color and turn off the right border, which
would otherwise be inherited from the root link rule. We set top and 
bottom padding less than the root items and increas the left padding
to indent the sub-menu links a small amount in from the root links.
*/
#menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding:5px;
}
/*
Sub-Menu Unordered Lists describes each dropdown sub-menu grouping. 
Positioned Absolutely to allow them to appear below their root trigger.
Set to display none to hide them until trigger is moused over.
Background Color must be set or problems will be encountered in MSIE.
Right and bottom borders are set to simulate a raised look.
A gradient background image is assigned.
*/
#menubar li ul {
	position: absolute;
	display: none;
	background-color: #222;
	z-index:100;
}
/*
Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
#menubar li:hover a, #menubar a:focus,
#menubar li.p7hvr a {
	color: #000000;

}
/*
Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#menubar li:hover ul, #menubar li.p7hvr ul {
	display: block;
}
/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
The color set should march the normal Sub-Level link color
in the rule: #menubar ul li a. The background color must be
transparent to allow the underlying gradient background on the UL
to show through.
*/
#menubar li:hover ul a, #menubar li.p7hvr ul a {
	color: #fff;
	background-color: #999;
}
/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/
#menubar ul a:hover {
	background-color: #666!important;
	color: #FFFFFF!important;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#menubar li {width: auto;}

a#menu_home:link,a#menu_home:visited,a#menu_home_active{background:transparent url(./themes/site_themes/default/images/menu_home.png) no-repeat 0 0;}
a#menu_home:hover{background:transparent url(./themes/site_themes/default/images/menu_home.png) no-repeat 0 -77px;}
a#menu_home_on{background:transparent url(./themes/site_themes/default/images/menu_home.png) no-repeat 0 -154px;}

a#menu_learn:link,a#menu_learn:visited,a#menu_learn_active{background:transparent url(./themes/site_themes/default/images/menu_learn.png) no-repeat 0 0;}
a#menu_learn:hover{background:transparent url(./themes/site_themes/default/images/menu_learn.png) no-repeat 0 -77px;}
a#menu_learn_on{background:transparent url(./themes/site_themes/default/images/menu_learn.png) no-repeat 0 -154px;}

a#menu_act:link,a#menu_act:visited,a#menu_act:active{background:transparent url(./themes/site_themes/default/images/menu_act.png) no-repeat 0 0;}
a#menu_act:hover{background:transparent url(./themes/site_themes/default/images/menu_act.png) no-repeat 0 -77px;}
a#menu_act_on{background:transparent url(./themes/site_themes/default/images/menu_act.png) no-repeat 0 -154px;}

a#menu_share:link,a#menu_share:visited,a#menu_share:active{background:transparent url(./themes/site_themes/default/images/menu_share.png) no-repeat 0 0;}
a#menu_share:hover{background:transparent url(./themes/site_themes/default/images/menu_share.png) no-repeat 0 -77px;}
a#menu_share_on{background:transparent url(./themes/site_themes/default/images/menu_share.png) no-repeat 0 -154px;}

a#menu_support:link,a#menu_support:visited,a#menu_support:active{background:transparent url(./themes/site_themes/default/images/menu_support.png) no-repeat 0 0;}
a#menu_support:hover{background:transparent url(./themes/site_themes/default/images/menu_support.png) no-repeat 0 -77px;}
a#menu_support_on{background:transparent url(./themes/site_themes/default/images/menu_support.png) no-repeat 0 -154px;}

a#menu_discover:link,a#menu_discover:visited,a#menu_discover:active{background:transparent url(./themes/site_themes/default/images/menu_discover.png) no-repeat 0 0;}
a#menu_discover:hover{background:transparent url(./themes/site_themes/default/images/menu_discover.png) no-repeat 0 -77px;}
a#menu_discover_on{background:transparent url(./themes/site_themes/default/images/menu_discover.png) no-repeat 0 -154px;}

/********************************************************************//* DROP SHADOW */

#shadowtop {background:#fff url(./themes/site_themes/default/images/shadowtop.png) no-repeat 0 0;width:911px;height:29px;}
#shadow {background:#fff url(./themes/site_themes/default/images/shadow.png) repeat-y 0 0;width:911px;}
#shadowbottom {background:#fff url(./themes/site_themes/default/images/shadowbottom.png) no-repeat 0 0;width:911px;height:24px;}

/********************************************************************//* HOME COLUMNS */

#maincolumns {
width:708px;
float:left;
margin:1em 0 1em 0;
}

#midcolumns {
width:708px;
float:left;
font:normal 11px/140% Verdana, Arial, Helvetica, sans-serif;
}

#botcolumns {
width:708px;
float:left;
font:normal 11px/140% Verdana, Arial, Helvetica, sans-serif;
margin-bottom:2em;
}

#home1 img,#home2 img {
border-width:1px;
border-style:solid;
border-color:#ccc #a1a8a9 #ccc #a1a8a9;
}

#home1 {
width:378px;
float:left;
}

#home1 a {
border:0;
}

#home2 {
width:314px;
float:left;
margin-left:12px;
}

#home2 span {
position:absolute;
width:190px;
padding:12px 0 0 95px;
font:normal 12px/140% "Lucida Grande", Helvetica, Arial, sans-serif;
color:#4c7d84;
text-align:justify;
}

/********************************************************************//* SIDEBAR */

#sidebar {
background:transparent url(./themes/site_themes/default/images/bg_sidebar.png) repeat-y 0 0;
margin:12px 0 1em 0;
float:right;
width:210px;
font:normal 11px/140% Verdana, Arial, Helvetica, sans-serif;
}

#sidebar p {
padding:0 0 .5em 0;
}

#sidebar p input {
padding:0;
margin:0;
}

#sidebar h2 {
font:bold 14px/120% Arial, Helvetica, sans-serif;
margin:0 0 .5em 0;
padding:0;
text-transform:capitalize;
}

a.sidelink:link, a.sidelink:visited, a.sidelink:active {
font:bold 11px/100% Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
border:1px dotted #70950c;
border-width:0 0 1px 0;
color:#70950c;
}

a.sidelink:hover {
color:#fc9220;
border:1px dotted #fc9220;
border-width:0 0 1px 0;
}

/********************************************************************//* SEARCH */

#search {
background:transparent url(./themes/site_themes/default/images/searchbg.png) no-repeat 0 0;
width:197px;
height:68px;
padding-left:8px;
}

#search h2 {
font:bold 12px/180% Arial, Helvetica, sans-serif;
text-transform:uppercase;
margin:0;
padding-left:8px;
padding-top: 8px;
}

#search input {
width:140px;
margin-left:8px;
}

#search input.submit {
width:13px;
height:13px;
}

/********************************************************************//* HOME > WELCOME */

#welcome {
width:170px;
height:67px;
padding:10px 0 0 15px;
border-left:4px solid #ff9420;
border-top:1px solid #ccc;
border-right:0;
border-bottom:0;
font:normal 11px/120% Arial, Helvetica, sans-serif;
}

#welcome h1 {
font:bold 20px/140% Arial, Helvetica, sans-serif;
color:#ff9420;
}

/********************************************************************//* HOME > DONATE */

#donate {
width:170px;
height:67px;
padding:10px 0 0 15px;
border-left:4px solid #ff9420;
border-top:1px solid #ccc;
border-right:0;
border-bottom:0;
font:normal 11px/120% Arial, Helvetica, sans-serif;
}

#donate h1 {
font:bold 20px/140% Arial, Helvetica, sans-serif;
color:#16afd5;
}


/********************************************************************//* TALK TO FAYE */

#talktofaye {
border:3px solid #000;
border-width:3px 0 0 0;
padding:4px;
margin:19px 0 -10px 5px;
}


/********************************************************************//* SIGNUP */

#signup {
border:3px solid #000;
border-width:3px 0 0 0;
padding:4px;
margin:19px 0 10px 5px;
}

#signup input {
width:140px;
margin-right:10px;
}

#signup input.submit {
width:13px;
height:13px;
}

/********************************************************************//* HAVE YOUR SAY */

#haveyoursay {
border:3px solid #000;
border-width:3px 0 0 0;
padding:4px;
margin:0 0 10px 5px;
}

.send {
background:transparent url(./themes/site_themes/default/images/send.png) no-repeat top center;
width:67px;
height:29px;
border:solid 0 #fff;
margin-left:.5em;
text-indent: -1000em;
cursor:pointer; /* hand-shaped cursor */
/*cursor:hand;*/ /* for IE 5.x */
}

/********************************************************************//* RSS FEEDS */

#rssfeeds {
border:3px solid #000;
border-width:3px 0 0 0;
padding:4px;
margin:0 0 10px 5px;
}

#rssfeeds p {
padding-bottom:2px;
}

#rssfeeds a:link,#rssfeeds a:visited,#rssfeeds a:active {
font:bold 11px/200% Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
border:1px dotted #70950c;
border-width:0 0 1px 0;
color:#70950c;
}

#rssfeeds a:hover {
color:#fc9220;
border:1px dotted #fc9220;
border-width:0 0 1px 0;
}

/********************************************************************//* LEFTBAR */

#leftbar {
margin:0;
float:left;
padding-left:1px;
width:160px;
}

/********************************************************************//* LEFTNAV */

#leftnavlearn {
background:#ff0000;
margin:0px;
float:left;
width:150px;
padding:8px 0 15px 4px;
color:#fff;
border:3px solid #efc186;
border-width:0 0 3px 0;
}

#leftnavlearn ul {
list-style-type:none;
}

#leftnavlearn li {
list-style-type:none;

}

#leftnavlearn a:link,#leftnavlearn a:visited,#leftnavlearn a:active {
color:#fff;
text-decoration:none;
font:bold 10px/160% Verdana, Arial, Helvetica, sans-serif;
padding-left:8px;
}

#leftnavlearn a:hover {
background:transparent url(./themes/site_themes/default/images/arrow.png) no-repeat 0 0;
}

#leftnavlearn li.leftnavsub a:link,#leftnavlearn li.leftnavsub a:visited,#leftnavlearn li.leftnavsub a:active {
color:#fff;
text-decoration:none;
font:11px/160% Verdana, Arial, Helvetica, sans-serif;
padding-left:18px;
}

#leftnavlearn li.leftnavsub a:hover {
background:transparent url(./themes/site_themes/default/images/arrow.png) no-repeat 0 0;
}

#leftnavlearn a#on {
background:transparent url(./themes/site_themes/default/images/arrow.png) no-repeat 0 0;
color:#fff;
text-decoration:none;
font:bold 11px/160% Verdana, Arial, Helvetica, sans-serif;
padding-left:10px;
}


#leftnavact {
background:#4c7d84;
margin:0;
float:left;
width:150px;
padding:8px 0 15px 4px;
color:#fff;
border:3px solid #efc186;
border-width:0 0 3px 0;
}

#leftnavact ul {
list-style-type:none;
}

#leftnavact li {
list-style-type:none;

}

#leftnavact a:link,#leftnavact a:visited,#leftnavact a:active {
color:#fff;
text-decoration:none;
font:bold 10px/160% Verdana, Arial, Helvetica, sans-serif;
padding-left:8px;
}

#leftnavact a:hover {
background:transparent url(./themes/site_themes/default/images/arrow.png) no-repeat 0 0;
}

#leftnavact li.leftnavsub a:link,#leftnavact li.leftnavsub a:visited,#leftnavact li.leftnavsub a:active {
color:#fff;
text-decoration:none;
font:11px/160% Verdana, Arial, Helvetica, sans-serif;
padding-left:18px;
}

#leftnavact li.leftnavsub a:hover {
background:transparent url(./themes/site_themes/default/images/arrow.png) no-repeat 0 0;
}

#leftnavact a#on {
background:transparent url(./themes/site_themes/default/images/arrow.png) no-repeat 0 0;
color:#fff;
text-decoration:none;
font:bold 11px/160% Verdana, Arial, Helvetica, sans-serif;
padding-left:10px;
}


#leftnavshare {
background:#70950c;
margin:0;
float:left;
width:150px;
padding:8px 0 15px 4px;
color:#fff;
border:3px solid #efc186;
border-width:0 0 3px 0;
}

#leftnavshare ul {
list-style-type:none;
}

#leftnavshare li {
list-style-type:none;

}

#leftnavshare a:link,#leftnavshare a:visited,#leftnavshare a:active {
color:#fff;
text-decoration:none;
font:bold 10px/160% Verdana, Arial, Helvetica, sans-serif;
padding-left:8px;
}

#leftnavshare a:hover {
background:transparent url(./themes/site_themes/default/images/arrow.png) no-repeat 0 0;
}

#leftnavshare li.leftnavsub a:link,#leftnavshare li.leftnavsub a:visited,#leftnavshare li.leftnavsub a:active {
color:#fff;
text-decoration:none;
font:11px/160% Verdana, Arial, Helvetica, sans-serif;
padding-left:18px;
}

#leftnavshare li.leftnavsub a:hover {
background:transparent url(./themes/site_themes/default/images/arrow.png) no-repeat 0 0;
}

#leftnavshare a#on {
background:transparent url(./themes/site_themes/default/images/arrow.png) no-repeat 0 0;
color:#fff;
text-decoration:none;
font:bold 11px/160% Verdana, Arial, Helvetica, sans-serif;
padding-left:10px;
}


#leftnavsupport {
background:#666699;
margin:0;
float:left;
width:150px;
padding:8px 0 15px 4px;
color:#fff;
border:3px solid #efc186;
border-width:0 0 3px 0;
}

#leftnavsupport ul {
list-style-type:none;
}

#leftnavsupport li {
list-style-type:none;

}

#leftnavsupport a:link,#leftnavsupport a:visited,#leftnavsupport a:active {
color:#fff;
text-decoration:none;
font:bold 10px/160% Verdana, Arial, Helvetica, sans-serif;
padding-left:8px;
}

#leftnavsupport a:hover {
background:transparent url(./themes/site_themes/default/images/arrow.png) no-repeat 0 0;
}

#leftnavsupport li.leftnavsub a:link,#leftnavsupport li.leftnavsub a:visited,#leftnavsupport li.leftnavsub a:active {
color:#fff;
text-decoration:none;
font:11px/160% Verdana, Arial, Helvetica, sans-serif;
padding-left:18px;
}

#leftnavsupport li.leftnavsub a:hover {
background:transparent url(./themes/site_themes/default/images/arrow.png) no-repeat 0 0;
}

#leftnavsupport a#on {
background:transparent url(./themes/site_themes/default/images/arrow.png) no-repeat 0 0;
color:#fff;
text-decoration:none;
font:bold 11px/160% Verdana, Arial, Helvetica, sans-serif;
padding-left:10px;
}


#leftnavdiscover {
background:#ff9420;
margin:0;
float:left;
width:150px;
padding:8px 0 15px 4px;
color:#fff;
border:3px solid #efc186;
border-width:0 0 3px 0;
}

#leftnavdiscover ul {
list-style-type:none;
}

#leftnavdiscover li {
list-style-type:none;

}

#leftnavdiscover a:link,#leftnavdiscover a:visited,#leftnavdiscover a:active {
color:#fff;
text-decoration:none;
font:bold 10px/160% Verdana, Arial, Helvetica, sans-serif;
padding-left:8px;
}

#leftnavdiscover a:hover {
background:transparent url(./themes/site_themes/default/images/arrow.png) no-repeat 0 0;
}

#leftnavdiscover li.leftnavsub a:link,#leftnavdiscover li.leftnavsub a:visited,#leftnavdiscover li.leftnavsub a:active {
color:#fff;
text-decoration:none;
font:11px/160% Verdana, Arial, Helvetica, sans-serif;
padding-left:18px;
}

#leftnavdiscover li.leftnavsub a:hover {
background:transparent url(./themes/site_themes/default/images/arrow.png) no-repeat 0 0;
}

#leftnavdiscover a#on {
background:transparent url(./themes/site_themes/default/images/arrow.png) no-repeat 0 0;
color:#fff;
text-decoration:none;
font:bold 11px/160% Verdana, Arial, Helvetica, sans-serif;
padding-left:10px;
}

/********************************************************************//* INSIDE PAGE > SUBNAV */

#subnav {
width:500px;
float:left;
border:1px solid #ccc;
border-width:0 0 1px 0;
padding:10px 0 10px 0;
margin-bottom:20px;
}

#subnav a:link,#subnav a:visited,#subnav a:active {
font:bold 11px/100% Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
border:1px dotted #70950c;
border-width:0 0 1px 0;
color:#70950c;
}

#subnav a:hover {
color:#fc9220;
border:1px dotted #fc9220;
border-width:0 0 1px 0;
}

#subnav ul {
list-style-type:none;
}

#subnav li {
float:left;
list-style-type:none;
padding-right:20px;
}

/********************************************************************//* INSIDE CONTENT */

#insidecontent {
margin:0 auto 0 auto;
float:left;
width:545px;
font:normal 12px/160% Verdana, Arial, Helvetica, sans-serif;
padding-bottom:15px;
}

#insidecontent ul {
display:inline;
}

#insidecontent img.left {
padding-right:16px;
padding-top:5px;
float:left;
}

#insidecontent img.right {
padding-left:16px;
padding-top:10px;
float:right;
}

.textright {
float:left;
text-align:right;
}

#insidebody {
padding:0 15px 0 15px;
margin:0;
}

.blogbody {
padding:0 15px;
}

#insidecontent ul {
list-style-type:disc;
line-height:160%
}

#insidecontent ul li.bullets {
margin-left:16px;
padding-left:5px;
line-height:160%
}


#insidecontent ul li.bullets2 {
margin-left:35px;
padding-left:5px;
line-height:160%
}

#pageheader {width:545px;height:160px;}
#pageheader img {position:absolute;z-index:1;}
#pageheader p.page_description {
font:15px/100% Verdana, Arial, Helvetica, sans-serif;
color:#fff;
position:absolute;float:left;padding:130px 0 0 15px;z-index:100;
}



.leftheader {
width:545px;
height:160px;
}

a.summarylink:active,a.summarylink:visited,a.summarylink:link {
font:bold 12px/180% Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
border:1px dotted #70950c;
border-width:0 0 1px 0;
color:#70950c;
}

a.summarylink:hover {
color:#fc9220;
border:1px dotted #fc9220;
border-width:0 0 1px 0;
}

.summary_link {float:left;padding-bottom:1em;}
.summary_text {float:right;width:350px;font-size:11px;color:#666;padding-bottom:1em;}

#insidebody a img.multimedia {border:none;}

#electioncentral a:link,#electioncentral a:visited,#electioncentral a:active{
text-decoration:none;
border:1px dotted #70950c;
border-width:0 0 1px 0;
color:#70950c;
}

#electioncentral a:hover {
color:#fc9220;
border:1px dotted #fc9220;
border-width:0 0 1px 0;
}

#insidebody a:link,#insidebody a:visited,#insidebody a:active{
text-decoration:none;
border:1px dotted #70950c;
border-width:0 0 1px 0;
color:#70950c;
}

#insidebody a:hover {
color:#fc9220;
border:1px dotted #fc9220;
border-width:0 0 1px 0;
}

.blogbody a:link,.blogbody a:visited,.blogbody a:active{
text-decoration:none;
border:1px dotted #70950c;
border-width:0 0 1px 0;
color:#70950c;
}

.blogbody a:hover {
color:#fc9220;
border:1px dotted #fc9220;
border-width:0 0 1px 0;
}

#newsitems ul {list-style-type:none;}
li.newwindow {
background:url(./themes/site_themes/default/images/new_window.gif) no-repeat 0 0;
padding-left:30px;
margin: 0px 0 10px 0;
}

strong.date {
float:left;
width:100px;
color:#666;
}

.news_summary {
padding-left:145px;
}

.biowrap {
width:100%;
padding-bottom:40px;
}

.biowrap img {
float:left;
}

.biocopy  {
margin:0 0 0 90px;
padding:0;
}

.bio {
font-size:10px;
}


/********************************************************************//* HOME > LATEST NEWS */

#latestnews {
margin:0 0 1em 0;
padding:4px;
float:left;
width:366px;
border:3px solid #000;
border-width:3px 0 0 0;
}

#latestnews .newsitem {
padding-bottom:10px;
padding-top:5px;
}

#latestnews img {
float:left;
width:79px;
height:94px;
}

#latestnews p.newsitem {
margin:0 15px 15px 90px;
padding:0;
}

#latestnews a:link,#latestnews a:visited,#latestnews a:active {
font:bold 12px/140% Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
border:1px dotted #70950c;
border-width:0 0 1px 0;
color:#70950c;
}

#latestnews a:hover {
color:#fc9220;
border:1px dotted #fc9220;
border-width:0 0 1px 0;
}

/********************************************************************//* HOME > FEATURES */

#features {
margin:0 0 0 15px;
padding:2px;
float:left;
width:314px;
border:3px solid #000;
border-width:3px 0 0 0;
font:14px/18px bold Arial, sans-serif;
}

#features span {
position:absolute;
width:260px;
padding:19px 0 0 22px;
font:normal 13px Arial, Helvetica, sans-serif;
color:#fff;
text-align:left;
}

a.features:link, a.features:visited, a.features:active {
font:bold 12px/100% Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
border:1px dotted #70950c;
border-width:0 0 1px 0;
color:#70950c;
}

a.features:hover {
color:#fc9220;
border:1px dotted #fc9220;
border-width:0 0 1px 0;
}


/********************************************************************//* HOME > RECENT PUBLICATIONS */

#recentpublications {
margin:0 0 1em 0;
padding:4px;
float:left;
width:366px;
border:3px solid #000;
border-width:3px 0 0 0;
font:bold 12px/140% Verdana, Arial, Helvetica, sans-serif;
}

#recentpublications h2 {}

#recentpublications img {
float:left;
width:79px;
}

#recentpublications p.pdfitem {
margin:8px 15px 15px 90px;
padding:0 0 0 0;
}

#recentpublications a:link, #recentpublications a:active, #recentpublications a:visited {
text-decoration:none;
border:1px dotted #70950c;
border-width:0 0 1px 0;
color:#70950c;
}

#recentpublications a:hover {
color:#fc9220;
border:1px dotted #fc9220;
border-width:0 0 1px 0;
}

/********************************************************************//* HOME > HOT OFF THE PRESS */

#hotoffthepress {
margin:0 0 1em 15px;
padding:2px;
float:left;
width:314px;
border:3px solid #000;
border-width:3px 0 0 0;
font:bold 12px/120% Verdana, Arial, Helvetica, sans-serif;
color:#333;
}

#hotoffthepress h2 {margin-top:2px;margin-bottom:10px;}

#hotoffthepress a:link, #hotoffthepress a:active, #hotoffthepress a:visited {
color:#70950c;
text-decoration:none;
border:1px dotted #70950c;
border-width:0 0 1px 0;
}

#hotoffthepress a:hover {
color:#fc9220;
border:1px dotted #fc9220;
border-width:0 0 1px 0;
}

/********************************************************************//* INSIDE PAGES */

#pagetitle {
width:708px;
float:left;
height:68px;
margin-top:12px;
}

/********************************************************************//* INSIDE PAGE PDFS */

#pagepdf {
font:bold 12px/100% Verdana, Arial, Helvetica, sans-serif;
}

#pagepdf img {
float:left;
width:85px;
padding-top:4px;
}

#pagepdf p.pdfitem {
margin:0 15px 15px 90px;
padding:0;
}

#pagepdf a:link, #pagepdf a:active, #pagepdf a:visited {
text-decoration:none;
border:1px dotted #70950c;
border-width:0 0 1px 0;
color:#70950c;
}

#pagepdf a:hover {
color:#fc9220;
border:1px dotted #fc9220;
border-width:0 0 1px 0;
}

/********************************************************************//* MEDIA CENTER */

.mediacenter_headers {
border:3px solid #000;
border-width:3px 0 0 0;
margin:15px 10px 0 0;
float:left;
width:245px;
padding:5px 0 0 0;
}

.mediacenter_headers a img{
border:0;
}

a.archives {
font-weight:normal;
font-size:9px;
}

/********************************************************************//* MULTIMEDIA */

.mediaitem {

}

p.mediathumbnail {
float:left;
width:65px;
border:0;
}

p.mediainfo {
padding:0 0 0 70px;
}

#multimedia_pressreleases {
border:3px solid #000;
border-width:3px 0 0 0;
margin:15px 10px 0 0;
float:left;
padding:5px 0 0 0;
width:230px;
}

#multimedia_bio {
display:block;
margin:15px 0 0 0;
float:right;
width:230px;
padding:5px 0 0 0;
}


#multimedia_bio span {
position:absolute;
padding:5px 5px 0 10px;
font:normal 13px/167% Arial, Helvetica, sans-serif;
color:#fff;
text-align:left;
color:#fff;
width:230px;
}

#multimedia_bio span a:link,#multimedia_bio span a:active,
#multimedia_bio span a:visited {
color:#fff;
text-decoration:none;
border:1px dotted #fff;
border-width:0 0 1px 0;
}

#multimedia_centernews {
border:3px solid #000;
border-width:3px 0 0 0;
margin:15px 10px 0 0;
float:left;
padding:5px 0 0 0;
width:230px;
}

#multimedia_factsheets {
border:3px solid #000;
border-width:3px 0 0 0;
margin:15px 10px 0 0;
float:right;
padding:5px 0 0 0;
width:230px;
}

#multimedia_audio {
border:3px solid #000;
border-width:3px 0 0 0;
margin:15px 10px 0 0;
float:left;
padding:5px 0 0 0;
width:230px;
}

#multimedia_video {
border:3px solid #000;
border-width:3px 0 0 0;
margin:15px 10px 0 0;
float:right;
padding:5px 0 0 0;
width:230px;
}

#multimedia_news {
border:3px solid #000;
border-width:3px 0 0 0;
margin:15px 10px 0 0;
float:left;
padding:5px 0 0 0;
width:230px;
}





/********************************************************************//* INSIDE PAGE MP3S */

#pagemp3 {
font:bold 12px/100% Verdana, Arial, Helvetica, sans-serif;
}

#pagemp3 img {
float:left;
width:79px;
padding-top:-3px;
}

#pagemp3 p.mp3item {
margin:0 15px 0px 90px;
padding:0;
}

#pagemp3 a:link, #pagemp3 a:active, #pagemp3 a:visited {
text-decoration:none;
border:1px dotted #70950c;
border-width:0 0 1px 0;
color:#70950c;
}

#pagemp3 a:hover {
color:#fc9220;
border:1px dotted #fc9220;
border-width:0 0 1px 0;
}



/********************************************************************//* BLOG COMMENTS */

ol#comments  {
list-style-position:inside;
}

ol#comments  li {

}

.comment1 {
background:#f4f4f4;
border:1px solid #ccc;
border-width:1px 0 1px 0;
padding:20px;
margin-bottom:10px;
}

.comment2 {
background:#ddd;
border:1px solid #bbb;
border-width:1px 0 1px 0;
padding:20px;
margin-bottom:10px;
}

ul#commentpreview {
list-style-position:inside;
list-style-type:none;
}

ul li {

}

.preview {
background:#eee;
border:1px solid #ccc;
border-width:1px 0 1px 0;
padding:20px;
margin-bottom:10px;
}

/********************************************************************//* POLLS */

.pollTotalVotes {
font-size:10px;
font-style:italic;
}

.pollAnswer {
margin-top:10px;
}

.pollRadio {
margin-right:1em;
}

.pollButtonBlock {
margin-top:10px;
}

.pollResult {
margin-top:6px;
}

/********************************************************************//* ELECTION CENTRAL */

.electionsections_wrap {
padding:10px;
}

.election_issues {
background:url(./themes/site_themes/default/images/electionheader_issues.jpg) no-repeat 0 0;
margin:15px 0 0 0;
float:left;
width:263px;
padding:110px 0 0 0;
}

.election_know {
background:url(./themes/site_themes/default/images/electionheader_know.jpg) no-repeat 0 0;
margin:15px 0 0 0;
float:right;
width:263px;
padding:110px 0 0 0;
}

.election_spot {
background:url(./themes/site_themes/default/images/electionheader_spot.jpg) no-repeat 0 0;
margin:15px 0 0 0;
float:left;
width:545px;
padding:100px 0 0 0;
clear:both;
}

.stars_short {
background:url(./themes/site_themes/default/images/star_line.png) no-repeat 0 0;
width:230px;
height:12px;
margin:10px 0;
}

.stars_long {
background:url(./themes/site_themes/default/images/star_line2.png) no-repeat center 0;
width:504px;
height:12px;
margin:10px 0;
display:block;
}

/********************************************************************//* FOOTER */

#footer {
position:relative;
clear:both;
bottom:0;
padding:5px 0 0 0;
height:4em;
font:normal 11px/120% Arial, Helvetica, sans-serif;
background-color:#ffffff;
border:1px solid #999;
border-width:1px 0 0 0;
width:716px;
}

#footer a:link, #footer a:visited, #footer a:active {
color:#70950c;
text-decoration:none;
}

#footer a:hover {
color:#fc9220;
border:1px dotted #fc9220;
border-width:0 0 1px 0;
}

/*Float Patch*/	
.floatcontainer:after { 
content: ".";
display: block;
height: 0;
clear: both;
visibility:hidden;
}

/* Mark Hadley's fix for IE Mac */  
.floatcontainer { display: inline-table;}

/* Hides from IE Mac \*/ 
* html .floatcontainer {height: 1%;} 
.floatcontainer{display:block;}
/* End Patch */
