/*CSS-reset*/

* { 
	margin: 0;
	padding: 0;
}

:focus {
outline: 0;
}

img {
	border: 0;
}




/* =Structure
---------------------------------------------------------------------------------------------------- */


body {
	background: #fff;
	text-align: left;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #666;
}


#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 745px;
}


#header,
#content,
#footer
{
	width: 745px;
	text-align: left;
}

/* =Header
---------------------------------------------------------------------------------------------------- */
#home-header {
	width: 745px;
	text-align: left;
	height: 245px;
	min-height: 245px;
}


#home-header object {
margin: 0;
	padding: 0;
}

#header-logo {
	margin-top:35px;
	margin-bottom:25px;
}


/* =Top Navigation
---------------------------------------------------------------------------------------------------- */	

#navigation {
	width: 745px;
	background-color:#f7f7f7;
	border: 1px solid #ccc;
	font-size:10px;
	display: block;
	text-transform:uppercase;
}

#navigation ul {
	float:right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}


#navigation ul li {
	float:left;
	margin: 0;
	padding: 0;
	padding: 8px 10px 8px 30px;
}


#navigation ul li a:link, 
#navigation ul li a:visited, 
#navigation ul li a:active {
	color: #666;
	text-decoration: none;
	padding-left:10px;
	background: url(../images/sprite-top-nav.gif) no-repeat 0 1px;
	}

#navigation ul li a:hover{
	color: #a9b8df;
	text-decoration: underline;
	padding-left:10px;
	background: url(../images/sprite-top-nav.gif) no-repeat 0 1px;
	}
	

#navigation ul li a.selected:link, 
#navigation ul li a.selected:visited, 
#navigation ul li a.selected:active{
	color: #000;
	text-decoration: none;
	padding-left:10px;
	background: url(../images/sprite-top-nav.gif) no-repeat 0 -8px;
	}
	

#navigation ul li a.selected:hover{
	color: #000;
	text-decoration: underline;
	padding-left:10px;
	background: url(../images/sprite-top-nav.gif) no-repeat 0 -8px;
	}


/* =Content Area
---------------------------------------------------------------------------------------------------- */	


#content {
	margin-top:30px;
	padding-bottom:25px;
	border-bottom:1px solid #ccc;
}



/* =Left Nav
---------------------------------------------------------------------------------------------------- */	

#leftNavCell{
	float:left;
	width:180px;
	padding: 25px 15px 0px 0px;
}



ul.sectionTitle {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.sectionTitle li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom:4px;
	padding-top:4px;
	border-bottom: 1px solid #ccc;
}


ul.sectionTitle li a:link, 
ul.sectionTitle li a:visited, 
ul.sectionTitle li a:active {
	color: #3B73B9;
	text-decoration: none;
	padding-left:10px;
	background: url(../images/sprite-left-sub-nav-section.gif) no-repeat 0 1px;
	font-weight: bold;
	}
	
ul.sectionTitle li a:hover {
	color: #a9b8df;
	text-decoration: none;
	padding-left:10px;
	background: url(../images/sprite-left-sub-nav-section.gif) no-repeat 0 1px;
	}	
	

ul.sectionTitle li a.selected:link, 
ul.sectionTitle li a.selected:visited, 
ul.sectionTitle li a.selected:active{
	color: #666;
	text-decoration: none;
	padding-left:10px;
	background: url(../images/sprite-left-sub-nav-section.gif) no-repeat 0 -9px;
	}	
	
ul.sectionTitle li a.selected:hover{
	color: #666;
	text-decoration: underline;
	padding-left:10px;
	background: url(../images/sprite-left-sub-nav-section.gif) no-repeat 0 -9px;
	}	
	

ul.sub-nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom:1px solid #ccc;
}

ul.sub-nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding: 4px 0px 4px 0px;
	border-top: 1px dotted #ccc;
}

ul li.first-nav-item {
	border-top: none;
}


ul.sub-nav li a:link, 
ul.sub-nav li a:visited, 
ul.sub-nav li a:active {
	color: #3B73B9;
	text-decoration: none;
	padding-left:10px;
	margin-left:10px;
	background: none;
	}

ul.sub-nav li a:hover{
	color: #a9b8df;
	text-decoration: underline;
	padding-left:10px;
	margin-left:10px;
	background: none;
	}
	

