* {
	margin:0;
	padding:0;
	border:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color:#00529c;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#wrap {
	margin:auto;
	width:1024px;
}

#header {
	position:relative;
	background:#fff;
	height:100px;
	box-shadow:0 0 10px #999;
	z-index:9999;
}

#header .logo {
	position:absolute;
	left:35px;
	top:35px;
}

#header .nav {
	position:absolute;
	left:505px;
	top:72px;
}

#header .nav a {
	color:#555;
	font-weight:bold;
	text-transform:uppercase;
}

#header .nav a:hover, #header .nav li.hover a {
	color:#00529c;
	text-decoration:none;
}

#header .nav ul {
	list-style:none;
}

#header .nav li {
	float:left;
	padding:0 0 13px 25px;
	background:url(images/header-nav-bg.png) 10px 2px no-repeat;
}

#header .nav li:first-child {
	padding:0 0 13px 0;
	background:none;
}

/* start drop nav */

#header .nav ul ul a, #header .nav li.hover li a {
	color:#fff;
	text-transform:none;
}

#header .nav ul ul a:hover {
	color:#fff;
	text-decoration:underline;
}

#header .nav ul ul {
	display:none;
	position:absolute;
	left:-170px;
	top:28px;
	width:560px;
	padding:0 114px 0 0;
	background:#555;
}

#header .nav li li {
	padding:0;
	background:none;
	width:220px;
	padding:60px 30px 91px 30px;
}

#header .nav li li:first-child {
	position:absolute;
	left:0;
	top:25px;
	padding:0 30px;
}

#header .nav ul ul ul {
	display:block;
	position:static;
	width:auto;
	padding:5px 0 0 0;
	background:none;
}

#header .nav li li li {
	float:none;
	width:auto;
	margin:0;
	border-bottom:1px solid #fff;
	padding:5px 0 5px 25px;
}

#header .nav li li li:first-child {
	position:static;
	border-top:1px solid #fff;
	padding:5px 0 5px 25px;
}

/* end drop nav */

#header .social {
	position:absolute;
	left:855px;
	top:10px;
}

#header .social ul {
	list-style:none;
}

#header .social li {
	float:left;
	font-size:10px;
	line-height:16px;
	text-transform:uppercase;
	margin:0 10px 0 0;
	color:#999;
}

#background {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:600px;
	background:#000;
	z-index:-1;
	overflow:hidden;
}

#background div {
	width:100% !important;
	height:600px;
	background-position:center;
	background-repeat:no-repeat;
}

#slideshow {
	position:relative;
	height:370px;
}

#slideshow .slides {
	position:absolute;
	left:335px;
	top:110px;
	width:665px;
	height:140px;
	background:url(images/slides-bg.png);
	overflow:hidden;
}

#slideshow .slides div {
	color:#fff;
	margin:20px 0 0 30px;
	width:600px;
	height:120px;
	background:none !important;
	font-size:14px;
	line-height:34px;
}

#slideshow .slides div a {
	color:#fff;
	text-decoration:underline;
	padding:0 15px 0 0;
	background:url(images/arrow-white.png) right 3px no-repeat;
}

#slideshow .slides div a:hover {
	text-decoration:none;
}

#slideshow .slides div span {
	font-weight:bold;
	font-size:20px;
}

#slideshow .nav {
	position:absolute;
	left: 764px;
	top:325px;
	width:220px;
	height:28px;
	padding:17px 25px 0 0;
	background:url(images/slideshow-nav-bg.png);
	background-repeat: no-repeat;
	background-position:right;
	
}

#slideshow .nav .wrap {
	float:right;
}

#slideshow .nav a {
	float:left;
	width:11px;
	height:11px;
	overflow:hidden;
	text-indent:9999px;
	background:#1e5397;
	margin:0 0 0 25px;
}

#slideshow .nav a.activeSlide {
	background:#fff;
}

#overlay {
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	z-index:99999;
}

#overlays {
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:999999;
}

#overlays div {
	display:none;
	position:absolute;
	left:50%;
	top:50%;
	width:560px;
	height:390px;
	padding:0 80px;
	margin:-195px 0 0 -360px;
	background:#fff;
}

#overlays div img {
	float:left;
	margin:0 10px 0 -80px;
}

#overlays div h2 {
	color:#00529c;
	font-size:20px;
	margin:30px 0 10px 0;
}

#overlays div p {
	color:#888;
	line-height:24px;
	margin:0 0 20px 0;
}

#overlays div p a {
	display:inline;
	background:none;
	padding:0;
}

#overlays div a {
	display:inline;
	line-height:24px;
	font-weight:bold;
	background:url(images/arrow-blue.png) right 1px no-repeat;
	padding:0 15px 0 0;
}

#overlays div .close {
	position:absolute;
	right:10px;
	top:10px;
	width:20px;
	height:20px;
	padding:0;
	text-indent:9999px;
	background:url(images/overlay-close.png);
	overflow:hidden;
}

