@charset "utf-8";
/* CSS Document */
html {
	font-size: 100%;
}
body {
	width:960px;
	margin:0px auto;
	text-align:center;
	background:url('../images/backgroundWhite.jpg') top center no-repeat;
	border:none;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#menu, #header, #content, #sub-section {
	overflow:hidden;
	display:inline-block;
	text-align:left
}
#primary-menu {
	text-align: center;
	overflow:visible;
	display: inline-block;
	width:960px;
	color: white;
	background-color: #002e66;
	height: 35px;
	font-size: 13px;
	margin-left: -1px;
	border-left: solid 1px #c7c7c7;
	border-right: solid 1px #c7c7c7;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
#primary-menu a, a:visited {
	color:#fff;
	text-decoration: none;
}
#primary-menu a:hover {
	color: #ccc
}
#primary-menu ul {
	padding:0px;
	margin:0px;
	padding-top: 10px;
}
.links li {
	display: inline;
	margin-left: 24px;
	list-style-type: none;
	list-style:none;
}
.links .first {
	margin-left: 0px;
}
#header {
	background-image:url('../images/departmentBanner.png');
	height:135px;
	width: 960px;
	position: relative;
	z-index: 2;
	margin-left: -1px;
	border-left: solid 1px #c7c7c7;
	border-right: solid 1px #c7c7c7;
}
#headerText {
	display: block;
	margin: 40px 0px 0px 28px;
	position: relative;
	font-size: 30px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #002e66;
	width: 450px;
}
#header img {
	position: absolute;
	display: inline;
	padding: 0;
	margin: 0;
	border: 0
}
#sub-header {
	position: relative;
	height: 33px;
	z-index: 3;
	margin-top: -10px;
	margin-bottom: 0px;
	width: 960px;
	text-align: center;
	background:url('../images/subBannerBar.png') no-repeat center;
	margin-left: -1px;
	border-left: solid 1px #c7c7c7;
	border-right: solid 1px #c7c7c7;
}
#sub-header p {
	padding-top: 10px;
	padding-right: 20px;
	margin: 0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: right;
}
#sub-header a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	word-spacing: 5px;
	font-weight: bold;
}
#sub-header a:hover {
	text-decoration: underline;
}
#sub-header .small {
	font-size: 8px;
}
#sub-header .medium {
	font-size: 11px;
}
#sub-header .large {
	font-size: 14px;
}

#content-container {
	position: relative;
	overflow: visible;
	float:left;
	z-index: 2;
	margin-top: 0px;
	margin-left: -1px;
	background:#fff;
	border-left: solid 1px #c7c7c7;
	border-bottom: solid 1px #c7c7c7;
	border-right: solid 1px #c7c7c7;
	min-height: 375px;
	width:960px
}
/*#transparent {
	backgrond: #fff;
	opacity: .50;
	-moz-opacity:.5;
	filter:alpha(opacity=50);
	}
*/
#content {
	position: relative;
	overflow: visible;
	float:left;
	z-index: 2;
	width:702px;
	background: #fff;
}
#main {
	padding: 10px 20px;
}
#mainHeader {
	margin-bottom: 10px
}
#content p {
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	margin: 0 0 10px 0;
	color: #333;
}
#content p.message {
	color: #333;
	text-align: left;
	font-size:12px;
	font-stretch:normal;
	font-style:italic;
	font-variant:normal;
	font-weight:normal;
	line-height:20px;
	margin: 10px 0;
	border: none;
}
#content p.top, img.top {
	text-align: right;
	margin: 0px 10px 10px 0;
	height:20px;
	padding: 0;
	float: right;
	border: none;
	background: none;
}
#content a {
	color: #002e66;
	text-decoration:none;
	font-weight: normal;
}
#content a:hover {
	text-decoration:underline;
	color: #D8A400;
}
#content h1 {
	border-bottom: solid 1px #c7c7c7;
	padding-bottom: 2px;
	letter-spacing: 1px;
	font-size: 22px;
	color:#b88c0c;
	margin: 0px;
}
#content h2 {
	font-size: 14px;
	color:#002e66;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
}
#content h3 {
	overflow: hidden;
	font-size: 13px;
	color: #333333;
	background-color: #e7e7e7;
	margin-top: 15px;
	margin-bottom: 0px;
	font-weight: normal;
	font-variant:small-caps;
	border-bottom: 1px dotted;
	display: block;
}
#content h3 a, a:visited {
	color: #002e66;
	text-decoration:none;
}
#content h3 a:hover {
	text-decoration:underline;
}
#content h4 {
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
	font-weight: bolder;
}
#content h5 {
	text-decoration: underline;
	font-weight: lighter;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 15px;
	letter-spacing: 1px;
	font-variant:small-caps;
}
#main ol li {
	color: #333;
	padding-left: 0px;
	margin-left: -5px;
	margin-top: 10px;
	list-style: decimal;
}
#main ol li li {
	padding-left: 0px;
	margin-left: -5px;
	margin-top: 10px;
	list-style: lower-latin;
}
#main ol,ul {
	margin-top: 0px;
}
#main ul {
	font-size: 11px;
	padding-left: 0px;
	margin-left: 20px;
	color: #333;
}
#main li {
	padding-left: 0px;
	margin-left: 10px;
	margin-top: 10px;
	list-style: disc outside;
}
#main ul li li {
	padding-left: 0px;
	margin-left: 10px;
	margin-top: 10px;
	list-style: circle outside;
}
#main table {
	border: 0px solid #fff;
	background: #fff;
	padding: 0px;
	margin: 10px 10px 10px 20px;
	width: 630px;
	overflow: visible;
	font-size: 11px;

}
#main tr, td {
	border: 0px solid white;
	background: #eee;
	padding: 5px;
	margin: 0px;
	vertical-align: top;
}
#content blockquote {
	border-left: 1px dotted #c7c7c7;
	padding-left: 10px;
	margin-left: 20px;
}
#content blockquote p {
	font-style: italic;
}
#content .steps ul {
	font-size: 11px;
	margin-right: 25px;
	padding-left: 25px;
	list-style: none;
}
#content .steps li {
	font-weight: bold;
	border: 1px dotted;
	padding: 5px;
	margin-top: 5px;
	margin-right: 15px;
	list-style: none;
}
#content .steps li:hover {
	background: #f6f6f6;
}
#content .steps ul p {
	margin: 5px 21px;
	line-height: 14px;
	background:url('../images/contentBackground.png') no-repeat #fff;
	padding: 5px;
}
#main .examples {
	margin: 15px;
	padding: 10px;
	background: #fff;
	border: 1px #CCCCCC dotted;
	overflow: auto;
}
#main .front-blocks-container {
	display: inline-block;
	margin: 15px 80px;
}
#main .front-blocks-topContainer {
	position:relative;
	width: 500px;
	margin: 0;
	display: block;
}
#main .front-blocks-topLeft, .front-blocks-topRight, .front-blocks-bottomLeft, .front-blocks-bottomRight {
	text-align: center;
	vertical-align: middle;
	width: 249px;
	height: 125px;
	color: #999;
	background: #eee url('../images/blockNoHover.gif');
}

