@charset "UTF-8";
/* CSS Document */

/* General tag-based settings */
body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 12px;
	line-height: 15px;
	background-color: #E5E5E5;
	color: #333333;
}

div {
	display: block;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

p {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
}

a {
	color:#000099;
	text-decoration: underline;
}

a:hover {
	color:#000099;
	text-decoration: none;
}

a img {
	border: 0px;
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
	margin: 10px 10px 10px 20px;
	padding-left: 10px;
	list-style-position: outside;
}

/*ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
	/* margin: 10px;
	padding: 0px;
	list-style-position: inside; 
} */

h1, h2, h3, h4, h5 {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial;
	line-height: 110%;
}

h1 {
	color: #000099;
	font-size: 190%;
}

h2 {
	color: #000099;
	font-size: 140%;
}

h3 {
	color: #333333;
	font-size: 120%;
}

h4 {
	color: #000099;
	font-size: 120%;
}

/* Formatting classes */
.headline {
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

.headline a, .headline a:visited {
	text-decoration: none;
}

.headline a:hover {
	text-decoration: underline;
}

.hrule {
	clear: both;
	border-top: 1px dashed #999;
	margin: 7px 0px;
	padding: 0px;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFCC;
	text-align: center;
	margin: 0px;
	padding: 10px;
	width: auto;
	color: #FF0000;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;	
}

/* Floating */
.f-left {
	float: left;
}

.f-right {
	float: right;
}

/* Text align */
.t-left {
	text-align:left;
}

.t-center {
	text-align: center;
}

.t-right {
	text-align: right;
}

.clear {
	clear: both;
}

/* Structural ID's */

#headercap {
	background: url(../images/structural/bg_820px_top.png) 0 10px no-repeat;
	clear: both;
	width: 820px;
	height: 15px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
}

#wrapper {
	width: 820px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../images/structural/bg_820px.png);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#header {
	height: 47px;
	background: url(../images/structural/eto_header_new.png) 10px 2px no-repeat;
}


/* Navigation Bar (tabs) */ 
#navtabs {
	background-color: #000099;
	width: 800px;
	height: 29px;
	padding-top: 5px;
	margin: 0px 10px;
	
	/* _height:1px; */
}

#navtabs ul {
	font-family: "Lucida Grande", Helvetica, Arial;
	margin: 0px 7px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	
}

#navtabs ul li {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
}

#navtabs ul li a {
	display: block;
	position: relative;
	padding: 7px 15px;
	border: 0px;
	background-image: url(../images/structural/tab.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #B5C4E3;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
}

/* Navigation Bar (tabs - link) */	
#navtabs ul li a span.tab-l, #navtabs ul li a:hover span.tab-l {
	position: absolute;
	top: 0px;
	left: 0px;
	/* _left: -15px; */
	width: 6px;
	height: 6px;
	background-image: url(../images/structural/t-left.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#navtabs ul li a span.tab-r, #navtabs ul li a:hover span.tab-r {
	position: absolute;
	top: 0px;
	right: 0px;
	/* _right: -1px; */
	width: 6px;
	height: 6px;
	background: url(../images/structural/t-right.gif) 100% 0 no-repeat;
}

/* Navigation Bar (tabs - hover) */
#navtabs ul li a:hover {
	background: url(../images/structural/tab_ovr.gif) 0 0 repeat-x;
	color:#FFF;
}

#navtabs ul li a:hover span.tab-l {
	background: url(../images/structural/t-left_ovr.gif) 0 0 no-repeat;
}

#navtabs ul li a:hover span.tab-r {
	background: url(../images/structural/t-right_ovr.gif) 100% 0 no-repeat;
}

/* Navigation Bar (tabs - active) */
#navtabs ul li#active a {
	background: #FFF; 
	color: #009;
}

#navtabs ul li#active a span.tab-l {
	position: absolute;
	top: 0px;
	left: 0px;
	/* _left:-15px; */
	width: 8px;
	height: 8px;
	background: url(../images/structural/t-left_act.gif) 0 0 no-repeat;
}

#navtabs ul li#active a span.tab-r {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 8px;
	height: 8px;
	background: url(../images/structural/t-right_act.gif) 100% 0 no-repeat;
}   