ul.sub-nav li a.selected:link, 
ul.sub-nav li a.selected:visited, 
ul.sub-nav li a.selected:active{
	color: #666;
	text-decoration: none;
	padding-left:10px;
	margin-left:10px;
	background: none;
	display:block;
	}
	
	
ul.sub-nav li a.selected:hover{
	color: #666;
	text-decoration: underline;
	padding-left:10px;
	margin-left:10px;
	background: none;
	display:block;
	}
	
ul.sub-nav li a.parent:link, 
ul.sub-nav li a.parent:visited, 
ul.sub-nav li a.parent:active{
	color: #3B73B9;
	text-decoration: none;
	padding-left:10px;
	margin-left:10px;
	background: url(../images/sprite-left-parent-nav.gif) no-repeat 0 1px;
	display:block;
	}
	

ul.sub-nav li a.parent:hover{
	color: #a9b8df;
	text-decoration: underline;
	padding-left:10px;
	margin-left:10px;
	background: url(../images/sprite-left-parent-nav.gif) no-repeat 0 1px;
	display:block;
	}
	
	
ul.sub-nav li a.parent-active:link, 
ul.sub-nav li a.parent-active:visited, 
ul.sub-nav li a.parent-active:active{
	color: #3B73B9;
	text-decoration: none;
	padding-left:10px;
	margin-left:10px;
	background: url(../images/sprite-left-parent-active-nav.gif) no-repeat 0 1px;
	display:block;
	font-weight: bold;
	}
	

ul.sub-nav li a.parent-active:hover{
	color: #a9b8df;
	text-decoration: underline;
	padding-left:10px;
	margin-left:10px;
	background: url(../images/sprite-left-parent-active-nav.gif) no-repeat 0 1px;
	display:block;
	font-weight: bold;
	}
	
ul.sub-nav li a.parent-selected:link, 
ul.sub-nav li a.parent-selected:visited, 
ul.sub-nav li a.parent-selected:active{
	color: #666;
	text-decoration: none;
	padding-left:10px;
	margin-left:10px;
	background: url(../images/sprite-left-parent-selected-nav.gif) no-repeat 0 1px;
	display:block;
	font-weight: bold;
	}
	

ul.sub-nav li a.parent-selected:hover{
	color: #666;
	text-decoration: underline;
	padding-left:10px;
	margin-left:10px;
	background: url(../images/sprite-left-parent-selected-nav.gif) no-repeat 0 1px;
	display:block;
	font-weight: bold;
	}
	
ul.sub-nav li ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: none;
	border-bottom: none;
	margin-bottom:0;
	margin-top:4px;
	font-size:11px;
	
}

ul.sub-nav li li {
	list-style-type: none;
	margin: 0;
	padding: 4px 0px 4px 0px;
	border-top: 1px dotted #ccc;
}


ul.sub-nav li li a:link, 
ul.sub-nav li li a:visited, 
ul.sub-nav li li a:active {
	color: #3B73B9;
	text-decoration: none;
	padding-left:10px;
	margin-left:20px;
	background: none;
	display:block;
	}

ul.sub-nav li li a:hover{
	color: #a9b8df;
	text-decoration: underline;
	padding-left:10px;
	margin-left:20px;
	background: none;
	display:block;
	}

ul.sub-nav li li a.selected:link, 
ul.sub-nav li li a.selected:visited, 
ul.sub-nav li li a.selected:active{
	color: #666;
	text-decoration: none;
	padding-left:10px;
	margin-left:20px;
	background: none;
	display:block;
	}
	
ul.sub-nav li li a.selected:hover{
	color: #666;
	text-decoration: underline;
	padding-left:10px;
	margin-left:20px;
	background: none;
	display:block;
	}
	
	


ul#common-nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top:4px;
}


ul#common-nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top:4px;
	padding-bottom:4px;
}

ul#common-nav li a:link, 
ul#common-nav li a:visited, 
ul#common-nav li a:active {
	color: #3b73b9;
	text-decoration: none;
	padding-left:10px;
	display:block;
	}

ul#common-nav li a:hover{
	color: #a9b8df;
	text-decoration: underline;
	padding-left:10px;
	display:block;
	}
	

	

	
/* =Main Cell
---------------------------------------------------------------------------------------------------- */	


#mainCell {
	float:left;
	text-align:left;
	width:550px;
}

.intro {
	width:550px;
}


.intro-image {
	float:left;
	width:122px;
	padding-right:10px;
}

.intro-image img {
	border:1px solid #ccc;
}
.intro-copy {
	float:left;
	width: 418px;
}



