/*
	Style sheet for globe electronics
	Last updated: 07/10/2005
*/


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Layout  */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

*{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	color: #00549e;
	}
	
body {
	margin: 0;
	padding: 0;
	background:  #b2b3b5;
	width: 100%;
	text-align: center;
	font-size: 80%; 
	}

#wrapper {
	margin:3px auto;
	padding: 0;
	width: 758px;	 
	background-color: #fff;
	background-image: url('/media/bkgrd2.gif');
	background-repeat: repeat-y;
	text-align: justify;
	}

#header {
	height: 160px;
	background:#fff;
	}

#navigation {
	width:758px;
	padding: 3px 0px 3px 0;
	background:#a0a0a4;
	height: 50%;
	border-bottom: solid 1px #00549e;
	}

#navigation p {
	padding: 0 0 0 10px;
	}

#sidenavigation {
	width:160px;
	margin: 0;
	float:left;
	height: 100%;	
	}

#rightnavigation{
	width: 160px;
	border-bottom: 6px;
	border-right: solid 1px;
	float: right;
	margin: 10px 0px 10px 0;
	text-align: left;
	font-size: 85%;
	color:#a0a0a4;
	}

#rightnavigation2{
	width: 160px;
	float: right;
	margin: 0 0px 10px 0;
	font-size: 85%;
	}

.newsbox{
	border: solid 1px #a0a0a4;
	}

.newsbox p {
	padding: 0 4px 10px 4px;
	}

.newsbox h2 {
	padding: 5px 4px 0 4px;
	}

#maincontent	{
	margin: 10px 0 10px 175px;
	text-align: justify;
	width: 410px;
	}


#maincontent2	{
	margin: 10px 10px 10px 175px;
	text-align: justify;
	width: 540px;
	}


#footer {
	clear: both;
	width: 758px;
	margin: 0px;
	padding: 0px;
	font-size: 85%;
	background: #00549e;
	text-align:center;
	border-top: solid 2px #a0a0a4;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */	
/*  Typography */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
	
h1, h2, h3, h4, h5, h6 {
	color: #00549e;
	margin: 0;
	padding: 0;
	font-size: 120%; 
	}

li {
	padding-bottom:3px;
	list-style-type: square;
	color: #00549e;
	}

#footer p {
	padding:5px;
	color: #a0a0a4;
	margin-left:10px;
	}

.small{
	font-size:85%;
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Link Styles */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

a {
    text-decoration: underline;
	color: #a0a0a4;
	background: transparent; 
    }

a:hover {
    text-decoration: underline;
	color: #fff;
	background-color: #00549e;
    }


#footer a {	
	text-decoration:none;
	padding:3px;
	color: #a0a0a4;
	}

#footer a:hover {	
	text-decoration:none;
	padding:3px;
	background-color: #fff;
	color: #00549e;
	}

a.sitecredit {
	font-size: 80%;
	text-decoration: none; 
	color: #666666 ;
	background-color: transparent;
	text-align:center;
	}

.sitecredit:hover  {
	background-color: #b36f7d;
	color: white; 
	text-align:center;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Extra Bits */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

img {
	border: 0;
	}

hr {
    border: 0;  
    border-bottom: 1px solid #000;
	height: 1px;
    margin-top: 1ex;
	}

.hiddenclear {
	clear: both;
	color: #fff; 
    font-size: 0px; 
    margin: 0;
    visibility: hidden; 
	}

.floatleft {
	float:left;
	margin-right: 5px;
	}

.floatleftb {
	float:left;
	margin-right: 5px;
	border:solid 1px #0080ad;
	}

.floatright {
	float:right;
	margin-left: 5px;
	}

.floatrightb {
	float:right;
	margin-left: 5px;
	border:solid 1px #0080ad;
	}

.center {  
    text-align: center;
    }


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Forms and fields */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

form {
	padding: 0;
	margin: 0 5px 5px 5px;
	}

fieldset {
	width:98%;
	padding:0 4px 4px 6px;
	border:solid 1px #ccc;
	}
	
legend {
	margin: 0px;
	padding:3px 5px 3px 5px;
	font-weight:bold;
	color:#011766;
	}

.blurred {
	border: #011766 1px solid;
	padding: 2px; 
	background-color: #fff;  
	}

.focused {
	border: #ff0000 1px solid; 
	padding: 2px; 
	background-color: #fff; 
	}


#sidenavigation form{
	font-size:85%;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Top Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

 #topnav{
	margin: 0;
	padding: 0 0 20px 5px;
	text-align:center;
	}

#topnav ul, #topnav li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#topnav a:link, #topnav a:visited{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 7px 4px 7px;
	text-decoration: none;
	color: #fff;
	font-size:11px;
	}

#topnav a:link#current, #topnav a:visited#current, #topnav a:hover{
	padding-bottom: 0px;
	background: transparent;
	color: #b0c9ed;
	}

#topnav a:hover {
	color: #b0c9ed; 
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Side Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

 #sidenav{
	padding: 0;
	margin: 0;
	width: 160px;
	}

#sidenav li {
	list-style: none;
	margin: 0px;
	background: #00549e;
	border-bottom: solid 1px #a0c3e7;
	}

#sidenav li a {
	display: block;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	}

#sidenav li a:link {
	color: #a0a0a4;
}

#sidenav li a:visited {
	}

#sidenav li a:hover{
	color: #00549e;
	background: #a0a0a4;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */