/* CSS Document */

html, body {
	height:100%;
	}

/* Set some defaults */

body {
	margin:0;
	padding:0;
	font-size:small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-style:none;
	background-color:#D8DBDE;
	color:#616161;
	}

.clear
{
	clear: both;
}
	
p {	}

p.first {
	margin-top:0;
}

a {
	text-decoration:none;
	color:#005387;
	}

a:hover {
	text-decoration:underline;
	}

ul, ol, li, a, div {
	padding:0;
	margin:0;
	}

h1 {
	font-size:18px;
	}

h2 {
	font-size:14px;
	}

h3 {
	font-size:12px;
	}
	
h1, h2, h3, h4, h5, h6 {
	color:#45748B;
	margin-top:10px;
	margin-bottom:3px;
	}

h1.first, h2.first, h3.first, h4.first {
	margin-top:0;
}

h4 {font-size:100%;}

a img {
	border:none;
	}

.red {color:red;}

/* Set up structure of containers to manage page width and height */

#container1 {
	width:100%; 
	height:100%;
	margin:0;
	background-image:url(../images/sce/css/bkg_header.png);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:5px;
	}

#container2 {
	width:972px;
	margin:0 auto;
	z-index:500;
	
/* Container 2 position:relative and min-height:100% per FooterstickAlt */
/*	background-image:url(../images/SCE/CSS/maincontent_background.gif);
	background-repeat:repeat-y;
*/	position:relative;
	min-height:100%;
	}

#isIE_version_LTE6 #container2 {
	height:100%;
	}

#isIE_version_7 #container2 {
	min-height:99%;
	}

#pagebody {								/* Padding clears a space for the footer to move up into. */
	padding-bottom:175pt;
	width:972px;
	}
	

/* Define header styles */

#header {
	position:relative;
	height:45px;
	width:100%;
	}

a#logo, a#logo:hover {
	display:block;
	position:absolute;
	top:7px;
	left:5px;
	height:69px;
	width:140px;
	background-image:url(../images/sce/css/logo.png);
	background-repeat:no-repeat;
	text-decoration:none;
	}

#phone_info {
	position:absolute;
	top:5px;
	right: 180px;
	color:#024161;
	padding:5px 0 5px 20px;
	background-image:url(../images/sce/css/phone_icon.png);
	background-position:center left;
	background-repeat:no-repeat;

}


#login_link {
	float:right;
	background-color:white;
}

#login_link a {
	display:block;
	float:left;
	background-image:url(../images/sce/css/loginlink_mid.png);
	background-repeat:repeat-x;
	background-position:bottom;
	line-height:24px;
	height:24px;
	padding-bottom:3px;
	color:#024161;
	text-decoration:none;
	}

#login_link span {
	height:27px;
	display:block;
	float:left;
	}

#login_link span.left {
	width:6px;
	background-image:url(../images/sce/css/loginlink_left.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	text-decoration:none;
	}

#login_link span.right {
	width:6px;
	background-image:url(../images/sce/css/loginlink_right.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	text-decoration:none;
	}

/* Top Navigation */

#menucontainer {
	margin:0;
	padding:0;
	position:relative;
	float:right;
	}

#menu {
	display:block;
	float:left;
	}

#menu ul {
	list-style:none;
	display:block;
	background-color:white;
	padding-top:1px;
	}

#menu li {
	display:block;
	float:left;
	background-image:url(../images/sce/css/bkg_topnav_tabs.png);
	background-repeat:repeat-x;
	padding:5px 0 9px 0;
	}
	
#menu a	{
	color:#024161;
	font-weight:bold;
	display:block;
	height:20px;
	line-height:20px;
	padding:0px 12px 0px 12px;
	text-transform:uppercase;
	border-left:1px solid #CECECE;
	}

#menu li.first a, #menu li#menu0 a {
	border-left:none;
}


#menu a.main_current, #menu a:hover {
	color:#E91C27;
	text-decoration:none;
	}

#menucontainer div.tl, #menucontainer div.tr {
	position:absolute;
	top:0;
	height:5px;
	width:5px;
	}

#menucontainer div.tl {
	left:0;
	background-image:url(../images/sce/css/bkg_topnav_tabs_tl.png);
	}
	
#menucontainer div.tr {
	right:0;
	background-image:url(../images/sce/css/bkg_topnav_tabs_tr.png);
	}

/* Sub Navigation */

#submenu_container {
	position:absolute;
	right:15px;
	top:0px;
	z-index:1000;
	height:51px;
	width:957px;
	}

#submenu {
	position:absolute;
	bottom:0;
	right:0;
	background-image:url(../images/sce/css/bkg_subnav_left.gif);
	background-repeat:no-repeat;
	}

