﻿body {
	margin: 0px;
	background-color: #999999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: small;
	color: #000000;
}
/* Styles for DIV tags */
#container {
	margin: 0px;
	width: 860px;
	background-color: #F3F5F5;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	overflow: auto;
}
#starter {
	margin: 0 0px 0 60px;
	height: 76px;
	background-color: #F7FAFB;
	background: url('../images/S-E-G-Logo.gif') no-repeat center left;
	padding: 25px 60px 5px 0px;
}
#starter h1 {
	color: #112233;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	margin: 0px;
	text-align: right;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#navigation {
	margin: 0;
	padding: 0;
    background-color: #6C96A2;
    margin-left: 0px;
    text-align: center;
    border-top: 3px solid #445566;
    border-bottom: 3px #445566 solid;
}
html>body #navigation {
    overflow: hidden;
}
#content_container {
	margin: 0 0 0 30px;
	background-color: #ffffff;
	padding: 40px 0px 0px 0px;
	width: 800px;
	max-height: none;
	overflow: auto;
}
#content_editable {
	padding: 40px 0px 0px 30px;
	vertical-align: top;
	float: left;
	width: 740px;
	margin: 0 0 0 30px;
	background: #FFFFFF;
	float: left;
	margin-left: 0;
	color: #112233;
}
#image_right {
	float: right;
    margin-bottom: 6px;
    margin-left: 6px;
    margin-right: 3px;
}
#image_left {
	float: left;
    margin-bottom: 6px;
    margin-left: 6px;
    margin-right: 3px;
}
/* Styles for Navigation */
#navigation ul {
    list-style-type: none;
    width: 100%;
    margin-left: 0px;
    margin: 0;
    padding: 0;
}
#navigation li {
    float: left;
}
#navigation a {
    color: #fff;
    text-decoration: none;
    margin: 0 1px;
    padding: 5px;
    display: block;
    border: 1px #999999 solid;
}
#navigation a:hover {
    border: 1px solid #456;
    background-color: #456;
}
/* Styles for Left Column */
h1 {
    font-size: xx-large;
    color: #333333;
    margin-top: 0px;
}
h2 {
    font-size: x-large;
    color: #333333;
    margin-top: 0px;
}
h3 {
	margin: 35px 0 25px 0;
	font-size: large;
	color: #333333;
}
h4 {
    font-size: medium;
    color: #000000;
    margin-top: 0px;
}
h5 {
	font-size: small;
	margin-top: 0px;
}
h6 { 
    font-size: x-small;
    margin-top: 0px;
}
a {
    color: #112233;
}
p {
	color: #112233;
}
li {
	color: #112233;
}
a:hover {
    color: #998866;
    text-decoration: none;
}
#copyright {
    float: right;
    text-align: right;
}
#copyright p {
    font-size: x-small;
}
/* Styles for Footer */
#footer {
	background: url('../images/SkyLine1.png') center;
	top: inherit;
	height: 70px;
	clear: none;
	margin: 0 0px 0 30px;
	width: 800px;
}
#footer p {
    margin: 0;
    font-size: x-small;
    text-align: left;
}
#footer a {
    color: #FFFFFF;
    font-weight: bold;
}
#footer a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.image {
	margin-top: 30px;
	margin-bottom: 10px;
}
.narrow {
	margin-left: 80px;
	margin-right: 80px;
}

.page_line {
	background: #8499A5;
	color: #8499A5;
	height: 8px;
	margin-top: 20px;
}
.page_thinline {
	background: #8499A5;
	color: #8499A5;
	height: 4px;
	margin-top: 20px;
}
.style_bold {
    font-weight: bold;
}
.style_italic {
    font-style: italic;
}
.style_ul {
	text-decoration: underline;
}
.style_ubold {
	font-weight: bold;
	text-decoration: underline;
}
.style_center {
	text-align: center;
}
.style_justify {
	text-align: justify;
}
.style_left {
	text-align: left;
}
.style_right {
	text-align: right;
}


/* remove the bullets, padding and margins from the lists */
.menu ul{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 1px #999999 solid;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
	border: 1 #C0C0C0 solid;
	float: left;
	position: relative;
	z-index: 100;
}

/* use the table to position the dropdown list */
.menu table{
    position:absolute;
    border-collapse:collapse;
    z-index:80;
    left:0px;
    top:28px;
}

/* style all the links */
.menu :visited {
	display: block;
	font-size: 12px;
	width: 140px;
	padding: 7px 0;
	color: #FFFFFF;
	background: #8499A5;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 10px;
	text-align: left;
}
.menu a {
	display: block;
	font-size: 12px;
	width: 140px;
	padding: 7px 0;
	color: #FFFFFF;
	background: #8499A5;
	text-decoration: none;
	margin-right: 0px;
	padding-left: 10px;
	text-align: left;
}
/* style the links hover */
.menu :hover{
	color: #FFFFFF;
	background: #5A7381;
}

/* hide the sub level links */
.menu ul ul {
    visibility:hidden;
    position:absolute;
    width:140px;
    height:0;
}
/* make the sub level visible on hover list or link */
.menu ul a:hover ul{
    visibility:visible;
}
.menu ul li:hover ul{
    visibility:visible;
}
