@CHARSET "ISO-8859-1";

body {
	background:#184499;
	font-family: Verdana, Ariel, helvetica, 'trebuchet ms', sans-serif;
	font-size: small;
	text-align:left;
	margin-left: 5px;
	margin-right: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* header stuff */
#banner {
	/* background-color:#114499; */
	/* background-color:#184499; */
	background-image: url('../images/BannerBackgroundWider.png');
	background-repeat: no-repeat;
	background-size:100%
	clear:both;
	margin: 0px;
	padding: 0px;
	height:163px;
	min-width:700px;
	text-align: left;
}
/* wrapper around center, left bar */
#container {
	width:100%; 
/*	margin: auto;
	width: 855px; */
	text-align: left;
}
#container table {
	padding: 0;
	margin: 0;
	margin-right: 5px;
	border: 0;
	border-collapse: collapse;
}
#container table td.left {
	width: 200px;
	vertical-align: top;
}
#container table td.main {
/*	width: 655px; */
	border-top: 8px #CC0000 solid;
	width:auto;
	vertical-align: top;
}
#container table td.right {
	width: 180px;
	vertical-align: top;
	padding-left: 5px;
}
/* main content area */
#content {
  float: top;
  background-color: #FFFFF5;
}
#forcewidth {
	min-width: 550px;
	padding: 0;
	margin; 0;
}
#content-inner {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}
p.darkblue {
	font-size: 1em;
	color: #000066;
	font-weight: bold;
}
p.addrline {
	line-height:10%;
		padding:1px;
}
em.highlight {
	font-weight: bold;
	color:#A3003C;
}
em.thankyou {
	font-size: 1.2em;
	font-weight: bold;
	color:#A3003C;
}td.label {
	font-weight: bold;
	color: #0000A3;
}
td.rightlabel {
	text-align: right;
	font-weight: normal;
	color: black;
}
td.required { 
	color: #E00000; 
	font-size: .8em;
	font-style:italic;
}
th {
	font-weight: bold;
	color: #0000A3;
	text-align: left;
}
table.lined {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}
table.lined th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.lined td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.press {
	border: 0;
}
table.press th {
	background-color:#375EB4;
	color: white;
	padding-right: 6px;
	padding-left: 6px;
}
table.press td {
	padding-bottom: 8px;
	padding-right: 6px;
	padding-left: 6px;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	color:#AA0000;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #AA0000;
}
/* page title div inside main content area */
#pagetitle {
	padding: 5px;
	margin-bottom: 0px;
	background:white;
/*	width:auto; */
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
	color:#AA0000;
	border-bottom: 4px solid #AFB9D0;
}
/* styles for endorsement letters */
.letterwrapper {
	font-size:12px;
	line-height:160%;
	margin-bottom: 20px;
}
.lettertop {
	background:#E4EAF2 url(css_img_quote.gif) no-repeat scroll right center;
	border-color:#000000 #000000 -moz-use-text-color #8394B2;
	border-style:dotted dotted none solid;
	border-width:1px 1px 0 4px;
	color:#666666;
	font-size:14px;
	font-weight:bold;
	margin:2px auto 0;
	padding:3px;
	height: 24px;
}
.letterbody {
	background:#FAFCFE none repeat scroll 0;
	border-color:-moz-use-text-color #000000 #000000 #8394B2;
	border-style:none dotted dotted solid;
	border-width:0 1px 1px 4px;
	color:#465584;
	margin:0 auto;
	padding:4px;
}
.letter {
	background-color:#FFFFF5;
	color: #000000;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
	border: 2px outset #808080;
	font-weight: normal;
	font-size: 1em;	
}
#issues ul {
	margin-bottom: 0;
}
#issues li {
	margin-bottom:1em;
}

/* styles for quotes */
#quote-box-r {
	float: right;
	border: 3px solid #E0E0E0;
	font-size: .9em;
	color: #3A3A3A;
	background-color: #FFFFE5;
	width: 15em;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 5px;
}
#quote-box-l {
	float: left;
	border: 3px solid #E0E0E0;
	font-size: .9em;
	color: #3A3A3A;
	background-color: #FFFFE5;
	width: 15em;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
}

.quotewrapper {
	font-size:.8em;
	line-height:160%;
	width: 25em;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
}
.quotetop {
	background:#E4EAF2 url(css_img_quote_s.gif) no-repeat scroll right center;
	border-color:#000000 #000000 -moz-use-text-color #8394B2;
	border-style:dotted dotted none solid;
	border-width:1px 1px 0 4px;
	color:#666666;
	font-weight:bold;
	margin:2px auto 0;
	padding:3px;
	height: 14px;
}
.quotebody {
	background:#FAFCFE none repeat scroll 0;
	border-color:-moz-use-text-color #000000 #000000 #8394B2;
	border-style:none dotted dotted solid;
	border-width:0 1px 1px 4px;
	color:#465584;
	margin:0 auto;
	padding:4px;
}




