/*------------------------------------------------------------------------------
PAGE BODY
------------------------------------------------------------------------------*/
body
{
	margin: 0;
	margin-bottom: 9px;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000;
	background: #3267B5 url("../images/skycss/general/bg-main.jpg") repeat-x 0 0;
	
}
/*------------------------------------------------------------------------------
GENERAL LAYOUT
------------------------------------------------------------------------------*/
/* Defines min-width for compliant browsers and applies detailed top border image */
#page
{
	width: 880px;
	padding-left: 53px;
	padding-right: 53px;
	margin-left:auto;
	margin-right: auto;
	background: transparent url("../images/skycss/general/bg-main3g.jpg") no-repeat 0 0;

}

/* This element is used to get min-width functionality to work in MSIE 5 & 6 */
#wrap
{
	/* Do not add styles to this element */
}
#wrap2
{

}

/* The background of this element is used to create the "faux column" effect of
having the menu and content DIVs resize vertically together. */
#wrap3
{
	background: transparent url("../images/skycss/general/bg-wrapinnerwhite.gif") repeat-x 0 0;


}
#wrapinner
{
	background: #fff;

}
/* BEGIN MIN-WIDTH STYLES
These styles create the min-width effect in MS Internet Explorer */

/* Triggers hasLayout so elements are included in page flow rendering.
All wrapping divs in the html page MUST BE ADDED to this style rule or else
IE5/6 will have rendering problems */
/* Hide from MacIE \*/
* html #page, * html #wrap, * html #wrap2, * html #wrap3 {
	height: 1px;
}
/* End MacIE hide */
/* END MIN-WIDTH STYLES */

