<script type="text/css">


/* Browser-specific styles
=====================================================================*/

/* Global Defaults
=====================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
div { text-align: left; vertical-align: top; }
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
strong { font-weight: bold; }
cite { display: block; font-size: 0.9em; font-style: italic; text-align: right; }

/* Global Classes
=====================================================================*/
.distext { display: none; }
.clearboth { clear:both; }
.clearleft { clear: left; }
.clearright { clear:right; }

/* Global Elements
=====================================================================*/

html { overflow-x: auto; height:100%;}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

body 
{
	background: url(images/bg.jpg) no-repeat scroll 50% 0;
	background-color: #112441;
	text-align: center;
	line-height: 1.6em;
}

input[type="text"] { 
}


/* Library
=====================================================================*/

.l { float: left; width: 45%; }
.r { float: right; width: 49%; }
.r:after { display: block; content: ''; clear: both; height: 0; visibility: hidden; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.justify { text-align: justify; }
.float-left { float: left; }
.float-right { float: right; }
.float-right-pad { float: right; padding-left: 10px;}
.clear-both { clear: both; float: none; }
.clear-right { clear: right; float: none; }
.hide {	display:none; }
.clear-both { clear: left; float: none; }
.inline { display: inline; }
.block { display: block; }
.noborder { border: 0px none; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.normal { font-weight: normal; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.visible { display: block; }
.top10 { margin-top: 10px; }
.top20 { margin-top: 20px; }
.border5 { border: solid 10px #c7c7c7; }
.border10 { border: solid 10px #c7c7c7; }
.border20 { border: solid 20px #c7c7c7; }
.font36 { font-size:36px;}
.font24 { font-size:24px;}
.font18 { font-size:18px;}

.clearfix:after {
        content:".";
        display:block;
        height:0;
        clear:both;
        visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

div.hidden, a.hidden
{
	display: none;
	margin: 0;
}


/* Homepage Specific Headers
=====================================================================*/
/*
h1 {
	font: italic normal bold 1.9em/normal Georgia, "Times New Roman", Times, serif;
	color: #2575ad;
}

h2 {
	font-size: .8em;
	text-transform: uppercase;
	color: #363636;
	font-weight: bold;
}
*/
.l h2 { } /* Left column specific */

/*.r h2 { letter-spacing:1px; padding: 0px 7px; margin-bottom: 10px; }*/ /* Right column specific */

/*
h3 {
	font-size: 1.7em;
	line-height: 1.1em;
	color: #2575ad;
}

h4 {
	font-size: .9em;
	text-transform: uppercase;
	color: #2575ad;
	letter-spacing: 1px;
	font-weight: bold;
}

h5 {
	font-size: 1.5em;
	line-height: 1.2em;
}

h6 {
	font-size:.88em;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
}
*/


/* Interior page Specific Headers
=====================================================================
-------------------------------------------------------------- 
PAGE CONTENT STYLES
-------------------------------------------------------------- 
*/

#page_content h1 {
	color: #0E5C9E;
}

#page_content h2 {
	padding-bottom: 5px;
	font-size: .92em;
	line-height: 1em;
	text-transform: uppercase;
	color: #363636;
	font-weight: bold;
}


#page_content h3 {
	font-size: 1.7em;
	line-height: 1.1em;
	color: #2575ad;
	
}

#page_content h4 {
	font-size: 1em;
	line-height: 1.4em;
	margin: 5px 0px;
	color: #0d5d9b;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: none;
}

#page_content h5 {
	font-size: 1.125em;
	line-height: 1.8em;
}

#page_content h6 {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

#page_content .photo{
	margin: 20px 0px 20px 20px;
}

/* Misc Typography
=====================================================================*/

body { 
        font-family: Times, "Times New Roman", serif;
	font-size: 14px; 
	line-height: 1.5em;
	color: #333;}

table { 
	font-size: 1em; 
	line-height: 1.5em;
	color: #424242;}

i, em { 
	font-style: italic;
}

blockquote {
	/*clear:both;*/
	font-size:1.1em;
	line-height: 1.6;
        margin: 5px 40px 5px 20px;
	padding: 5px;
	color: #666666;
	margin-bottom: 10px;
}

blockquote, blockquote p {
	/*clear: both;*/
	color: #666666;
}

.smallcaps {
	font: small-caps 1.5em/1.7em Georgia, "Times New Roman", Times, serif;
	color: #2575ad;
	text-transform: lowercase;
	letter-spacing: .1em;
}

.citation, .cite {
	font-size: 12px;
}




/* List Elements
=====================================================================*/

ul li 
{
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

li a {
	padding-top: 0px;
	padding-bottom: 0px;
}

li a:hover {
	background-color: #eeeeee;
}



dl {
	height: auto;
	margin: 0;
	list-style: none;

}

dl a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;

}

dl a:hover {
	background-color: #ffffff;
}

dl img {
	float: left;
}
dt, dd {
	padding: 5px 7px;
}

dt {
	float: left;
	clear: left;
	width: 40px;
	color: #363636;
	font-size:.9em;
} 

dd {
	margin-left: 50px;
}


.alt-text { font-family: Georgia;text-transform: lowercase;}






/* Global Links
=====================================================================*/

a {
	margin: 0px;
	padding: 0px;
}

a
{
	background: transparent;
	color: #2575ad;
	text-decoration: none;
	
}

a:hover
{
	background: transparent;
	color: #ac3433;	
	text-decoration: none;
}


/* Grid
=====================================================================*/

/* layout styles */


/* delete me (temp) */

#house
{
	margin: 0 auto 0 auto;
	text-align: left;
	/* re_aligns text to left second part of two part MSIE centering workaround */
	width: 960px; 	/* Total width */
	background: transparent;
	
}

#header,
#content,
#bottom {
	width: 960px;
	margin: 0 auto;
	position: relative;
}


#
{	
	width: 960px;
	margin: 0 auto;
	background: #fff url(bg_module.jpg) repeat-x;
}

#content_fade
{	
	width: 960px;
	margin: 0 auto;
	background: transparent url(images/bg_content_fade.jpg) repeat-x;
}

#page_content { padding: 20px 30px 40px 30px; }

#page_content .nav { font: 12px arial; margin: 0 0 15px 0;}

#page_content #issues  ul li {
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

#page_content ul li, .page_content ul li {
	height: auto;
	margin: 12px;
	padding: 0;
	list-style: disc outside;
}

div#page_content div#inset_r ul li {
	margin:0px;
	padding: 0;
	list-style: none;
}

div#page_content div#inset_r ul li.more {
	padding: 5px 10px;

}

div#page_content div#inset_r ul li ul li {
	padding: 3px;
	list-style: circle inside;
}

#column1
{
	float: left;
	width: 640px;
	background: transparent;
	padding: 0px;
	margin: 0px;
}

body.onecol #column1 {width: 960px;}
body.onecol #column2 {display: none;}

#col1a {
	float: left;
}

#col1b {
	float: right;
}

#column2
{
        float: right;
	width:320px;
	margin: 0 0 0px 0px;
	padding: 0 0 40px 0;
	background: transparent url(images/bg_side.png) no-repeat bottom left;
}

.module.l  {
	height: auto;
	width: 270px;
	padding: 20px 15px 20px 35px ;
}

.module.r 	{
	height: auto;
	width: 270px;
	padding: 20px 35px 20px 15px ;
}


/* 
  HEADER
*/
#header {
	display: block;
	background: transparent;
	color: #8CA7CF;
}

#skyline {margin: 5px 0;}

#countdown {
  text-transform: uppercase; 
  float: left; 
  line-height: 30px;
  font-family: helvetica, arial, sans-serif;
  font-size: 10px;
}

#countdownDate {font-weight: bold;}
#countdownDivider {margin: 0 4px;}
#countdownDaysleft {}

#quickSignup {
  float: right;
  padding-top: 4px;
}

#quickSignup input.text {
  width: 120px;
  background: #51688B; 
  border: 1px solid #51688B; 
  color: #fff; 
  margin-right: 2px;
}

#logo {position: absolute; top: 10px; left: 20px; background: transparent;}
#logo a {display: block; height: 100px; width: 270px;}

#quoteblock {text-indent: -999em;}






/*
FOOTER
*/

#bottom {}

#baseline {
  color: #5386B1;
  padding: 5px;
}
#baseline a {color: #5386B1;}

#baseright a {margin: 0 5px;}

#baseline .more {text-align: left };

#logo-print { display: none; }




/* Site Specific
-------------------------------------------------------------- 
HOMEPAGE
-------------------------------------------------------------- 
*/

/* Feature Block
-------------------------------------------------------------- */

#vip {
    background: #000;
    width: 640px;
}

.afeature {
	display: none;
}

#the1title, #the1feature {
	display: block;
}

.afeature {
    position: relative;
    height: 257px;
}

.afeature img {
    position: absolute;
}

div#arrow_slider {
    width: 640px;
    height: 9px;
    background: #000;
}

img#the_arrow {
    position: relative;
    left: 20px;
}

ul#point-main {
    background-color: #000;
    width: 640px;
    overflow: visible;
}

ul#point-list {
	width: 640px;
	height: 63px;
	overflow: hidden;
	background: #000 url(/images/feature_title_bg.gif) repeat-x 0 0;
}

ul#point-list li {
	display: block;
	height: 63px;
	float: left;
}

ul#point-list li a {
	display: block;
/*    font-family: Helvetica, Arial, sans-serif; */
    font-size: 11px;
	width: 150px;
	height: 43px;
	background: transparent url(/images/feature_title_bg.gif) repeat-x 0 0;
	padding: 10px 10px 10px 20px;
    font-family: Georgia, "Times New Roman", serif;
}

ul#point-list li.selected a, ul#point-list li a:hover {
	color: #fff;
	background: transparent url(/feature_title_bg_over.gif) repeat-x 0 0;
}

ul#point-list li.selected a {
    width: 180px;
    font-size: 16px;
}