/* styles for images and their captioning */
.rbox {
	float: right;
	padding: 3px;
}
.lbox {
	float: left;
	paddding: 0;
	margin:5px;
}
#caption {
	font-family: Arial, helvetica, 'trebuchet ms', sans-serif;
	font-size: .9em;
	font-weight: normal;
	text-align: center;
	line-height: 110%;
	margin: 0;
}
#subcaption {
	font-family: Arial, helvetica, 'trebuchet ms', sans-serif;
	font-size: .6em;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	line-height: 110%;
	color: #A0A0A0;
	margin: 0;
}
p.attribution { 
	font-style: italic; 
}
#subcaption a {
	color: #A0A0A0;
}
/* left fixed-width content area */
#left-content {
  margin:0;
  padding:0;
  width: 200px; 
  color: white;
}
#left-content h1 {
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	line-height: 100%;
	color:white;}
#left-content h1 a {
	text-align: left;
	font-weight: bold;
	line-height: 120%;
	color:white;
	margin-bottom:2px;
}
#left-content ul li a {
	color:white;
}
/* wrapper around picture / summary */
#left-inner {
	padding-left: 5px;
	padding-top: 5px;
/*	background-color: #D5D9E1;*/
	width: 188px;
}
#left-inner h1 {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	line-height: 100%;
	color:white;
	margin-bottom:2px;
}
#left-inner h2 {
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	line-height: 100%;
	color:white;
	margin-bottom:2px;
}
#left-inner p {
	margin-top: 0;
	font-size: .8em;
	font-weight: normal;
	line-height: 120%;
	color:white;
}	
#left-inner ul {
	margin-top: 0;
	font-size: .8em;
	font-weight: normal;
	line-height: 120%;
	color:white;
	padding:8px;
	text-indent:0px;
	margin-left:6px;
}
/* middle content area */
#middle-content {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:5px;
}
/* right fixed-width content area */
#right-content {
  margin:0;
  padding:0;
  width: 180px;
  /*background-color: #FCFFB7;*/
}
/* page title div inside main content area */
#righttitle {
	padding: 5px;
	margin-bottom: 0px;
	background:#AFB9D0;
	color: #2D4C90;
	width:auto;
	font-weight: bold;
	text-align: center;
	font-size: 1.3em;
	border-bottom: 8px solid #AFB9D0;
}
#righttitle a {
	color: #2D4C90;
}
/* footer */
#footer {
	margin:auto;
	clear:both;
	padding:5px;
	text-align:left;
	font-size:.7em;
	background-color:#184499;
	color:white;
	padding-top: 20px;
}
#footer a {
	color:white;
}
#designby {
	margin:auto;
	clear:both;
	padding:5px;
	text-align:left;
	font-size:.7em;
	/*background-color:#FFFFFF;*/
	color:#AAAAAA;
}
#designby a {
	color: #AAAAAA;
}

#right-text {
	font-size: .85em;
}
#right-text dd {
	padding-bottom: 8px;
}

#inline-list {
	font-size: .85em;
}
#right-text dd {
	padding-bottom: 8px;
}

#inline-list ul, #inline-list li {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav {
	font-size: .9em;
	padding: 0;
	width: 100%;
	overflow: hidden;
	background: #184499;
	border-left: 1px solid white;
}
#nav ul {
	padding: 0;
	float: left;
	font-weight: bold;
	list-style: none;
	list-style-type: none;
	margin: 0;
	color: white;
	background: #184499; /*background of tabs (default state)*/
}

#nav a {
	padding: 5px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: white;
}
#nav ul li {
	border-right: 1px solid white; /*right divider between tabs*/
}
#nav li {
	float: left;
	margin: 0;
	width: auto;
}
#nav li ul {
	float: left;
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em;
	border-top: 1px solid white;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover, #nav li.current {
	background: #AA0000;
}

/* credit to David's Kitchen for
scalable buttons
http://www.monc.se/kitchen/59/scalable-css-buttons-using-png-and-background-colors
*/
.btn { 
	display: block;
	position: relative; 
	background: #aaa; 
	padding: 5px; 
	float: left; 
	color: #fff; 
	text-decoration: none; 
	cursor: pointer; 
}
.btn * { 
	font-style: normal; 
	fott-size: 200%;
	background-image: url(btn2.png); 
	background-repeat: no-repeat; 
	display: block; 
	position: relative; 
}
.btn i { 
	background-position: top left; 
	position: absolute; 
	margin-bottom: -5px; 
	top: 0; 
	left: 0; 
	width: 5px; 
	height: 5px; 
}
.btn span { 
	background-position: bottom left; 
	left: -5px; 
	padding: 0 0 5px 10px; 
	margin-bottom: -5px; 
}
.btn span i { 
	background-position: bottom right; 
	margin-bottom: 0; 
	position: absolute; 
	left: 100%; 
	width: 10px; 
	height: 100%; 
	top: 0; 
}
.btn span span { 
	background-position: top right; 
	position: absolute; 
	right: -10px; 
	margin-left: 10px; 
	top: -5px; 
	height: 0; 
}
.btn.blue { 
	background: #2048AA; 
}
.btn.red { 
	background: #AA0000; 
}
.btn:hover {
	background: #AA0000;
}
.btn[class] { 
	background-image: url(shade.png); 
	background-position: bottom; 
}
/* IE6 hacks */
* html .btn span, * html .btn i { 
	float: left; 
	width: auto; 
	background-image: none; 
	cursor: pointer; 
}
* html .btn.blue { border-color: #2048AA; }
* html .btn:hover { border-color: #AA0000; }
* html .btn { border: 3px double #aaa; }
