/* 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(/page/-/wrapper/img/bodybg-960b.jpg) no-repeat scroll 50% 0;
	background-color: #00094A;
	text-align: center;
	line-height: 1.6em;
}


/* 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;
}



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

.page_content p {
	margin-bottom: 1em;
}

.page_content h1 {
	color: #003e7e;
        font-family: Georgia, Times, "Times New Roman", serif;
        font-weight: bold;
        margin-bottom: .8em;
        font-size: 1.5em;
        line-height: 1.1em;
}

.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.4em;
	line-height: 1.0em;
	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 .dateline {text-transform: uppercase; font-size: 12px; margin-bottom: 1em;}

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

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

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

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

}

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

.paginate {text-transform: uppercase; text-align: center; margin-bottom: 20px;}
.paginate span {font-size: 1.2em; padding: 0 3px;}
.paginate span.pages {letter-spacing: 2px;}


/*
-------------------------------------------------------------- 
SIDE STYLES
-------------------------------------------------------------- 
*/

#column2 {font-size: 11px;}

#column2 p {margin-bottom: 1em;}

#column2 li {line-height: 1.3em; margin-bottom: .8em;}




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

body { 
        font-family: Arial, Verdana, Helvetica, sans-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;
}

#column1 p {
	font-size: .85em;
}



/* 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: #003e7e;
        font-weight: bold;
	
	
}

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


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

/* layout styles */


#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: #fff;
}

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


#content
{	
	width: 960px;
	margin: 0 auto;
	background: #fff;
        min-height: 620px;
}


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

#col1a {
	float: left;
}

#col1b {
	float: right;
}

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

#column1 .block {width: 598px; border: 1px solid #d7d7d7; margin: 20px 0 20px 40px;}
#column1 .blockInner {background: #fff url(/page/-/wrapper/img/block-content-bg.png) no-repeat; border: 3px double #d7d7d7; padding: 20px;}

#column2 .block {width: 249px; border: 1px solid #d7d7d7; margin: 20px 0px 20px 30px;}
#column2 .blockInner {background: #fff url(/page/-/wrapper/img/block-side-bg.jpg) no-repeat; border: 3px double #d7d7d7; padding: 20px;}


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

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



/*
-------------------------------------------------------------- 
WRAPPERS
-------------------------------------------------------------- 
*/

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

body.donate #header {background-image: url(/page/-/wrapper/img/banner-nonav.jpg);}
body.donate #nav {display: none;}

/* old version with banner
body.donate #header {background-image: url(/page/-/wrapper/img/banner-contrib.jpg); height: 384px;}
body.donate .donate_header {position: absolute; top: -240px; left: 60px; width: 400px; color: #a5cbf2; font-size: 12px;}
body.donate .donate_header h2 {color: #fff; font-size: 18px; font-family: georgia, serif; font-weight: normal; text-transform: none;}
*/



/*
-------------------------------------------------------------- 
HEADER
-------------------------------------------------------------- 
*/

#header {
	display: block;
        height: 155px;
	background: url(/page/-/wrapper/img/banner-nav.jpg);
        postition: relative;
}

#countdown {position: absolute; top: 10px; color: #fff; font-size: 12px;}
#countdown span {margin: 0 3px;}

/* Navigation
-------------------------------------------------------------- */
#nav {
  line-height: 1;
  z-index: 998; 
  width: 960px; 
  background: transparent;
  height: 50px;
  position: absolute;
  top: 98px;
} 
/* apply background to underlying nav to prevent old IE flicker http://www.alistapart.com/articles/sprites */

#nav ul {position: relative;}
#nav li {display: inline; position: absolute;}
#nav li a {display: block; height: 50px; text-indent: -9999px; overflow: hidden; text-decoration: none;}
#nav li a:hover {background: transparent;}

#nav li#nav-home {left: 20px; width: 85px;}
#nav li#nav-schedule {left: 106px; width: 129px;}
#nav li#nav-pressroom {left: 236px; width: 150px;}
#nav li#nav-volunteer {left: 565px; width: 146px;}
#nav li#nav-store {left: 712px; width: 111px;}
#nav li#nav-blog {left: 824px; width: 110px;}


/*
TEMP, DELETE WHEN DONATIONS ARE READY
#header {background-image: url(/page/-/wrapper/img/banner-nav-temp.jpg)}
#nav li#nav-store {display: none;}
#nav li#nav-blog {left: 712px; width: 111px;}
*/




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

#homeFeature {height: 300px; width: 908px; margin: -15px auto 20px auto; background: url(/page/-/home/feature-frame.png) no-repeat; position: relative;}

#homeFeature h1 {position: absolute; top: 30px; left: 10px; width: 888px; height: 260px; text-indent: -999em; overflow: hidden; background: url(/page/-/home/feature-inauguration.jpg) no-repeat;}

#homeFeature #quickSignup {position: absolute; top: 148px; left: 661px; width: 215px;}
#homeFeature #quickSignup input {margin: 4px 0;}
#homeFeature #quickSignup input.text {background: #27659F url(/page/-/forms/input-blue-bg.jpg) repeat-x; border: 1px solid #021A5D; color: #fff;}
#homeFeature #quickSignup #quickSignupEmail {width: 205px}
#homeFeature #quickSignup #quickSignupZip {width: 134px; margin-right: 5px;}
#homeFeature #quickSignup #quickSignupSubmit {width: 61px;}


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

#bottom {background: url(/page/-/wrapper/img/footer-bg.jpg) no-repeat; height: 155px; margin: 20px auto; width: 866px;}

#baseline {
  color: #5386B1;
  padding: 5px;
  font-family:Arial,Verdana,Helvetica;
  font-size:10px;
  text-transform:uppercase;
}
#baseline a {color: #5386B1; text-decoration: underline;}

#baseright a {margin: 0 5px;}

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

#logo-print { display: none; }

.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;
}


/* 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; border: 1px solid #d7d7d7;}
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;}

/*
-------------------------------------------------------------- 
BSD
-------------------------------------------------------------- 
*/


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

#bodyBSD #signup td {padding-top: 4px;}
#bodyBSD #signup label {font-weight: normal; font-size: 11px;}
#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;}



/* ADDED FOR DONOR INFO RELEASE
----------------------------------------------- */
#donorpage {width:900px;margin-left:25px;padding-top:25px;}
#donorpage #lefthalf {float:left;width:230px;}
#donorpage #righthalf {float:right;width:650px;}
#donorpage table thead {border-top:2px solid #cc0000}
#donorpage th {text-align:left;cursor:pointer;font-family:Georgia, "Times New Roman", Times, serif;color:#FFFFFF;font-weight:bold;text-transform: uppercase;}
#donorpage tbody td {border-bottom:1px dotted #999999;padding-bottom:2px;margin-bottom:3px;}
#donorpage h3 {font-family:Georgia, "Times New Roman", Times, serif;color:#003366;font-size: .8em;font-weight: bold;text-transform: uppercase;}
#donorpage p {line-height:1.25em;}



.dateline {font-size:9px;}