/* Very Important Content */
#vicholder {
    width: 320px;
    float: right;
    background: #000 url(/images/feature_title_bg.gif) repeat-x 0 100%;
}

#vic {
    width: 320px;
    background: #000;
    background-repeat: no-repeat;
    background-position: 0 0;
}

#vic a {
    width: 320px;
    height: 329px;
    display: block;
}

/* Blog, Events, et. al. */
#blog, #events, #news {
	background: url(images/bg_module.jpg) no-repeat;
	width: 100%;
	overflow: auto;
	clear:both;
}

#bottom div.where_do_you_live.module.l h1 {
	color: #ffffff;	
}

#column1 div div.blog_feature.module.l a h3 {
	padding-top: 10px;
	padding-bottom: 10px;	
}

.entry_description {
	overflow:hidden;
}

img.thumb ~ h7 {
	position: relative;
	top: 10px;
}

.blog_feature h3 {
	padding: 10px 0px;
}

.blog_feature h4 {
	margin-top: 10px;
}

.blog_feature > a {
	font: 24px/25px Georgia, "Times New Roman", Times, serif;
	color: #2575ad;
	letter-spacing: -1px;
}

.other_stories {

}
.thumb{
	float: left;
	border: solid 5px #c7c7c7;
	margin: 10px 10px 10px 0;
}

.date {
	float: left;
	width: 50px;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	height: 15px;
}


td.where_do_you_live h1 {
	color: #ffffff;
}

.date h2 {
	vertical-align: top;
}

.post {
	clear: both;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #d4d4d4;
}

.post img {
	padding: 10px 0px;
	margin-top:-5px;
	background-color: #FFFFFF;
}


.source, .location {
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #7f7f7f;
	margin-top: 2px;
}

.location i {
	text-transform: lowercase;
}


.events h7 {

}

.store img {
	float:  left;
	padding-right: 7px;
}

.store h7 {
	position: relative;
	top: 10px;
}

#other_products {
	padding-top: 20px;
}

.price {
	color: #4e9ac8;
	padding-top: 10px;
}

.states {
	float: left;
	width: 80px;
	padding-left: 7px;
}

#hillary {
	width: 280px;
	position: relative;
	height: 180px;
	text-indent: -999em;
	overflow: hidden;

}

#hillary a:hover {
	background-position: 0px 100%;
}

#voteforchange {
	width: 280px;
	position: relative;
	height: 133px;
	text-indent: -999em;
	overflow: hidden;

}

#voteforchange a:hover {
	background-position: 0px -133px;
}

#vrac {
	width: 280px;
	position: relative;
	height: 50px;
	text-indent: -999em;
	overflow: hidden;

}

#vrac a:hover {
	background-position: 0px -50px;
}

.action_center div {
	line-height:0px;
	background-color:#eaeaea;
}

#mad1 {
	height:50px;

}

#mad2 {
	height:63px;
	vertical-align:bottom;
}

#mad3, #mad4 {
	height:47px;
}

#mad5 {
	height:71px;
	vertical-align:top;
}

#mybo_top {
	width: 280px;
	position: relative;
	text-indent: -999em;
	overflow: hidden;
}
}

#mybo_top a:hover {
	background-position: 0px -120px;
}

#mybo_bot {
	width: 280px;
	position: relative;
	text-indent: -999em;
	overflow: hidden;	
}
}

#mybo_bot a:hover {
	background-position: 0px -140px;
}

.obama_everywhere {
	line-height:0px;
}

#actioncenter {
	width: 280px;
	position: relative;
	height: 127px;
	text-indent: -999em;
	overflow: hidden;
;
}

#actioncenter a:hover {
	background-position: 0px -127px;
}

.r .view_more  {
	padding: 10px 7px;
}

.l .view_more  {
	
	padding: 10px 0px;
}

.small_callout {
	background-image: url(images/bg_smallcallout.jpg);
	background-repeat:repeat-x;
	border:1px #a6c0d6 solid;
    padding:10px;
}
	
.small_callout h3 {
	font-style: italic;
    padding-bottom:10px;
}
	
.small_callout input {
	font-size:16px;
	width: 145px;
}


/*
-------------------------------------------------------------- 
DELEGATE COUNTDOWN MODULE
-------------------------------------------------------------- 
*/
div.dcd {
	background-image: url;
	height:311px;
	margin-top:20px;
}

div.dcd table td {
	font-size:11px;
}

.dcd_name {
	font-size:7px;
	letter-spacing:1px;
	color:#979797;
}

.dcd_desc {
	color:#979797;
}

.dcd_obama_results {
	font-size:14px !important;
	font-weight: bold;
	color:#296fb0;
	height:24px;
	text-align:center;
}

.dcd_hillary_results {
	font-size:14px !important;
	font-weight: bold;
	color:#979797;
	height:24px;
	text-align:center;
}

#dcd_where_we_are {
	padding:52px 0px 0px 25px;
}

#where_we_are_table {
	width:240px;
}

#dcd_what_we_need {
	padding:55px 0px 0px 10px;
}

#dcd_pledge_delegates {
	color: #8a8a8a;
	text-align: center;
	background-image: url;
	background-color:#f9f9f9;
	padding-top:20px;
	width:125px;
	height:70px;
	line-height:13px;
}

#dcd_total_delegates {
	color: #8a8a8a;	
	text-align: center;
	background-image: url;
	background-color:#f9f9f9;
	padding-top:20px;
	width:125px;
	height:70px;
	line-height:13px;
}

#dcd_number {
	font-size:28px;
	font-weight:bold;
	color:#296fb0;
	text-align:center;
	display:block;
}

.dcd_info {
	text-align:center;
}

#dcd_title {
	padding-top:8px;
	color:#787878;
	font-size:10px;
	text-align:center;
}

#dcd_fineprint {
	font-size:10px;
	color:#bababa;
}
#dcd_full_results_btn {
	width:261px;
	margin-top:8px;
}
#dcd_full_results_btn a {
	height: 32px;
	display: block;
	background-image: url;
}

#dcd_full_results_btn a:hover {
	background-position: 0px -32px;
}


/* Site Specific
-------------------------------------------------------------- 
LEARN
-------------------------------------------------------------- 
*/
#page_content h1 { margin-bottom: 10px; }

#page_content p {  margin: 10px 0 10px 0;}

#inset_r
{
	width: 25%;
	float: right;
	margin: 0 0 17px 20px;
	padding: 20px;
	display: block;
	background: url(/images/temp_right_bg.jpg) repeat-x;
}

#inset_r .more
{
	padding: 10px;
	background-image: url(/images/temp_right_bg.jpg);
}

#inset_r .more li {  list-style: circle; margin-left: 10px; }

#inset_r h4
{
	padding-bottom: 10px;
	border-bottom: 1px solid;
	text-align: center; 
	text-transform: uppercase;
	border-color: #d1d1d1;
}

#inset_r:after { display: block; content: ''; clear: both; height: 0; visibility: hidden; }


/* Site Specific
-------------------------------------------------------------- 
ISSUES PAGES
-------------------------------------------------------------- 
*/

#page_content #issues ul li {
	background: url no-repeat 0 0.6em;
	margin-bottom: 1em;
	padding-left: 1.5em;
}

#page_content #issues h2 {
	margin-bottom: 10px;	
}

#page_content #issues h3 {
	border-top: 1px solid #eeeeee;
	margin-top: 15px;
	margin-bottom: 10px;
	line-height:1.7em;
}



#page_content #issues p {
	margin: 5px 0px;
}

#page_content h4 {
	margin: 10px 0px 5px 0px ;
}

#page_content #issues .at_a_glance ul li, #page_content #issues #inset_r ul li {	
	margin-bottom: 0;
	padding-left: 15px;
	list-style: circle outside;
} 

.at_a_glance {
	float: left;
	width: 50%;
}

#issues div.at_a_glance.l ul li {
	padding: 5px;
	list-style: circle outside;
}

#issues .at_a_glance ul li:before {
 
	color: #7cb0cd;

} 

#at_glance_container {
	overflow: hidden;
}

#vid_thumb {
	position: relative;
	background-color: #fff;
	color: #3d76bc;
	text-align: center;
	font-weight:bold;
	padding-bottom: 5px;
	margin-right:-4px;
}

#vid_thumb a {
	height: 106px;
	display: block;
	background-image: url;
	background-position: 0px -106px;
}

#vid_thumb a:hover {
	background-position: 0px 0px;
}

.issues table td { padding-right:10px;}

#page_content table tbody tr td img {
	padding-right: 20px;
}

/* Site Specific
-------------------------------------------------------------- 
Photos
-------------------------------------------------------------- 
*/

#flickr {
	margin-top: 20px;
}

/* Site Specific
-------------------------------------------------------------- 
Mobile
-------------------------------------------------------------- 
*/
.mobile .left { float: left; clear: left; width: 55%; z-index: 0; position: relative; }
.mobile .right {  width: 35%; z-index: 1; position: relative;}

.mobile form 
{ 
	float: left;
	padding: 0 10px 10px 10px;
	width: 50%;
}

.mobile form ul { float: left; width: 100%; }
.mobile form li 
{ 
	float: left; 
	clear: left; 
	width: 100%; 
	margin: 0px 0 10px 0; 
}

.mobile form li input, form li select
{
	display: block;
	font: 18px arial;
	color: #666;
	background-image: url(/images/input_bg.gif); 
	background-position: left bottom;
	background-repeat: repeat-x;
	border: 1px solid #999;
	padding: 2px;
}

.mobile .btn { background: none; width: 200px; }


.mobile label { font: 13px arial;}

#phone 
{ 
	position: relative; 
/*  width: 379px; */
	margin: 20px 0 30px 0;
	float: left;
	clear: left;
}

#phone_top
{ 
	height: 150px; 
/*  width: 379px; */
	background-image: url;
	background-position: top right;
	background-repeat: no-repeat;
}

