@charset "ISO-8859-1";
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.3;
	font-size: 0.9em;
	margin-bottom:	0em;
	font-weight: bold;
	
}

/*** DEMO SKIN ***/

.sf-menu:hover {
	color: #66CC33;
}
.sf-menu ul {/*jm 6jun310 */
	display: block;
	position:		absolute;
	top:			-999em;
	width:			100%;  /*left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	background-color: #000000;
	color: #00CCFF;
}
.sf-menu li {/*jm 6jun310 */
	width:136px;
	display:		inline-block;
	float:			left;
	position:		relative;
	background: #002B5C;
}
.sf-menu a {/*jm 6jun310 */
	width:100%;
	display:		inline-block;
	position:		relative;
	border-left:	1px solid #fff;
	border-top:		0px solid #CFDEFF;
	padding: 		.75em 0;
	text-decoration:none;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
	color: #B0D730;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	color: #00CCFF;
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
	color: #FFFFFF;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
	color: #00CCFF;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
	color: #00CCFF;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFFFFF;
}
.sf-menu li li {
	background:		#000000;
	color: #00CCFF;
}
.sf-menu li li li {
	background:		#000000;
	color: #00CCFF;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#000000;
	color: #B0D730;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			2.85em; /*jm 6jun310 */
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
#container  {
	width: 1028px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#header  {
	width: 100%;
	margin: 0 auto;
}
#center {
	text-align: center;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent  {
	padding: 15px 240px 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#footer  {
	padding: 0 33px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	text-align: center;
	color: #999999;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #666666;
}
body {
	font: 75%/1.5em Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
body {
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:12px;
	margin:0px 20px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 20px;
	margin-top: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	font-size: 100%;
	line-height: 1.5em;
	font-weight: bold;
}
.team {
	font-size: 150%;
	font-style: italic;
	color: #FFFFFF;
}
#top {
	position:relative
	background-color: #002B5C;
	height: 30px;
	width: 950px;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
	background-color: #002B5C;
}
.z {
	position: fixed;
	z-index: -1;
}
#flash {
	z-index: 1;
	position: relative;
}
#rightnav {
	color: #999999;
	text-align: right;
	margin-right: 48px;
}
#rightnav a {
	color: #FFFFFF;
	text-decoration: none;
}
#rightnav a:hover {
	color: #000000;
}
#useTbl {
	background-image: url(../images/grid_background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#useTbl td {
	font-size: 90%;
	vertical-align: top;
	padding: 10px 14px 0px;
	line-height: 1.4em;
}
#useTbl th a {
	color: #666666;
	font-weight: normal;
	font-size: 95%;
	padding: 20px 10px 10px;
	margin: 20px 10px 10px;
}
#useTbl a:hover {
	color: #666666;
}
#useTbl a {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	font-size: 120%;
}
#useTbl  th a:hover {
	color: #339900;
}
#sidebar1 a {
	color: #666666;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #000000;
}
.leftborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.imgRight {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
#sidebar1 h2 {
	margin-top: 0px;
	padding-top: 0px;
}
.zbottom {
	position: relative;
	z-index: 1;
}
.ztop {
	position: relative;
	z-index: 2;
}
.thickborder {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.indented
   {
   padding-left: 15pt;
   padding-right: 35pt;
   }