/* This is the topmost section with logo and photo */
#header
{
	height: 136px;

}
#header p
{
padding:0;
margin: 0;


}
/* This is the section with logout button and search bar */
#toolbar
{
	padding: 0;
	text-transform: uppercase;
	vertical-align: middle;
	color: #3267B5;
}
#toolbar *
{
	vertical-align: middle;
}
#toolbar a, #toolbar label
{
	padding: 3px 20px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#toolbar a.btnLogout
{
	
	border: 1px solid #FFF;
	background-color: #000;
}

#toolbar a:link, #toolbar a:visited
{
	text-decoration: none;
	color: #a0c2da;
}
#toolbar input
{
	margin: 0;
	padding: 0 3px;
}
#toolbar input#mainSearch
{
	margin: 0;
	padding: 1px;
	padding-left: 3px;
	background: #cedbef url("../images/skycss/general/bg-.gif") repeat-x 0 0;
	border: solid 1px #fff;
	width: 156px;
	height: 18px;
}
#toolbar input#mainSubmit
{
color:#1D5A98; cursor: pointer; height:22px;font-size:100%;font-weight:normal;
background-color:#DBEDB9;border:1px solid; border:1px solid #fff;
}



#adminlanguage
{
	padding: 12px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	color: #000000;
	background: #e5e9ed;
}


/* This section contains the primary navigation */
#menu
{
	width: 210px;
	
	margin: 0;
	padding: 0;
	padding-top:25px;
	float: left;
	background: transparent url("../images/skycss/general/bg-wrapinner.jpg") no-repeat 0 0;
	min-height:300px; /* added jda */
	height:expression(this.scrollHeight > 300 ? "auto":"300px"); /* added jda */
}

/* This section contains all non-primary navigation that resides in the "menu" DIV */
#menuContent
{
	padding: 8px;
}

/* This is a the primary content area */
#content
{
	margin: 0;
	margin-left: 210px;
	padding: 15px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff url("../images/skycss/general/h1back.gif") repeat-x 0 0;
	min-height:300px; /* added jda */
	height:expression(this.scrollHeight > 300 ? "auto":"300px"); /* added jda */
}
#contenthome
{
	margin: 0;
	margin-left: 210px;
	padding: 15px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	min-height:300px; /* added jda */
	height:expression(this.scrollHeight > 300 ? "auto":"300px"); /* added jda */
}

#content p
{
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
#contenthome
{
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	min-height:300px; /* added jda */
	height:expression(this.scrollHeight > 300 ? "auto":"300px"); /* added jda */

}
/* This is the footer bar */
#footer
{
	clear: both;
	font-size: 11px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	line-height: 33px;
	color: #fff;
	background: #3267B5 url("../images/skycss/general/bg-footer.gif") repeat-x 0 0;
}
#footer a
{
	color: #fff;
	font-size: 11px;
}
/*------------------------------------------------------------------------------
ANCHORS
------------------------------------------------------------------------------*/
a:link, a:visited
{
	color: #3267B5;
}
/*------------------------------------------------------------------------------
NAVIGATION

Styles for navigation lists.  Markup should be formed so that nested ULs
are contained in their parent LI element.
------------------------------------------------------------------------------*/
ul.nav
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	border-top: 1px solid #fff;
}
ul.nav li
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.nav li a
{
	
	margin: 0;
	display: block;
	padding: 5px 12px 4px 24px;
	background: #E1ECF5 url("../images/skycss/nav/nav-square.gif") no-repeat 13px 8px;
	border-bottom: 1px solid #fff;
	color: #000;
}
ul.nav a:link, ul.nav a:visited
{
	text-decoration: none;
}
ul.nav a:hover
{
	background-color: #BCDC86;
}

/* parent classes define which indicator image is shown */
/* for non-parent links that are on */
ul.nav li a.on
{
	background-color: #DBEDB9;
	background-image: url("../images/skycss/nav/nav-square-on.gif");
}

/* for parent links not open/on */
ul.nav li a.parent
{
	background-image: url("../images/skycss/nav/nav-arrow-right.gif");
}

/* for parent links that have a child element with on state */
ul.nav li a.parent-open
{
	background-image: url("../images/skycss/nav/nav-arrow-down.gif");
}

/* for parent links that are on */
ul.nav li a.parent-on
{
	background-color: #DBEDB9;
	background-image: url("../images/skycss/nav/nav-arrow-down-on.gif");
}
ul.nav ul.nav
{
	margin: 0;
	border: 0;
}
ul.nav ul.nav li a
{
	padding-left: 36px;
	background-position: 25px 8px;
}
ul.nav ul.nav ul.nav li a
{
	padding-left: 48px;
	background-position: 37px 8px;
}

/* panel navigation: used for the "Admin Panel" */
ul.panel
{
	margin: 0 0 2em;
	padding: 5px 5px;
	background-color: #fff;
	border: 1px solid #ccc;
}
ul.panel li
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.panel li a
{
	display: block;
	padding: 0 3px;
}

ul.panel a:link, ul.panel a:visited
{
	text-decoration: none;
	color: #213d57;
}
ul.panel a:hover
{
	background-color: #a7c6e3;
}
/*------------------------------------------------------------------------------
GENERAL STYLES
------------------------------------------------------------------------------*/
p
{
	margin: 0 0 1em;
}
#footer p
{
	margin: 0;
}
h1
{
	margin: 0;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-style:normal;
	color: #fff;
	font-size: 30px;
	line-height: 29px;
	font-weight: bold;
	margin-top: 22px;
	padding-bottom: 7px;
}
#menuContent h1 
{
	margin: 2em 0 0;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}
h2
{
	margin: 1em 0 .5em;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#00218E;
}
h3, h4, h5, h6
{
	margin: 1.5em 0 0;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
img
{
	vertical-align: bottom;
}
.head1
{
	margin: 1.5em 0 0;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
/*------------------------------------------------------------------------------
FORMS
------------------------------------------------------------------------------*/
form
{
	margin: 0;
}
/*------------------------------------------------------------------------------
UNIQUE STYLES
------------------------------------------------------------------------------*/
/* Used for prominent hyperlinks such as the "Log Out" button under the "Admin 
Panel" */
a.button
{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
/*------------------------------------------------------------------------------
HACKS
------------------------------------------------------------------------------*/
/* Gives primary navigation anchors hasLayout status so that display: block functions correctly */
/* Hide from MacIE \*/
* html ul.nav li a, * html ul.panel li a {
	height: 1px;
}
/* End MacIE hide */

/*------------------------------------------------------------------------------
ADMIN STYLES UNIQUE TO SIMPLEREPORT CUSTOM TAG
------------------------------------------------------------------------------*/
FONT.fieldLabel
{
	MARGIN-LEFT: 3px;
	FONT-SIZE: Verdana, Arial, SunSans-Regular, Sans-Serif;
	FONT-FAMILY: 11px;;
	color : ffffff;
}
FONT.footer
{
	FONT-SIZE: Verdana, Arial, SunSans-Regular, Sans-Serif;
	FONT-FAMILY: 11px;;
	color : 666666;
	text-decoration : none;
}
FONT.adminBlue
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: 666699;
	FONT-FAMILY: Verdana, Arial, sans-serif
}
TD.cellPadding
{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px
}
TD.line
{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	line-height: 1px;
}
TD.adminTable
{
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 3px;
	MARGIN: 3px;
	PADDING-TOP: 3px
}
P.break
{
	margin-top: 5px;
	margin-bottom: 5px;
}
DIV.help
{
	FONT-SIZE: 9.5px;
	MARGIN: 4px 6px 4px 5px;
	FONT-FAMILY: 11px;
}
DIV.break
{
	MARGIN-TOP: 7px
}
/*----------------------returncode clases---------------*/
 
.returncodeerror
{
font-size: 10px;
color: #ff0000;
margin:0px
}

.returncodeinfo
{
font-size: 10px;
color: #0000ff;
margin:0px;
}

.returncodetip
{
font-size: 10px;
color: #000000;
margin:0px;
}
/*----------------------admin tabs---------------*/
 #navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #778;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #e5e9ed;
text-decoration: none;
}
/*
#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }
*/
#navlist li a:hover
{
color: #000;
background: #d0d9e1;
border-color: #227;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}
/*----------------------END admin tabs---------------*/
#topmainnav {

	height: 28px;
	color: #999;
	font-size: 11px;
	background: #7A9DCF url(../images/skycss/nav/bg_menu.jpg) repeat-x;
	display:block;
	position:relative;
}
/* -------------------------- */
/* We begin by styling the main navigation on the page... */
/* -------------------------- */
/* Overall main navigation styles */
#topnav, #topnav ul {
	float: left;
	list-style: none;
	color: #999;
	background-color: transparent;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
/* -------------------------- */
/* The top main topnavigation links */
#topnav a {
	display: block;
	padding-left: 9px;
	padding-right: 12px;
	line-height: 27px;
	color: #fff;	
	background-color:#7A9DCF;
	background: url(../images/skycss/nav/line.jpg) no-repeat top right; /* puts a "bar" on right of the main topnav links */
	text-decoration: none;
}
/* I'm targeting the last main topnavigation link to have no "bar" on the right side */
#topnav a.last {
	background-image: none;
}
#topnav a.on {
	background-color:#00218E;
}