#phone_top #number 
{ 
	position: absolute; 
	left: 150px; 
	top: 150px; 
	background: black;
	padding: 5px;
	color: white;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter:alpha(opacity=85);
	display: none;
}

#phone_bottom { width: 300px; height: 90px; }

#phone_bottom img {  }
#phone_images { position: absolute; width: 200px; }

#phone_images li 
{ 
	float: left; 
	height: 20px; 
	width: 20px; 
	margin: 2px; 
	border: 1px solid black;
}

#phone_images li a { height: 100%; width: 100%; display: block; }

#ringtones li { float: left; width: 100px; padding: 2px; }

#ringtones li { padding-bottom: 10px; }

#page_content.mobile h1 { margin-bottom: 10px; }
#page_content.mobile p  { margin: 15px 0 15px 0;}

#tm_list dt, #tm_list dd { padding:0px; }

#tm_list dt
{
	float: none;
	width: 100%;
	margin-top:8px;
}

#tm_list dd { margin:0px 0px 0px 0px; }

#barack {
	padding-left: 10px;
}



/* Site Specific
-------------------------------------------------------------- 
Photos
-------------------------------------------------------------- 
*/
#slideshow 
{ 
	margin: 10px;
	position: relative; 
	width: 550px;
	height: 410px;
	overflow: hidden;
	background: black;
}

#slideshow .slide, #slideshow img { position: absolute; z-index: 0; }

.image_list 
{ 	
	position:absolute; 	
	bottom: 0; 
	z-index: 1; 
	background: black;
	padding: 7px;
	width: 100%;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter:alpha(opacity=85);
	font: 16px Georgia;
}

.image_list li { display: inline; }
.image_list li a 
{ 
	color: white; 
	padding: 1px; 
	display: inline; 
	text-decoration: none;
	font: 16px Georgia;
}

.image_list a.highlighted { outline: none; border-top: 2px solid lightblue; }
.image_list a:hover { background: transparent; }


/* Site Specific
-------------------------------------------------------------- 
DOWNLOADS PAGE
-------------------------------------------------------------- 
*/

div.downloads div#posters {
	width:550px;
}
div#posters ul li{
	float:left;
	width:145px;
	padding: 10px;
}

div#posters ul li img{
	margin: 10px;
}

div.downloads div#site_badges ul li {
	float:left;
	width:52px;
	border:5px;
	padding:5px;
}

div#page_content.downloads h4 {
	padding-bottom: 5px;
	margin: 30px 0px 10px 0px;
	border-bottom: 1px solid #eee;
}

/* Site Specific
-------------------------------------------------------------- 
TAKE ACTION BOX
-------------------------------------------------------------- 
*/

ul#take_action {
	padding: 60px 0px 20px 0px;	
	background: url no-repeat;
	background-color: #ebebeb;
	z-index: 250;
}
ul#take_action.voter_center { padding: 50px 0px 20px 0px; }

#take_action_module {
	padding-top: 20px;
}

ul#take_action li a {
	color: #8d8d8d;
	border-bottom: 1px solid #d5d5d5;
	padding: 10px;
	margin: 5px 20px 5px 20px;
	display: block;
}
ul#take_action.voter_center li a {
	border-bottom: 0;
	padding: 0;
	margin: 0;
	background-color: transparent;
	background-image: url;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
ul#take_action.voter_center li.report a { background-position: 0 -258px; height: 82px; }
ul#take_action.voter_center li.report a:hover { background-position: 0 0; }
ul#take_action.voter_center li.share a { background-position: 0 -340px; height: 92px; }
ul#take_action.voter_center li.share a:hover { background-position: 0 -82px; }
ul#take_action.voter_center li.volunteer a { background-position: 0 -430px; height: 84px; }
ul#take_action.voter_center li.volunteer a:hover { background-position: 0 -172px; }

ul#take_action li span {
	color: #2575ad;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}



ul#dels_info {
	padding: 60px 0px 20px 0px;
	background: url no-repeat;
	background-color: #ebebeb;
	z-index: 250;
}


ul#dels_info li a {
	display:block;
}

#dels_module {
	padding-top: 20px;
}

ul#dels_info li a {
	color: #8d8d8d;
	border-bottom: 1px solid #d5d5d5;
	padding: 10px;
	margin: 5px 20px 5px 20px;
}

ul#dels_info li span {
	color: #2575ad;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

#upcoming_events_sidebar {
	padding: 60px 0px 20px 0px;
	background: url no-repeat;
	background-color: #ebebeb;
	z-index: 250;
}

#upcoming_events_module {
	padding-top: 20px;
}

#upcoming_events_sidebar a {
	color: #2575ad;
	padding: 10px 0px;
	margin: 5px 0px;
}

#upcoming_events_sidebar span {
	color: #2575ad;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

#upcoming_events_sidebar #eventfeedcontent {
	padding: 0px 20px;
}

#ontheair_sidebar {
	padding: 80px 20px 20px 20px;
	background: url no-repeat;
	background-color: #ebebeb;
	z-index: 250;
}

#ontheair_module {
	padding-top: 20px;
	width:280px;
}

#ontheair_sidebar a {
	color: #2575ad;
	padding: 10px 0px;
	margin: 5px 0px;
}

#ontheair_sidebar span {
	color: #2575ad;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

#news_sidebar {
	padding: 60px 0px 20px 0px;
	background: url no-repeat;
	background-color: #ebebeb;
	z-index: 250;
}

#news_module {
	padding-top: 20px;
}

#photos_sidebar {
	padding: 60px 0px 20px 0px;
	background: url no-repeat;
	background-color: #ebebeb;
	z-index: 250;
	text-align: center;
}

#photos_module {
	padding-top: 20px;
}

#btv_sidebar {
	padding: 60px 0px 20px 0px;
	background: url no-repeat;
	background-color: #ebebeb;
	z-index: 250;
	text-align: center;
}

#custom_sidebar {
	padding: 20px 0px;
	background: url(images/bg_custom_module.jpg) no-repeat;
	background-color: #ebebeb;
	z-index: 250;
}

#custom_module {
	padding-top: 20px;
}

#btv_module {
	padding-top: 20px;
}

#sidebar_module {
	padding-top: 20px;
}

.closed_caption_video, .es_video {
	height:300px;
}

.closed_caption_video a, .es_video a
{
	width: 140px;
	height: 106px;
	display: block;
}

.closed_caption_video a:hover, .es_video a:hover { background-position: 0px 106px; }
 

/* Icons
-------------------------------------------------------------- */
img.icon { border: 0; margin: 0 0.5em -3px 0; padding: 0; }

#hqBlogContent div.feedItem div.feedDescription ul li.MsoNormal img.icon {
	margin: 0px;
	padding: 0px 5px;
	border: 0px;
}

/*
-------------------------------------------------------------- 
STYLING FOR NEWSROOM & SPEECHES MOVABLE TYPE
-------------------------------------------------------------- 
*/
#newsroom h2{
	margin-bottom:15px;
}


#newsroom .r h2 {
	padding: 0px;	
}

#newsroom h3 {
	line-height: 1.1em;
	font-size: 1.7em;
	padding: 10px 0px 0px 0px;
}

#newsroom h4 {
	color: #7e7e7e;
  	font-weight:normal;
}
 
#newsroom h5 {
	line-height: 1.4em;
	font-size: 1.3em;
	padding: 5px 0px;
}

#newsroom p {
	margin-top: 5px;
}

#newsroom h6 {
	letter-spacing:.1em;
}

#newsroom .module div {
	margin-bottom: 20px;
}      

#newsroom p {
 	margin-top: 5px;
 }

#speeches h3 {
	width: 60%;
}   

#speeches div.archives h4 {
	margin-bottom: 10px;
}      

#newsroom div.module div.archives ul li a, #speeches div.archives ul li a {
	display: inline;
	float: left;
}

#speeches a, #news_archive a {
	text-decoration: none;
}        


/* Site Specific
-------------------------------------------------------------- 
Fact Check
-------------------------------------------------------------- 
*/

ul#facts {
	padding: 60px 0px 20px 0px;
	background: url no-repeat;
	background-color: #ebebeb;
	z-index: 250;
}


ul#facts li a {
	display:block;
}


ul#facts li a {
	color: #8d8d8d;
	border-bottom: 1px solid #d5d5d5;
	padding: 10px;
	margin: 5px 20px 5px 20px;
}

ul#facts li span {
	color: #2575ad;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

.latest_updates {
	margin-top: 20px;
	padding: 60px 20px 20px 20px !important;
	background: url no-repeat;
	background-color: #eaeaea;
}
/*
-------------------------------------------------------------- 
STYLING FOR STATE PAGES
-------------------------------------------------------------- 
*/
#map_container {
	width: 100%;
}

/* BLOG AJAX STYLES */



div.short h4.feedTitle a:hover,
div.tiny h4.feedTitle a:hover,
div.short div.feedDescription a:hover {
	color: #ac3433;	
}


h3.feedTinyHeading  {
	color:#333333 !important;
	font-family:Helvetica,arial,sans-serif ;
	font-size:11px !important;
	letter-spacing:2px;
	padding:15px 0px 5px;
	text-transform:uppercase;
	font-weight:bold !important;
}

h4.feedTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em !important;
	font-weight: normal !important;
	color: #2575ad;
	margin-top:0px;
	margin-bottom: 5px;
}
h3.feedTitle {
	margin:15px 0px;
}

h3.feedTitle a{
	line-height: 20px;
	font-size:18px !important;

}

div.feedItem {
	padding-top: 5x;
	border-top: 1px solid #e8e8e8;
}

div.feedItem img {
	/*border: 30px solid #e8e8e8;*/
}