#submenu ul {
	list-style:none;
	display:block;
	padding-top:1px;
	background-image:url(../images/sce/css/bkg_subnav_right.gif);
	background-repeat:no-repeat;
	background-position:top right;
	}
	
#submenu ul ul {
	display:none;
	}

#submenu ul li.current > ul {
	display:block;
	}

#submenu li {
	display:block;
	float:left;
	padding:4px 0;
	}

#submenu a {
	color:#024161;
	display:block;
	padding:0 12px;
	border-left:1px solid #CECECE;
	}

#submenu li.first a, #submenu > ul > li:first-child a {
	border-left:none;
}

#submenu a.current {
	color:red;
	}

#submenu a:hover {
	text-decoration:none;
	}

#submenu a.current:hover {
	cursor:default;
	}

#submenu li.current {
	}

#submenu li.current a {
	}

#submenu li.current a:hover {
	}

/* Last Navigation */

#lastnav {
	padding-bottom:6px;
	}

#lastnav ul {
	list-style:none;
	display:block;
	}
	
#lastnav ul ul {
	display:none;
	padding-left:10px;
	}

#lastnav ul li.current > ul {
	display:block;
	}

#lastnav li {
	display:block;
	}

#lastnav li.first, #submenu li#submenu0 {
	border-left:none;
}

#lastnav a {
	color:#024161;
	padding-left:10px;
	background-image:url(../images/sce/css/lastnav_bullet.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	line-height:160%;
	}

#lastnav a.current {
	color:red;
	}

#lastnav a:hover {
	text-decoration:none;
	}

#lastnav a.current:hover {
	cursor:default;
	}

#lastnav li.current {
	}

#lastnav li.current a {
	}

#lastnav li.current a:hover {
	}


/* All Page Styles */

#maincontent {
	line-height:160%;
	margin-top: -10px;
	}

#maincontent ul {
	list-style:none;
}

#maincontent li {
	padding:0 0 10px 12px;
	background-image:url(../images/sce/css/bullet_blue.gif);
	background-position:1px 9px;
	background-repeat:no-repeat;
}

.band {
	float:left;
	margin-bottom:9px;
	}

/* Home Page */

.coda-slider-wrapper {
	clear: both;
	overflow: auto;
	padding: 0 0 32px 0;
	background-image:url(../images/sce/css/slider_shadow.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	}

.coda-slider {
	width:972px;
	background-color:#BAC7D3;
	float: left;
	overflow: hidden;
	position: relative;
	}
	
.coda-slider .panel {
	display: none;
	float: left;
	}
	
.coda-slider .panel:first-child {
	display: block;
}
	
.coda-slider .panel-container {
	position: relative;
	}	

.coda-nav {
	font-size:90%;
	}

.coda-nav span {
	display:block;
	font-size:20px;
	float:left;
	width:100%;
	padding-bottom:2px;
	}

.coda-nav ul {
	list-style:none;
	width:972px;
	}

.coda-nav li {
	display:block;
	float:left;
	width:243px;
	margin-top:1px;
	}

.coda-nav li a {
	display:block;
	padding:11px 5px 10px 8px;
	min-height:40px;
	font-size:12px;
	color:#616161;
	text-decoration:none;
	background-image:url(../images/sce/css/slider_unselected.gif);
	background-repeat:no-repeat;
	background-position:50% 0px;
	}

.coda-nav li a.current {
	background-image:url(../images/sce/css/slider_current.gif);
	color:white;
	}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }


.home .boxes_W3 {
	min-height:160px;
	background-image:url(../images/sce/css/boxes_W3.png);
	background-repeat:repeat-y;
	width:100%;
	position:relative;
}

.boxes_W3 .bkg_img {
	position:absolute;
	background-repeat:no-repeat;
}

#bkg_project {
	background-image:url(../images/sce/projectcycle_bkg.png);
	height:57px;
	width:112px;
	bottom:0;
	right:654px;
}

#bkg_globe {
	background-image:url(../images/sce/globe_bkg.png);
	height:69px;
	width:116px;
	bottom:0;
	right:327px;
}

#bkg_social {
	background-image:url(../images/sce/social_bkg.gif);
	height:57px;
	width:107px;
	bottom:0;
	right:0px;
	background-position:5px 0;
}


.home .boxes_W3 .capsule {
	float:left;
	width:298px;
	padding:10px;
	margin-left:9px;
	position:relative;
}

.home .boxes_W3 .capsule.first {
	margin-left:0;
}

.home .boxes_W3 .capsule.last {
}


