﻿/* color theme 
	lt blue: #6AA3DA
	dk blue: #0763C6
	text dk blue: #164E99
	grey: #EAEAEA
*/

/* layout - main div structure */
body {
	background-color: #fff;
	font-family: arial, san-serif;
	font-size: 76%;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
}
#page {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	border: 1px solid #000000;
	text-align: left;
	background-color: #fff;
}
#header {
	float: left;
	min-height: 110px; /* height of the logo image */
	background: url(../images/SE-header-bg.gif) top left no-repeat;
	background-color: #fff;
}
#logo {
	float: left;
	border: 0;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#header-meta { float: left; width: 550px; text-align: right; color: #063; font-weight: normal; }
#header-meta a { color: #0d542f; text-decoration: none; }
#header-meta a:hover { text-decoration: underline; }
#header-meta ul { list-style-type: none; float: right; }
#header-meta li { float: left; padding: 3px 10px; border-left: 1px solid #063; }
#header-meta li.firstchild { border-left: 0; }
#header-meta p { clear: both; position: relative; margin: 0 10px 0 0; font-size: 1.2em; top:26px;  }
body > #header-meta p { float: right; width: 99%; }


li h3 {
	display: inline;
	margin: 0;
	padding: 0;
}

#leftcol-home, #leftcol, #content, #sidebar {
	float: left;
	background-color: #fff;
}
#leftcol-home{
	clear: both;
	width: 290px;
}
#leftcol-home-nav {
	clear: both;
	width: 290px;
	background-color: #0d542f;
	height: 130px;
}
#leftcol-home-nav H2{
	margin: 0 0 0 0;
	padding: 4px 0 1px 0;
	text-decoration: none;
	color: #fff;
	font-size: 10pt;
	text-indent: 44px;
	font-weight: bold;
}
#leftcol {
	clear: both;
	width: 158px;
		margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#content {
	width: 440px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
 border-left: 1px solid #000;  border-right: 1px solid #000;
}

#sidebar {width: 200px; padding: 0; margin: 0 0 0 0; }


/* 
this is so the content div can span the right 2 cols - wideright is set in the Body_Class metadata
*/
.wideright #content { width: 641px; border-right: 0px;} /* right 2 */

.widefull #content { width: 800px; border-left: 0px; border-right: 0px;} /* right 3 */

/*.homebody #content p, #content ol, #content ul { width: 80%; }*/

#footercontainer {
	clear: both;
	margin: 0;
	padding: 0 0 0 0;
}
#footer {
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
	border-top: 8px solid #0d542f;
	background-color: #white;
	color: #0d542f;
	height: 80px;
}
#footer p { margin: 30px 0 0 0; padding: 0; }
#footer a { color: #0d542f; margin-left: 1.5em; }




#header .nav, #header .nav ul { /* all lists */
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	font-weight: bold;
	line-height: 1.1em;
}
#header .nav { float: left; margin: 0 0 0 0;}

#header .nav a, #header .nav li.selected li a  {
	display: block;
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: #0d542f;
	background-color: #fff;
}
#header .nav a { width: 116px; height: 18px;} /* set the width */

/* the hover property needs to be repeated on the PageTemplate file for the dynamic styles */
#header .nav a:hover, #header .nav .selected a, #header .nav li.selected li a:hover { color: #327a55; background-color: transparent; }


#header .nav li { /* all list items */
	float: left; /* for ie to not put extra space */
	margin: 0;
	padding: 0;
	width: 116px; /* width needed or else Opera goes nuts */
}

/*set indiv top nav images */
#header .nav .menu1 a {
	height:21px; width:116px; background: url(../images/mNav-home.gif) no-repeat; text-indent: -999em; ; background-color: transparent;
}
#header .nav .menu1 a:hover { background-position:bottom;
	}
#header .nav .menu1 {
	height:21px; width:116px; background: url(../images/mNav-home.gif) no-repeat;
}

#header .nav .menu2 a {
	height:21px; width:116px; background: url(../images/mNav-solutions.gif) no-repeat; text-indent: -999em; ; background-color: transparent;
}
#header .nav .menu2 a:hover { background-position:bottom;
	}
