@charset "utf-8";
/* CSS Document */

/* General Tags
*****************************/

body
{
	/*
	background: url(../images/btm_bg.gif) top left;
	*/
	background: url(../images/zebra_bg.gif) top left;
	padding:0;
	margin:0;
	font-family:"Trebuchet MS", Arial;
	color:#666666;
	font-size:13px;
}

img
{
	border:none;
}

p, td, div, span
{
	font-size:13px;
}

a:link, a:visited
{
	color:#0094f2;
}

p, h1, h2, h3, h4, h5, h6
{
	padding-top:0;
	margin-top:0;
}

h1{
	font-size:21px;
	background: url(../images/hdg_ico.gif) no-repeat 0px 6px;
	padding:0 0 0 20px;
}

h2{	font-size:18px;}

h3{	font-size:16px;}

h4
{
    font-size:14px;
    font-weight:bold;
	color:#004f94;
}

.BlueBold
{
    font-weight:bold;
	color:#004f94;
}

h5
{
    font-size:13px;
}

/* Layout IDs
*****************************/

#mainWrapper
{
	width:949px;
	margin:0 auto;
	border-left:10px solid #FFF;
	border-right:10px solid #FFF;
	background:#FFF;
}

#header
{
	height:114px;
	background: url(../images/hdr_bgshade.gif) no-repeat bottom left;
}

#hdrLogo
{
	padding:20px 0 0 20px;
	float:left;
	width:320px;
}

#hdrUtilityNav
{
	padding:20px 30px 0 20px;
	float:right;
	width:400px;
	text-align:right;
}

#hdrUtilityNav a:link, #hdrUtilityNav a:visited
{
	text-decoration:none;
}

#hdrUtilityNav a:hover
{
	text-decoration:underline;
}

#bodyWrapper
{
	background:#F7F7F7;
}

#bodyWrapperTopCap
{
	background: url(../images/body_topcap.gif) no-repeat top left;
	height:11px;
}

#bodyWrapperContent
{
	background:#F7F7F7;
	min-height:280px;
	padding:10px 0 10px 0;
	margin:0 auto;
	width:900px;
}

#footer
{
	background: url(../images/body_btmcap.gif) no-repeat top left;
	height:39px;
}

#footerInner
{
	color:#FFFFFF;
	padding:10px;
}

#footerInner a:link, #footerInner a:visited
{
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
}

#siteCredits
{
	text-align:center;
	padding:20px 0 20px 0;
	height:34px;
}
	a.createdByOs:link, a.createdByOs:visited {
		background:url(../images/oslogo.gif) no-repeat;
		display:block;
		margin:0 auto;
		width:164px;
		height:34px;
		text-indent:-9999em;
	}

#breadcrumbds
{
	padding:6px 0 6px 0;
    font-size:12px;
}

/* Home Page
*************************************/

#hpFlashNavigation
{
	margin-bottom:0px;
}

#bodyContent
{
	margin:6px 0 0 0;
}

#hpLeftCol
{
	float:left;
	width:248px;
}

#hpLeftColTopCap
{
	background: url(../images/hp_LeftColTopCap.gif) no-repeat top left;
	height:8px;
}

#hpLeftColBtmCap
{
	background: url(../images/hp_LeftColBtmCap.gif) no-repeat top left;
	height:8px;
}

#hpLeftColMid
{
	border-left: 1px solid #d8d0d0;
	border-right: 1px solid #d8d0d0;
	background:#FFF;
}

#hpLeftColContent p
{
	margin-bottom:0;
	padding-bottom:10px;
}

#hpLeftColContent
{
	padding:0 16px 0px 16px;
}

#hpCenterCol
{
	float:left;
	width:386px;
}

#hpCenterColContent p
{
	margin-bottom:0;
	padding-bottom:10px;
}

#hpCenterColContent
{
	padding:10px 20px 0px 20px;
}

#hpRightCol
{
	float:right;
	width:266px;
}

#hpRightColContent
{
	padding:0;
}

/* Interior Styles
*************************************/

/* Left Column */

#bodyLeftCol
{
	float:left;
	width:176px;
}

#bodyLeftColTopCap
{
	background: url(../images/int_leftColTopCap.gif) no-repeat top left;
	height:10px;
}

#bodyLeftColMiddle
{
	border-left: 1px solid #d8d0d0;
	border-right: 1px solid #d8d0d0;
	background:#FFF;
}

#bodyLeftColContent
{
	padding:10px 6px 10px 6px;
}

#bodyLeftColBtmCap
{
	background: url(../images/int_LeftColBtmCap.gif) no-repeat top left;
	height:10px;
}

/* Main Column */

#bodyMainCol
{
	float:right;
	width:721px;
}

#bodyMainColTopCap
{
	background: url(../images/int_MainColTopCap.gif) no-repeat top left;
	height:10px;
}

#bodyMainColMiddle
{
	border-left: 1px solid #d8d0d0;
	border-right: 1px solid #d8d0d0;
	background:#FFF;
}

#bodyMainColContent
{
	padding:10px 20px 10px 20px;
	min-height:280px;
}

#bodyMainColBtmCap
{
	background: url(../images/int_MainColBtmCap.gif) no-repeat top left;
	height:10px;
}

/* Navigation
*****************************/

.leftMenu li, ul.leftMenu,  ul.leftMenu ul
{
	list-style:none;
	padding:0;
	margin:0;
}

ul.leftMenu ul
{
	display:none;
}

ul.leftMenu li.IsNavSelected > ul, ul.leftMenu li.IsNavExpanded > ul
{
	display:block;
}

ul.leftMenu li.IsNavSelected > ul a:link, ul.leftMenu li.IsNavSelected > ul a:visited
{
	background:#FFF;
	color:#3366CC;
}

/* First level menu */
ul.leftMenu li a:link, ul.leftMenu li a:visited
{
	text-decoration:none;
	padding:2px 2px 2px 6px;
	display:block;
	border-bottom:1px solid #CCCCCC;
	color:#3366CC;
}

ul.leftMenu li a:hover
{
	background:#02affe;
	color:#FFFFFF;
}

/* Second level menu */
ul.leftMenu li li a:link, ul.leftMenu li li a:visited
{
	padding:2px 2px 2px 20px;
}

ul.leftMenu li li a:hover
{
	background:#02affe;
	color:#FFFFFF;
}

ul.leftMenu li.IsNavSelected a:link, ul.leftMenu li.IsNavSelected a:visited
{
	background:#02affe;
	color:#FFFFFF;
}

ul.leftMenu li.IsNavSelected a:hover
{
	background:#02affe;
	color:#FFFFFF;
}

/* Third level menu */
ul.leftMenu li li li a:link, ul.leftMenu li li li a:visited
{
	padding:2px 2px 2px 35px;
}

/* Document Links */
.pageDocLinks
{
}

.pageDocLinks a:link, .pageDocLinks a:visited
{
	background: url(../images/pdf_ico.gif) no-repeat 6px 2px;
	padding:0 0 0 26px;
}


/* General Button Styles
***********************************/

a.GnlInlineButton:link, a.GnlInlineButton:visited
{
	background: url(../images/gnlButtonBg.gif) repeat-x center;
	padding:2px 6px 2px 6px;
	border:1px solid #01488e;
	color:#FFF;
	text-decoration:none;
}




