@charset "UTF-8";
body  {
	font: normal 76% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../graphics/backgrounds/diagfade.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #669999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 

#header h1{
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #DDDDD D;	

}

#sidebarleft {
	float: left; /* since this element is floated, a width must be given */
	width: 203px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
}
#tanmenuleft {
	background: #EFEFE0;
	margin: 0px;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 13px;
}
.sidebarleftunitalcallout{
	font-family: Arial, Helvetica, sans-serif;
	color: #6181B3;
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	line-height: 1.3em;
	font-style: normal;
}
.sidebarleftcallout{
	font-family: Arial, Helvetica, sans-serif;
	color: #6181B3;
	padding: 12px 8px 15px 14px;
	margin: 0px;
	font-size: 1.2em;
	line-height: 1.45em;
	font-style: oblique;
}
.interiortextcallout{
	font-family: Arial, Helvetica, sans-serif;
	color: #6181B3;
	padding: 12px 12px 12px 0px;
	margin: 0px 10px 0px 0px;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	text-align: left;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #6181B3;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #6181B3;
}
#sidebarright{
	float: right;
	width: 196px;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 18px 0px 10px 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 12px;
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 225px;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContentwide {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer {
	background:#036;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 



#footer p {
	font-family: Arial, Helvetica, sans-serif;
	margin:  0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.85em;
	text-align: center;
	line-height: 1.1em;
	color: #FFF;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
.simple a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

.masthead {
	font-family: font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
}
.mastheadbluelt {
	font-family: font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: 400;
	color: #305B91;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	
}



#banner{
	height: 176px;
	background-repeat: no-repeat;
	background-image: url(../graphics/eos_mailhead.jpg);
}

#nav		{
	padding: 2px 0px 0px 5px;
	background-color: #003366;
	border-top: 0px solid #D2D5AB;
	border-bottom: 1px solid #D2D5AB;
	height: 17px;
	/*overflow:hidden;*/
		width: auto;
		}
		
#nav ul	{
	padding: 0;
	font-size: 11px;
	margin: 0;
		}

#nav ul li	{
	display: inline;
	padding: 0;
	font-size: 11px;
	margin: 0;
	color: #FFFFFF;
		}

#nav ul li a{
	font-size: 11px;
	color: #FFFFFF;
		} 

#nav a	{
		text-decoration:none;
		font-size:11px;
		padding: 0px;
		margin: 0px;		
		}

#navbar a:link, #navbar a:visited {
	color: #666600;
		}
			
#nav a:hover, #nav a:active{
	color: #FF9900;
}
#navbar a:visited {
	color: #CCCCCC;
		}
		
	h1 {
	color: #73998E;
	font-size: 1.4em;
	margin: 12px 0px 0px;
	padding: 4px 0px 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	font-weight: bold;
	color: #003366;
	margin: 0px;
	padding: 8px 0px 0px;
}
.h3blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #769E97;
	margin: 4px 5px 5px 0px;
	padding: 8px 0px 0px;
	display: block;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	color: #ccc;
}
.firstarticlehead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #517394;
	line-height: 1.1em;
}
.articlehead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	color: #407685;
	line-height: 1.1em;
	padding-top: 4px;
	text-align: left;
}
.articlesubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	color: #5C8D1B;
	padding-top: 5px;
	line-height: 1em;
	text-align: left;
}
.articlesubhead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	color: #666;
	padding-top: 5px;
}
.articlesubhead3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	color: #036;
	padding-top: 5px;
}
.articlesubhead4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	color: #C29A2E;
	padding-top: 5px;
}
.articlesubhead5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	color: #517394;
	padding-top: 5px;
}
.articlesubhead6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	color: #A54C2F;
	padding-top: 5px;
}
.articlesubhead7 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	color: #5784A2;
	padding-top: 5px;
}
.articlesubhead8 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	color: #5C8D1B;
	padding-top: 8px;
	line-height: 1em;
	text-align: left;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}

.articlesubhead9 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	color: #A35E39;
	padding-top: 8px;
	line-height: 1em;
	text-align: left;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}

.articlesubhead10 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	color: #5784A2;
	padding-top: 8px;
	line-height: 1em;
	text-align: left;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}

.articleblurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.25em;
	text-align: left;
	color: #666;
}
.articleblurb2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.25em;
	text-align: left;
}
.articletease {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 8px 0px 3px;
	line-height: 1.2em;
	margin: 0px;
}
#printsubscribe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 8px 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.2em;
	display: none;
	
}
.opening {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	font-style: italic;
	color: #7F935D;
	text-align: left;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 0px;
	display: block;
}

.welcome{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0px;
	padding-top: 10px;
}
.date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0px;
	padding-top: 4px;
	color: #666666;
	text-align: left;
}

.callout{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #999;
	margin: 12px 5px 5px 0px;
	padding: 8px 0px 0px;
	background-position: left;
	text-align: left;
	line-height: 1.9em;
}
.callout_blu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #92B3BA;
	margin: 12px 5px 5px 0px;
	padding: 8px 0px 0px;
	background-position: left;
	text-align: left;
	line-height: 1.6em;
}
.domains {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #516286;
	margin: 12px 5px 5px 0px;
	padding: 8px 0px 0px;
	background-position: left;
	text-align: left;
	line-height: 1.3em;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #003366;
	background-position: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}