.mainBody {
	width:550px;
}


.column-1 {
	float:left;
	width: 300px;
	padding-right:50px;
}



.column-2 {
	float:right;
	width:200px;
}

.feature {
	width: 300px;
	padding-bottom:12px;
}

.feature-image {
	float:left;
	width:62px;
	padding-right:10px;
}

.feature-image img {
	border:1px solid #ccc;
}

.feature-copy {
	float:left;
	width:228px;
}

.sidebar-feature {
	width: 200px;
	padding-bottom:12px;
}

.sidebar-feature-image {
	float:left;
	width:50px;
	padding-right:10px;
}

.sidebar-feature-image img {
	border:1px solid #ccc;
}

.sidebar-feature-image img {
	border: 1px solid #ccc;
}

.sidebar-feature-copy {
	float:left;
	width:140px;
}


/* =Footer
---------------------------------------------------------------------------------------------------- */	


#footer {
	margin-top:30px;
	margin-bottom:30px;
	color: #999;
	font-size: 9px;
	text-align:center;
}


ul.footer-nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom:8px;
}


ul.footer-nav li {
	display: inline;
	margin: 0;
	padding: 0px 0px 0px 4px;
	
}

ul.footer-nav li a:link, 
ul.footer-nav li a:visited, 
ul.footer-nav li a:active {
	color: #666;
	text-decoration: none;
	font-size:11px;
	border-left: 1px solid #ccc;
	padding-left:5px;
	}

ul.footer-nav li a:hover,
ul.footer-nav li a.noborder:hover{
	color: #666;
	text-decoration: underline;
	font-size:11px;
	}

ul.footer-nav li a.noborder:link, 
ul.footer-nav li a.noborder:visited, 
ul.footer-nav li a.noborder:active {
	border-left: none;
	padding-left:0px;
}




/* =Homepage
---------------------------------------------------------------------------------------------------- */

.homepageIntro {
	font-size:12px;
	margin-top:0;
	padding-top:0;
}


/* =Text Styles
---------------------------------------------------------------------------------------------------- */

h1 a {
	text-indent: -9999px;
	width: 147px;
	height: 62px;
	background: url("../images/ge-satellite.gif") no-repeat;
	margin-top:35px;
	margin-bottom:25px;
	display:block;
}


h2 { 
	font-size: 16px;
	font-weight:bold;
	padding-bottom:10px;
	color: #666;
}


h3,
h3 a,
h3 a:link,
h3 a:visited { 
	font-size: 11px;
	font-weight:bold;
	padding-bottom:0px;
	color: #3b73b9;
	text-decoration:none;
}

h3 a:hover { 
	font-size: 11px;
	font-weight:bold;
	padding-bottom:0px;
	color: #3b73b9;
	text-decoration:underline;
}

h3 span {
	font-size: 11px;
	font-weight:normal;
	color: #666;
}

h4 {
	font-size: 11px;
	font-weight:bold;
	color: #666;
	padding-bottom:6px;
}



h5 {
	font-size: 11px;
	font-weight:bold;
	color: #3b73b9;
}

h5 a,
h5 a:link,
h5 a:visited { 
	font-size: 11px;
	font-weight:bold;
	padding-bottom:0px;
	color: #3b73b9;
	text-decoration:none;
}

h5 a:hover { 
	font-size: 11px;
	font-weight:bold;
	padding-bottom:0px;
	color: #3b73b9;
	text-decoration:underline;
}




p  {
	padding-bottom: 14px;
}


ul {
	list-style-type: 	disc;
	font-weight:			normal;
	font-style:				normal;
	margin-left: 			15px;
	padding: 5px 0 10px 15px;
} 


ul.line-height {
        line-height: 16px;
}

 ol {
	font-weight:			normal;
	font-style:				normal;
	margin-left: 			15px;
	padding: 5px 0 10px 15px;
} 

li li {
     list-style-type:circle;
}

blockquote {
font-style:italic;
width:95%;
font-size: 11px;
line-height: 22px;
font-weight: normal;
color: #666;
}


/* =Links

---------------------------------------------------------------------------------------------------- */
a,  a:link,  a:visited {
	color: #3b73b9;
	text-decoration: underline;
}


a:hover {
	color: #666;
	text-decoration: underline;
}

a.link-next-map,  
a.link-next-map:link,  
a.link-next-map:visited {
	color: #666;
	text-decoration: none;
	background: url(../images/sprite-arrow-icon.gif) no-repeat center right;
	padding-right:15px;
}