.home .boxes_G2W1, .home .boxes_W2W1 {
	min-height:300px;
	background-image:url(../images/sce/css/boxes_G2W1.png);
	background-repeat:repeat-y;
	width:100%
}

.home .boxes_W2W1 {
	background-image:url(../images/sce/css/boxes_W2W1.png);
}

.home .boxes_G2W1 .column.first, .home .boxes_W2W1 .column.first {
	float:left;
}

.home .boxes_G2W1 .column.first .capsule, .home .boxes_W2W1 .column.first .capsule {
	float:left;
	width:625px;
	padding:10px;
}

.home .boxes_G2W1 .column.last, .home .boxes_W2W1 .column.last {
	float:left;
	margin-left:9px;
	width:318px;
}

.home .boxes_G2W1 .column.last .capsule, .home .boxes_W2W1 .column.last .capsule {
	float:left;
	width:318px;
	padding:0px;
	background-color:#D8DBDE;
	padding-bottom:9px;
}

.home .boxes_G2W1 .column.last .capsule.last, .home .boxes_W2W1 .column.last .capsule.last {
	padding-bottom:0px;
}

.home .boxes_G2W1 .column.last .capsule .inner, .home .boxes_W2W1 .column.last .capsule .inner {
	background-color:white;
	padding:10px;
}

/*TEMP*/
.home .boxes_G2W1 .column.last p, .home .boxes_W2W1 .column.last p {
	padding:0;margin:0;
}

/* Inner Pages (Type 1, Type 2 and Type 3) Styles */


#pagecontainer {min-height:600px;}

.innerpage #pagecontainer {
	float:left;
	background-color:white;
	position:relative;
	}
	
.innerpage #pagecontainer > .inner {
	float:left;
	background-image:url(../images/sce/css/bkg_innerpage_header.png);
	background-position:top;
	background-repeat:no-repeat;
	position:relative;
	padding-top:58px;
	width:972px;
	}

.innerpage #page_bottomround {
	float:left;
	background-image:url(../images/sce/css/bkg_innerpage_footer.png);
	width:972px;
	height:3px;
	clear:both;
	}

.innerpage #headline {
	position:absolute;
	top:0px; 
	left:10px;
	height:51px;
	line-height:51px;
	color:white;
	font-size:150%;
	font-style:italic;
	}

.innerpage h1 {
	position:absolute;
	top:0px; 
	left:10px;
	height:51px;
	line-height:51px;
	color:white;
	font-style:italic;
	margin:0;
	font-size:18px;
	}


.innerpage .boxes_W2G1 {
	background-image:url(../images/sce/css/innerpage_boxes_W2G1.png);
	background-repeat:repeat-y;
	width:100%;
	float:left;
	margin-top:10px;
}

.innerpage .boxes_W2G1 >.inner {
	float:left;
	background-image:url(../images/sce/css/innerpage_boxes_W2G1_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:100%
}

.innerpage .boxes_W2G1 >.inner >.inner {
	min-height:300px;
	background-image:url(../images/sce/css/innerpage_boxes_W2G1_top.png);
	background-repeat:no-repeat;
	background-position:top;
}

.innerpage .capsule.focus {
	background-image:url("../images/sce/css/bkg_focusbox_bottom.png");
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
	width:643px;
	margin-left:-11px;
}

.innerpage .capsule.focus .inner {
	background-image:url("../images/sce/css/bkg_focusbox_top.png");
	background-repeat:no-repeat;
	float:left;
	padding:5px 3px;
}

.innerpage .capsule.focus .cols3 ul {
	display:block;
	float:left;
	width:209px;
	margin-right:5px;
}

.innerpage .capsule.focus .cols3 ul.last {
	margin-right:0;
}

.innerpage #maincontent .capsule.focus .cols3 ul li {
	font-size:85%;
	font-weight:bold;
	padding-left:9px;
	line-height:140%;
	background-position:1px 6px;
}
/* Tweak for Intranet with RHS navigation*/
	.intranet .boxes_W2G1 {
		background-image:url(../images/sce/css/intranet_boxes_W2G1.png);
	}
	.intranet .boxes_W2G1 >.inner {
		background-image:url(../images/sce/css/intranet_boxes_W2G1_bottom.png);
	}
	.intranet .boxes_W2G1 >.inner >.inner {
		background-image:url(../images/sce/css/intranet_boxes_W2G1_top.png);
	}


.innerpage .boxes_W2G1 .column.first {
	float:left;
	width:615px;
	padding:0 15px;
}

/*Override for Intranet with RHS Navigation */
	.intranet .boxes_W2G1 .column.first {
		width:745px;
	}