.smallcallout {
	line-height: 1.1em;
	margin: 0px 8px 8px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.88em;
	font-weight: normal;
	color: #666666;
	text-align: left;
}
.storybyline {
	line-height: 1.2em;
	margin: 0px 8px 8px 0px;
	padding: 3px 0px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.88em;
	font-weight: normal;
	color: #666666;
	text-align: left;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #005B8E;
	text-decoration: none;
}
.photolink{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: 1px solid #999999;
	}
.photolink2{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
	.photolinkwt{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
	
.strong {
	font-weight: bold;
	color: #003366;
}
.strongltblu {
	font-weight: bold;
	color: #407685;
}

p {
	line-height: 1.2em;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 4px;
	margin-right: 3px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#printpage {
	line-height: 1.3em;
	margin: 4px 8px 8px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#printsubscribe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 8px 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.2em;
	display: inline;
}
.firstp {
	line-height: 1.5em;
	margin: 8px 8px 0px 0px;
	padding: 0px;
}
.widep {
	line-height: 1.5em;
	margin: 5px 8px 12px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.semiwidep {
	line-height: 1.4em;
	margin: 5px 8px 12px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.caption {
	line-height: 1em;
	margin: 0px 4px;
	padding: 5px 8px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	color: #666666;
	text-align: center;
	font-style: italic;
}
.caption_long {
	line-height: 1em;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	color: #666666;
	text-align: left;
	font-style: italic;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 0px;
}
	.photocredit {
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	text-align: center;
	width: 98%;
	font-style: normal;
	
		}
.leftpic {
	margin: 0px;
	padding: 10px 12px 0px 0px;
	float: left;
}
.leftpicclear{
	margin: 0px;
	padding: 10px 12px 0px 0px;
	float: left;
	clear: both;
}


#righttpic {
	margin: 0px;
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	position: static;
}

.stylebrown {color: #666633
}
.stylegreen {color: #336666}
.newssubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: .95em;
	color: #517394;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 12px;
	left: 6px;
	line-height: 1em;
	display: inline-block;
	margin: 0px;
}
.caption a {
	line-height: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #003366;
	text-align: center;
	font-style: italic;
	
}
sub {
	font-size: 80%;
	line-height: normal;
	vertical-align: text-bottom;
}
sup {
	font-size: 10px;
	line-height: 7px;
}
#storybyline {
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
	color:#003366;
	line-height: 1em;
		
		}
		#share {
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#5A7496;
	line-height: 1em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
		}
	
#navbar	{
	background-color: #036;
	border-top: 1px solid #036;
	border-bottom: 1px solid #003366;
	height: 16px;
	/*overflow:hidden;*/
			width: auto;
	vertical-align: middle;
	background-image: url(../images/menu_bkgd.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin: 0px;
			}
		
		
		#menu1 ul {
				margin:0px;
				font-size: 11px;
				padding:0px;
				}
				
			#menu1 ul li {
				display:inline;
				padding: 0px;
				margin: 0px;
				font-size: 11px;
				}
				
			#menu1  ul li a {
				font-size:11px;
				}
			
			#menu1 a {
				text-decoration:none;
				font-size:11px;
				padding: 0px;
				margin: 0px;
				}
			
			#menu1 a:link, #menu1 a:visited {
				color: #006;
				}
			
			#menu1 a:hover, #menu1 a:active {
				color: #660;
				}
				
		#navbar ul {
				margin:0px;
				font-size: 1.1em;
				padding:0px;
				}
				
			#navbar ul li {
	display:inline;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
				}
				
			#navbar  ul li a {
	font-size: 1.1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
				}

			#navbar a {
	text-decoration:none;
	font-size:1.1em;
	padding: 0px;
	margin: 0px;
				}
			
			#navbar a:link, #navbar a:visited {
	color: #fff;
				}
			
			#navbar a:hover, #navbar a:active {
	color:#D4702D;
				}
 
.newcenterhead {
	color: #6F8B87;
	font-size: 1em;
}
.articleblurb_block {
	display: block;
}


#socialBtns {
	display: inline-block;	
}

.group {
	
	margin: 0px;
	
				}
    
.social-button {
	float: left;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.callout_unital {
	font-style: normal;
}

.intromultiarticle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.2em;
	text-align: left;
	color: #357B96;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}

.intromultiarticlesubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1
.em;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.4em;
	text-align: left;
	color: #699;
}
.introarticlesubhead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	color: #699;
	padding-top: 5px;
	line-height: 1.2em;
	text-align: left;
}
.multiarticleopening {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	font-style: italic;
	color: #407685;
	text-align: left;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.articleheadspace {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	color: #407685;
	line-height: 1.1em;
	padding-top: 10px;
	text-align: left;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.spaceatopfirst {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline-block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.openingpara {
	line-height: 1.4em;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
