@charset "utf-8";
		/* CSS Document */

/********************* General Styles ************************/
hr	{ color:#105b88; height:1px; width:100%; }
html, body {
	height: 100%; /* Required */
    margin: 0 0 1px;
}
body {
	margin: 0;
	padding: 0;
}
body, td, p, .normal { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
}
p {
	margin: 0;
	padding: 0 0 12px 0;
}
ul	{margin-top: 0px;}
ol	{margin-top: 0px;}
.explanotes	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #666666;
	font-style: italic;
}
#rtefield	{ 
	background:#ffffff;
}
a:link, a:active, a:visited{ 
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
a:hover{ 
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}
/********************* Heading Styles ************************/

h1 { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #e9441e;
	font-weight: bold;
	font-style: normal;
	margin: 0;
	padding: 0 0 12px 0;
}
h1 a:link, h1 a:active, h1 a:visited {
	color: #e9441e;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
h1 a:hover {
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
h2 { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #105b88;
	margin:.5em 0 0 0; 
	padding: 0 0 6px 0;
	font-weight: bold;
	font-style: normal;
}	
h2 a:link, h2 a:active, h2 a:visited {
	color: #105b88;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
h2 a:hover {
	color: #105b88;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
h3 { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #f29a4c;
	margin:0.3em 0; 
	padding: 0;
	font-weight: bold;
	font-style: normal;
}
h3 a:link, h3 a:active, h3 a:visited {
	color: #f29a4c;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
h3 a:hover {
	color: #f29a4c;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}

/************************************************************/

/********************* Footer Styles ************************/
a.footerlink:link, a.footerlink:active, a.footerlink:visited, a.footerlink:hover {
	color: #509BC8;
}
#footer a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	color: #999;
}
#footer #strapline p {
		color: #FFF;
}
/************************************************************/


/********************* Form Element Styles ************************/

.Text400	{  font-family: Verdana, Geneva, sans-serif; font-size: 12px;color:#000000; width: 400px;}
.Text300	{  font-family: Verdana, Geneva, sans-serif; font-size: 12px;color:#000000; width: 300px; border: #666666; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.Text200	{  font-family: Verdana, Geneva, sans-serif; font-size: 12px;color:#000000; width: 200px; border: #666666; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.Text150	{  font-family: Verdana, Geneva, sans-serif; font-size: 12px;color:#000000; width: 150px; border: #666666; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.Text100	{  font-family: Verdana, Geneva, sans-serif; font-size: 12px;color:#000000; width: 100px; border: #666666; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.Text50		{  font-family: Verdana, Geneva, sans-serif; font-size: 12px;color:#000000; width: 50px; border: #666666; border-style: solid; border-top-width: 1pt; }
.Text25		{  font-family: Verdana, Geneva, sans-serif; font-size: 12px;color:#000000; width: 25px; border: #666666; border-style: solid; border-top-width: 1pt; border-right-width: 1px; border-bottom-width: 1pt; border-left-width: 1px}
.button		{  font-family: Verdana, Geneva, sans-serif; font-size: 12px;color:#000000; background-color: #ffffff; border: #666666; border-style: solid; border-top-width: 1pt; border-right-width: 1px; border-bottom-width: 1pt; border-left-width: 1px}
.Text		{  font-family: Verdana, Geneva, sans-serif; font-size: 12px;color:#000000; border: #666666; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.Transparent{  background-color: transparent; border: none }
/******************** BEGIN LAYOUT STYLES ********************/

#container {
	width: 100%;
	position: relative;
	background:#ed7340;
	}
#header {
	background: #FFF;
	height:80px;
	}
#content {
	padding: 10px 0 10px 10px;
	}
#main {
	margin-left:180px;
	padding: 20px 20px 20px 20px;
	background:#FFF;
	width:100%
}
html>body #main {
	margin-left:180px;
	padding: 20px 20px 20px 20px;
	background:#FFF;
	width:auto;
	}
#leftcol {
	padding: 0;
	width: 180px;
	float: left;
	}
#footer {
	width: 100%;
	background: #FFF;
	margin-top:-30px;
	}
#strapline {
	background:#005080;
	color:#FFF;
	height:30px;
	line-height:30px;
	float:right;
	margin:0 0 10px 0;
	}
#strapline p {
	font-size:1.3em;
	font-weight:bold;
	float:right;
	margin:0;
	padding:0 10px 0 0;
	}
#footleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float:left;
	padding-left:10px;
	font-size: 11px;
	}