.feedByline {
	color:#535455;
	font-size:12px;
	margin-bottom: 15px;
}
.feedBy {
	font-style:italic;
}
.feedCreator {
	padding-right:5px;
}
.feedPubDate {
	border-left:1px solid #666666;
	padding-left:5px;
	margin-left:10px;
}
.feedFooter {  /* Blog footer */
	margin-top:15px;
	background: url(images/bg_blog_footer.jpg) no-repeat;
	height: 80px;
}

.view_blog_link {
	clear:left;
	display:block;
	padding-top:10px;
}



.feedFooter a {
	padding: 0px 10px;
}

div.short h3.feedTitle {
	border-bottom:medium none;
}

div.short h3.feedTitle a {
	border-bottom:medium none;
	color:#077CC1;
	line-height:22px;
	font-weight:normal;
}

div.short div.feedDescription {
	color:#333333;
	margin-bottom:10px;
}

div.short div.feedDescription a {
	color:#077CC1;
}

div.short div.feedByline span.feedPubDate {
	color:#999999;
	font-size:11px;
	font-weight:normal;
}

div.tiny h4.feedTitle {
	border-bottom:1px solid #EEEEEE;
	padding:10px 0px 0px 0px;
	margin: 0px !important;
}

h3.feedTinyHeading {
	color:#333333;
	font-family:Helvetica,arial,sans-serif;
	font-size:11px;
	letter-spacing:2px;
	line-height:14px;
	padding:15px 0px 5px;
	text-transform:uppercase;
}

div.tiny h4.feedTitle a {
	border-bottom:medium none;
	color:#077CC1;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
}

div.tiny h4.feedTitle .feedPubDate {
	border-left:medium none;
	color:#999999;
	display:block;
	font-size:11px;
	line-height:13px;
	font-weight:normal;
	padding: 0px 0px 10px 0px;
}
div.feedCommentLine {
	padding-top: 10px;
}
div.feedShareLine {
	padding-left: 10px;
}

#eventfeedcontent {
	font-size: 1em;
	line-height: 1.4em;
	color:#424242;
}

#eventfeedcontent a {
	font-size: 1.1em;
	line-height: 1.2em;
	color:rgb(13, 93, 155);
}


div.feedDescription blockquote {
	border: 1px solid #c2c2c2;
	padding: 20px;
	font-size:1em;
	line-height: 1.6;
}

div.feedDescription blockquote p {
	padding: 0px 20px;
	
}
div.feedDescription {
	width: 100%;
	
}
div.feedDescription embed, div.feedDescription object  {


	margin: 20px 0px;
	position: relative;
	left: 3%;
}
div.feedDescription img {
	margin: 10px 20px 10px 0px;
}

.feedNavigation {

}

.feedPages {
	font-size: 1.1em;
	margin: 0px;
	display:block;
}

.feedPageLinkCurrent {
  font-weight:bold;
  color: #007cc2;
  background-color: #ebf1fe;
}
.feedPageLink {
  border-left: 1px solid #535455;
   padding: 0px 7px;
	float:left;
	margin:5px 0;

}
.feedPageLinkFirst {
  border-left: none !important;
}


.feedPrev {
	float: right;
}
/*
-------------------------------------------------------------- 
STYLING FOR BLUESTATE FORMS
-------------------------------------------------------------- 
*/

.btn {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: bold;
  font-size: 11px;
  background: #eee;
  display: inline;
  border: 1px solid #7eafdf;                                  
  padding: 3px 7px;
}

label.field {
	font-size: 12px;
}

#signup tbody tr td table tbody tr td input, #signup tbody tr td table tbody tr td select {
	margin: 5px 0;
}

#signup span {
	line-height: 0px;
}

#signup tbody tr td table tbody tr td {
	text-align: left;
	height: 20px;
}




/*
-------------------------------------------------------------- 
STYLING FOR BLUESTATE PAGES
-------------------------------------------------------------- 
*/
/* PEOPLE PAGES */
div#people img.image_right {
	padding-left: 20px;
	padding-bottom: 50px;
}


#news_sidebar div#obama08iowanews852017 {
	padding: 20px;	
}

#news_sidebar div#obama08iowanews852017 ul li{
	padding: 8px;	
}

#events div.other_events.module.r dl b {
	padding-left: 7px;
}

#news_sidebar div span.headline {
	line-height: 15px;
}

p.date {
	float: none;
}

#community blockquote p {
  margin-left: 5px;
  margin-right: 5px;
}


/*
-------------------------------------------------------------- 
STYLING FOR BARACKTV
-------------------------------------------------------------- 
*/
#btvRemoteContainer {
	background-image: url no-repeat;
	height: 418px;
	width: 120px;
	padding: 50px 4px 0px 4px;
}
#btvRemoteContainer div {
	line-height: 0px;
}
#btvRemoteContainer #container1,
#btvRemoteContainer #container2,
#btvRemoteContainer #container3,
#btvRemoteContainer #container4 {
	margin-bottom: 2px;
}
#btvRemoteContainer #container3 {
	background-image: url no-repeat;
	background-position: bottom;
}
#btvRemoteContainer .hideList {
	display: none;
}
#btvRemoteContainer .showList {
	padding: 5px 10px 10px 10px;
	display: block;
}
#btvRemoteContainer .showList a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #919194;
	text-decoration: none;
}
#btvRemoteContainer .showList a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #535455;
	text-decoration: none;
}


/* Event Find Results
-------------------------------------------------------------- */
div.event {
	width: 85%;
	margin-bottom: 25px;
}

#results div.event div.description {
	margin-top: 10px;
}


#results div.event h3.title a {

	font: 20px/25px Georgia, "Times New Roman", Times, serif;
	color: #2575ad;
}


#results div.event div.date {
	float: none;
	width: 100%;
}

/* Action Center
-------------------------------------------------------------- */
.ac_community {
	padding-top: 20px;
	padding-bottom: 100px;
	float: left;
	width: 45%;
}

.ac_community input[type="text"] {
	width: 100px;
	height: 25px;
	border: 1px solid #cccccc;
	font-size: 16px;
}

.ac_online {
	padding-top: 20px;
	padding-left: 20px;
	width: 45%;
	float: right;
	
}

/*.ac_online ul li {
	height: 50px;
	padding-top: 30px;
	border-top: 1px solid #cccccc;
	font-size: 14px;
}
*/
.callout {
	font-size: 16px;
	line-height: 20px;
}

.callout_box{
	padding: 10px;
	border:1px #eeeeee solid;
}


/* ADDED TO REMOVE BULLET DISCS */

#page_content div.ac_online ul {
	margin-top: 2em;
}
#page_content div.ac_online ul li, #page_content div.left ul li, #page_content div.right ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#page_content div.ac_online ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
/*	padding-top: 30px;*/
	padding: 0 5px;
	font-size: 14px;
}
#page_content div.ac_online ul li a:hover {
background: #e9e9e9 url repeat-x left top;

}


#mybo_login{
	padding: 60px 20px 20px 20px;
	background: url no-repeat;
	background-color: #ebebeb;
	z-index: 250;
}


#mybo_login input[type="text"],#mybo_login input[type="password"] {
	width: 215px;
	height: 30px;
	border: 1px solid #cccccc;
	font-size: 16px;
}

#login p label {
	padding-left: 5px;
}

#login p {
	padding: 5px 10px;
}



/*
-------------------------------------------------------------- 
FOOTER
-------------------------------------------------------------- 
*/

.footer {

}

.footer a { display: inline; white-space: nowrap; }

.footer ul {
   	margin: 0 auto;
   	padding: 1em 0;
   	text-align: center;
   	width: 85%;
}
.footer ul li{
	display: inline;
	padding: 0.5em;
}

p {
  margin-bottom: 1em;
}

h1 {
  font-size: 22px;
  font-weight: bold;
}

h2 {
  font-size: 20px;
}

h4 {
  font-size: 14px;
  line-height: 20px;
  color: #256BA7;
  font-weight: bold;
}

h4 a {color: #256BA7}

.bumpup {font-size: 15px;}
.bumpup h2 {font-size: 22px;}

.highlight {background: #f2f2f2;}


/* INDIVIDUAL ENTRIES
----------------------------------------------- */
.page_content {
  padding: 20px 30px 40px 30px;
}

.page_content h1 {
  color: #0E5C9E;
  margin-bottom: .8em;
}

.page_content h2 {
  padding-bottom: 5px;
  font-size: .92em;
  line-height: 1em;
  text-transform: uppercase;
  color: #363636;
  font-weight: bold;
}

.page_content h3 {
  font-size: 1.7em;
  line-height: 1.1em;
  color: #2575ad;
}

.page_content h4 {
  font-size: 1.1em;
  line-height: 1.2em;
  color: #0d5d9b;
  font-weight: bold;
  letter-spacing: 0px;
  text-transform: none;
}

.page_content h5 {
  font-size: 1.125em;
  line-height: 1.8em;
}

.page_content h6 {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
}

.page_content .photo{
  margin: 20px 0px 20px 20px;
}

.page_content .dateline {
  font-size: 14px;
  font-family: Times, "Times New Roman";
  font-style: italic;
  margin-bottom: 8px;
}


/* MULTI-ENTRY MODULES
----------------------------------------------- */
/*
Generic for both left and right modules
*/

.moduleHeader {height: 47px; position: relative;}

.more {font-family: helvetica; text-transform: uppercase; font-weight: bold; font-size: 10px; text-align: right;}

#column1 .moduleHeader {
  background: url(images/bg_module_top.jpg) repeat-x;
}

.moduleHeader h3 {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  position: absolute;
  left: 30px;
  top: 18px;
  color: #8E0706; 
  text-transform: uppercase; 
  font-family: verlag, arial, helvetica, sans-serif;
  letter-spacing: 2px;
}

.moduleHeader h3 a {
  color: #8E0706;
}

.moduleHeader .rss {
  position: absolute; 
  right: 20px; 
  top: 16px; 
  height: 14px; 
  width: 14px; 
  display: block; 
  background: url(/page/-/wrapper/img/feed-icon-14.png) no-repeat; 
  text-indent: -900em;
  overflow: hidden;
}

.moduleHeader .rss:hover {background-position: 0 -14px;}


/* 
Left Column Generic Module Rules
*/

#column1 .moduleInner {
  padding: 20px 30px 20px 30px;
}

