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

body, html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #000;
}

@font-face {
    font-family: 'dutch766italic';
    src: url('../fonts/dut766i-webfont.eot');
    src: url('../fonts/dut766i-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dut766i-webfont.woff') format('woff'),
         url('../fonts/dut766i-webfont.ttf') format('truetype'),
         url('../fonts/dut766i-webfont.svg#dutch766_btitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dutch766normal';
    src: url('../fonts/dut766n-webfont.eot');
    src: url('../fonts/dut766n-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dut766n-webfont.woff') format('woff'),
         url('../fonts/dut766n-webfont.ttf') format('truetype'),
         url('../fonts/dut766n-webfont.svg#dutch766_btroman') format('svg');
    font-weight: normal;
    font-style: normal;

}

p {
	text-align: justify;
}

.blue {
	/*color: #002877;*/
	color: #0a2b6e;
}
.light_blue {
	color: #346ad6;
}
.capitals {
	text-transform: uppercase;
}


h1, h2, h3, h4 {
	font-family: 'dutch766normal';
	margin: 0 0 10px 0;
	/*color: #1b2d4f;*/
	color: #0a2b6e;
}

h1, h2, h3 {
	font-weight: normal;	
	/*font-variant: small-caps;*/
	line-height: normal;
}

h1 {
	font-size: 32pt;	
}

h2 {
	font-size: 25pt;	
}

h3 {
	font-size: 18pt;
}
h4 {
	display: inline;
	font: bold 12pt Arial, Helvetica, sans-serif;
	color: #911a1e;
	margin: 0;
}
body#aboutPage h3 {
	margin: 12px 0 0 0;	
}

body#indexPage h2 {
	font-size: 18pt;
}

p, ol, ul, table {
	font-size: 10pt;
	line-height: 13pt;
	margin: 0 0 18px 0;
}

body#indexPage p,
body#indexPage ol,
body#indexPage ul {
	margin: 0 0 10px 0;	
}

li {
	margin: 0 0 5px 0;
}

a:link {
	text-decoration: none;
	font-weight: normal;
	color: #91191C;
	
}
a:hover {
	text-decoration: underline;
}
#aboutPage a,
#resourcesPage a {
	color: #1b2d4f;
}
#aboutPage .login a,
#resourcesPage .login a {
	color: #FFF;
}
#resourcesPage #main a {
	font-weight: normal;
	
}
body#resourcesPage #main li {
	font-size: 10pt;
	margin: 0;
	padding: 0 0 20px 0;
}

#page_home #home a {
	border-top: 3px solid #117dc2;
}






img {
	border: none;	
}

hr {
	margin: 25px 0;
	height: 1px;
	background: #91191C;
	color: #91191C;
	border: none;
	clear: both;
}

hr.light {
	color: #B8CBE5;
	background: #B8CBE5;	
}

.tinyText {
	font-size: 7pt;	
}

.spacer {
	width: 190px;
	height: 170px;
	float: right;
	margin: 0 0 0 20px;
}

.textAlignCenter {
	text-align: center;
	margin: 0;
}	

#pageBackground {
	width: 100%;
	min-height: 1px;
	position: absolute;
	margin-bottom: -90px;
	left: 0;
	top: 0;
	background: url(../images/body-bg.png) repeat-x #A3B2C4;
}

#tree {
	position: absolute;
	z-index: 555;
	left: 5%;
	bottom: -50px;	
}

#wrap {
	width: 900px;
	margin: 0 auto;
}

#container {
	width: 900px;
	position: relative;
	z-index: 999;
	float: left;
}
.login {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1000;
}
.login a {
	background: #91191c;
	font: normal .625em  Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	margin: 0;
	padding: 4px 8px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: solid 1px #FFF;
}
.login a:hover {
	background: #192e4d;
	cursor: pointer;
	text-decoration: none;
}

#header {
	width: 900px;
	height: 144px;
	position: relative;
}

#logo {
	position: absolute;
	left: 17px;
	top: 15px;
}