#topnav a.tech {
	background: #7A9DCF url(../images/skycss/nav/bg_menu_tech.jpg) repeat-x;
	color: #2E5EA4;
}
#topnav a.techon {
	background: #7A9DCF url(../images/skycss/nav/bg_menu_tech_on.jpg) repeat-x;
	color: #2E5EA4;
}
#topnav a.tech:hover {
	background: #7A9DCF url(../images/skycss/nav/bg_menu_tech_on.jpg) repeat-x;
	color: #2E5EA4;
}



#topnav a.one, #topnav a.two, #topnav a.three {
	text-align: left;
	
}
#topnav li {
	float: left;
	padding: 0;
}
/* -------------------------- */
/* The dropdown links lists */
#topnav li ul {
	position: absolute;
	left: -999em;
	width: 140px; 
	font-weight: normal;
	background-color: #4676BC;
	margin: 0;
	margin-left: -1px;
	border-right: 1px solid #A1B7D6;
	border-left: 1px solid #A1B7D6;
	border-bottom: 1px solid #A1B7D6;
}
#topnav li li {
	padding: 0;
	width: 140px; 
}
#topnav li ul a {
	line-height: 12px;
	padding: 5px 10px;
	width: 120px;
	* html width: 100px;
	border-top: 1px solid #A1B7D6;
	
}

