/*------------------------------------------------------------------------------
PAGE BODY
------------------------------------------------------------------------------*/
body
{
	margin: 0;
	
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #35495B;
	background: #EFF7FF url("../images/skycss/general/farallonback.jpg") no-repeat center top;

}
/*------------------------------------------------------------------------------
GENERAL LAYOUT
------------------------------------------------------------------------------*/
/* Defines min-width for compliant browsers and applies detailed top border image */
#page
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/* 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-wrapinner.gif") top center no-repeat;
}


/* 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, * html #contentwrap, {
	height: 1px;
}
/* End MacIE hide */
/* END MIN-WIDTH STYLES */

/* This is the topmost section with logo and photo */
#header
{
	height: 96px;
	text-align:center;
	padding:0;
	margin:0;
	position:relative;
}
#header p{
	padding:0;
	margin:0;
}
/* This is the section with logout button and search bar */
#toolbar
{
	padding: 0;
	margin: 0;
	color: #a0c2da;
	float:right;
	margin-top: 0px;
}
#toolbar *
{
	padding: 0;
	margin: 0;	
}
#toolbar a, #toolbar label
{
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-style:italic;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	color: #000;
	width: 53px;
	height: 11px;
	font-weight: bold;

}
#toolbar a.btnLogout
{
	padding: 0;
	margin: 0;
	padding-right: 21px;
	border-right: 1px solid #fff;
}
#toolbar a:link, #toolbar a:visited
{
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #a0c2da;
}
#toolbar input
{
	margin: 0;
	padding: 0;
}
#toolbar input#mainSearch
{
	margin: 0;
	padding: 0;
	padding-left: 3px;
	margin-left: 3px;
	margin-right: 4px;
	height: 15px;
	background: #7da1c0 url("../images/skycss/general/bg-search.gif") repeat-x 0 0;
	border: #3B933A solid 1px;
}

/* This section contains the primary navigation */
#menu
{
	width: 204px;
	float: left;
	margin-left: 11px;
	padding-top: 24px;
	background: #fff url("../images/skycss/nav/nav-back_top.gif") no-repeat top;
}

/* This section contains all non-primary navigation that resides in the "menu" DIV */
#menuContent
{
	padding: 8px;
}
#menubottom {
height: 32px;
background: #fff url("../images/skycss/nav/nav-back_bottom.gif") no-repeat bottom;

}
/* This is a the primary content area */
#content
{
	margin-left: 218px;
	
	padding: 25px 15px;
	padding-top: 18px;
	font-family: "Times New Roman", Times, serif;
	background-color: #fff;
	min-height:350px; /* added jda */
	height:expression(this.scrollHeight > 350 ? "auto":"350px"); /* added jda */
}

#content img{
position:relative;

}

#contenthome
{

	padding:0;
	font-family: "Times New Roman", Times, serif;
	background: #ffffff;

}
#hometop {
	/*min-height:280px;  added jda */
	/*height:expression(this.scrollHeight > 280 ? "auto":"280px");  added jda */
	width: 740px;
	padding-left: 50px;
	padding-top: 18px;
	padding-bottom: 12px;
	font-size: 15px;
}
#homeleft {
	min-height:280px; /* added jda */
	height:expression(this.scrollHeight > 280 ? "auto":"280px"); /* added jda */
	width: 400px;
	padding-left: 50px;
	padding-top: 18px;
	padding-bottom: 12px;
	margin-right: 50px;
	font-size: 15px;
}
#homeright {
	float:right;
	padding-top: 18px;
	width: 390px;
	padding-bottom: 12px;
	min-height:280px; /* added jda */
	height:expression(this.scrollHeight > 280 ? "auto":"280px"); /* added jda */
}
#homedivide {
clear:both;
background-color: #EFF7FF;
height: 9px;

}
#homefeature {
float:left;
padding-top: 18px;
padding-bottom: 6px;
margin-right: 18px;
width: 380px;
padding-left: 50px;
padding-top: 0px;
}

#homefeature h2 {
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #005697;
	text-transform: none;
	background: none;

}

#homenews {
padding-left: 480px;
padding-top: 0px;
padding-bottom: 12px;
padding-right: 36px;

}

#homenews h2 {
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #005697;
	text-transform: none;
	background: none;

}

#homenews ul {
list-style:none;
margin:0;
padding: 0;

}

#homenews li{
list-style:none;
background: #fff url("../images/skycss/general/homenewsbullet.gif") no-repeat 0px 7px;
padding-left: 12px;

}

#homeleft h1
{

	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #005697;
	text-transform: none;
	background: none;

}
/* This is the footer bar */
#footer
{
	clear: both;
	font-size: 12px;
	text-align: center;
	line-height: 33px;
	color: #009A31;
	background: #EFF7FF url("../images/skycss/general/bg-.gif") repeat-x 0 0;
}
/*------------------------------------------------------------------------------
ANCHORS
------------------------------------------------------------------------------*/
a:link, a:visited
{
	color: #0348B0;
}
a:hover
{
	color: #000000;
}
/*------------------------------------------------------------------------------
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: 13px;
	font-weight: bold;
	line-height: normal;
	

}
ul.nav li
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.nav li a
{
	display: block;
	padding: 5px 12px 4px 24px;
	background: #EFF7FF  url("../images/skycss/nav/nav-square.gif") no-repeat 13px 50%;
	color: #005697;
}
ul.nav a:link, ul.nav a:visited
{
	text-decoration: none;
	color: #005697;
}

ul.nav a:hover
{
	
	color: #000;
}

/* parent classes define which indicator image is shown */
/* for non-parent links that are on */
ul.nav li a.on
{
	
	background-image: url("../images/skycss/nav/nav-square-on.gif");
	color: #000;
	background-color: #F7FBFF;
}