#header .nav .menu2 {
	height:21px; width:116px; background: url(../images/mNav-solutions.gif) no-repeat;
}
#header .nav .menu3 a {
	height:21px; width:116px; background: url(../images/mNav-company.gif) no-repeat; text-indent: -999em; background-color: transparent;
}
#header .nav .menu3 a:hover { background-position:bottom;
	}
#header .nav .menu3 {
	height:21px; width:116px; background: url(../images/mNav-company.gif) no-repeat;
}
#header .nav .menu4 a {
	height:21px; width:116px; background: url(../images/mNav-resources.gif) no-repeat; text-indent: -999em; background-color: transparent;
}
#header .nav .menu4 a:hover { background-position:bottom;
	}
#header .nav .menu4 {
	height:21px; width:116px; background: url(../images/mNav-resources.gif) no-repeat;
}
#header .nav .menu5 a {
	height:21px; width:116px; background: url(../images/mNav-blog.gif) no-repeat; text-indent: -999em; background-color: transparent;
}
#header .nav .menu5 a:hover { background-position:bottom;
	}
#header .nav .menu5 {
	height:21px; width:116px; background: url(../images/mNav-blog.gif) no-repeat;
}


#header .nav li ul  {
	/* second-level lists */
	position: absolute;
	background-color: #a8b5ab;
	border: 1px solid #000;
	width: 180px;
	margin: 0 0 0px 0px;
	font-size: .9em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	overflow: hidden;
}
#header .nav li li a {
	margin: 1px 0 1px 0;
	padding: .5em 0 .2em 10px;
	width: 180px;
	vertical-align: middle;
}

#header .nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* start homepage left navigation */
#leftcol-home-nav .navH, #leftcol-home-nav .nav ul { /* all lists */
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	font-weight: bold;
}
#leftcol-home-nav .navH { float: left; margin: 0 0 0 0;}

#leftcol-home-nav .navH a, #leftcol-home-nav .navH li.selected li a  {
	display: block;
	margin:  0 0 0 0;
	padding: 3px 0 0 0;
	text-decoration: none;
	color: #fff;
	font-size: 11pt;
	background: url(../images/leftnav-home-bg.gif) no-repeat;
	background-color: #0d542f;
	text-indent: 45px;
}
#leftcol-home-nav .navH a {
	width: 290px;
	height: 24px;
} /* set the width */

/* the hover property needs to be repeated on the PageTemplate file for the dynamic styles */
#leftcol-home-nav .navH a:hover, #leftcol-home-nav .navH .selected a, #leftcol-home-nav .navH li.selected li a:hover { color: #cfa730; background: url(../images/leftnav-home-bgH.gif) no-repeat; background-color: #0d542f; }


#leftcol-home-nav .navH li {
	float: left; /* for ie to not put extra space */
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 290px; /* width needed or else Opera goes nuts */
}

/* start subpage left navigation */


.mainlink {line-height: 22px; background-color: #327a55; font-size: 1.1em; margin: 0 0 0 0;  padding: .4em .5em .4em 5px; }
.mainlink a{text-decoration: none;  font-weight: bold; color: #fff;}
.mainlink a:hover{text-decoration: underline;}

#leftcol-nav {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	font-weight: bold;

}

#leftcol-nav h3 {background-color: #327a55; line-height: 20px; font-size: 1em; margin: 0 0 .13em 0;  padding: .5em .3em .5em .3em;  display: block; }
#leftcol-nav h3 a {
	color: #fff;
	text-decoration: none;
	padding: 0 0 .5em 5px;
}