/* This controls the flyout location of the second level dropdowns */
#topnav li ul ul {
	margin: -2em 0 0 140px;
}
#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfhover ul ul, #topnav li.sfhover ul ul ul {
	left: -999em;
}
#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfhover ul, #topnav li li.sfhover ul, #topnav li li li.sfhover ul {
	left: auto;
}
/* -------------------------- */
/* Here is the background of the main topnav link while looking at the dropdown */
#topnav li:hover, #topnav li.sfhover {
	background-color: #00218E;

}
#topnav li.tech {
	background: #7A9DCF url(../images/skycss/nav/bg_menu_tech.jpg) repeat-x;
	color: #2E5EA4;

}
#topnav li.tech:hover {
	background: #7A9DCF url(../images/skycss/nav/bg_menu_tech_on.jpg) repeat-x;
	color: #000;

}
#topnav li.techon {
	background: #7A9DCF url(../images/skycss/nav/bg_menu_tech_on.jpg) repeat-x;
	color: #000;

}
#topnav li.techon:hover {
	background: #7A9DCF url(../images/skycss/nav/bg_menu_tech_on.jpg) repeat-x;
	color: #000;

}
/* -------------------------- */
/* The dropdown links list colors */
#topnav li ul.under a {
	color: #fff;
	background-image: none;
}
#topnav li ul.under a:hover {
	background: #00218E;
	color: #fff;
}
/* -------------------------- */
/* The background of the second level links while looking at the dropdown under it... */
#topnav li ul.under li:hover a.daddy, #topnav li ul.under li.sfhover a.daddy {
	color: #000;
}
#topnav li ul.under li:hover, #topnav li ul.under li.sfhover {
	color: #000;
	background-color: #00218E;
}
/* -------------------------- */
#headerleft {
float:left;
padding-left: 236px;
margin-top: 42px;

}
#headerright {
 margin-left: 700px;
 padding-top: 48px;
 padding-left: 19px;
}
#headerright p{
 margin: 0;
 padding: 0;
}

#print {
float:right;
margin-top: -4px;
}
#minheight {
float:left;
width: 1px;
background-color:#fff;
height: 400px;

}
#titlebar {
	background: #98cf4c url("../images/skycss/general/h1back.gif") repeat-x 0 0;
	margin-left: -15px;
	margin-top: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 9px;
	padding-bottom:0px;
	border-left: solid 1px #fff;
	margin-bottom: 3px;
}
#titlebarmap {
	background: #98cf4c url("../images/skycss/general/h1back.gif") repeat-x 0 0;

	padding-left: 15px;
	padding-right: 15px;
	padding-top: 9px;
	margin-bottom: 3px;
}
#counter {
width: 460px;
color:#00218E;
font-size:20px;
font-weight:bold;
font-family: Arial Black, Arial, Helvetica, sans-serif;

}
.datasupplied {
color:#666666;
font-size:11px;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
padding-left: 10px;
padding-top: 6px;
}
#growing {
color: #3267B5;
font-size:16px;
padding-top: 4px;
margin-bottom: 9px;

}
#growing p{
margin:0;
padding:0;

}
/* -------------------------- */
/* -------------------------- */
#language{
	height: 11px;
	color: #999;
	font-size: 11px;
	display:block;
	position:relative;
	margin-top: 4px;
}


#languages, #languages ul {
	float: left;
	list-style: none;
	color: #999;
	background-color: transparent;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#languages li {
	float: left;
	padding: 0;
	border-right: #1D5B99 solid 1px;
}

#languages a {
	display: block;
	padding: 0;
	line-height: 11px;
	color: #1D5B99;	
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
}
#languages a:hover {
	color: #000;	
}
#languages li.last {
border-right: none;

}
/* -------------------------- */
/* -------------------------- */
#toprightlink {
z-index:999;
position:absolute;
top:0;
right: 0;
background: transparent url("../images/skycss/general/toprightlinksback.jpg") no-repeat 0 0;
width: 447px;
height: 26px;
text-align:right;
padding-right: 10px;
padding-top:7px;
}

