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

@charset "UTF-8";
/* CSS Document SEBN-B1.1 */
/* MAIN SITE STYLESHEET ---- DO NOT CHANGE WITHOUT UPDATING SEBN SITE VERSION NUMBER AND DOCUMENTING CHANGES */ 

*{
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------- General Styles -------------------------------------------------- */
body{
	background: #e9e9e9;
	font: normal 11px Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: .09em;
	margin: 15px 0px;
}

p{
	margin-bottom: 12px;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	color: blue;
	text-decoration: none;
}
a:visited{ 
  font-family: Arial, Helvetica, sans-serif;
	color: blue;
	text-decoration: none;
}
h1, h2, h3, h4, h5{
	margin: 5px 0;
	padding: 0;
	font-weight: bold;
}

h1	{
	font-size: 1.4em;
	padding-bottom: 3px;
	margin-bottom: 20px;
	border-bottom: solid 2px #e9e9e9;
}
h2	{font-size: 1.3em;}
h3	{font-size: 1.2em;}
h4	{font-size: 1.1em;}

ol	{list-style: decimal outside; }

ul {
  margin: 10px 0 10px 18px;
  padding: 0;
  list-style: square outside;
}

li {
  line-height: 1.5em;
  font-weight: bold;
  }

marquee{
	font-size: .9em;
	font-weight: bold;
	color: #999;
}

hr {
	background		: transparent; 
	height			: 1px; 
	border			: 1px solid #ddd; 
	width			: 100%;
}


/* Body Content */
.content .info, .content_optional .info{
	display: table;
	font-size: 12px;
	line-height: 1.5em;
}

.content_optional{min-height: 14px;}

/* -------------------------------------------------------------------------- */
#wrapper{
	width: 885px;
	position: relative;
	margin: 10px auto 10px auto;
	background: #fff;
}

/* ------------------------------------------------------- Header -------------------------------------------------------------- */
a.image_link{border: none;} /* Removes Border From Images that are Hyperlinks */

#header{
	width: 100%;
	height: 175px;
	clear: both;
	margin-bottom: 10px;
	background: url(../images/header.jpg) top left no-repeat;
}


