@charset "utf-8";
body {
	margin: 0; 
	padding: 0;
	background-color: #BD8D5D;
	background-image: url(images/danBG.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	font-family: "Trebuchet MS","Segoe UI",Candara,"Bitstream Vera Sans","DejaVu Sans",Verdana,sans-serif;
	font-size: .85em;
	color: #415C77;
}
div#header {
	width: 950px;
	height: 209px;
}
a {
	color: #9B744B;
}

a:hover {
	color: #5F7E9B;
}

div#container {
    width: 950px;
	margin: 0 auto;
}
div#container div#content {
	width: 910px;
	float: left;
	background-color: #ffffff;
	padding: 10px 20px;
}
#content p {
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.5em;
	text-align: justify;
}
#content h2 {
	margin: 0 0 0 0;
	padding-top: 0;
	text-align: left;
	color: #27415A;
	font-size: 1.5em;
	font-weight: bold;	
}
#content #left {
	width: 573px;
	padding-right: 10px;	
	padding-top: 0;
	float: left;	
}
#content #right {
	width: 302px;
	padding-left: 10px;
	padding-top: 0;
	float: right;
}

div#container div#footer {
	width: 950px;	
	float: left;
	margin: 0;
	padding: 0;
	background-color: #001B30;
	border-top: 4px solid #BD8D5D;
	font-size: 11px;
}
	#footer a {
	color:#FFFFFF;
	font-size: 11px;
	}
	#footer a:hover {
	color: #75848f;;
	}
#footer .footerLinkBox {
	display: block;
	width: 207px;
	padding: 20px 15px;
	float: left;	
	color: #ffffff;
}
#footer #copyright {
	width: 910px;
	float: left;
	color: #ffffff;
	text-align: center;
	padding: 20px;
}
	.steelBlueText {
	text-align: left;
	color: #75848f;
	font-weight: bold;
	font-size: 1.2em;
	}
	.bigBlueText {
	text-align: left;
	color: #27415A;
	font-size: 1.5em;
	font-weight: bold;
	}
	.medBlueText {
	text-align: left;
	color: #27415A;
	font-size: 1.1em;
	font-weight: bold;
	font-style:italic;
	}
	.redTxt {
	color: #FF0000;
	font-weight: bold;
	}
	.smallText {
	font-size: .8em;
	}
	.list {
	margin: 0;
	padding: 0 0 10px 20px;
	}
	.list li {
	list-style-type: square;
	padding: 5px 0 0 0;
	}
	div#contactUs {
	background-color: #d8dcde;
	padding: 10px;
	border: 2px solid #cdcdcd;	
	font-weight: bold;
	font-size: 1em;
	}
	form#contactForm {
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 1em;
	}
	#contactForm input {
	width: 90%;
	}
	/*show/hide div*/
	#layer1 {
	position: absolute;
	visibility: hidden;
	width: 400px;
	min-height: 200px;
	left: 20px;
	top: 300px;
	background-color: #EFFAFF;
	border: 2px solid #cdcdcd;
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
	}

	#close {
	float: right;
	font-size: 13px;
	}
	.floatRight {
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	}
	.floatLeft {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;	
	padding-top: 5px;
	}