*{
	margin:0;
	padding:0;
	font-size:small;
	font-family:Verdana,Helvetica, Arial, sans-serif;
}
a{
	color:inherit;
	font-size:inherit;
}
img{
	border:none;
}
#insideContent img{
	margin:5px;
}
.access{
	text-indent:-9000px;
	float:left;
}
h1{
	color:#0c3d7b;
	font-size:1.6em;
	padding-bottom:3px;
}
h1.restrictedTitle{
	width:504px;
}
h2{
	color:#013561;
	font-size:1.3em;
}
h2.sideBarTitle{
	color:#2A72BA;
	float:left;
	margin:4px 0;
	clear:left;
	width:208px;
}
h2.sideBarTitle.reversePosition{
	float:right;
	clear:right;
	width:213px;
}
h2.sideBarTitle.contact{
	width:307px;
}
h3{
	color:#6e6e6e;
	margin-bottom:3px;
}
a:hover{
	text-decoration:underline;
}
#insideContent p a,#insideContent dd a,#insideContent span a{
	color:#47B260;
}
/* Wrapper Setup */
body{
	background: #0e376f url(../img/bg-body2.jpg) top left repeat-x;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	 body{
		background: #122759 url(../img/bg-body2.jpg) top left repeat-x;
	}
}	
#masterWrapper{
	background:url(../img/bg-masterWrapper2.jpg) top left no-repeat;
}
#pageWrap{
	width:934px;
	margin:0 auto;
	background:url(../img/bg-pageWrap.png) top left no-repeat;
	overflow:hidden;
}
#page{
	width:760px;
	margin:0 auto;
}
/* Branding */
	#logo{
		float:left;
		width:258px;
		height:68px;
	}
	#utilityNav{
		float:right;
		list-style:none;
		margin:6px 0 21px 0;
	}
		#utilityNav li,#mainNav li{
			list-style-type:none;
			float:left;
		}
			#utilityNav li a,#mainNav li a{
				color:#0e376e;
				text-decoration:none;
				font-weight:bold;
				border-right:1px solid #0e376e;
				padding:0 8px;
				font-size:.8em;
				white-space:nowrap;
			}
				#utilityNav li a.lastElement{
					border:none;
					padding-right:0;
				}
				#utilityNav li a:hover{
					color:#FFFFFF;
				}
#searchForm{
	float:right;
	clear:right;
	*width:235px;
	margin-bottom:15px;
}
		#searchForm input{
			float:left;
			border:1px solid #0e376e;
			padding-left:20px;
		}
			#searchForm input.btn{
				width:auto;
				border:none;
				padding:0;
				margin-top:-2px;
			}
			#searchBox{
				background:#FFFFFF url(../img/bg-searchForm.jpg) 2px 2px no-repeat;
				margin-right:5px;
			}
	#mainNav{
		background:#104578 url(../img/bg-navNew.png) top right no-repeat;
		border-bottom:5px solid #104778;
		float:left;
		width:100%;
		margin-top:-2px;
	}
		#mainNav li{
			padding:10px 0;
			float:left;
		}
		#mainNav li.firstElement{
			background:url(../img/bg-navLeft.gif) top left no-repeat;
		}
			#mainNav li a{
				color:#FFFFFF;
				padding:0 10px;
				*padding:0 7px;
			}
				#mainNav li a.lastElement,#footerNav li a.lastElement{
					border:none;
				}
				#mainNav li a:hover,#mainNav li a.active{
					color:#7ee997;
				}
	.subNavWrap{
		/*background:url(../img/bg-subNavBtm.png) bottom left no-repeat;*/
		float:left;
		margin-top:2px;
		position:absolute;
		z-index:9000;
	}
	.secondaryNavigation{
		list-style:none;
		position:absolute;
		width:202px;
		top:1;
		left:auto;
		margin:0 0 16px 7px;
		padding:0 0 16px 0;
		z-index:4;
		top:106px;
		display: none;
		_display:block;
		/* height:190px; */
		background:url(../img/bg-jQuery.png) bottom left no-repeat;
 	}
	#mainNav li .secondaryNavigation li.shadow{
		background:url(../img/bg-jQueryShadow.png) top left no-repeat;
		padding-top:10px;
	}
	.secondaryNavigation.inside{
		position:relative;
	}
		#mainNav li li{
			list-style:none;
			float:none;
			padding:0;
			width:189px;
			margin-left:7px;
		}
			#mainNav li li a{
				color:#FFFFFF;
				text-decoration:none;
				font-size:.9em;
				font-weight:normal;
				border:none;
				display:block;
				padding-top:1px;
				padding-bottom:1px;
				width:168px;
			}
				.secondaryNavigation li.active,.secondaryNavigation li:hover a{
					background:#FFF;
				}
				#mainNav li li.active a,#mainNav .secondaryNavigation li:hover a{
					color:#0e376e;
				}
				.secondaryNavigation li.lastElement{
					border:none;	
				}
		
		
		

/* Footer */
#footer{
	color:#FFFFFF;
	text-align:center;
	width:100%;
	margin-top:10px;
	font-size:.7em;
}
	#footerNav{
		list-style:none;

	}
		#footerNav li{
			display:inline;
			list-style-type:none;
		}
			#footerNav li a{
				color:#FFFFFF;
				text-decoration:none;
				border-right:1px solid #FFFFFF;
				text-transform:uppercase;
				padding:0 5px 0 0;
				font-size:.7em;
				white-space:nowrap;
			}
	#footer p,#footer cite,#footer span,#footer p a{
		color:#FFFFFF;
		text-decoration:none;
		font-size:inherit;
	}
		#footer span a:hover{
			text-decoration:underline;
		}

	#footer cite{
		font-style:normal;
	}