/* 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: #F7FBFF;
	background-image: url("../images/skycss/nav/nav-arrow-down-on.gif");
	color: #000;
}
ul.nav ul.nav
{
	margin: 0;
	border: 0;
}
ul.nav ul.nav li a
{
	padding-left: 36px;
	background-position: 25px 50%;
}
ul.nav ul.nav ul.nav li a
{
	padding-left: 48px;
	background-position: 37px 50%;
}

ul.nav ul.nav ul.nav ul.nav li a
{
	padding-left: 60px;
	background-position: 50px 50%;
}

/* 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 0 .4em;
	font-size: 22px;
	line-height: 27px;
	font-weight: normal;
	color: #005697;
	text-transform: uppercase;
	background: transparent url("../images/skycss/general/h1back.gif") repeat-x top left;

}
#menuContent h1 
{
	margin: 2em 0 0;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}
h2
{
	margin: .5em 0 .5em;
	font-size: 16px;
	font-weight: normal;
	color: #007040;
	text-transform:uppercase;

}
h3, h4, h5, h6
{
	margin: 1.5em 0 0;
	font-size: 13px;
	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-FAMILY: 11px;;
	color : ffffff;
}
FONT.footer
{

	FONT-FAMILY: 11px;;
	color : 666666;
	text-decoration : none;
}
FONT.adminBlue
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: 666699;

}
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 "Times New Roman", Times, 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---------------*/
#navbar {
margin: 0;
padding: 0;
line-height: 24px;
}
#navbar ul{
list-style: none;
float: left;
margin: 0;
padding: 0;

}
#navbar li{
list-style: none;
float: left;
margin: 0;
padding: 0;
text-transform: uppercase;
padding-top: 0px;
}
#navbar li.line {
padding: 0;
}
#navbar li a{
padding-right: 9px;
padding-left: 9px;
font-weight:bold;
font-size: 13px;
line-height: 22px;
color: #000;
text-decoration:none;

}
#navbar li a.on{
padding-right: 9px;
padding-left: 9px;
font-weight:bold;
font-size: 13px;
color: #fff;
text-decoration:none;

}
#navbar li a:hover{
color: #FFF;
text-decoration:none;
}

#topbarright {
margin: 0;
padding:0;
height: 22px;
padding-right: 18px;
vertical-align:top;
}
#topbarleft {
text-align:left; color: ##000; padding:0; margin:0; padding-top: 0px; padding-left: 36px;
}

#contentwrap {
background-color: #fff; padding:0; margin:0;
padding-bottom: 12px;

}
#titlehome {
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #005697;
	background: transparent url("../images/skycss/general/h1back.gif") repeat-x bottom left;
	margin-bottom: 6px;


}
#homebottom {
clear: both;
height: 6px;
background: #fff;
}

/*------------------------------------------------------------------------------
docnav

Styles for docnavigation lists.  Markup should be formed so that nested ULs
are contained in their parent LI element.
------------------------------------------------------------------------------*/
ul.docnav
{
	margin: 0;	
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	

}
ul.docnav li
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 2px;
}
ul.docnav li a
{
	display: block;
	padding: 5px 12px 4px 24px;
	background: #F7FBFF  url("../images/skycss/docnav/docnav-square.gif") no-repeat 13px 50%;
	color: #005697;
	
}
ul.docnav a:link, ul.docnav a:visited
{
	text-decoration: none;
	color: #005697;
}

ul.docnav a:hover
{
	
	color: #000;
}

/* parent classes define which indicator image is shown */
/* for non-parent links that are on */
ul.docnav li a.on
{
	
	background-image: url("../images/skycss/docnav/docnav-square-on.gif");
	color: #000;
	background-color: #F7FBFF;
}

/* for parent links not open/on */
ul.docnav li a.parent
{
	background-image: url("../images/skycss/docnav/docnav-arrow-right.gif");
	background-color: #E0EDFE;

}

/* for parent links that have a child element with on state */
ul.docnav li a.parent-open
{
	background-image: url("../images/skycss/docnav/docnav-arrow-down.gif");
}

/* for parent links that are on */
ul.docnav li a.parent-on
{
	background-color: #E0EDFE;
	background-image: url("../images/skycss/docnav/docnav-arrow-down-on.gif");
	color: #000;
}
ul.docnav ul.docnav
{
	margin: 0;
	border: 0;
}
ul.docnav ul.docnav li a
{
	margin-left: 36px;
	background-position: 25px 50%;
}

ul.docnav ul.docnav li a.parent
{
	margin-left: 36px;
	background-position: 25px 50%;
	background-color:#EFF7FF;
}
ul.docnav ul.docnav ul.docnav li a
{
	padding-left: 48px;
	background-position: 37px 50%;
}
.contentblock {
}
.contentblock h2{
color:#00833A;
margin:0;
padding:0;
}
#flashmovie {
border: #000 solid 5px;
background-color:#000000;
width: 361px;
margin-bottom: 12px;

}