html, body
{
	margin: 0;
	padding: 0;
	background-color:#999999;
	font-family: Arial, Verdana, sans-serif;	
	font-size: 12px;
	line-height: 24px;
}

/* Wraps the entire page */
#page_container
{
	width: 900px;
	margin: auto;
}

img{border-style:none;}
a{
	text-decoration:none;
	color:#ffffff;
	font-family: Arial, Verdana, sans-serif;
	font-weight:600;
}

/*////////////////////////////////////////////////////
HEADER
////////////////////////////////////////////////////*/

/* The page header container*/
#header
{
	background:#FFFFFF;
	height: 150px;
	border-left: 1px solid white;
	position: relative;
	z-index: 3000;
}

#header .logo{
	cursor: pointer;
	position: absolute;
	margin: 0;
	top: 0;
	width: 123px;
	height: 61px;
	z-index: 3001;
}
#header .logo span{
	display: block;
	background: url(loginlogo.jpg);
	background-repeat:no-repeat;
	width: 123px;
	height: 61px;
	margin: 30px 30px 0;
	overflow: hidden;
}
#header .logo a{
	text-indent: -9999px;
	display: block;
	width: 123px;
	height: 61px;
	position: relative;
}

#header .tagline
{
	float: right;
	padding: 60px 20px 0;
	color: #336699;
	font: 28px Calibri Bold;
}


/*////////////////////////////////////////////////////
Main Menu
////////////////////////////////////////////////////*/

/* Controls the main navigation container */
#header .mainNav
{
	position: absolute;		
	top: 132px;
	left: 0;
	width: 100%;
	background-color: #336699;
	z-index: 3000;
}

/* Controls the hover / selected states for the top-level menu items */
#header .mainNav ul li:hover,
#header .mainNav ul li.selected,
#header .mainNav ul li.active
{
	color: #cc9900;		/*  Gold  */
}

/* Controls the main navigation list */
#header .mainNav ul
{
	margin: 0;
	padding-right: 5px;
	float: right;
	line-height: 20px;
	background-color: #336699;
	width: 95%;
}

/* Controls each item in the main navigation */
#header .mainNav ul li
{
	cursor: pointer;
	list-style: none;
	float: left;
	padding: 0 45px 0 0;
	color: white;
	font-size: 11px;
}

/* Controls the link items in the main navigation */
#header .mainNav ul li a
{
	color: white;
	text-decoration: none;
	width: 100%;
	height: 100%;
}

/* Controls the link items active / hover state */
#header .mainNav ul li.active a,
#header .mainNav ul li.selected a,
#header .mainNav ul li:hover a
{
	color: #cc9900;		/*  Gold  */
	text-decoration: none;
}

#header .mainNav .subMenu
{
	position: absolute;
	display: none;	
	min-width: 210px;	/* was 160 chged for long title */
	z-index: 3000;
}

#header .mainNav .subMenu div.bg
{
	position: absolute;
	opacity: 0.60;
	filter: alpha(opacity=60);	
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;	
}

#header .mainNav .subMenu ul
{
	padding: 0;
	margin: 0;
	float: none;
	text-align: left;
}

#header .mainNav .subMenu ul li
{		
	float: none;
	font-size: 11px;
	font-weight: normal;
	border-top: dotted 1px #666666;
	line-height: 24px;
	text-transform: none;
	background-color: #336699;
	padding: 0 5px;
}

#header .mainNav .subMenu a
{
	height: auto;
	width: auto;
}

/*////////////////////////////////////////////////////
Content
////////////////////////////////////////////////////*/

/* Controls the main navigation container */
#content
{
	background-color: white;
	text-align: left;	
	clear: both;
	min-height: 400px;
	position: relative;	
}

/* Expanders are for static sized pages - change the height values to the size of the page  */
#content.expanderpage
{
	background-color: white;
	text-align: left;
	padding: 0;
	clear: both;
	min-height: 600px;
	max-height: 600px;
	height: 600px; 
	z-index: 0;
}

.link{
	text-decoration: none;
	color: #cc9900;
	font-size: 12px;
	display: inline;
}

.link a{text-decoration: none;
	color:#cc9900;
}

.link:hover{
	text-decoration: underline;
}

.link:visited{
	text-decoration: none;
	color: #336699;
}

.link:visited:hover{
	text-decoration: underline;
}	

.bluetitle
{
	font-size:13px;
	color:#003366;
	letter-spacing:1px;
}

.graytext
{
	font-size:12px;
	color:#666666;
	line-height:20px;
	letter-spacing:1px;
}

.graybodytext
{
	font-size: 12px;
	color: #333333;
	line-height: 10px;
	letter-spacing:1px;
}