.innerpage .boxes_W2G1 .column.last {
	float:left;
	margin-left:9px;
	margin-right:9px;
	width:289px;
	padding:10px;
}

/*Override for Intranet with RHS Navigation */
	.intranet .boxes_W2G1 .column.last {
		width:159px;
	}

.innerpage .boxes_W2G1 .column.last .breaker
	{
	width:306px;
	background-color:white;
	margin-left:-13px;
	}

/*Override for Intranet with RHS Navigation */
	.intranet .boxes_W2G1 .column.last .breaker
		{
		width:176px;
		}

.innerpage .boxes_W2G1 .column.last .breaker .first, .innerpage .boxes_W2G1 .column.last .breaker .last
	{
	height:5px;
	background-repeat:no-repeat;
	}

.innerpage .boxes_W2G1 .column.last .breaker .first
	{
	background-image:url(../images/sce/css/innerpage_boxes_breaker_G1_bottom.png);
	margin-bottom:10px;
	}

/*Override for Intranet with RHS Navigation */
	.intranet .boxes_W2G1 .column.last .breaker .first
		{
		background-image:url(../images/sce/css/innerpage_boxes_breaker_G1_bottom.png);
		}


.innerpage .boxes_W2G1 .column.last .breaker .last
	{
	background-image:url(../images/sce/css/innerpage_boxes_breaker_G1_top.png);
	}

/*Override for Intranet with RHS Navigation */
	.intranet .boxes_W2G1 .column.last .breaker .last
		{
		background-image:url(../images/sce/css/innerpage_boxes_breaker_G1_top.png);
		}


/* Add styles for left nav in Innerpage Type 2/3/4 */


.innerpage2 .boxes_W2G1 .column.first .column.first,
.innerpage3 .boxes_W2G1 .column.first .column.first,
.innerpage4 .boxes_W2G1 .column.first .column.first {
	float:left;
	width:190px;
	padding:0;
}

.innerpage2 .boxes_W2G1 .column.first .column.last,
.innerpage3 .boxes_W2G1 .column.first .column.last,
.innerpage4 .boxes_W2G1 .column.first .column.last,{
	width:415px;
	padding:0;
}


/* Intranet with LHS Navigation */

.intranet #pagecontainer > .inner > .column.first {
	float:left;
	margin-left:10px;
	width:165px;
	padding:0;
}

.intranet #pagecontainer> .inner > .column.last {
	margin-left:175px;
	width:787px;
}

.intranet #maincontent {margin-top:0;}
/* Free floating boxes */

.box180_G {
	background:url(../images/sce/css/capsule_box_180_G.png);
	background-repeat:repeat-y;
}

.box180_G .inner {
	background:url(../images/sce/css/capsule_box_180_G_bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

.box180_G .inner .inner {
	background:url(../images/sce/css/capsule_box_180_G_top.png);
	background-position:top;
	background-repeat:no-repeat;
	padding:5px 10px;
}

/* Define styles for footer */

#footer {
	position:relative;
	margin-top:-200pt;
	height:200pt;
	}

#footer > .inner {
	background-image:url(../images/sce/css/bkg_footer.png);
	background-repeat:repeat-x;
	min-height:200pt;
	padding-top:30px;
	}

#footer .inner .inner {
	clear:both;
	width:972px;
	margin:auto;
	margin-bottom:0;
	position:relative;
	z-index:5000;
}

#footer .column {
	width:233px;
	float:left;
	padding-left:10px;
}

#footer .column.col2 {width:283px;}

#footer .column.col4 {width:183px;}

#footer ul {
	list-style:none;
}

#footer h1, #footer h2, #footer h3, #footer h4 {
	color:white;
}

#footer p {
	margin-top:0;
	margin-bottom:0;
	text-align:center;
	font-size:80%;
	color:white;
	}
	
#footer a {
	text-decoration:none;
	color:white;
	font-size:85%;
	}

#footer p a {
	color:#15ADFF;
}

#footer a:hover {
	text-decoration:none;
	color:#15ADFF;
	}

#footer p a:hover {
	color:white;
	}
	
/* THESE STYLES TARGET THE SCE */

.editor {
	line-height:140%;
	color:#616161;
	background-color: #ffffff;
	}

.editor ul, .editor ol {
	list-style-position:outside;
	padding:0;
	}
	
.editor ul {
	list-style-type:circle;
	margin-left: 15px;
	}

.editor ol {margin-left:30px;}

.editor li {
	margin-bottom:0.4em;
	}

.editor a {
	text-decoration:underline;
	}

#login_form_temporary
{
	display: none;
	z-index: 1000;
	background: #ccc;
}