#leftcol-nav h3 a:hover {
	color: #0d542f;
	text-decoration: underline;
}
.leftnav {
	color: #0d542f;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0;
}
.leftnav ul{ margin: 0; padding: 0 0 12px 0; width: 158px; }
.leftnav li{ margin: 0; padding:  0 0 0 0px; width: 100%; font-weight: bold; }
.leftnav a{ display: block; padding: .3em 0 .3em 10px; color: #000; text-decoration: none; }
.leftnav a:hover { background-color: #DCDCDC; color: #0d542f; }

/* headings */
h1 { margin: 0 0 .75em 0; font-size: 1.5em; color: #0d542f;}
h2 { margin: 0 0 1em 0;  padding: .4em .4em .4em .4em; font-size: 1.2em; color: #0d542f;}
h3, h4, h5, h6 { margin: 1em 0 .1em 0; font-size: 1em; }
h3 {color: #0d542f}
#leftcol-home h3 { margin: 0 0 .5em 0;  padding: .4em .4em .4em .4em; font-size: 1.15em; color: #fff; height: 20px;}
/* specific headings */
.WhtOnGld {
	color: #fff;
	background-color: #cfa730;
	padding-left: 5px;
}
.WhtOnGrn-Arr {
	background-color: #0d542f;
	color: #fff;
	background-image: url(../images/SE-H-bg.gif);
	background-position: right;
	background-repeat: no-repeat;
    height: 20px;
}
/* common elements without classes -  p, a, ul, img -  */
p { margin: 0 0 7px 0; }
a { color: #0d542f; }
img { border: 0;}
blockquote { margin: 1em 0 1em 1em; }
th { text-align:left; }
sup {
	font-size: x-small;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}

#column {
	padding: 0 5px 0 5px;
}
.quote {
	padding: 0 5px 0 5px;
margin: 15px 0 5px 0;
	font-size: 1.2em;
	color: #0d542f;
	font-weight: bold;
	font-style: italic;
}

/* lists */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* specifics */
#leftcol h3 { margin: 0 0 .3em 0; padding: .3em .3em .3em .3em;}
#sidebar h3 { margin: 0 0 .3em 0;  padding: .3em .3em .3em .3em; background-color: #0d542f; color: White; display: block; }
#content h3 { margin: 0 -1px .3em -1px;  padding: .3em .3em .3em .3em; background-color: #0d542f; color: White; display: block; }
#sidebar img { display: block; }
#sidebar p, #sidebar ol, #sidebar ul { font-size: 1em; }
#content ul { margin: 0; padding: 0; }
#content li { padding-left: 10px; background: url(../images/bullet.gif) no-repeat 0 .5em; margin-bottom: .5em;}
#content p, #content ol, #content ul { font-size: 1em; margin-bottom: 1em; width: 95%; }
img.photo { margin: 0 16px 10px 0; border: 1px solid #0d542f; }
div.adspace img { border: 0; }
#content-header-img { display: block; margin: 0; padding: 0; }
#content_footer {
	padding: 25px 0px;
	clear: both; /* filler to keep center col open */
}
/* chart styles for the content section  */
#chart th {
	font-size: .9em;
	padding: 5px 5px 5px 5px;
	background-color: #DCDCDC;
}
#chart td {
	font-size: .9em;
	font-style: normal;
	background-color: #ECDDAE;
padding: 5px 5px 5px 5px;
}
#chart .note {font-size: .9em; color: Maroon; font-weight: normal; }

/* text left/or/right with image styles for the content section  */
#text_n_img {
	margin: 5px 0px 0px 0px;
	vertical-align: top;
}
#text_n_img th {
	font-size: 1em;
	padding: 0px 5px 0px 0px;
	color: #0d542f
}
#text_n_img td {
	font-size: 1em;
	padding: 2px 5px 2px 0px;
	vertical-align: top;
}
#text_n_img img {
	margin: 5px 10px 5px 10px;
	border: 2px solid #0d542f;
}
#text_n_img p { font-size: 1em; margin-bottom: .5em; width: 95%; }
#text_n_img li {margin-bottom: .4em;}
#text_n_img ul {margin-bottom: 0em;}
#text_n_img .note {font-size: .8em; color: #333; font-weight: normal; margin: 5px 5px 5px 10px; vertical-align: top;}
#text_n_img .sHead {color: #0d542f; font-weight: bold;}