.table
{
	background-image:url("../homeimage.jpg");
	background-position: top right;
	background-repeat:no-repeat;
	background-color: white;
	clear: both;
	position: relative;
	z-index: 0;
} 


/*////////////////////////////////////////////////////
Footer
////////////////////////////////////////////////////*/

/* Controls the footer container */
#footer
{
	background-color: white;
	text-align: left;	
	clear: both;
	position: relative;
}

.footertext
{
	font-size: 10px;
	color: #999999;
	line-height: 11px;
}

.footerlink{
	text-decoration: none;
	color: #336699;
	font-size: 10px;
	display: inline;
	font-weight: 700;
	letter-spacing:2px;
	line-height: 11px;
}

.footerlink a{text-decoration: none;
	color:#336699;
	font-weight:700;
}

.footerlink:hover{
	text-decoration: underline;
	font-weight: 700;
}

.footerlink:visited{text-decoration: none;
	color: ##cc9900;
	font-weight: 700;
}

.footerlink:visited: hover{
	text-decoration: underline;
	font-weight: 700;
}	

/*////////////////////////////////////////////////////
ACCORDION EXPANDER STYLES
////////////////////////////////////////////////////*/

#expanders
{
	position: absolute;
	left: 238px;
/*	top: 280px;    */
	width: 620px;
}

ul.accordion
{	
	padding: 0;
	margin: 0;
}

ul.accordion div.bg
{
	position: absolute;
/*	opacity: 0.25;       */
/*	filter: alpha(opacity=25);	*/
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;	
}

ul.accordion li.heading
{	
	list-style: none;	
	background-color: white;
	color: #white;	
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	margin: 0;
}

ul.accordion li.expander
{
	list-style: none;
	list-style-image: none; 		
	cursor: pointer;
	margin: 1px 0 0 20px;
}

ul.accordion li.expander .title
{
	background-image: url(../images/arrow-right.jpg);	
	background-repeat: no-repeat;
	background-position: 10px 0;	
	width: auto;
	color: #cc9900;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	padding-left: 40px;
	position: relative;
	z-index: 0;
	height: 22px;
	max-height: 22px;
	min-height: 22px;
	letter-spacing: 0.5px;
}

ul.accordion li.expander.open .title
{
	background-image: url(../images/arrow-down.jpg);	
	background-color: #white;	
	color: #003366;	
}

ul.accordion li.expander .body
{
	display: none;
	cursor: default;
	position: relative;
	height: 120px;
/*	color: #999999;    */
	padding: 5px 5px 35px 15px;
	font-size: 13px;
}

ul.accordion li.expander .body p
{
	margin-bottom: 0;
	padding-bottom: 0;
}

ul.accordion li.expander .body strong
{	
	color: #000000;
}

ul.accordion li.expander.open .body
{
	display: block;
	z-index: 0;	
	line-height: 19px;
	font-size: 13px;
}

ul.accordion .body div.bg
{
	background-color: white;
	height: 226px;
	width: 620px;
}

ul.accordion li.expander .title div.bg
{
	background-color: white;
/*	opacity: 0.20;     */
	filter: alpha(opacity=20);
	height: 22px;
}

ul.accordion li.expander.open .title div.bg
{
	background: none;	
}

/*////////////////////////////////////////////////////
Miscellaneous
////////////////////////////////////////////////////*/
h1
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #003366;
	letter-spacing:1px;
	line-height: 14px;
}

.hr {
  height: 0;
  font-size: 0;
  line-height: 0;
  margin: 1em auto;
}
.dotted {
  border-bottom: dotted 2px #0066cc;
}
.dashed {
  border-bottom: dashed 2px #999999;
}

img.floatLeft { 
    float: left; 
    margin: 8px; 
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}

/*////////////////////////////////////////////////////
Gradient Shadow Container Dark Border
////////////////////////////////////////////////////*/

#gradientshadow-container1 {
	position: relative;
	border-left: 2px solid #909090;
	border-right: 2px solid #909090;
	border-bottom: 2px solid #909090;
}
 
#gradientshadow-container2 {
	position: relative;
	border-left: 2px solid #8E8E8E;
	border-right: 2px solid #8E8E8E;
	border-bottom: 2px solid #8E8E8E;
}

#gradientshadow-container2 {
	position: relative;
	border-left: 2px solid #7E7E7E;
	border-right: 2px solid #7E7E7E;
	border-bottom: 2px solid #7E7E7E;
}

#gradientshadow-container4 {
	position: relative;
	border-left: 2px solid #777777;
	border-right: 2px solid #777777;
	border-bottom: 2px solid #777777;
}

#gradientshadow-container5 {
	position: relative;
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
}
