/* Base code from Real World Style, 2 column layout */
html {
	background-color: White;
	color: #333;
} 

body {
	color: #333;
	margin: 0px;
	font-family: Georgia, Century, "Goudy Old Style", sans-serif;
	background-color: #Fff;
	}
	
dd, dt {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.95em;
	}

code {
	font-family:Monaco, Courier, "Courier New", monospace;
}

img {
	border:0;
}	

 

/* main left column */
#content {
	color: black;
	float: none;
	width: auto;
}


/* class to hide specific values */ 
.hide {
	visibility: hidden;
	display:none;
}

#font_select {
	visibility: hidden;
	display:none;
	
}

/* right column */
#right {
 	visibility: hidden;
	display: none;
	width: 0%:
	}

img.curve {
 	visibility: hidden;
	display: none;
}




/* Navigation from 456 Berea Street, tab navigation with separate lists */

div#navigation {
 	visibility: hidden;
	display: none;
	}

/* start of right upper nav */

#navcontainer {
 	visibility: hidden;
	display: none;
	}
#navlist {
 	visibility: hidden;
	display: none;
	}
/* end of right upper nav */



h1.topmenu,
h2.submenu {
	display:none;
}	
/* End of navigation code */

/* main text column */
.column {
	float: none;
	background: transparent;
	width: auto;
	padding-right: 2%;
	padding-left: 3%;
	padding-top: 2%;
}
.column ul{
	margin-top: 0em;
	}
/*.column p + ul 
non-IE code{
	margin-top: -.7em;
}*/
/**/
.column h3, h3:a {
	margin-bottom: -0.05em;
}

.column h2 {
	text-align: center;
}	
/* end main text column */

/* main text column with news on left */
.columnwnews {
	background: transparent;
	width: auto;
	padding-right: 2%;
	padding-left: 3%;
	padding-top: 2%;
	margin-left: 30%;
	float: none;
}
.columnwnews ul{
	margin-top: 0em;
	}
/*.column p + ul 
non-IE code{
	margin-top: -.7em;
}*/
/**/
.columnwnews h3, h3:a {
	margin-bottom: -0.05em;
}

.columnwnews h2 {
	text-align: center;
}	
/* end main text column with news*/

#sitelistbrief p 
{
	text-indent: 0;
	margin-top: -.7em; 
	background-image: url(/images/helix_blue.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 2em;
}

/* Drop shadow box code, from 456 Berea Street lab */
/* Box design: boxwrap is the container for boxshadow, which contains boxmain. Text appears in boxmain. Boxshadow creates the off-set dropshadow. Boxwrap allows the entire area to be positioned without interfering with the drop-shadow effect. */

div.news {
	float: left;
	margin-left: 2%;
	width: 28%;
	margin-top: 2%;
}

div.boxshadow {
	margin: 4px 4px 0 0;
	font-size: 85%;
	position: relative;
	left: 1px;
	top: 2px;


}

div.boxmain {
	position:relative;
	top:-4px; 
	left:-4px; 
	background:#CCCCCC;
	border:1px solid #000;
	padding-left:10px; 
	padding-right:10px;
}	

div.boxmain h2{
	font-size: 1.1em;
	font-variant: small-caps;
	font-weight: bold;
	background-color: white;
	text-align: center;
}
div.boxmain h3{
	font-size: 0.95em;
}
div.boxmain p{
	padding-left: 0.95em;
	margin-top: -.75em;
}

/* End code for drop shadow box */
	

.spacer {
	clear: both;
	}

/* Feature box on the right column, code originally from 456 Borea Street, and heavily modified.  */

#feature {
 	visibility: hidden;	
	display: none;
	}
/* End feature box */


/* Centering class. Can be used any where. */
.center {
	text-align: center;
}

/* Right align with bullet of small wired cell for More links or continue a story to another page. */
.continue, .subtitleright {
	visibility: hidden;
	display: none;
	}

.fontgreen {
	color: #24568e;
}

/* added from old style sheet */
.topcontent {
	/*this hides the top navigation used only for non-css browsers */
		display:none;
		}
		
/* Image drop shadow and centering */
/* These are the image and paragraph drop shadows from the WordPress template. They include tags for left and right alignment. */

/* Left align image drop shadow */
.img-shadow {
clear: both;
float:left;
padding: 0.4em 0.4em 0.4em 0.4em;
border: 0.75em outset #24568E;
margin-right: 0.4em;
margin-bottom: 0.8em;
background-color: #fff;
}

.img-shadow img {
display: block;
position: relative;
padding: 0.4em 0.4em 0.4em 0.4em;
}
.img-shadow p {
	font-size: 0.8em;
	text-align: center;
	font-style: normal;
}

/*Right-aligned box, 30% of column */
.boxright {
width: 30%;
float:right;
/*clear: both;*/
padding: 0 0.4em 0.4em 0.4em;
background-color: #CCCCCC;
margin: 0.5em 0.4em 0.4em 0.4em;
}
/*left-aligned box, 30% of column */
.boxleft {
width: 30%;
float:left;
/*clear: both;*/
padding: 0 0.4em 0.4em 0.4em;
background-color: #CCCCCC;
margin: 0.5em 0.4em 0.4em 0.4em;
}

/* Side bar across full column */
.sidebar {
width: 92%;
float:left;
padding: 0.4em 0.4em 0.4em 0.4em;
background-color: #CCCCCC;
clear:both;
margin-bottom: 0.5em;
margin-right: 0.7em;
margin-top: 0.5em;
}

.sidebar h3, .boxright h3 {
	color: #000066;
	padding-right: 4px;
}
.sidebar p, .boxright p {
color: #000066;
padding: 4px;
margin: 0;
}


/* Right-algin image drop-shadow */
.img-shadowr {
clear: both;
float:right;
padding: 0.4em 0.4em 0.4em 0.4em;
border: 0.75em outset #24568E;
margin-right: 0.4em;
margin-bottom: 0.8em;
background-color: #fff;}

.img-shadowr img {
display: block;
position: relative;
background-color: #fff;
padding: 0.4em 0.4em 0.4em 0.4em;
/*margin: -6px 6px 6px -6px;
*/
}


.img-shadowr p {
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
}

/* End of image and paragraph drop shadows */

/* black bar style */
.blackbar a:hover, .blackbar a:visited, .blackbar a:link {
font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; 
text-decoration: none; 
font-size:0.75em; 
}

/* Header format */
#header {
	color: black;
	padding: 10px 10px 0 0px;
	font-size: 85%;
	font-family: Helvetica, Verdana, Arial, san-serif;
	line-height: 115%;
	float:none;
	border-top: thin solid #00008B;
	border-bottom: thin solid #00008B;
	position: relative;
	background-image: none;
	}
#header h1 {
	font-weight: bold;
	text-align: left;
}
#header h2{
	font-style: italic;
	text-align: left;
}	
#header h5 {
	margin-top:-0.5%; 
/*	line-height:35%;*/
	text-align: left;
}


/* Style for footer at bottom of page */
#footer {
	background-color: #fff;
	color: #006;
	border-top: 1px solid #006;
	font-size: 11px;
	text-align: right;
	margin: 2px 4em 4em 2em;
	clear: both;
	padding: 2em 2em 2em 2em;
	}
#footer img {
	float: left;
}
