/*
	screen_all.css
	Core CSS for on-screen display
	
	see screen_ie6.css for MSIE 6 and earlier browsers.
	see screen_ie7.css for MSIE 7 and later browsers.
*/

body {
	margin:0;
	padding:0;
	font-size:11px;
	font-family:Verdana,Helvetica,'sans serif';
	background:#2a4e8f url('../images/site_bg_3.gif');
	color:#000;
	}
div {
	position:relative;
	margin:0;
	padding:0;
	}
img { border:0; }
a,.pseudolink {
	color:#2a4e8f;
	text-decoration:none;
	}
a:visited {
	color:#2a4e8f;
	}
a:hover,.pseudolink:hover {
	color:#00f;
	}
a:active,.pseudolink:active {
	color:#696;
	}
.pseudolink { cursor:pointer; }
/* general page container */
#container {
	width:750px;
	background:#fff;
	margin:44px auto 50px;
	}
#header,#content,#footer {
	width:720px;
	margin:0 15px;
	float:none;
	clear:both;
	}
/* page header */
#header {
	background:url('../images/header_bg.gif') 0 15px no-repeat;
	height:133px;
	padding:0;
	padding-top:15px;
	z-index:2;
	}
#site_title {
	}
#header_logo {
	position:absolute;
	top:0;
	left:0;
	}
#header_banner {
	position:absolute;
	top:0;
	right:0;
	}
#header ul {
	margin:0;
	padding:0;
	}
#nav {/* vertical offset: 12px due to header being padded rather than margined */
	position:absolute;
	top:106px;
	left:0;
	}
#nav li {
	list-style:none;
	float:left;
	font-size:13px;
	padding:0 45px 0 13px;
	height:22px;
	margin:0;
	position:relative;
	}
#nav li a {
	color:#2a4e8f;
	display:block;
	padding:4px 10px 4px;
	}
#nav li a:hover {
	text-decoration:underline;
	}
#nav li ul {
	position:absolute;
	top:23px;
	left:10px;
	width:196px;
	padding:6px 0 10px;
	background:#2a4e8f url('../images/header_submenu_bg.gif') repeat-x;
	border-left:solid #a0c8e1 2px;
	border-bottom:solid #a0c8e1 2px;
	border-right:solid #a0c8e1 2px;
	display:none;
	}
#nav li:hover ul,#nav li.over ul {
	display:block;
	}
#nav li li {
	float:none;
	padding:0;
	margin:0;
	height:auto;
	font-size:11px;
	line-height:1.1em;
	}
#nav li li a {
	color:#fff;
	padding:5px 5px 4px 7px;
	}
#nav li li a,#nav li li a:visited {
	}
#nav li li a:hover {
	color:#363636;
	background:#cbe5f6;
	text-decoration:none;
	}
#nav li li a.current {
	}
/* content area */
#content {
	background:url('../images/content_bg.gif') repeat-y;
	padding:0;
	z-index:1;
	}
/* the main content */
#left,#text,#right {
	float:left;
	}
#left {
	width:102px;
	padding:8px 0 0 9px;
	color:#363636;
	font-size:0.9em;
	line-height:1.6em;
	}
#left p.q {
	font-style:italic;
	}
#left p.q .quotemark {
	display:inline-block;
	}
#left p.cite {
	margin-top:2em;
	}
#left p.pic {
	margin-top:3em;
	}
#text {
	width:415px;
	padding:8px 0 0 38px;
	line-height:1.5em;
	}
#text h2 { /* Reserved for the title banner! */
	text-transform:uppercase;
	/*color:#fff;*/
	/*background:url('../images/text_title_condo.gif') no-repeat;*/
	margin:0 -29px 0 -19px;
	/*padding:4px 25px 8px 15px;*/
	}
#text h3,#text h4,#text h5,#text h6 {
	font-size:1em;
	color:#333;
	}
#text p img {
	margin:0 5px 3px 0;
	padding:0;
	float:left;
	}
#text img.illo,#text span.illo {
	/*margin:-20px -19px 0 3px;*/ /*  */
	padding:0 0 0 0;
	float:right;
	}
#text .gallery {
	display:block;
	width:195px;
	height:185px;
	margin:0 2px 10px 0;
	padding:0 5px;
	float:left;
	line-height:1.2em;
	overflow:hidden;
	}
#text .gallery.tall{
	height:250px;
	}
#text .gallery img {
	float:none;
	display:block;
	margin:0 -5px 0.2em;
	}
#right {
	width:120px;
	padding:0 0 0 35px;
	color:#646464;
	}
#right h3 {
	margin:0 0 0 0;
	font-size:1.1em;
	font-family:arial,helvetica,sans-serif;
	}
#right ul {
	margin:0 0 0 1.4em;
	padding:0;
	/*list-style:url('../images/right_ul_bullet.gif');*/
	}
#right li {
	margin:0.8em 0;
	float:none;
	clear:both;
	}
#right #right_help {
	margin:0;
	}
#right #right_help li {
	list-style:none;
	height:33px;
	margin:0;
	line-height:1.1em;
	}
#right #right_help img {
	float:left;
	margin:0 6px 0 0;
	}
#right #right_help a {
	display:block;
	}
#right #right_help span {
	display:block;
	float:left;
	padding:5px 0 0 0;
	}
#right h4 {
	font-size:1em;
	font-weight:normal;
	margin:0;
	}

/* footer */
#footer {
	padding:14px 0 14px;
	background:url('../images/footer_bg.gif') 0 0 no-repeat;
	text-align:center;
	color:#828282;
	font-size:0.9em;
	}
#footer p {
	margin:0;
	}
/* general exemptions */
.spoken { display:none; }
body .nofloat { float:none; }
body .clearall {
	clear:both;
	float:none;
	display:block;
	}
body .ca {
	clear:both;
	float:none;
	font-size:0.1px;
	line-height:0.1px;
	display:block;
	height:1px;
	overflow:hidden;
	}

/* EOF */