#overlays div iframe {
	margin:22px 0 0 0;
}

#modules {
	padding:14px 0;
	background:#fff;
}

#modules img {
	float:left;
	margin:0 20px 0 0;
}

#modules h2 {
	margin:12px 0 3px 0;
	text-indent:-10px;
	text-transform:uppercase;
	font-size:13px;
	color:#00529c;
	font-weight:normal;
}

#modules a {
	font-weight:bold;
	line-height:20px;
	padding:0 15px 0 0;
	background:url(images/arrow-blue.png) right 1px no-repeat;
}

#modules p {
	color:#888;
	line-height:20px;
}

#modules span {
	display:block;
	color:#51514f;
	font-size:10px;
	font-style:italic;
	line-height:20px;
}

#modules ul {
	list-style:none;
	overflow:auto;
	padding:0 0 0 11px;
}

#modules li {
	float:left;
	width:475px;
	padding:0 5px 0 0;
	height:140px;
	background:#f4f6f8;
	margin:0 0 0 14px;
	overflow:hidden;
}

#space {
	height:90px;
}

#main {
	padding:35px;
	background:#fff;
	min-height:378px;
	overflow:auto;
}

#content {
	float:right;
	width:800px;
}

#content h1 {
	color:#00529c;
	font-size:22px;
}

#content h2 {
	font-size:14px;
	padding:0 0 5px 0;
	color:#00529c;
	border-bottom:2px solid #00529c;
	margin:0 0 10px 0;
}

#content h3 {
	line-height:16px;
	font-size:12px;
}

#content h4 {
	line-height:16px;
	font-size:11px;
	text-transform:uppercase;
}

#content h5 {
	line-height:16px;
	font-size:11px;
	text-transform:uppercase;
	color:#00529c;
}

#content p {
	color:#777;
	font-size:14px;
	line-height:20px;
	margin:0 0 20px 0;
}

#content .columns3 {
	list-style:none;
	overflow:auto;
}

#content .columns3 li {
	float:left;
	width:246px;
	margin:0 0 0 31px;
}

#content .columns3 li:first-child {
	margin-left:0;
}

#content .columns3 p {
	font-size:12px;
	line-height:16px;
	margin:0 0 15px 0;
}

#content .columns3 a {
	font-size:11px;
	font-weight:bold;
	background:url(images/arrow-blue.png) right 1px no-repeat;
	padding:0 13px 0 0;
}

#content .columns3 a.document {
	display:inline-block;
	font-size:11px;
	min-height:14px;
	font-weight:bold;
	background:url(images/icon-page.png) left 0 no-repeat;
	padding:0 0 0 15px;
}

#content .columns3 blockquote {
	margin:22px 0 0 0;
	background:#f4f6f8;
	padding:10px;
}

#content .columns3 blockquote p {
	line-height:24px;
	color:#00529c;
}

#content .columns3 blockquote span {
	display:block;
	font-style:italic;
	color:#777;
	padding:0 0 0 15px;
	text-indent:-15px;
	line-height:16px;
}

#content .columns3 .footnote {
	font-style:italic;
	font-size:11px;
	line-height:14px;
}

#content .blocklist {
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
	padding:5px 0 5px 10px;
	margin:0 0 15px 0;
}

#content .blocklist ul {
	list-style:none;
	padding:0 0 0 10px;
	color:#777;
}

#content .blocklist li {
	float:none;
	width:auto;
	margin:0;
	padding:0 0 0 10px;
	line-height:16px;
	background:url(images/bullet-blue.png) 0 5px no-repeat;
}

#content .quote {
	float:right;
	width:523px;
}

#content .left {
	float:left;
}

#content .quote blockquote {
	margin:22px 0 0 0;
	background:#f4f6f8;
	padding:20px;
}

#content .quote blockquote p {
	line-height:16px;
	font-size:12px;
	color:#00529c;
	margin:0 0 10px 0;
}

#content .quote blockquote span {
	display:block;
	font-style:italic;
	color:#777;
	line-height:16px;
}

#content .tablist ul {
	list-style:none;
	overflow:auto;
	background:#f4f6f8;
	padding:5px 0 0 10px;
}

#content .tablist li {
	float:left;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}

#content .tablist a {
	display:block;
	color:#000;
	line-height:35px;
	padding:0 10px;
}

#content .tablist a:hover {
	color:#00529c;
	text-decoration:none;
}

#content .tablist a.active {
	color:#00529c;
	background:#fff;
}

#content .tab {
	display:none;
	width:523px;
	padding:10px 20px;
}

#content .tab h2 {
	position:relative;
}

#content .tab h2 span {
	position:absolute;
	right:10px;
	top:1px;
	font-size:12px;
}

#content .tab h2 a:hover {
	text-decoration:none;
	color:#000;
}