/* Link column */
#linkcol {
	float: left;
	width: 150px;
	margin-left: 17px;
	padding: 0px;
	/* background-color: #999966; */
}

#linkcol a {
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 12px;
	font-style: normal;
	color: #009;
}

#linkcol ul#links {margin: 10px 0px; padding: 0px; list-style:none;}

#linkcol ul#links li {margin: 0px; padding: 0px; border-bottom: 1px solid #E0E8FA;}

#linkcol ul#links li a {display: block; padding: 3px 0 3px 22px; background: url("../images/structural/ico_link.gif") 5px 6px no-repeat; text-decoration:none;}

#linkcol ul#links li a:hover {background-color: #D3DFF8;}

/* Main column */
#maincol {
	float: left;
	width: 450px;
	margin-left: 7px;
	padding: 10px 0px;
	font-size: 12px;
	/* background-color: #99FF00; */
}

/* Main column - wide */
#maincol-w {
	float: left;
	width: 607px;
	margin-left: 17px;
	padding: 10px 0px;
	font-size: 12px;
	/* background-color: #99FF00; */
}

#rightcol {
	margin-left: 9px;
	width: 170px;
	float: left;
	/* background-color: #990000; */
}

#rightcol p {
	font-size: 12px;
}


/* Style settings for a rounded corner box, 170 px wide with gray border, white background. */
.subbox-gr {
	position: relative;
	width: 170px;
	padding: 7px;
	margin: 7px 0px;
	background:url(../images/structural/grcorn-bg.png) 0 0 repeat-y;
}

.subbox-gr span.grcorn-top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 170px;
	height: 4px;
	background-image: url(../images/structural/grcorn-top.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.subbox-gr span.grcorn-btm {
	position: absolute;
	bottom: 0px;
    left: 0px;
	width: 170px;
	height: 4px;
	background-image: url(../images/structural/grcorn-btm.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}


#footer {
	position: relative;
	clear: both;
	margin: 0px;
	width: 820px;
	
}

#footertext {
	border-top: 1px #999 dashed;
	margin: 0px 17px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000099;
	/* background-color:#33FF66; */
}

#footercap {
	background: url(../images/structural/bg_820px_bottom.png) 0 0 no-repeat;
	clear: both;
	width: 820px;
	height: 20px;
	margin: 0px auto;
	padding: 0px;
}

#cmointro {
	margin: 7px 15px 0px 172px;
	padding: 7px;
	background: url(../images/structural/transp_bg.png) 0 0 repeat;	
}

#cmointro p {
	font-family:"Lucida Grande", Helvetica, Arial;
	font-size: 12px;
}


/* Style settings for the ETO Blogs entry page. This code was copied from global.css of the old ETO site. */
#blogLink {
	margin: 0px;
	padding: 0px;
	width: auto;
	
}

#blogLink ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

#blogLink li {
	margin: 0px;
	padding: 0px;
	float: left;
}

#blogLink li#steele_button a {
	height: 189px;
	width: 150px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/img_steele/steele_w150.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 1px solid #333333;
	text-decoration: none;
}

#blogLink li#day_button a {
	height: 189px;
	width: 150px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/img_day/day_w150.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 1px solid #333333;
	text-decoration: none;
}

#blogLink li#beal_button a {
	height: 189px;
	width: 150px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/img_beal/beal_w150.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 1px solid #333333;
	text-decoration: none;
}

/* Text area style */
#message {
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 350px;
}

/* Settings for photo album pages */
#photoLinks {
	padding: 0px;
	margin-top: 10px;
	width: 100px;
	float: left;
	
}

#photoLinks ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}

#photoLinks ul li {
	padding: 3px;
}

#photoLinks ul li.selected {
	margin-left: 3px;
	color: #666666;
	font-weight: bold;
}

#photoLinks ul li a, #photoLinks ul li a:visited {
	margin: 0px;
	padding: 3px;
	border: 0px;
	text-decoration: none;
}

#photoLinks ul li a:hover {
	padding: 2px;
	border: 1px solid #009;
	text-decoration: none;
}

#twitter_update_list {
	margin: 7px 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	text-align: left;
	
}

#twitter_update_list a {
	text-align: left;
}