#column1 .module h2 {
  margin-bottom: .5em;
}

#column1 .module .entry {
  margin-bottom: 15px;
}

/* 
Left Column Specific
*/
#moduleNewsroom .entry {
  margin: 15px 0;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}

#moduleNewsroom .entry1 {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

#moduleNewsroom .dateline {
  font-size: 14px;
  font-family: Times, "Times New Roman";
  font-style: italic;
  margin-bottom: 8px;
}

#moduleNewsroom .dateline a {
  font-weight: bold;
  color: #333;
}

.listing .entry {
  margin: 15px 0;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}

.listing .entry1 {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.listing .dateline {
  font-size: 14px;
  font-family: Times, "Times New Roman";
  font-style: italic;
  margin-bottom: 8px;
}



/* 
Right Column Generic Module Rules
*/

#column2 .module {
  border-top: 1px solid #ccc;
}

#column2 .moduleInner {
  padding: 20px 30px;
  background: url(images/bg_module_side_drop.png) no-repeat top;
}


/* 
Right Column Specific Modules
*/

#moduleSideUpcomingEvents .entry {
  margin: 15px 0;
}

#moduleSideUpcomingEvents .entry .dateline {
  font-family: helvetica; 
  font-size: 10px; 
  line-height: 12px;
  font-weight: bold;
  text-transform: uppercase; 
  margin-bottom: 0;
}

#moduleSideAgenda {}
#moduleSideAgenda .moduleInner {padding-left: 0; padding-top: 0;}
#moduleSideAgenda ol {margin-left: 30px; list-style-type: none;}
#moduleSideAgenda li {position: relative; margin-bottom: 10px; }
#moduleSideAgenda .agendaVisual {display: none;}
#moduleSideAgenda li.agendaOn {height: 130px; padding-right: 140px; padding-left: 30px; padding-top: 20px; margin-right: -30px; margin-left: -28px; border-bottom: 2px solid #ddd; border-right: 2px solid #ddd;}
#moduleSideAgenda li.agendaOn .agendaVisual {display: block; position: absolute; right: 20px;}

#moduleSideAdministration {}
#moduleSideAdministration .moduleInner { padding: 0;}
#moduleSideAdministration .entry {height: 140px; padding-left: 165px; padding-top: 10px; padding-right: 20px;}

/* SEARCH
----------------------------------------------- */

#search_form {text-align: center; margin: 0 0 20px 0;}
#search_form input#keywords {width: 450px; margin-right: 5px;}

/* COMMENTS
----------------------------------------------- */
#comments {margin: 30px 0;}

.comment {font-size: 1em; margin: 0 10px 30px 10px; padding: 5px;}
.commentOdd {}
.commentEven {}
.commentNumber {display: none; border-bottom: 1px solid #999; padding: 3px; color: #EE2E24; text-align: right; margin-bottom: 0;}
.commentNumber a {text-decoration: none;}
.commentNumber a:hover {text-decoration: underline;}

.commentInfo {border-top: 1px solid #999; padding: 3px; color: #666; margin-top: 0; font-size: 12px; font-style: italic;}
.commentText {margin-left: 3px; margin-right: 3px; font-size: 12px; line-height: 1.3em;}
.commentText p {margin: 6px 0;}

#commentPost {border-top: 1px solid #999; padding-top: 30px;}
#commentPost td {padding: 0; margin: 0;}
#commentPost form p {margin: 1px 0; padding: 3px 0;}
#commentPost form em {}
#commentPost form label {display: block; width: 90px; float: left; text-align: right; padding-right: 10px; padding-top: 1px;}
#commentPost form input.text {width: 420px;}
#commentPost form textarea {width: 420px;}

/* FORM ATTRIBUTES
----------------------------------------------- */

input, textarea, select {vertical-align: middle; font-family: helvetica, arial, sans-serif;}
input.text, textarea, select {font-size: 11px; background: #fff; color: #3D372D; padding: 4px; letter-spacing: .5px;}
select {padding: 2px;}

input.submit {background: #fff; padding: 3px 8px; color: #8F9599; font-weight: normal; border: 1px solid #8F9599; text-align: center; text-transform: uppercase; letter-spacing: 1px;}
input.submit:hover {background: #fff; cursor: pointer; color: #666; border-color: #666;}

input.buttonImage {cursor: pointer; border: none; vertical-align: middle; padding: 0;}

select {font-size: 12px; background: #fff; text-align: left;}

/*
signup
*/
#bodyBSD #signup {width: 400px; margin-left: 0px;}

#bodyBSD #signup td {padding-top: 4px;}
#bodyBSD #signup label {font-weight: normal;}
#bodyBSD #signup .input_email {width: 377px;}
#bodyBSD #signup .input_firstname {width: 178px;}
#bodyBSD #signup .input_lastname {width: 178px;}
#bodyBSD #signup .input_addr1 {width: 377px;}
#bodyBSD #signup .input_addr2 {width: 377px;}
#bodyBSD #signup .input_city {width: 178px;}
#bodyBSD #signup .select_state_cd {width: 90px; margin-left: 5px; margin-right: 5px;}
#bodyBSD #signup .input_zip {width: 85px; margin-right: 8px;}
#bodyBSD #signup .select_country {width: 186px; margin-right: 5px;}
#bodyBSD #signup .input_phone {width: 178px; margin-right: 8px;}
#bodyBSD #signup input.submit {margin-top: 10px;}
#bodyBSD #signup input.checkbox {margin-right: 4px; vertical-align: middle;}
#bodyBSD #signup input.radiobutton {margin-right: 4px; vertical-align: middle;}
#bodyBSD #signup textarea {width: 377px;}

#bodyBSD #signup .error {line-height: 1em;}


.contentInsetNav {
    float: right;
    background-color: #dddddd;
    border: 1px solid #cccccc;
    padding: 10px;
    width: 160px;
    margin-left: 10px;
    margin-bottom: 10px;
}

#moduleBlog .dateline, #moduleNewsroom .headlines{
	text-transform: uppercase; 
	margin-bottom: 0;
	font: bold 10px/12px helvetica, sans-serif;
	color: #333;
}

#moduleBlog .entry {
  margin: 15px 0;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}

#moduleBlog .entry1 { border-top: none; padding-top: 0; margin-top: 0; }

#moduleBlog .dateline {
  font-size: 12px;
  line-height: 14px;
  font-family: Times, "Times New Roman";
  font-style: italic;
  margin-bottom: 0px;
}

#moduleBlog .dateline a {
  font-weight: bold;
  color: #333;
}

#moduleBlog .dateline {
  font-size: 14px;
  font-family: Times, "Times New Roman";
  font-style: italic;
  margin-bottom: 8px;
}

#moduleBlog .dateline a {
  font-weight: bold;
  color: #333;
}

#moduleEvents .more {
	text-align: left;
	display: block;
	margin-top: 5px;
}

#moduleEvents #calendar-placeholder {
	display: block;
	height: 175px;
	width: 225px;
	background-color: #2575ad;
	color: #fff;
	text-align: center;
	font-family: Helvetica ;
}

#moduleNewsroom .l { width: 265px;}
.newsroom #moduleNewsroom .dateline { margin-bottom: 5px; } /**!!!Remove .newsroom when copied to main file !!!**/
#moduleNewsroom h2 {
	font-size: 19px;
	line-height: 1.2em;
	font-weight: bold;
}

#moduleNewsroom p { font-size: 14px; line-height: 1.3em; }

#moduleNewsroom .r .more-info {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	line-height: 1em;
	color: #666;
}
#moduleNewsroom .r .more-info a { color: #666;}

#moduleNewsroom #small-headlines .entry { border: none; padding: 0; margin: 8px 0 15px 0;}
#moduleNewsroom #small-headlines .dateline { font-size: 12px; line-height: 14px; margin-bottom: 2px; }
#moduleNewsroom #small-headlines h4 { line-height: 1.1em; }

#modulePressRoom ul {
	margin-left: 20px;
	font-family: helvetica; text-transform: uppercase; font-weight: bold; font-size: 10px; 
}

#moduleBlog h2, #modulePressRoom h2 {
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;
}

#moduleEvents .dateline, #moduleNewsroom .headlines{
	text-transform: uppercase; 
	margin-bottom: 0;
	font: bold 10px/12px helvetica, sans-serif;
	color: #333;
}

.newsroom #moduleBlog .dateline, .newsroom #moduleNewsroom .dateline, .newsroom #modulePressRoom .dateline {
	margin-bottom: 5px;
	font: italic 12px/14px Times, "Times New Roman", sans-serif;
	text-transform: none;
}


#moduleBlog .dateline a { font-weight: bold; color: #333; }
#moduleNewsroom .more, #moduleBlog .more { float: right; }