#nav {
	width: 872px;
	position: absolute;
	right: -1px;
	bottom: 0px;
	text-align: left;
}

	#nav a {
		color: #fff;	
		padding: 20px 8px 10px 8px;
		display: inline-block;
		font-size: 9pt;
		background: url(../images/nav-a-bg.png) no-repeat;
		margin: 0;
	}
	
	#nav a:hover {
		color: #91191C;
		text-decoration: none;
	}
	
	#nav a.noBackground {
		background: none;	
	}

#banner {
	display: none;	
	position: relative;
	background: #fff;
}

#bannerTop {
	position: absolute;
	top: 0;
	left: 0;	
}

#bannerBottom {
	position: absolute;
	bottom: 0;
	left: 0;
}

body#indexPage #banner {
	display: block;
	height: 344px;
	width: 900px;
	margin: 20px 0 -35px 0;
}

#main {
	width: 840px;
	padding: 60px 30px 20px 30px;
	float: left;
	margin: 20px 0 -30px 0;
	background: url(../images/main-backpage-bg.png) no-repeat #fff;
	min-height: 550px;
}

body#indexPage #main {
	background: #b8cbe5;
	background: url(../images/main-bg.png)  left top;
	margin-top: 0;
	padding: 40px 0 0 0;
	width: 900px;
	min-height: 1px;
}

.mainCol {
	width: 230px;
	padding: 0 30px 15px 30px;
	float: left;
	position: relative;
}

	.mainCol h2 {
		font-size: 22pt;	
	}
	
fieldset {
	font-size: 12px;
	padding: 15px 20px;
}
.column_wrapper {
	float: left;
	width: 100%;
}
.column_left {
	float: left;
	width: 390px;
}
.column_right {
	float: right;
	width: 390px;
}

	
	
	
#indexPhotoSmall {
	position: absolute;
	right: -30px;
	bottom: 25px;	
}

#indexPhotoLarge {
	margin: -50px 0 0 5px;	
}

#contactForm table {
	width: 600px;
	margin: 20px auto 0 auto;
	border-collapse: collapse;	
}
	
	#contactForm table td {
		padding: 5px 2px;	
	}
	
	td.leftCol {
		text-align: right;
	}
	
	#contactForm input[type=text], #contactForm textarea {
		border: 1px solid #A3B2C4;
		padding: 5px;
		width: 350px;
		font-size: 10pt;
		font-family: Verdana, Geneva, sans-serif;
	}
	
	/*#contactForm input[type=submit] {
		border: none;
		padding: 10px;
		background: #CCC;	
	}*/
	
.bio {
	float: right;
	width: 600px;
	margin: 0 0 10px 20px;
}

#biosWrap {
	margin: 10px 0 -20px 0;	
	float: left;
}

.bioImg {
	width: 200px;
	float: left;	
	margin-bottom: 20px;
}
	
#backpageBranch {
	position: absolute;
	right: 0;
	top: 197px;
}
	
#footerText {
	width: 900px;
	margin: 0 auto;
	position: absolute;
	bottom: -70px;
	padding: 0 0 20px 0;
	left: 0;
	height: 20px;
}

	#footerText p {
		color: #999966;
		font-size: 7pt;
		position: absolute;
		z-index: 100;
	}
	
	#footerText a {
		color: #999966;	
		font-weight: normal;
	}
	
	#footerText a:hover {
		color: #fff;	
	}

	p.leftText {
		left: 10px;
		top: 6px;
	}
	
	p.rightText {
		right: 10px;
		top: 6px;
		text-align: right;
	}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
}

.imgLeft {
	width: auto;
	float: left;
	text-align: center;
	margin: 0 13px 13px 0;
	font-size: 10pt;
}

.imgRight {
	width: auto;
	float: right;
	text-align: center;
	margin: 0 0 13px 13px;
	font-size: 10pt;
}




/*  Start Prospect Form Styles  */


.prospect_content {
	float: left;
	width: 800px;
	margin: 14px 0  4px 24px;
}
.prospect_content h5 {
	font: bold 11pt Arial, Helvetica, sans-serif;
	color: #000;
	margin: 10px 0 3px 0;
}
.prospect_content input {
	margin: 5px 0;
}

.inline h5 {
	display: inline-block;
}




/*  End Prospect Form Styles  */