a.link-next-map:hover {
	color: #3b73b9;
	text-decoration: none;
	background: url(../images/sprite-arrow-icon.gif) no-repeat center right;
	padding-right:15px;
}
/* =Text/Image Treatments and Alignments
---------------------------------------------------------------------------------------------------- */


strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.lowercase {
	text-transform: lowercase;
}
.uppercase {
	text-transform: uppercase;
}
.textalign-left {
	text-align:left;
}
.textalign-right {
	text-align:right;
}
.textalign-center {
	text-align:center;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}

.image-float-left {
	float:left;
	padding: 0px 10px 10px 0px;
}
.image-float-right {
	float:right;
	padding: 0px 0px 10px 10px;
}
sup {
	font-size: 8px;
}
.text-small,  .caption {
	font-size: 10px;
}
.missingtext {
	color:#FF0000;
}
.text-green {
	color: #6cbe26;
}

.required-fields {
	color:#f00;	
}



.image-border{
	border: 1px solid #ccc;
}



/* =Spacing and Clearing Styles
---------------------------------------------------------------------------------------------------- */		

.marginZero,
.singleLineBreak{
	margin:0;
	padding:0;
	}

.spacer,
.clear {
	clear: both;
	margin:0;
	padding:0;
}

.padding {
	padding: 5px;
	}
	
.marginTopZero{
	margin-top:0;
	padding-top:0;
	}
	
/* =Horizontal Rules
---------------------------------------------------------------------------------------------------- */

hr {
	color: #ccc;
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 5px 0 10px 0;
} 

div.hr {
width: 100%; 
height: 1px; 
border: 0; 
background-color: #ccc;
margin-top: 12px; 
margin-bottom:12px;
}


.devnote {
	color:#F00;
	font-weight: bold;
	
}
/* =Tables
---------------------------------------------------------------------------------------------------- */

	
table {
	margin-bottom: 25px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width:100%;
	
	}
	
tr.odd {
	background-color: #F7F7F7;
	}
	
	
th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

td.tableCell-left {
	width:35%;
	
}

td.tableCell-right {
	width:65%;
}

/* =Maps
---------------------------------------------------------------------------------------------------- */	

.map-thumbnails {
	width: 550px;
	margin-bottom:12px;
	font-size: 13px;
}

.map-thumbnail-image {
	float: left;
	width:122px;
	padding-right:15px;
}

.map-thumbnail-image img {
	border:1px solid #ccc;
}

.map-thumbnail-image a,
.map-thumbnail-image a:link,  
.map-thumbnail-image a:visited{
	color: #666;
	text-decoration: none;
}

.map-thumbnail-image a:hover {
	color: #666;
	text-decoration: underline;
}


/* =Forms
---------------------------------------------------------------------------------------------------- */	

form {
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;}

input {
	margin: 0;
	padding: 0;
	display: inline;}
	
input.input-text {
	width:250px;
}

select, option {
	font-family: Arial, Helvetica, san-serif; font-size:11px;}
	
label {
	display: block;
	margin: 5px 0 3px 1px;
	color: #666;
	font-weight: normal;}
	
textarea {
	width: 250px;
	
}

input.submit-button {
	background: url(../images/submit.gif) no-repeat 0 0;
	border: none;
	cursor: pointer;
	display: block;
	height: 19px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	width: 56px;
}


/* =Management Team Page
---------------------------------------------------------------------------------------------------- */	
.management-team {
	width:550px;
	margin-top:12px;
}

.management-team-image {
	float:left;
	width:96px;
	padding-right:24px;
}

.management-team-image img {
	border: 1px solid #ccc;
}



.management-team-bio {
	float:left;
	width:430px;
}


/* =Site Map
---------------------------------------------------------------------------------------------------- */	

ul.sitemap{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.sitemap li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top:8px;
	padding-bottom:8px;
}



ul.sitemap li a:link, 
ul.sitemap li a:visited, 
ul.sitemap li a:active {
	color: #666;
	text-decoration: none;
	padding-left:10px;
	background: url(../images/sprite-left-nav.gif) no-repeat 0 1px;
	}

ul.sitemap li a:hover{
	color: #666;
	text-decoration: underline;
	padding-left:10px;
	background: url(../images/sprite-left-nav.gif) no-repeat 0 1px;
	}
	
ul.sitemap ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.sitemap li li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top:4px;
	padding-left:15px;
}
