/* CSS Document */

html {
font-family: Georgia, Times, serif;
margin: 0;
font-size: 9pt;
}

p {
font-size: 9pt;
line-height: 15pt;
}

td {
font-size: 9pt;
}

ol {
font-size: 9pt;
padding-right: 5px;
}

li {
padding-bottom: 10px;
}

h1 {
/*color: #971b1e;*/
color: #fff;
background: url("/images/h2.jpg") 0 0 repeat-x;
font-size: 1.8em;
padding: 10px;
}


h2 {
color: #971b1e;
font-size: 11pt;
margin-bottom:5px;
}

h3 {
font-family: Georgia, Times, serif;
font-size: 12pt;
/*color: #83746d;*/
color: #61483c;
font-weight: bold;
text-align: left;
display: block;
/* text-decoration: underline; */
}

/*h3:after {
content: " " url(images/hr_decorative.gif);
display: block;
padding-top: 3px;
}*/

h4 {
font-size: 9pt;
margin-top: 8px;
margin-bottom: 3px;
color: #3c568e;

}

a:link, a:visited {
color: #3c568e;
}

a:hover {
color: #bfb6ad;
}

#call-out {
border: 6px double #a99898;
width: 160px;
float: right;
text-align: center;
margin:5px;
background-image: url(images/bg-gradient.png);
background-repeat: repeat-x;
background-position: bottom;
}

.thermometer {
	border-top: 1px solid #ccc;
	border-right: 1px solid #666;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #666;
	padding: 0 8px;
	background: #fff;
}

#call-out p:before, #call-out p:after {
content: " " url(images/ornament.gif);
display: block;
}

#call-out p {
font-family: 'Trebuchet MS', Arial, san-serif;
padding-left: 10px;
padding-right: 10px;
color: #3c568e;
font-size: 9pt;
font-weight: bold;
line-height: 14pt;
}

#call-out .credit {
font-weight: normal;
line-height: 100%;
text-align: right;
display: block;
padding-top: 10px;
padding-bottom: 10px;
font-size: 8pt;
font-style: oblique;
color: #bfb6ad;
}


span.credit:first-line {
font-weight: bold;
font-size: 8pt;
font-style: normal;
color: #83746d;
}

.copyright {
color: #bfb6ad;
font-size: 8pt;
}

#menu {
float: right;
}

#menu a {
padding-top:7px;
display: block;
width: 88px;
height: 20px;
float: left;
text-align: center;
background-image: url(images/tab_off.png);
text-decoration: none;
color: #bfb6ad;
font-size: 10pt;
}

#menu a:hover {
color: #83746d;
background-image: url(images/tab_hover.png);
}

#menu .current {
background-image: url(images/tab_on.png);
color: #eae5de;
}

#pledge {
text-align: center;
margin-bottom: 20px;
margin-top: 10px;
font-family: Georgia, Times, serif;
font-size: 12pt;
}

#pledge a:link, #pledge a:visited {
display: block;
width: 197px;
height: 36px;
background-image: url(images/button_off.jpg);
background-repeat: no-repeat;
line-height: 40px;
text-decoration: none;
color: #00265d;
} 

#pledge a:hover {
display: block;
width: 197px;
height: 36px;
background-image: url(images/button_on.jpg);
background-repeat: no-repeat;
line-height: 40px;
text-decoration: none;
color: #3c568e;
}

#status {
height: 120px;
width: 192px;
/*background-image: url(images/status.gif);*/
/*background-repeat: no-repeat;*/
background: url(/images/status.jpg) 0 0 no-repeat;
padding-top: 20px;
padding-left: 52px;
overflow: hidden;
}

#status h2 {
margin-bottom: 8px;
}

#status p {
margin: 0;
padding-left: 20px;
line-height: 12pt;
}

#sidebar {
position:absolute;
top:160px;
width:198px;
padding-left:15px;
font-family: 'Trebuchet MS', Arial, san-serif;
}

#sidebar p {
font-size: 8pt;
line-height: 10pt;
margin-bottom: 5px;
margin-top:0px;
}

.padded {
border: 1px solid #83746d;
}

.padded td, .timeline td {
padding-left: 5px;
padding-right: 10px;
padding-top: 5px;
vertical-align: top;
}

.timeline td {
font-family: 'Trebuchet MS', Arial, san-serif;
font-size: 8pt;
}

.leading {
font-size: 10pt;
font-weight: bold;
}

/*.newwindow {
background-image: url(images/newwindow.gif);
background-repeat: no-repeat;
background-position: bottom right;
padding-right: 18px;
}*/

blockquote {
margin-top: 0px;
margin-bottom: 0px;
}

em.date {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999;
	font: 10px/18px "Lucida Grande", tahoma, verdana, sans-serif;
}

em.date span {
	font: 12px/18px georgia, times, serif;
}