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

html,body
{
	height: 100%;
}

/*body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	background: #6C66BD url('images/ge-bg1.jpg') no-repeat top center;
}*/

div#ge-page
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -145px;
}

div#ge-container
{
	width: 999px;
	margin: 0 auto 0 auto;
}

div#ge-left
{
	width: 239px;
	float: left;
	_display: inline;
}

div#ge-middle
{
	width: 516px;
	float: left;
	_display: inline;
}

div#ge-right
{
	width: 205px;
	float: left;
	_display: inline;
}

/*
div#ge-footer
{
	height: 145px;
	border-top: 4px solid #C7C5E2;
	background-color: #3A3767;
}
*/
div#ge-content
{
	width: 490px;
	margin-left: 15px;
}


div#ge-right-content
{
	margin-left: 5px;
	overflow: auto;
	width: 200px;
}

div#ge-left-content
{
	margin-left: 39px;
	overflow: auto;
	width: 200px;
}

div#ge-right-content .inner,
div#ge-left-content .inner
{
	padding: 0 20px 0 20px;
}

div#ge-footer .inner
{
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0 39px;
	color: white;
}

div#ge-footer .inner p,
div#ge-footer .inner td,
div#ge-footer .inner span,
div#ge-footer .inner a
{
	color: white;
}


.ge-top-content
{
	float: left;
	width: 258px;
	_display: inline;
}

.ge-top-content .inner-right
{
	padding: 60px 0 0 20px;
}

.ge-top-content .inner-left
{
	padding: 60px 0 0 30px;
}

.ge-push
{
	height: 145px;
}

/* ---- navigation ---- */
div#navigation
{
	width: 200px;
	margin-left: 39px;
	background: url('images/ge-leftnav-bg.jpg') repeat-y top left;
}

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

ul.top li
{
	display: inline;
	/*padding: 4px 20px 8px 25px;*/
}

ul.top li.hover
{
	background: url('images/ge-navbg.jpg') no-repeat top left;
}

div#navigation ul.top a:visited,
div#navigation ul.top a:link,
div#navigation ul.top a
{
	display: block;
	padding: 4px 20px 8px 25px;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-transform: uppercase;
	_height: 1%;
}

div#navigation ul.top a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: url('images/ge-navbg.jpg') no-repeat top left;
}


/* ---- PNG images using CSS for IE6 compatibility ---- */

.ge-nav-cap
{
	width: 200px;
	height: 25px;
	margin-left: 39px;
	background: url('images/ge-leftnav-cap.png') no-repeat top left;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/ge-leftnav-cap.png, sizingMethod='image');
}

.ge-find
{
	width:205px;
	height: 246px;
	background: url('images/find-ge.png') no-repeat bottom left;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/find-ge.png, sizingMethod='image');
}

.ge-logo
{
	width: 239px;
	height: 186px;
	background: url('images/ge-logo.png') no-repeat top left;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/ge-logo.png, sizingMethod='image');
}

.ge-top
{
	width: 516px;
	height: 147px;
	background: url('images/ge-top.png') no-repeat top left;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/ge-top.png, sizingMethod='image');
}

#floating_navigation {
	/* Test Comment */
	width: 650px;
	height: 525px;
	/* Position Stuff */
	position: absolute;
	z-index: 50;
	
	display: none;
	border: 1px solid #000000;
	background-color: #ffffff;
	
}

#left_options ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#left_options li { margin: 0 0 .2em 0; }

#left_options li.selected a {
	display: block;
	width: 125px;
	padding: .2em .8em;
	text-decoration: none;
	background-color: #79c5df;
	border: 1px solid #ffffff;
	color: #FFF;
}

#left_options a {
	display: block;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #79c5df;
	width: 125px;
	padding: .2em .8em;
	text-decoration: none;
}

#left_options a:hover {
	background-color: #79c5df;
	border: 1px solid #ffffff;
	color: #FFF;
}

.icon {
	padding: 5px;
}

.icon_hover {
	padding: 5px;
	background-color: #79c5df;
}

.loading {
	background-image: url(images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