.footer-nav {
	background-color: #0b1b33;
	border-top: 5px solid #830706;
	text-transform: uppercase;
	padding: 10px 0;
	font: 10px/15px Times, "Times New Roman", serif;
}
.footer-nav ul { float: left; text-align: left; margin-left: 20px;}
.footer-nav ul li { display: block; color: #8ca7cf; font-weight: bold; padding: 0;}
.footer-nav ul li ul {margin: 0; padding: 0;}
.footer-nav ul li ul li { font-weight: normal; padding: 1px 0; color: #6084b9; line-height: 13px;}
.footer-nav ul li ul li a { color: #6084b9;}
.footer-nav ul li ul li a:hover { background-color: none;}
#newsroom-footer-nav { width: 120px;}
#learn-footer-nav { width: 155px;}
#agenda-footer-nav { width: 290px; }
#agenda-footer-nav ul { float: left; width: 135px; }
#column5-footer-nav { width: 130px; }
#column6-footer-nav { width: 150px; }
#americanmoment-footer-nav, #americaserves-footer-nav { height: 60px;}

/styles.css

/* Browser-specific styles
=====================================================================*/

/* Global Defaults
=====================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
div { text-align: left; vertical-align: top; }
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
strong { font-weight: bold; }
cite { display: block; font-size: 0.9em; font-style: italic; text-align: right; }

/* Global Classes
=====================================================================*/
.distext { display: none; }
.clearboth { clear:both; }
.clearleft { clear: left; }
.clearright { clear:right; }

/* Global Elements
=====================================================================*/

html { overflow-x: auto; height:100%;}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

body 
{
	background: url(images/bg.jpg) no-repeat scroll 50% 0;
	background-color: #112441;
	text-align: center;
	line-height: 1.6em;
}

input[type="text"] { 
}


/* Library
=====================================================================*/

.l { float: left; width: 49%; }
.r { float: right; width:49%; }
.r:after { display: block; content: ''; clear: both; height: 0; visibility: hidden; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.justify { text-align: justify; }
.float-left { float: left; }
.float-right { float: right; }
.float-right-pad { float: right; padding-left: 10px;}
.clear-both { clear: both; float: none; }
.clear-right { clear: right; float: none; }
.hide {	display:none; }
.clear-both { clear: left; float: none; }
.inline { display: inline; }
.block { display: block; }
.noborder { border: 0px none; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.normal { font-weight: normal; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.visible { display: block; }
.top10 { margin-top: 10px; }
.top20 { margin-top: 20px; }
.border5 { border: solid 10px #c7c7c7; }
.border10 { border: solid 10px #c7c7c7; }
.border20 { border: solid 20px #c7c7c7; }
.font36 { font-size:36px;}
.font24 { font-size:24px;}
.font18 { font-size:18px;}

.clearfix:after {
        content:".";
        display:block;
        height:0;
        clear:both;
        visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

div.hidden, a.hidden
{
	display: none;
	margin: 0;
}


/* Homepage Specific Headers
=====================================================================*/
/*
h1 {
	font: italic normal bold 1.9em/normal Georgia, "Times New Roman", Times, serif;
	color: #2575ad;
}

h2 {
	font-size: .8em;
	text-transform: uppercase;
	color: #363636;
	font-weight: bold;
}
*/
.l h2 { } /* Left column specific */

/*.r h2 { letter-spacing:1px; padding: 0px 7px; margin-bottom: 10px; }*/ /* Right column specific */

/*
h3 {
	font-size: 1.7em;
	line-height: 1.1em;
	color: #2575ad;
}

h4 {
	font-size: .9em;
	text-transform: uppercase;
	color: #2575ad;
	letter-spacing: 1px;
	font-weight: bold;
}

h5 {
	font-size: 1.5em;
	line-height: 1.2em;
}

h6 {
	font-size:.88em;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
}
*/


/* Interior page Specific Headers
=====================================================================
-------------------------------------------------------------- 
PAGE CONTENT STYLES
-------------------------------------------------------------- 
*/

#page_content h1 {
	color: #0E5C9E;
}

#page_content h2 {
	padding-bottom: 5px;
	font-size: .92em;
	line-height: 1em;
	text-transform: uppercase;
	color: #363636;
	font-weight: bold;
}


#page_content h3 {
	font-size: 1.7em;
	line-height: 1.1em;
	color: #2575ad;
	/*position: relative; commented out Monday June 9 for mybo fix*/
}

#page_content h4 {
	font-size: 1em;
	line-height: 1.4em;
	margin: 5px 0px;
	color: #0d5d9b;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: none;
}

#page_content h5 {
	font-size: 1.125em;
	line-height: 1.8em;
}

#page_content h6 {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

#page_content .photo{
	margin: 20px 0px 20px 20px;
}

/* Misc Typography
=====================================================================*/

body { 
        font-family: Times, "Times New Roman", serif;
	font-size: 14px; 
	line-height: 1.5em;
	color: #333;}

table { 
	font-size: 1em; 
	line-height: 1.5em;
	color: #424242;}

i, em { 
	font-style: italic;
}

blockquote {
	/*clear:both;*/
	font-size:1.1em;
	line-height: 1.6;
        margin: 5px 40px 5px 20px;
	padding: 5px;
	color: #666666;
	margin-bottom: 10px;
}

blockquote, blockquote p {
	/*clear: both;*/
	color: #666666;
}

.smallcaps {
	font: small-caps 1.5em/1.7em Georgia, "Times New Roman", Times, serif;
	color: #2575ad;
	text-transform: lowercase;
	letter-spacing: .1em;
}

.citation, .cite {
	font-size: 12px;
}




/* List Elements
=====================================================================*/

ul li 
{
	height: 27;
	margin: 0;
	padding: 0;
	list-style: none;
}

li a {
	padding-top: 0px;
	padding-bottom: 0px;
}

li a:hover {
	background-color: #eeeeee;
}



dl {
	height: auto;
	margin: 0;
	list-style: none;

}

dl a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;

}

dl a:hover {
	background-color: #ffffff;
}

dl img {
	float: left;
}
dt, dd {
	padding: 5px 7px;
}

dt {
	float: left;
	clear: left;
	width: 40px;
	color: #363636;
	font-size:.9em;
} 

dd {
	margin-left: 50px;
}


.alt-text { font-family: Georgia;text-transform: lowercase;}






/* Global Links
=====================================================================*/

a {
	margin: 0px;
	padding: 0px;
}

a
{
	background: transparent;
	color: #2575ad;
	text-decoration: none;
	
}

a:hover
{
	background: transparent;
	color: #ac3433;	
	text-decoration: none;
}


/* Grid
=====================================================================*/

/* layout styles */


/* delete me (temp) */

#house
{
	margin: 0 auto 0 auto;
	text-align: left;
	/* re_aligns text to left second part of two part MSIE centering workaround */
	width: 960px; 	/* Total width */
	background: transparent;
	
}

#header,
#content,
#bottom {
	width: 960px;
	margin: 0 auto;
	position: relative;
}


#content
{	
	width: 960px;
	margin: 0 auto;
	background: #fff url(images/bg_module.jpg) repeat-x;
}

#content_fade
{	
	width: 960px;
	margin: 0 auto;
	background: transparent url(images/bg_content_fade.jpg) repeat-x;
}

#page_content { padding: 20px 30px 40px 30px; }

#page_content .nav { font: 12px arial; margin: 0 0 15px 0;}

#page_content #issues  ul li {
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

#page_content ul li, .page_content ul li {
	height: auto;
	margin: 12px;
	padding: 0;
	list-style: disc outside;
}

div#page_content div#inset_r ul li {
	margin:0px;
	padding: 0;
	list-style: none;
}

div#page_content div#inset_r ul li.more {
	padding: 5px 10px;

}

div#page_content div#inset_r ul li ul li {
	padding: 3px;
	list-style: circle inside;
}

#column1
{
	float: left;
	width: 640px;
	background: transparent;
	padding: 0px;
	margin: 0px;
}

body.onecol #column1 {width: 960px;}
body.onecol #column2 {display: none;}

#col1a {
	float: left;
}

#col1b {
	float: right;
}

#column2
{
        float: right;
	width:320px;
	margin: 0 0 0px 0px;
	padding: 0 0 40px 0;
	background: transparent url(images/bg_side.png) no-repeat bottom left;
}

.module.l  {
	height: auto;
	width: 270px;
	padding: 20px 15px 20px 35px ;
}

.module.r 	{
	height: auto;
	width: 270px;
	padding: 20px 35px 20px 15px ;
}


/* 
  HEADER
*/
#header {
	display: block;
	background: transparent;
	color: #8CA7CF;
}

#skyline {margin: 5px 0;}

#countdown {
  text-transform: uppercase; 
  float: left; 
  line-height: 30px;
  font-family: helvetica, arial, sans-serif;
  font-size: 10px;
}

#countdownDate {font-weight: bold;}
#countdownDivider {margin: 0 4px;}
#countdownDaysleft {}

#quickSignup {
  float: right;
  padding-top: 4px;
}

#quickSignup input.text {
  width: 120px;
  background: #51688B; 
  border: 1px solid #51688B; 
  color: #fff; 
  margin-right: 2px;
}

#logo {position: absolute; top: 10px; left: 20px; background: transparent;}
#logo a {display: block; height: 100px; width: 270px;}

#quoteblock {text-indent: -999em;}

#banner {
  background: url(/images/banner.jpg) no-repeat; 
  width: 960px; 
  height: 122px;
  position: relative;
}



/*
FOOTER
*/

#bottom {}

#baseline {
  color: #5386B1;
  padding: 5px;
}
#baseline a {color: #5386B1;}

#baseright a {margin: 0 5px;}

#baseline .more {text-align: left };

#logo-print { display: none; }


/* Navigation 2.0
-------------------------------------------------------------- */
#Navigation Sample{
          <ul id="MenuBar1" class="MenuBarHorizontal">
            <li><a href="index.html" class="bumpup style5">Home</a>              </li>
            <li><a href="triathlon_services.html" class="MenuBarItemSubmenu style5">Services</a>
              <ul>
                <li><a href="triathlon_biking_service.html" class="bumpup">Biking </a></li>
                <li><a href="triathlon_bike_fitting.html" class="bumpup style6">Bike Fitting</a></li>
                <li><a href="triathlon_running_service.html" class="bumpup">Running</a></li>
                <li><a href="triathlon_swimming_service.html" class="bumpup">Swimming</a></li>
                <li><a href="triathlon_services.html" class="style6">Coach Fees</a></li>
              </ul>
            </li>
            <li><a href="triathlon_faq.html" class=" style5">FAQ</a> </li>
            <li> <a href="triathlon_programs.html" class="MenuBarItemSubmenu style5">Tri Programs</a>
              <ul>
                <li><a href="triathlon_programs.html" class="bumpup bumpup bumpup">Winter Training</a></li>
                 <li><a href="St.AnthonyTraining.html" class="bumpup bumpup">St. Anthony's Training</a></li>
              </ul>
            </li><li><a href="triathlon_resources.html" class="style5">Resources</a></li>
            <li><a href="triathlon_coach.html" class="style5">Coach</a></li>
            <li><a href="triathlon_testimonials.html" class="style5">Testimonials</a></li>
            <li><a href="triathlon_gallery.html" class="style5">Gallery</a></li>
            <li><a href="triathlon_contactus.html" class="style5">Contact Us</a></li>
          </ul>
        </div>
	}