#main .front-blocks-topLeft:hover, .front-blocks-topRight:hover, .front-blocks-bottomLeft:hover, .front-blocks-bottomRight:hover {
	text-align: left;
	filter: Alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	background:url('../images/blockTopLeft.gif') no-repeat;
	color: #fff;
}

#main .front-blocks-container a {
	font-weight: bold;
	text-size: 40px;
	font-size: inherit;
	color: #999;
	text-decoration: none;
}

#main .front-blocks-container a:hover {
	font-weight: bold;
	text-size: 40px;
	font-size: inherit;
	color: #fff;
	text-decoration: none;
}

#main p.blocks {
	line-height: normal;
	font-variant: small-caps;
	font-size: 28px;
	font-weight: bold;
	padding: 0 20px;

}
#main .front-blocks-topLeft {

	float: left;
	border-bottom: 1px white solid;
	border-right: 1px white solid;
}
#main .front-blocks-topRight {

	float: right;
	border-bottom: 1px white solid;
	border-left: 1px white solid;
}
#main .front-blocks-bottomContainer {
	position:relative;
	width: 500px;
	margin: 0;
	display: block;
}
#main .front-blocks-bottomLeft {
	float: left;
	border-top: 1px white solid;
	border-right: 1px white solid;
}
#main .front-blocks-bottomRight {

	float: right;
	border-top: 1px white solid;
	border-left: 1px white solid;
}
#main input, #main textarea, #main select{
	background: #c8c8c8 url('../images/blockNoHover.gif') repeat-x top;
	margin: 2px;
	border: 1px #e7e7e7 solid;
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main input#submit, input#reset {
	background: #eee;
}
#main div {
position: static;
display: block;

}
#main img {
	padding: 5px;
	margin: 10px;
	position: relative;
	display: inline-block;
	background: #fff;
	border: 1px solid gray;
}
#main img.right {
	margin-top: 5px;
	margin-right: 0px;
	float: right;
}
#main img.left {
	margin-top: 5px;
	margin-left: 0px;
	float: left;
	
}
img.icon, #main img.icon {
	margin:0 0 -3px 0;
	border: none;
	background: none;
	padding: 0 ;
}
#footer img {
	padding: inherit;
	margin: inherit;
	position: relative;
	float: none;
	background: none;
	border: none;
}
#sub-section {
	position: static;
	min-height: 300px;
	width: 257px;
	background-color:#fff;
	float: right;
	background:url('../images/sideBackground.png') no-repeat #fff;
	border-left: dotted 1px #c7c7c7;
}
#sub-section a {
	color: #5e64b9;
	text-decoration: none;
}
#sub-section a:hover {
	text-decoration:underline;
}
#sub-section a:active {
	font-weight:;
}
#sub-section #pageNav ul strong, #sub-section #pageNav ul b {
	color: #b88c0c;
	background: #F9F9F9;
	display: block;
	margin-left: -15px;

	margin-right: -6px;
	padding-left: 5px;
}
#sub-section #fieldsetcontainer {
	margin-top: 15px;
}
#sub-section fieldset {
	background:#fff;
	overflow: visible;
	padding: 0 10px;
	font-size: 11px;
	padding-bottom: 10px;
}
#sub-section legend {
	margin-top:0px;
	font-size: 11px;
	padding: 0px;
	color:#000;
}
#sub-section p.title {
	font-size: 11px;
	margin-top: 10px;
	margin-left:0px;
	margin-right:10px;
}
#sub-section address {
	font-size: 11px;
	margin-top: 0px;
	border: none;
}
#sub-section p.email {
	padding-left: 20px;
	margin-left:0px;
	margin-top:0px;
	background: url('../images/emailIcon.gif') left center no-repeat;
}
#sub-section p.phone {
	padding-left: 20px;
	margin-left:0px;
	margin-top:0px;
	background: url('../images/phoneIcon.gif') left center no-repeat;
}
/* safari and opera need this */
#header, #menu, #footer {
	width:100%
}
#footer {
	text-align: left;
	margin-top:0px;
	padding-top: 40px;
	min-height: 100px;
	background: #fff;
	font-size: 12px;
	width: 960px;
	display:inline-block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	position: relative
}
#footer h3 {
	overflow: hidden;
	font-size: 13px;
	color: #333333;
	background-color: #e7e7e7;
	margin-top: 15px;
	margin-bottom: 0px;
	font-weight: normal;
	font-variant:small-caps;
	border-bottom: 1px dotted;
	display: block;
}
#footer img {
	display: inline;
	float: left;
	position: relative;
	margin: -2px 2px 0 0;
	padding: 0;
}
#footer a, a:visited {
	color: #002e66;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
	color: #D8A400;
}
#footer ul, li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#footerColumn1 {
	border-right: dotted 1px #c7c7c7;
	padding-top: 0px;
	padding-left: 20px;
	width: 299px;
	float: left;
	background: transparent;
}
#footerColumn2 {
	border-right: dotted 1px #c7c7c7;
	padding-left: 15px;
	width: 304px;
	position: relative;
	float: left;
	background: transparent;
	min-height: 130px;
}
#footerColumn3 {
	padding-left: 15px;
	width: 305px;
	position: relative;
	float: right;
	background: transparent url('../images/sealGraySmall.png') no-repeat scroll 180px 0;
	min-height: 130px;

}
#footerNotice {
	color: #666666;
	text-align:center;
	display:inline-block;
	float:left;
	position: relative;
	margin-top:20px;
	padding-bottom: 10px;
	width:100%;
	background:transparent;
}
#footerNotice p {
	font-size:11px;
	margin:0;
}
div.round-block {
	float: left;
	width: 200px;
	padding: 5px;
	/* margin: 1em; */
	margin: 20px 10px 10px 25px;
	background: #e7e7e7;
}
#pageNav {
	clear: left;
	padding:5px 5px 5px 5px;
	margin-bottom:0px;
	background-color: #e7e7e7;
}
#pageNav UL {
	list-style-type:none;
	margin:0px;
	padding:0px;
	font-size:14px
}
#pageNav UL LI {
	border-bottom: dotted 1px #333;
	margin:0px;
	padding:3px 5px 3px 15px;
}
#pageNav UL LI LI {
	border-bottom: none;
	margin:0px 19px;
	padding:3px 5px 0px 0;
	font-size: 11px;
	list-style: disc;
	color: #999;
}
#pageNav UL LI A {
	text-decoration:none;
	color: #002e66;
}
#pageNav UL LI A:hover {
	text-decoration:none;
	color: #0066FF;
}

em {
	font-style: italic;
	border-bottom: 1px dotted;
}

em:hover {
	text-decoration: none;
	border-bottom: 0px dotted
}
acronym {
	color: #002e66;
	text-decoration:none;
	font-style:inherit;
	border-bottom: 1px dotted;
	cursor: help;
}

acronym:hover {
	text-decoration: none;
	color: inherit;
	border: none;
}
code {
	color: #660033
}

#main .galleryContainer {
	margin: 15px;
	padding: 10px;
	border: 1px solid #c4c4c4;
		background: #fff;
}

#main .galleryContainer img {
	margin: 5px;
	padding: 5px;
	padding-bottom: 15px;
	background: #fff
}

#main .galleryContainer img:hover {
	background: #c8c8c8 url('../images/blockNoHover.gif') repeat-x top;
}
