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

/* RESET */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, blockquote, th, td, object { margin: 0px; padding: 0px; }
html, body { height: 100%; margin: 0px 0px 1px; } /* Forces vertical scroll bars on shorter pages */
a img { border: none; }
a { outline: none; } /* Gets rid of dotted border around clicked links in Firefox */
table { border-collapse: collapse; }
object { font-size: 0px; line-height: 0px; } /* Gets rid of gap below SWF in Firefox */

/* PAGE ELEMENTS */

body {
	font: 13px/18px Tahoma, Arial, sans-serif;
	color: #666;
	background: #a0af85;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	background: #FFF url(../images/elements/bg_main.gif) repeat-y 0px 0px;
	text-align: left;
	margin: 0px auto;
	width: 1032px;
	position: relative;
}
#header {
	background: #FFF url(../images/elements/masthead.gif) no-repeat 0px 0px;
	height: 163px;
	width: 1024px;
	margin-left: 4px;
	position: relative;
}
#top {
	height: 10px;
	margin-bottom: 12px;
}
#linkHome {
	float: left;
	margin-top: 0px;
	margin-left: 30px;
}
#linkHome img {
	height: 110px;
	width: 240px;
}
#linksTop {
	float: right;
	padding-right: 30px;
}
#linksTop ul {
	font: bold normal 13px/14px Tahoma, Arial, sans-serif;
	color: #5f89b5;
	float: right;
}
#linksTop ul li {
	float: left;
	margin-left: 9px;
	padding-left: 9px;
	border-left: 1px solid #666;
	list-style-type: none;
}
#linksTop ul li a:link, #linksTop ul li a:active, #linksTop ul li a:visited {
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
#linksTop ul li a:hover, #linksTop ul li a.selected {
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
#linksTop ul .linkFirst {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
#picMain {
	display: block;
	position: absolute;
	height: 300px;
	width: 655px;
	left: 30px;
	top: 145px;
}
#content {
	position: relative;
}
#left {
	float: left;
	width: 685px;
}
#leftContent {
	width: 655px;
	margin-top: 300px;
	margin-bottom: 22px;
	margin-left: 30px;
}
#right {
	font: 12px/14px Tahoma, Arial, sans-serif;
	color: #666;
	margin: 15px 0px 20px 15px;
	float: left;
	width: 294px;
}
#right p {
	font: 12px/14px Tahoma, Arial, sans-serif;
	color: #666;
	margin-top: 0px;
	margin-bottom: 10px;
}
#rightCredits01 {
	background: #FFF url(../images/elements/bg_box01.gif) no-repeat 0px bottom;
	padding: 16px;
	margin-bottom: 15px;
	border: 1px solid #CCC;
}
#rightCredits02 {
	background: #FFF url(../images/elements/bg_box02.gif) no-repeat 0px bottom;
	padding: 14px 16px;
	margin-bottom: 15px;
	border: 1px solid #CCC;
}
#rightContact {
	background: #FFF url(../images/elements/bg_box01.gif) no-repeat 0px bottom;
	padding: 16px;
	margin-bottom: 15px;
	border: 1px solid #CCC;
}
#rightContact div {
	background: url(../images/elements/spacer_d3d3d3.gif) repeat-x 0px center;
	margin-top: 6px;
	margin-bottom: 6px;
}
#rightServices {
	background: #FFF url(../images/elements/bg_dots01.gif) no-repeat 0px bottom;
	padding: 16px;
	margin-bottom: 15px;
	border: 1px solid #CCC;
}
#rightADT {
	font: bold 13px/15px Tahoma, Arial, sans-serif;
	color: #5f89b5;
	background: url(../images/elements/bg_dots02.gif) no-repeat 0px 0px;
	padding: 14px 16px;
	margin-bottom: 15px;
	border: 1px solid #CCC;
}
#borderBottom {
	background: url(../images/elements/bg_main_bottom.gif) no-repeat 0px 0px;
	height: 8px;
	width: 1032px;
}
#minHeight {
	float: right;
	height: 400px;
	width: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/* BOTTOM OF PAGE */

#bottom {
	font: 10px/12px Tahoma, Arial, sans-serif;
	color: #FFF;
	text-align: center;
	margin: 0px auto 10px;
	width: 1024px;
	padding-top: 9px;
}
#linksBottom {
	font: normal 12px/14px Tahoma, Arial, sans-serif;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 4px;
}
#linksBottom a:link, #linksBottom a:active, #linksBottom a:visited {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
#linksBottom a:hover {
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}

/* TAGS */

h3 {
	font: bold 16px/18px Tahoma, Arial, sans-serif;
	color: #5f89b5;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	font: bold 13px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #5f89b5;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	margin: 0px 0px 10px;
}

/* CLASSES */

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.normal {
	font-weight: normal;
	color: #666;
}
.boldBlue {
	font-weight: bold;
	color: #5f89b5;
}
.box01 {
	background: #d8e3f1;
	padding: 8px 10px 10px;
}
.divider01 {
	background: url(../images/elements/spacer_cccccc.gif) repeat-x 0px center;
	height: 21px;
}

/* LISTS */

.list01 {
	line-height: 15px;
	font-weight: bold;
	color: #5f89b5;
}
.list01 p {
	margin-left: 18px;
}
.list02 {
	line-height: 15px;
	font-weight: bold;
	color: #5f89b5;
}
.list02 p {
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 18px;
}
.ul01 {
	margin-bottom: 10px;
	margin-left: 18px;
	list-style: none;
}

/* FOR SHOWING AND HIDING HIDDEN LAYERS */

.hidden {
	display: none;
	margin-top: -10px;
}
a.showLink, a.hideLink {
	font-size: 12px;
	padding-left: 2px;
}

/* LINK STYLES */

a:link, a:active, a:visited {
	font-weight: bold;
	color: #5f89b5;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #99b9db;
	text-decoration: none;
}
