@charset "utf-8";

img {
	behavior: url(iepngfix.htc);
}
body {
	margin:0px;
	background:white url('../images/background.jpg') top left repeat-x;
	color: #3e3f3f;
	font: 12px normal 'Arial', Helvetica, sans-serif;
}
img.bio {
	border: 1px #1b3664 solid;
}
.container {
	margin:auto;
	width:700px;
	margin-top:8px;
	background-color: #ffffff;
	border: solid 5px #bbbbbb;
}
.header {
	height:64px;
	overflow:hidden;
}
.crumbSpacer {
	height:15px;
	background:#e9eaed;
	width:100%;
}
.rightConLeftCol {
	float:right;
	width: 200px;
	color: #ffffff;
	background:#ffffff;
}
.leftConRightCol {
	float:left;
	width:500px;
	color: #3e3f3f;
	background-color:#1b3664;
}
.homeImg {
	position:relative;
	float:right;
	bottom:0px;
	right:0px;
	width:205px;
	height:200px;
	background:#ffffff url('../images/bg_home.jpg') left 5px no-repeat;
	z-index:40;
}
.colLeft {
	z-index:10;
	position: relative;
	left:-500px;
	width:200px;
	background-color:#1b3664;
	min-height: 300px;
	height: auto !important;
	height: 350px;
}
.colRight {
	z-index:20;
	position: relative;
	left:200px;
	width:500px;
	height:100%;
	background:#ffffff;
}
.contentPad {
	position:relative;
	z-index:50;
	padding:10px;
}
.brclear {
	clear: both;
	font-size: 1px;
	margin: 0px;
	line-height: 0;
	height: 0px;
}
.brspace {
	font-size: 1px;
	margin: 0px;
	line-height: 0;
	height: 0px;
}
h2 {
	font-size:14px;
	color:#1b3664;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:5px;
	width:100%;
	background:url('../images/title_underline_lg.jpg') bottom left no-repeat;
}
h3 {
	font-size:14px;
	color:#c0e1d1;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:5px;
	width:100%;
}
a {
	color:#1b3664;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
#leftNav {
	list-style-type:none;
	color:#c0e1d1;
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:bold;
}
#leftNav li {
	padding-bottom: 5px;
	margin:0;
}
#leftNav li a {
	text-decoration:none;
	color:#c0e1d1;
}
#leftNav li a:hover {
	text-decoration:underline;
}
#leftNav li a.onHold {
	text-decoration: underline;
	color: #FFFFFF;
}
.contentPad ul {
	list-style-type: square;
}
.contentPad ul li {
	padding-bottom: 5px;
}
.footer {
	width:700px;
	height:37px;
	vertical-align:middle;
	border-top: solid 1px #bbbbbb;
}
.footerCopy {
	float:left;
	margin-top:1px;
	color:#1b3664;
	width:100%;
}
.footerNav {
	margin-top:-33px;
	float:right;
}
/* IE mac hack */
* html>body .colRight {
	display:inline-block;
	overflow: auto;
}
* html>body .colLeft {
	overflow: auto;
}

/* Javascript Image Scroller */
div.scroll {
	background-color: #ffffff;
	border-top: solid 1px #bbbbbb;
	clip:rect(0px, 700px, 40px, 0px);
	height:40px;
	bottom:0;
	left:0;
	padding:0;
	position:relative;
	overflow:hidden;
	width:700px
}
img.scroll {
	height:40px;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	width:6285px;
}