/* ------------------------------------------------------ Top and Bottom Strip Colors ----------------------------------------- */
.top_strip, .bottom_strip{ border: 0px solid #5387b1;} /* Thin Line */

.top_strip .info, .bottom_strip .info{ background-color: #1d191a;} /* Thick Line */


/* ------------------------------------------------------- Top Strip ------------------------------------------------------------ */
.top_strip{
	width: 100%;
	height: 26px;
	position: relative;
	clear: both;
	border-top-width: 4px;
}

.top_strip .info{
	width: 100%;
	height: 22px;
	position: relative;
	margin-top: 4px;
	clear: both;
	
	
	/* Page Title Icon, positioned to the left */
	background-image: url(http://www.satelliteoptimization.com/sebn/SEBN-B1.0/images/title_icon.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.top_strip .info a.main_site{ 
	display: block;
	width: 310px;
	height: 20px;
	position: absolute;
	bottom: 0px;
	right: 5px;
	background: transparent url(http://www.satelliteoptimization.com/sebn/SEBN-B1.0/images/main_site.png) left top no-repeat;
}
.top_strip .info a:hover.main_site{ background-position: left bottom;}


.top_strip .info span{
	display: block;
	margin-left: 25px;
	padding: 5px;
	color: #fff;
}

/* ------------------------------------------------------- Bottom Strip ------------------------------------------------------------- */
.bottom_strip{
	position: relative;
	width: 100%;
	height: 26px;
	top: 5px;
	clear: both;
	border-bottom-width: 4px;
	margin-bottom: 2px;
}

.bottom_strip .info{
	width: 100%;
	height: 18px;
	position: relative;
	padding: 2px 0;
	clear: both;
}

.bottom_strip .info em{
	display: block;
	padding: 3px;
	text-align: center;
	color:#fff;
}


/* ------------------------------------------------------- Columns ------------------------------------------------------------------------ */

#col_left{
	width: 168px;
	float: left;
	margin: 5px 5px 0 5px;
}

#col_right{
	width: 695px;
	float: right;
	margin: 0 5px 0 0;
}

/* ------------------------------------------------------- Navigation Bar ------------------------------------------------------------ */

/* Heading */
#nav div.heading, #nav div:hover.heading{
	width: 168px;
	height: 22px;
	margin: 3px 0 0 0;
	background-color: transparent;
	background-image: url(http://www.satelliteoptimization.com/sebn/SEBN-B1.0/images/button.png);
	background-position: left top;
	background-repeat: no-repeat; 
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-indent: 7px;
	font-weight: bold;
	line-height: 22px;
}

/* Static Link */
#nav div{
	width: 168px;
	height: 22px;
	margin: 3px 0 0 0;
	background-color: transparent;
	background-image: url(http://www.satelliteoptimization.com/sebn/SEBN-B1.0/images/button.png);
	background-position: left -23px;
	background-repeat: no-repeat;
	text-indent: 22px;
	text-decoration: none;
	line-height: 22px;
	color: #fff;
}

#nav div a{display: block; width: 163px;} /* IE Fix Makes Text Change Style Regardless of where Mouse is on Roll-Over (IE 6 still doesn't show image change) */
#nav div a:hover{font-style: italic;}	/* IE Fix Makes Text Change Style Regardless of where Mouse is on Roll-Over (IE 6 still doesn't show image change) */

/* Active Link */

#nav div:hover, #nav div:hover.active, #nav div:hover.active, #nav div.active{ background-position: left bottom; color: #fff; font-style: italic;}

/* Left Column Info */
#col_left div.info{
	margin-top: 15px;
	width: 168px;
	height: auto;
	background: none;
}

/* -------------------------------------------------------------------- Content ------------------------------------------------------------------ */

.content, .content_optional{
	width: 695px;
	margin: 10px 0 0 0;
	text-align: left;
}
.content, .content div{
	min-height: 500px;
}

/* Corner Properties */

.content, .content_optional{
	background: url(http://www.satelliteoptimization.com/sebn/SEBN-B1.0/images/edge_v.png) repeat-y left top; /* Left Edge */
}
.content .edge_right, .content_optional .edge_right {
	background: url(http://www.satelliteoptimization.com/sebn/SEBN-B1.0/images/edge_v.png) repeat-y right top;
}
.content .corner_tl, .content_optional .corner_tl {
	background: url(http://www.satelliteoptimization.com/sebn/SEBN-B1.0/images/corner_tl.png) no-repeat left top;
}
.content .corner_tr, .content_optional .corner_tr {
	background: url(http://www.satelliteoptimization.com/sebn/SEBN-B1.0/images/corner_tr.png) no-repeat right top;
}
.content .corner_br, .content_optional .corner_br {
	background: url(http://www.satelliteoptimization.com/sebn/SEBN-B1.0/images/corner_br.png) no-repeat right bottom;
}
.content .corner_bl, .content_optional .corner_bl {
	background: url(http://www.satelliteoptimization.com/sebn/SEBN-B1.0/images/corner_bl.png) no-repeat left bottom;
}
.content .edge_top, .content_optional .edge_top {
	background: url(http://www.satelliteoptimization.com/sebn/SEBN-B1.0/images/edge_h.png) repeat-x left top;
}
.content .edge_bottom, .content_optional .edge_bottom {
	background: url(http://www.satelliteoptimization.com/sebn/SEBN-B1.0/images/edge_h.png) repeat-x left bottom;
}
.content .info div, .content_optional .info div{ /* Fixes Min-Height Flaw in Child Div Tags */
	min-height: 0px;	
}
.content .title{
	display: block;
	padding: 0 0 3px 5px;
	margin-bottom: 20px;
	margin-top: 5px;
	border-bottom: 1px solid #e9e9e9;
	font-size: 1em;
	font-weight: bold;
	color:#333;
}
.content .info, .content_optional .info{
	position: relative;
	width:98%;
	padding: 5px 1%;
}

/* --------------------------------------------------------------------------- Footer ---------------------------------------------------------- */
#footer{
	position: relative;
	clear: both;
	top: 10px;
	width: 100%;
	min-height: 50px;
	text-align: center;
	line-height: 1.5em;
}

#footer p{
	padding: 3px;
	color: blue;
}


/* -------------------------------------------------------------------------- Infomation Strips / Headers ------------------------------------- */

.head_strip{
	display: block;
	padding: 3px;
	background-color: #cc0000;
	color: #fff;
	font-weight: bold;
}

/* ------------------------------------------------------- News -------------------------------------------------------------- */


.news{
	font-size: 11px;
}

/* -------------------------------------------------------------------------- Contact Us ------------------------------------------------------ */

.contact{
	display: block;
	width: 400px;
	text-align: center;
	margin: 0 auto;
}

.contact strong{ 
/* Contact Area Heading */
	display: block;
	margin-bottom: 25px;
}
table.contact td{
	width: 340px;
}
table.contact{
	width: 100%;
	margin: 30px auto 0 auto;
	border-top: 1px solid #999;
	padding-top: 30px;
}

table.contact strong{
	display: block;
	clear: both;
	text-align: center;
	margin-top: 25px;
}

table .caption{
	display: block;
	margin-left: 35px;
	width: 250px;
	float: right;
	color: #CC0000;
	text-align: left;
}

.required{
	display: inline-block;
	color: #FF3333;
	margin-left: 10px;
}

.required2{
	display: block;
	clear: both;
	margin: 0;
	color: #FF3333;
	text-align: middle;
}

.thank_you{
	font-size: 1.5em;
	color: #FF3333;
}

.field{
	border:1px solid #FF6666;
}

.input_title{
	display: block;
	width: 100px;
	text-align: left;
	margin-right: 10px;
	float: left;
}

input{
	width: 150px;
	height: 15px;
	font-size: 12px;
	padding: 1px;
	border: 1px solid #999;
}

textarea{
	width: 100%;
	height: 150px;
	margin: 15px auto 5px auto;
}

input.button{
	width: 80px;
	height: 20px;
	padding: 0;
}

input.button:hover{
	background-color: #666;
}