#footleft img.logo {
	float: left;
	margin-right: 10px;
	border: 0px;
	}
#footleft a {
		font-weight: normal;
	}
#footright{
	float:right;
	padding-right:10px;
	}
/******************** BEGIN LAYOUT STYLES ********************/


/******************** BEGIN MENU STYLE ********************/

#navcontainer {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-right:10px;
	margin-top: 1px;
	}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#navcontainer li {
	border-bottom: 1px solid #ed7340;
	margin: 0;
	}
#navcontainer li.white  {
	border-bottom: 1px solid #ed7340;
	margin: 0;
	background:#FFF;
	line-height:21px;
	padding-left:10px;
	}
#navcontainer a {
	margin: 0;
	line-height:25px;
	width: 100%;
	display: block;
	background:#005080;
	}
#navcontainer span.nonactive {
	margin: 0;
	line-height:25px;
	width: 100%;
	display: block;
	color: #ed7340;
	background:  #005080;
	font-weight: normal;
	}
#navcontainer a:link, #navlist a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
#navcontainer a:hover {
	color: #ed7340;
	}
#navcontainer li img.icon {
	float:left;
	margin-right:5px;
	}
#navcontainer .MenuTabDot{border-bottom:solid 1px #FFFFFF;height:1px;}
#navcontainer .MenuTabOnTop{
	border-left:solid 1px #FFFFFF;
	border-right:solid 1px #FFFFFF;
	height:1px;
	background:#FFFFFF;
	}	

/******************** END MENU STYLE ********************/

/**************** Editor Menu Tab Styles **************************/

.MenuTabDot{border-bottom:solid 1px #CCC;height:1px;}
.MenuTabOffTop{
		border-left:solid 1px #CCC;
		border-right:solid 1px #CCC;
		height:1px;
		background:#ed7340;
	}
.MenuTabOnTop{
		border-left:solid 1px #CCC;
		border-right:solid 1px #CCC;
		height:1px;
		background:#EAEAEA;
	}
.MenuTabOffMain{
		/*filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,enabled=true,startColorstr=#ffffff, endColorstr=#105b88) ;*/
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
	height:20px;
	padding:0px 10px 0px 10px;
	background:#ed7340;
	cursor:pointer; 
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none
	}
.MenuTabOnMain{
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
	height:20px;
	padding:0px 10px 0px 10px;
	background:#EAEAEA;
	cursor:pointer; 
	font-family: Arial,Helvetica;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none
	}
#editormenucontainer .MenuTabOnMain{
	border-bottom:none;
	border-left:solid 1px #FFF;
	border-right:solid 1px #FFF;
	height:20px;
	padding:0px 10px 0px 10px;
	background:#FFF;
	cursor:pointer; 
	font-family: Arial,Helvetica;
	font-size: 12px;
	color: #005080;
	font-weight: bold;
	text-decoration: none
	}
#editormenucontainer .MenuTabOnTop{
	border-left:solid 1px #FFF;
	border-right:solid 1px #FFF;
	height:1px;
	background:#FFF;
	}	
#editormenucontainer .MenuTabOffMain{
	border-bottom:none;
	border-left:solid 1px #005080;
	border-right:solid 1px #005080;
	height:20px;
	padding:0px 10px 0px 10px;
	background:#005080;
	cursor:pointer; 
	font-family: Arial,Helvetica;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none
	}
#editormenucontainer .MenuTabOffTop{
	border-top: none;
	border-left:solid 1px #005080;
	border-right:solid 1px #005080;
	height:1px;
	background:#005080;
	}
#editormenucontainer .MenuTabDot{border-bottom:solid 1px #ed7340;height:1px;}
.DemoSiteNotes {
	font-weight: bold;
	font-style:italic;
	font-size: 10px;
	color: #005080;
	}
#logout, #loggedout {
	 position:absolute;
	 visibility: hidden;
	 top:300px;
	 left:550px;
	 width:200px;		
	 z-index:2;
	 height:100px;
	 border:2px #005080 solid;
	 color: #005080; 
	 background-color:#FFFFFF;
	 padding:0.5em; 
 }
 #loggedout {
	height:230px;
 }
 #logout h1, #loggedout h1 {
	color: #ed7340;	
 }
#logoutlayer {
	position:absolute; 
	visibility: hidden;
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%; 
	background-color:gray; 
	padding:0.5em; 
	text-align: center;
/*	opacity: 0.6;
	filter:alpha(opacity=60);
*/	z-index: 1;	
}
.unnamed1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;	
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #666666;
}