#toprightlinks, #toprightlinks ul {
	float: right;
	list-style: none;
	color: #8C8B8B;
	background-color: transparent;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#toprightlinks li {
	float: left;
	padding: 0;
	border-right: #8C8B8B solid 1px;
}

#toprightlinks a {
	display: block;
	padding: 0;
	line-height: 11px;
	color: #8C8B8B;	
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
}
#toprightlinks a:hover {
	color: #000;	
}
#toprightlinks li.last {
border-right: none;

}

/* -------------------------- */
/* -------------------------- */

.footerlink {clear:both; text-decoration:none;}
* html .container {display:inline-block;}

#footerlink{
	line-height: 11px;
	color: #999;
	font-size: 11px;
	padding-top: 8px;
}


#footerlinks, #footerlinks ul {
	float: left;
	list-style: none;
	color: #fff;
	background-color: transparent;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#footerlinks li {
	float: left;
	padding: 0;
	border-right: #fff solid 1px;
}

#footerlink a {
	padding: 0;
	line-height: 11px;
	color: #fff;	
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	border-right: #fff solid 1px;
}
#footerlink a:hover {
	color: #fff;
	text-decoration:underline;	
}
#footerlink a.last {
border-right: none;

}
/* -------------------------- */
/* -------------------------- */



#fastfacts {
background: #C8DBEC url("../images/home_flash_botleft.gif") no-repeat 0 0;
font-size:11px;
padding-left:181px;

}

.fasttitle {
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:10px;
padding-right: 7px;
color:#3267B5;

}
/* -------------------------- */
/* -------------------------- */
#fade2 {
  margin:0px auto;
  height: 29px;
  width:320px;
  line-height: 12px;
  padding:0;
  vertical-align:top;
  overflow:hidden;
  padding-top: 3px;
  font-family:Arial, Helvetica, sans-serif;
  color:#586A77;
  font-size:11px;
  font-weight: normal;

}
#whatsnew {
	
	background: #fff url("../images/skycss/general/whatnewback.gif") repeat-x 0 0;
	padding-left: 12px;
	padding-top: 34px;
	padding-right: 12px;

}
#whatsnew p{
	
	padding: 0;
	padding-bottom: 6px;
	margin:0;
	line-height: 14px;
	color: #000;

}
#whatsnew a{
color: #1D5B99;
font-weight: bold;
text-decoration:none;

}

#news {
	background-color:#F2F1F1;
	border: #fff 12px solid; 


}
/* -------------------------- */
/* -------------------------- */
ul.homenews
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
	background-color:#F2F1F1;
	padding-top: 6px;
	padding-bottom: 9px;
}
ul.homenews li
{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #000;
	font-weight:bold;
	padding: 3px;
	padding-left: 12px;

}
ul.homenews ul{

	margin: 0;
	padding: 0;

	background: none;

}
ul.homenews li a
{
	
	margin: 0;
	
	font-weight:normal;
	text-decoration:underline;
}
ul.homenews a:link, ul.homenews a:visited
{
	text-decoration: underline;
}
ul.homenews a:hover
{
text-decoration: none;
}

li.stripe {
	color: #2E5EA4;
}
.newstitle{
	background: #7A9DCF url(../images/skycss/nav/newsback.gif) repeat-x;
	line-height: 27px;
	list-style: none;
	color: #3267B5;
	font-weight:bold;
	font-size:16px;
	padding-left: 12px;
}
#whitepapers {
padding:12px; padding-left:0;
}
#whitepapers img{
padding-top: 3px;

border:0;
}
#whitepapers p{
padding: 0;
margin:0;
padding-bottom: 3px;
}
#homenewswrap {

}
a.doclink {

	background: #fff url(../images/skycss/general/doclinkback.gif) no-repeat;
	color:#fff;
	font-weight:bold;
	width: 133px;
	padding-left: 21px;
	padding-right: 67px;
	padding-top: 2px;
	padding-bottom: 12px;
	line-height: 18px;
	text-decoration:none;

}
#mapdetail p{
margin-left: 18px;
margin-right: 18px;
padding: 0;
padding-bottom: 6px;

}

#iframemap {
margin-left: 20px;
width: 440px;
border: #98CF4C solid 1px;
}