/* CSS Document */
html {
  height: 100%;
}
body {
	font-family: Tahoma, Arial, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
    background-image: url(../images/navback2.gif);
	background-repeat:repeat-x;
	height: 100%;
	
}
#wrapper {
	background-image: url(../images/backgroundtran2.gif);
	background-repeat:no-repeat;
	width: 960px;
	margin: 0px auto;
	/*height: 100%;*/
}
#masthead  {
	height: 134px;
	width: 960px;
	text-align: left;
}
/******************************Navigation***************************************/	
#mainNav {
	float: left;
	width: auto;
	margin-left: 32px;




	`margin-left: 15px;
	background-image: url(../images/navback3.gif);
	background-repeat: repeat-x;
	}

#mainNav ul{
	list-style: none;
	margin:0px;
	padding: 0px;
	z-index:6;
}
#mainNav li>ul { 
	top: auto;
	left: auto;
}
#mainNav li{
	font-family: Tahoma, Arial, sans-serif;
	background-image: url(../images/navdivide2.gif);
	background-repeat: no-repeat;
	color: #0d0659;
	font-size: 12px;
	float:left;
	padding-top: 10px;
	padding-left:30px;
	padding-right:30px;
	position: relative;
	list-style: none;
	z-index:7;
	display:block;
	height: 31px;
	width: auto;
}
#mainNav li a{
	display: block;
	font-family: Tahoma, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	padding: 0px 5px;
	width: auto;
}
#mainNav li a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#mainNav li a.LastItem{
border-right: none;
	padding: 0px 0px 0px 6px;
}

#mainNav li ul {
	margin-top: 15px;
	margin-left: 10px;
	display: none;
	position: absolute;
	left: 0;
	width: 180px;
	z-index:900;
	margin-left: 20px;
	background: #6600CC;	
}
#mainNav li li{
	list-style: none;
	text-align: left;
	z-index:800;
	width: 160px;
	margin: 0px;
	vertical-align: top;
	display:block;
	background: none;
	height: auto;
	border-right-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	}
#mainNav li li.FirstItem{
	border-top: solid 1px #1d2172;
	}

#mainNav li:hover ul, #mainNav li.over ul { /* This shows second-level lists on hover*/
	z-index:10;
	display: block;
}
#mainNav li li a{
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;	
	/*display: block;	*/
	border-right-style: none;
}
#mainNav li li a:hover{
	border-right-style: none;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: underline;	
	
}
/******************************secondary nav***************************************/
#secondarynav {
	width: 200px;
	float: left;
	color: #000066;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
}
#secondarynav ul {
	font-family:Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #2F4899;
	list-style-type: none;
	margin:30px 0px 0px;
	width: 150px;
	padding: 0px;
	z-index:6;
	color: #000066;
}
#secondarynav li {
	height: auto;
	padding: 5px;
	border-top: 1px solid #000066;
	border-right: 1px solid #000066;
	border-bottom: 1px none #000066;
	border-left: 1px solid #000066;
	color: #2F4899;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}

#secondarynav li.lastitem {
	height: auto;
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;
	border-left: 1px solid #000066;
	border-right: 1px solid #000066;
}
#secondarynav li a{
	font-family: Tahoma, Arial, sans-serif;
	color: #2F4899;
	font-size: 10px;
	text-decoration: none;
	padding: 0px 5px;
	width: auto;
}
#secondarynav li a:hover{
	width: 150px;
	text-decoration: underline;
	color:#efa;
	position:relative;
	background-color: #FF9900;
	}
/******************************secondary vertical flyout and nav ***************************************/	
#categoryNav {
 width:190px;
 display:block;
 float: left;

}
#categoryNav ul {
margin: 0px;
padding: 0px;
background-IMAGE: none;
list-style:none;
border-bottom: 1px none #000066;
}
#categoryNav ul li {
	position: relative;
	width:190px;
	list-style:none;
	border-top: 1px solid #000066;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	border-left: 1px solid #000066;
}
#categoryNav li ul {
 position: absolute;
 left:190px;
 top:0px;
 display:none;
background:#FF9900;
list-style:none;
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
                }
#categoryNav ul li a {
display: block;
text-decoration: none;
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
                }
#categoryNav ul li:hover ul{
display: block;
text-decoration: none;
/*visibility: visible;*/
                }
#categoryNav ul li.over ul{
display: block;
text-decoration: none;
/*visibility: visible;*/
                }				
#categoryNav li li{
 width: 170px;
/* padding-top: 5px;*/
 text-align: left;
 background:#FF9900;
 list-style:none;
                }

#categoryNav a:link, #categoryNav a{
color: #000066;
/*background: #FFFFFF;*/
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
display:block;
padding-top:5px;
padding-bottom:5px;
/*padding-right:4px;*/
/*border: 1px solid #bed3e6;*/
padding-left:4px;

}

#categoryNav a:active, #categoryNav a:visited{
	color: #000066;
	/*background: #FFFFFF;*/
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

 #categoryNav a:hover, #categoryNav a:visited:hover{
	color: #FF6600;
	background: #284b6a;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#categoryNav li li a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
/*#categoryNav li:hover ul, #mainNav li.over ul { 
	z-index:10;
	display: block;
}
#categoryNav li>ul { 
	top: auto;
	left: auto;
}*/
/******************************Body***************************************/
#contentwrap {
	float: left;
	margin-top: 10px;
	width: 960px;

}
#content {
	width: 720px;
	float: left;
	background-color: #FFFFFF;
	text-align: left;
	margin-left: 30px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.breadcrumb {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.breadcrumb a{
	color:#2F4899;
	text-decoration: none;
}
#content h1, h2, h3 {
color:#2F4899;
}
#content h1 {
	font-size: 18px;
}
#content h2 {
	font-size: 16px;
}
#content h3 {
	font-size: 14px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #2F4899;
	width: 600px;
}
#content p {
	font-size: 12px;
}
#content a{
text-decoration: underline;
color: #2F4899;
}
#content a:hover {
text-decoration: none;

}
/******************************footer***************************************/
#footer {
	
	
	float: right;
	width: 740px;
	margin-top: 15px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
#footer li {
	display: inline;
/*	padding-right: 25px;*/
	padding-left: 25px;
	margin-top: 20px;
	list-style-type: none;
	font-size: 11px;
	color: #CCCCCC;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	margin: 0px;
	padding: 10px;
}
#callout {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
.calloutnoborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 #callout a:hover, #callout a:visited:hover{
	background: #FFFFFF;
}