#navChange {
  line-height: 1;
  z-index: 998; 
  width: 960px; 
  background: url(/page/-/wrapper/img/nav3.png) no-repeat; 
  height: 43px;
  position: relative;
} 
/* apply background to underlying nav to prevent old IE flicker http://www.alistapart.com/articles/sprites */

#navChange a {
	background: url(/page/-/wrapper/img/nav3.png) no-repeat 0 0;
	display: block;
	height: 43px;
	text-indent: -999em;
	overflow: hidden;
	margin-right: 1px;
}

#navChange a:hover {
  border-bottom: 5px solid lim;
}

#navChange li { float: left; position: relative;}
* html #navChange li * { position: relative; }
#navChange li, #navChange ul { margin: 0; padding: 0; }
	
/*--- Default ---*/
#nav-home a { background-position: 0 0; width: 63px;}
#nav-newsroom a { background-position: -64px 0; width: 94px; }
#nav-blog a { background-position: -159px 0; width: 59px; }
#nav-learn a { background-position: -219px 0; width: 64px; }
#nav-agenda a { background-position: -284px 0; width: 71px; }
#nav-moment a { background-position: -356px 0; width: 149px; }
#nav-serves a { background-position: -506px 0; width: 126px; }
#nav-workforce a { background-position: -633px 0; width: 56px; }
#nav-about a { background-position: -690px 0; width: 65px; }
#nav #nav-filler a { background: #fff url(/images/nav_filler.jpg) repeat-x 0 0; width: 217px; }
    
/*--- Hovering ---*/
#nav-home a:hover { background-position: 0 -43px; width: 63px;}
#nav-newsroom a:hover { background-position: -64px -43px; width: 94px; }
#nav-blog a:hover { background-position: -159px -43px; width: 59px; }
#nav-learn a:hover { background-position: -219px -43px; width: 64px; }
#nav-agenda a:hover { background-position: -284px -43px; width: 71px; }
#nav-moment a:hover { background-position: -356px -43px; width: 149px; }
#nav-serves a:hover { background-position: -506px -43px; width: 126px; }
#nav-workforce a:hover { background-position: -633px -43px; width: 56px; }
#nav-about a:hover { background-position: -690px -43px; width: 65px; }
	
/*--- Dropdowns ---*/
#navChange li.over ul { left: 0; display: block;}
#navChange li li {
  float: none; 
  position: static; 
  padding: 0px 5px;
  width: 190px;
}

#navChange li li a, #navChange li li a:hover, #navChange li li a:active {
  background: none;
  height: auto;
  padding: 4px 7px;
  text-indent: 0;
  font-size: 12px; 
  width: 176px;
}

#navChange li li a:hover { background: #eee; }

#navChange li ul {
  background: #fff url(images/bg_dropdown.jpg) repeat-x;
  border-bottom: 1px solid #ccc;
  display: none;
  line-height: 1.5;
  padding: 5px 0;
  position: absolute;
  top: 43px;
  width: 200px;
  z-index: 9999;
}

li#nav-agenda ul { line-height: 1.4; width: 300px; }
li#nav-agenda ul  ul { background: none }
li#nav-agenda ul li { width: 100%; }
li#nav-agenda ul li li a, li#nav-agenda ul li li a:hover { width: 125px; }
li#nav-agenda .col { font-size: 0.95em; float: left; }
li#nav-agenda #firsticol { width: 45% }
li#nav-agenda #secondicol { width: 46%; margin-left: 0px; }
li#nav-agenda .col ul { border: 0; position: static; width: 100%; }
li#nav-agenda .col ul li#bpfcpdf { margin-left: 0px !important; white-space: nowrap; }
li#nav-agenda .col ul li#bpfcpdf img { margin: 0 -17px 0 0;  float: left;}
#name li#nav-agenda ul { display: block; }

#nav-search {position: absolute; right: 10px; top: 8px;}  
#nav-search #keywords {width: 100px; background: #f0f0f0;}


/* Email Subscription Form
-------------------------------------------------------------- */

#email_subscribe input[type="text"] {
	position:relative;
	top:-4px;
	background-color: #4f87b8;
	border: 1px solid #07387a;
	padding:4px;
	color:#FFFFFF;
	font-size: 10px;
}

#email_subscribe input[type="image"] {
	position: relative;
	top: 4px;

}

#email_subscribe {
	float: right;
	padding: 60px 66px 0px 0px;
}



/* Site Specific
-------------------------------------------------------------- 
HOMEPAGE
-------------------------------------------------------------- 
*/



.small_callout {
	background-image: url(images/bg_smallcallout.jpg);
	background-repeat:repeat-x;
	border:1px #a6c0d6 solid;
    padding:10px;
}
	
.small_callout h3 {
	font-style: italic;
    padding-bottom:10px;
}
	
.small_callout input {
	font-size:16px;
	width: 145px;
}






/* Site Specific
-------------------------------------------------------------- 
TAKE ACTION BOX
-------------------------------------------------------------- 
*/



/*
-------------------------------------------------------------- 
STYLING FOR NEWSROOM & SPEECHES MOVABLE TYPE
-------------------------------------------------------------- 
*/
#newsroom h2{
	margin-bottom:15px;
}


#newsroom .r h2 {
	padding: 0px;	
}

#newsroom h3 {
	line-height: 1.1em;
	font-size: 1.7em;
	padding: 10px 0px 0px 0px;
}

#newsroom h4 {
	color: #7e7e7e;
  	font-weight:normal;
}
 
#newsroom h5 {
	line-height: 1.4em;
	font-size: 1.3em;
	padding: 5px 0px;
}

#newsroom p {
	margin-top: 5px;
}

#newsroom h6 {
	letter-spacing:.1em;
}

#newsroom .module div {
	margin-bottom: 20px;
}      

#newsroom p {
 	margin-top: 5px;
 }

#speeches h3 {
	width: 60%;
}   

#speeches div.archives h4 {
	margin-bottom: 10px;
}      

#newsroom div.module div.archives ul li a, #speeches div.archives ul li a {
	display: inline;
	float: left;
}

#speeches a, #news_archive a {
	text-decoration: none;
}        



/*
-------------------------------------------------------------- 
FOOTER
-------------------------------------------------------------- 
*/

.footer {

}

.footer a { display: inline; white-space: nowrap; }

.footer ul {
   	margin: 0 auto;
   	padding: 1em 0;
   	text-align: center;
   	width: 85%;
}
.footer ul li{
	display: inline;
	padding: 0.5em;
}


/styles.css

p {
  margin-bottom: 1em;
}

h1 {
  font-size: 22px;
  font-weight: bold;
}

h2 {
  font-size: 20px;
}

h4 {
  font-size: 14px;
  line-height: 20px;
  color: #256BA7;
  font-weight: bold;
}

h4 a {color: #256BA7}

.bumpup {font-size: 15px;}
.bumpup h2 {font-size: 22px;}

.highlight {background: #f2f2f2;}


/* INDIVIDUAL ENTRIES
----------------------------------------------- */
.page_content {
  padding: 20px 30px 40px 30px;
}

.page_content h1 {
  color: #0E5C9E;
  margin-bottom: .8em;
}

.page_content h2 {
  padding-bottom: 5px;
  font-size: .92em;
  line-height: 1em;
  text-transform: uppercase;
  color: #363636;
  font-weight: bold;
}

.page_content h3 {
  font-size: 1.7em;
  line-height: 1.1em;
  color: #2575ad;
}

.page_content h4 {
  font-size: 1.1em;
  line-height: 1.2em;
  color: #0d5d9b;
  font-weight: bold;
  letter-spacing: 0px;
  text-transform: none;
}

.page_content h5 {
  font-size: 1.125em;
  line-height: 1.8em;
}

.page_content h6 {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
}

.page_content .photo{
  margin: 20px 0px 20px 20px;
}

.page_content .dateline {
  font-size: 14px;
  font-family: Times, "Times New Roman";
  font-style: italic;
  margin-bottom: 8px;
}


/* MULTI-ENTRY MODULES
----------------------------------------------- */
/*
Generic for both left and right modules
*/

.moduleHeader {height: 47px; position: relative;}

.more {font-family: helvetica; text-transform: uppercase; font-weight: bold; font-size: 10px; text-align: right;}

#column1 .moduleHeader {
  background: url(images/bg_module_top.jpg) repeat-x;
}

.moduleHeader h3 {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  position: absolute;
  left: 30px;
  top: 18px;
  color: #8E0706; 
  text-transform: uppercase; 
  font-family: verlag, arial, helvetica, sans-serif;
  letter-spacing: 2px;
}

.moduleHeader h3 a {
  color: #8E0706;
}

.moduleHeader .rss {
  position: absolute; 
  right: 20px; 
  top: 16px; 
  height: 14px; 
  width: 14px; 
  display: block; 
  background: url(/page/-/wrapper/img/feed-icon-14.png) no-repeat; 
  text-indent: -900em;
  overflow: hidden;
}

.moduleHeader .rss:hover {background-position: 0 -14px;}


/* 
Left Column Generic Module Rules
*/

#column1 .moduleInner {
  padding: 20px 30px;
}

#column1 .module h2 {
  margin-bottom: .5em;
}

#column1 .module .entry {
  margin-bottom: 15px;
}