#content .tab h3 {
	position:relative;
}

#content .tab h3 span {
	position:absolute;
	right:10px;
	top:0;
	font-size:12px;
}

#content .tab h3 a:hover {
	text-decoration:none;
	color:#000;
}

#content .tab p {
	font-size:12px;
	line-height:16px;
	margin:0 0 10px 0;
	overflow:auto;
}

#content .tab .blocklist {
	padding:5px 0;
	margin:0 0 10px 0;
}

#content .tab .blocklist p {
	font-weight:bold;
	font-size:11px;
	line-height:16px;
	margin:0;
	padding:0 0 0 10px;
}

#content .tab .toggle {
	display:none;
}

#content .tab a.arrow {
	font-weight:bold;
	background:url(images/arrow-blue.png) right 1px no-repeat;
	padding:0 13px 0 0;
}

#content .tab span.author {
	font-size:10px;
	font-style:italic;
	font-weight:normal;
	position:static;
	color:#555;
}

#content .tab .columns2 {
	list-style:none;
}

#content .tab .columns2 li {
	float:left;
	width:250px;
	margin:0 0 0 23px;
}

#content .tab .columns2 li:first-child {
	margin:0;
}

#content .tab .buy {
	display:inline-block;
	width:60px;
	height:20px;
	line-height:20px;
	background:#00529c;
	color:#fff;
	text-transform:uppercase;
	font-size:9px;
	text-align:center;
	margin:2px 0 0 0;
}

#content .tab .buy:hover {
	background:#777;
	text-decoration:none;
}

#content .tab .alignleft {
	float:left;
	margin:2px 10px 0 0;
}

#content .tab .alignright {
	float:right;
	margin:2px 0 0 10px;
}

#content .tabaside {
	float:right;
	width:234px;
	margin:10px 0 0 0;
}

#content .tabaside p {
	font-size:12px;
	line-height:16px;
	margin:0 0 10px 0;
}

#content .tabaside a.arrow {
	font-weight:bold;
	background:url(images/arrow-blue.png) right 1px no-repeat;
	padding:0 13px 0 0;
}

#content .tabaside .signup {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-transform:uppercase;
	padding:10px 0;
}

#content .twothirds {
	width:563px;
}

#content .twothirds p {
	font-size:12px;
	line-height:16px;
	margin:0 0 15px 0;
}

#content .onethird {
	float:right;
	width:212px;
}

#content .onethird p {
	font-size:12px;
	line-height:16px;
	margin:0 0 10px 0;
}

#content .onethird a.arrow {
	font-weight:bold;
	background:url(images/arrow-blue.png) right 1px no-repeat;
	padding:0 13px 0 0;
}

#content .onethird .border {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-transform:uppercase;
	padding:10px 0;
	font-weight:bold;
	color:#00529c;
}

#content .indentquote {
	padding:0 25px;
	color:#00529c;
	font-weight:bold;
}

#content .indentquote .author {
	font-weight:normal;
	color:#555;
	font-style:italic;
}

#content ul.full {
	list-style:none;
}

#content ul.full li {
	overflow:auto;
}

#content .full p {
	float:left;
	width:563px;
	font-size:12px;
	line-height:16px;
}

#content .full .blocklist {
	float:right;
	width:200px;
	border:0;
	padding:0 0 0 10px;
	margin:0;
}

#content .show {
	display:block;
}

#content form .field {
	overflow:auto;
	margin:0 0 10px 0;
}

#content form label {
	float:left;
	width:100px;
	color:#00529c;
	font-weight:bold;
	text-align:right;
	line-height:27px;
	padding:0 10px 0 0;
}

#content form input[type=text] {
	float:left;
	width:360px;
	padding:0 5px;
	border:1px solid #eee;
	box-shadow:inset 0 0 5px #eee;
	height:25px;
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#content form input[type=submit] {
	border:0;
	background:#00529c;
	color:#fff;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0 0 0 110px;
	padding:5px 10px;
	overflow:visible;
}

#content form input[type=submit]:hover {
	background:#777;
}

#content ul.sitemap, #content ul.sitemap ul {
	padding:0 0 0 15px;
	line-height:16px;
}

#mapembed {
	width:523px;
	height:350px;
	margin:0 0 10px 0;
}

#sidebar {
	float:left;
	width:140px;
	padding:7px 0 0 0;
}

#sidebar ul {
	list-style:none;
}

#sidebar li {
	font-size:11px;
	font-weight:bold;
	margin:0 0 20px 0;
	background:url(images/icon-page.png) 0 0 no-repeat;
	min-height:14px;
	padding:0 0 0 15px;
}

#footer {
	text-align:center;
	font-size:10px;
	padding:0 0 14px 0;
}

#footer a {
	color:#000;
}

#footer ul {
	list-style:none;
}

#footer li {
	display:inline;
	margin:0 5px;
}