/* form styles for the content section - request form etc */
#formstyle table {padding: 1px 0px 1px 0px;}
#formstyle th {font-size: .9em; padding: 5px 0px 0px 0px;}
#formstyle td {font-size: .9em; font-style: normal;}
#formstyle h3 { margin: 2px 0 1em 0; padding-top: 0; color: #164E99; font-size: 1.1em; }
#formstyle .note {font-size: .9em; color: Maroon; font-weight: normal; }

/* NEWS styles for the content section - news headline formatting */
#newsstyle h3 { margin: 1em 0 0 0; padding-top: 0; color: #164E99; font-size: 1.1em; }
#newsstyle p { margin: 0 0 0 3px; padding-bottom: 0px; padding-top: 0px; font-size: 1em;}
#newsstyle .download {font-size: .9em; font-weight: normal; padding-top: 2px;}

/* utilities */
.strong { font-weight: bold; }

/* blocks - these are different for left and right columns. they surround a block of text or images and put an appropriate side and bottom border  */
#leftcol div.block { clear: both; margin: 0; padding: 0 12px 0 10px; border-right: 1px solid #0763C6; border-bottom: 1px solid #0763C6; font-size: .9em; }
#sidebar div.block { clear: both; margin: 0; padding: 0;}
.block h3 { margin:0 0 1em 0; padding-top:1em; color: #164E99; }


/* subnav */
.subnavH {line-height: 22px; background-color: #327a55; font-size: 1.1em; margin: 0 0 0 0;  padding: .4em .5em .4em 5px; text-decoration: none; font-weight: bold; color: #fff;}
.subnavH a{text-decoration: none;  font-weight: bold; color: #fff;}
.subnavH a:hover{text-decoration: underline;}
.subnav { clear: both; margin: 0 0 0 0; padding: 0; background-color: #fff; }
.subnav ul {list-style: none;  margin: 0; padding: 0; width: 200px; }
.subnav li {margin: 0; padding: 0; width: 100%; font-weight: bold; }
.subnav a { display: block; margin: 0 0 0 0; padding: .2em 0 .2em 12px; color: #0d542f; background-color: #fff; text-decoration: none; }
.subnav a:hover { background-color: #ECDDAE; color: #0d542f; }


/* learn more */
.more a {color: #000; font-weight: bold; font-size: .9em; text-decoration: underline; }
.more a:hover {color: #0d542f;}
#sidebar .more { text-align: right; margin-right: 5px; }



/* bio */
#sidebar .bio { margin: 60px 0 0 0; }
.bio h3 { margin: .5em 0; }
#content .bio p { font-size: 1em; }


/* sitemap */
#content .nav ul { margin-top: .2em; margin-bottom: 0em; }
#content .nav li a { font-size: 1.1em; font-weight: bold; }
#content .nav li li a { font-size: .9em; font-weight: normal; }
#content .nav li ul { margin-top: .2em; padding: 0 0 0 1em;}
#content .nav li li ul { margin-bottom: .2em; padding: 0 0 0 1em;}
#content .nav li li li a { font-size: .9em; font-weight: normal;  text-decoration: underline;  margin: 0; padding: 0;}
#content .nav li li li a:hover {background-color: #fff;}
/* hide the subtnav heading non-LINK in the sitemap.  */
#content .nav li li .subnavH {font-size: .95em; font-weight: normal; color: #000; margin: .6em 0 .6em 0em;  padding: 0 0 0 1.4em;  background-color: #fff; line-height: 1em; }
/* hide the subtnav heading LINK in the sitemap. If it is a link it is a dup of the parent section title */
#content .nav li li .subnavH a {font-size: .0em; font-weight: normal; margin: 0; padding: 0; text-indent: -999em;  background-color: transparent; line-height: 0px; display: none;
}



/* table formatting */
.recordList { width: 90%; margin: 12px 0 20px 0; padding: 0; border-collapse:collapse; }
.recordList td, .recordList th { text-align: left; padding: 6px 8px 6px 8px; }
.recordList th { background-color: #dedede; }
.recordList td { border-bottom: 1px solid #dedede; }

/* error message */
.fail { padding: 10px 2px; color:#FF0000; border: 1px solid #f00; }