/* 
Left Column Specific
*/
#moduleNewsroom .entry {
  margin: 15px 0;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}

#moduleNewsroom .entry1 {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

#moduleNewsroom .dateline {
  font-size: 14px;
  font-family: Times, "Times New Roman";
  font-style: italic;
  margin-bottom: 8px;
}

#moduleNewsroom .dateline a {
  color: #333;
}

.listing .entry {
  margin: 15px 0;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}

.listing .entry1 {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.listing .dateline {
  font-size: 14px;
  font-family: Times, "Times New Roman";
  font-style: italic;
  margin-bottom: 8px;
}



/* 
Right Column Generic Module Rules
*/

#column2 .module {
  border-top: 1px solid #ccc;
}

#column2 .moduleInner {
  padding: 20px 30px;
  background: url(images/bg_module_side_drop.png) no-repeat top;
}


/* 
Right Column Specific Modules
*/

#moduleSideUpcomingEvents .entry {
  margin: 15px 0;
}

#moduleSideUpcomingEvents .entry .dateline {
  font-family: helvetica; 
  font-size: 10px; 
  line-height: 12px;
  font-weight: bold;
  text-transform: uppercase; 
  margin-bottom: 0;
}

#moduleSideAgenda {}
#moduleSideAgenda .moduleInner {padding-left: 0; padding-top: 0;}
#moduleSideAgenda ol {margin-left: 30px; list-style-type: none;}
#moduleSideAgenda li {position: relative; margin-bottom: 10px; }
#moduleSideAgenda .agendaVisual {display: none;}
#moduleSideAgenda li.agendaOn {height: 130px; padding-right: 140px; padding-left: 30px; padding-top: 20px; margin-right: -30px; margin-left: -28px; border-bottom: 2px solid #ddd; border-right: 2px solid #ddd;}
#moduleSideAgenda li.agendaOn .agendaVisual {display: block; position: absolute; right: 20px;}

#moduleSideAdministration {}
#moduleSideAdministration .moduleInner { padding: 0;}
#moduleSideAdministration .entry {height: 140px; padding-left: 165px; padding-top: 10px; padding-right: 20px;}

/* SEARCH
----------------------------------------------- */

#search_form {text-align: center; margin: 0 0 20px 0;}
#search_form input#keywords {width: 450px; margin-right: 5px;}

/* COMMENTS
----------------------------------------------- */
#comments {margin: 30px 0;}

.comment {font-size: 1em; margin: 0 10px 30px 10px; padding: 5px;}
.commentOdd {}
.commentEven {}
.commentNumber {display: none; border-bottom: 1px solid #999; padding: 3px; color: #EE2E24; text-align: right; margin-bottom: 0;}
.commentNumber a {text-decoration: none;}
.commentNumber a:hover {text-decoration: underline;}

.commentInfo {border-top: 1px solid #999; padding: 3px; color: #666; margin-top: 0; font-size: 12px; font-style: italic;}
.commentText {margin-left: 3px; margin-right: 3px; font-size: 12px; line-height: 1.3em;}
.commentText p {margin: 6px 0;}

#commentPost {border-top: 1px solid #999; padding-top: 30px;}
#commentPost td {padding: 0; margin: 0;}
#commentPost form p {margin: 1px 0; padding: 3px 0;}
#commentPost form em {}
#commentPost form label {display: block; width: 90px; float: left; text-align: right; padding-right: 10px; padding-top: 1px;}
#commentPost form input.text {width: 420px;}
#commentPost form textarea {width: 420px;}

/* FORM ATTRIBUTES
----------------------------------------------- */

input, textarea, select {
	vertical-align: middle;
	font-family: helvetica, arial, sans-serif;
}
input.text, textarea, select {font-size: 11px; background: #fff; color: #3D372D; padding: 4px; letter-spacing: .5px;}
select {padding: 2px;}

input.submit {background: #fff; padding: 3px 8px; color: #8F9599; font-weight: normal; border: 1px solid #8F9599; text-align: center; text-transform: uppercase; letter-spacing: 1px;}
input.submit:hover {background: #fff; cursor: pointer; color: #666; border-color: #666;}

input.buttonImage {cursor: pointer; border: none; vertical-align: middle; padding: 0;}

select {font-size: 12px; background: #fff; text-align: left;}



/styles.css

#moduleBlog .dateline, #moduleNewsroom .headlines{
	text-transform: uppercase; 
	margin-bottom: 0;
	font: bold 10px/12px helvetica, sans-serif;
	color: #333;
}

#moduleBlog .entry {
  margin: 15px 0;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}

#moduleBlog .entry1 { border-top: none; padding-top: 0; margin-top: 0; }

#moduleBlog .dateline {
  font-size: 12px;
  line-height: 14px;
  font-family: Times, "Times New Roman";
  font-style: italic;
  margin-bottom: 0px;
}

#moduleBlog .dateline a {
  font-weight: bold;
  color: #333;
}

#moduleBlog .dateline {
  font-size: 14px;
  font-family: Times, "Times New Roman";
  font-style: italic;
  margin-bottom: 8px;
}

#moduleBlog .dateline a {
  font-weight: bold;
  color: #333;
}

#moduleEvents .more {
	text-align: left;
	display: block;
	margin-top: 5px;
}

#moduleEvents #calendar-placeholder {
	display: block;
	height: 175px;
	width: 225px;
	background-color: #2575ad;
	color: #fff;
	text-align: center;
	font-family: Helvetica ;
}

#moduleNewsroom .l { width: 265px;}
.newsroom #moduleNewsroom .dateline { margin-bottom: 5px; } /**!!!Remove .newsroom when copied to main file !!!**/
#moduleNewsroom h2 {
	font-size: 19px;
	line-height: 1.2em;
	font-weight: bold;
}

#moduleNewsroom p { font-size: 14px; line-height: 1.3em; }

#moduleNewsroom .r .more-info {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	line-height: 1em;
	color: #666;
}
#moduleNewsroom .r .more-info a { color: #666;}

#moduleNewsroom #small-headlines .entry { border: none; padding: 0; margin: 8px 0 15px 0;}
#moduleNewsroom #small-headlines .dateline { font-size: 12px; line-height: 14px; margin-bottom: 2px; }
#moduleNewsroom #small-headlines h4 { line-height: 1.1em; }

#modulePressRoom ul {
	margin-left: 20px;
	font-family: helvetica; text-transform: uppercase; font-weight: bold; font-size: 10px; 
}

#moduleBlog h2, #modulePressRoom h2 {
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;
}

#moduleEvents .dateline, #moduleNewsroom .headlines{
	text-transform: uppercase; 
	margin-bottom: 0;
	font: bold 10px/12px helvetica, sans-serif;
	color: #333;
}

.newsroom #moduleBlog .dateline, .newsroom #moduleNewsroom .dateline, .newsroom #modulePressRoom .dateline {
	margin-bottom: 5px;
	font: italic 12px/14px Times, "Times New Roman", sans-serif;
	text-transform: none;
}


#moduleBlog .dateline a { font-weight: bold; color: #333; }
#moduleNewsroom .more, #moduleBlog .more { float: right; }

.footer-nav {
	background-color: #0b1b33;
	border-top: 5px solid #830706;
	text-transform: uppercase;
	padding: 10px 0;
	font: 10px/15px Times, "Times New Roman", serif;
}
.footer-nav ul { float: left; text-align: left; margin-left: 20px;}
.footer-nav ul li { display: block; color: #8ca7cf; font-weight: bold; padding: 0;}
.footer-nav ul li ul {margin: 0; padding: 0;}
.footer-nav ul li ul li { font-weight: normal; padding: 1px 0; color: #6084b9; line-height: 13px;}
.footer-nav ul li ul li a { color: #6084b9;}
.footer-nav ul li ul li a:hover { background-color: none;}
#newsroom-footer-nav { width: 120px;}
#learn-footer-nav { width: 155px;}
#agenda-footer-nav { width: 290px; }
#agenda-footer-nav ul { float: left; width: 135px; }
#column5-footer-nav { width: 130px; }
#column6-footer-nav { width: 150px; }
#americanmoment-footer-nav, #americaserves-footer-nav { height: 60px;}

/styles.css

/*
 * 
 * 
 * Thickbox CSS
 *
 *
 *
 */
/* Edits by Sam Felder are marked with EDITED */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {}

#TB_secondLine {}

#TB_window a:link {}
#TB_window a:visited {}
#TB_window a:hover {}
#TB_window a:active {}
#TB_window a:focus {}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:999;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/page/-/wrapper/img/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #fff;
	z-index: 999;
	color:#000000;
	display:none;
	border: 2px solid #DCDCDC;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:26px; /* EDITED was height:25px; */
	padding: 0; /* EDITED was padding:11px 25px 10px 0; */
	float:right;
}

a#TB_closeWindowButton {
	background: url(/page/-/wrapper/img/button_close.png) no-repeat right top;
	display: block;
	text-indent: -9999px;
        text-align: left;
	width: 70px;
	height: 26px;
}
a#TB_closeWindowButton:hover {
	background-position: bottom;
}

#TB_closeAjaxWindow{
	padding: 0; /* EDITED was padding:7px 10px 5px 0; also removed margin-bottom:1px; text-align:right; */
	float:right;
        margin: 2px 2px 0 0;
        font-family: helvetica, sans-serif; font-size: 10px; text-transform: uppercase; color: #8F9599; text-align: center;
}

#TB_ajaxWindowTitle{
	float: left;
	padding: 0; /* EDITED was padding:7px 0 5px 10px; also removed margin-bottom:1px; */
	font: 12px Georgia, Times, sans-serif;
	color: #0081be;
}

#TB_title{
	background: #ececec; /* EDITED was background-color:#ffffff; also removed height:27px; and added the following margin and padding statements */
	padding: 0;
	margin: 0;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow: auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#ececec; /* EDITED was background-color:#fff; */
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	overflow:hidden; /* EDITED this line added */
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