#toppanel
{
	top: 0;
	left: 0;
	position: absolute;
	z-index: 9999;
	text-align: center;
	margin: auto;
	width: 100%;
	font-size: 85%;
	color: #999;
	line-height: 130%;
}

#panel
{
	display: none;
	width: 100%;
	height: 210px;
	color: #999;
	position: relative;
	background: #272727;
	z-index: 9999;
}

#panel .content
{
	width: 960px;
	text-align: left;
	margin: 0 auto;
}

#panel .content .left
{
	width: 280px;
	height: 200px;
	padding: 0 15px;
	float: left;
	margin: 5px 0;
	border-left: solid 1px #333;
}

#panel h1
{
	color: #fff;
	font-size: 1.6em;
	position: relative;
	line-height: 22px;
	height: auto;
	left: 0;
}

#panel .content .right
{
	border-right: solid 1px #333;
}

#panel .content label
{
	width: 280px;
	clear: both;
	padding-top: 8px;
	float: left;
	display: block;
	color: #fff;
}

#panel .content input.field
{
	width: 200px;
	height: 16px;
	color: #fff;
	margin-top: 4px;
	margin-right: 5px;
	border: solid 1px #1a1a1a;
	background: #414141;
}

#panel .content a
{
	color: #15adff;
	text-decoration: underline;
}

.tab
{
	height: 42px;
	postion: relative;
	z-index: 999;
	background: url("../images/tab_b.png");
	top: 0;
}

.tab ul.login
{
	width: auto;
	height: 42px;
	text-align: center;
/*	right: 150px;*/
	color: #fff;
	line-height: 42px;
/*	clear: right;*/
	float: right;
	position: relative;
}

.tab ul.login li
{
	height: 42px;
	text-align: left;
	float: left;
	background: url("../images/tab_m.png") repeat-x;
	list-style: none;
}

.tab ul.login li.left
{
	width: 30px;
	height: 42px;
	float: left;
	display: block;
	background: url("../images/tab_l.png") no-repeat;
	
}

.tab ul.login li.right
{
	width: 30px;
	height: 42px;
	float: left;
	background: url("../images/tab_r.png") no-repeat;	
}

.tab ul.login li a
{
	color: #15adff;
	text-decoration:none;	
}

.tab ul.login li a:hover
{
	color: #fff;
}


.tab a.open, .tab a.close
{
	width: 100px;
	height: 20px;
	line-height: 20px;
	display: block;
	position: relative;
	top: 11px;
	padding-left: 30px;
}

.tab a.open
{
	background: url("../images/bt_open.png") no-repeat;
	background-position-x: left;
	background-position-y: 0;
}

.tab a.close
{
	background: url("../images/bt_close.png") no-repeat;
	background-position-x: left;
	background-position-y: 0;
}

/* BlueCamroo Contact Form */

.bluecamroo_form {width:290px;}

.bluecamroo_form div {
	margin:2px 0;
	float:left;
	}

.bluecamroo_form label {
	float:left;
	width:82px;
	margin-right:5px;
	text-align:right;
	}

.bluecamroo_form input,.bluecamroo_form select {
	float:left;
	padding-left:5px;
	width:185px;
	}

.bluecamroo_form .button {
	width:279px;
	margin-top:5px;
}

.bluecamroo_form .submit {
	width:5em;
	float:none;
	margin:auto;
	display:block;
	text-align:center;
	}
	
/* News Headlines on Home Page */

.VolNewsLatest .VolNewsItem {
	border-top:1px solid #dedede;
	padding:3px 0;
	position:relative;
}

.VolNewsLatest .VolNewsItem:first-child {
	border-top:none;
}

.VolNewsLatest .news_title {
	font-weight:bold;
	display:block;
	margin-right:80px;
}

.VolNewsLatest .news_date {
	position:absolute;
	right:0;
	top:3px;
	font-size:70%;
	color:red;
}

/* Contact Form in sidebar */

#contactform {
	width:279px;
	float:left;
	display:none;    /* Note:  Override this in Page to show the form */
}

#contactform h4 {
margin:0;
padding-top:4px;
padding-bottom:3px;
}

#contactform h4.last {
padding-top:10px;
clear:left;}


/* Site Map */


#SiteMapContainer ul {
padding-bottom:10px;
}

#SiteMapContainer ul ul ul {
padding-bottom:0;
}


#SiteMapContainer li {
padding-bottom:0;
}


#SiteMapContainer ul li {
	font-weight:bold;
}

#SiteMapContainer ul ul li {
	font-weight:normal;
}

#SiteMapContainer br {display:none;}
