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

body {
	background: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	margin: 0px;
}


/* Level 1 Elements */

#lvl_1 {
	position: relative;
	width: 850px;
	/*
	border: 1px solid black;
	*/
}
#logo {
	position: absolute;
	top: 53px;
	left: 27px;
}
#tagline {
	position: absolute;
	top: 0px;
	left: 339px;
}
#globalNav {
	position: absolute;
	top: 106px;
	left: 222px;
	width: 628px;
	height: 39px;
}
#nav1 {
	position: absolute;
	top: 0px;
	left: 0px;
}
#nav2 {
	position: absolute;
	top: 0px;
	left: 92px;
}
#nav3 {
	position: absolute;
	top: 0px;
	left: 212px;
}
#nav4 {
	position: absolute;
	top: 0px;
	left: 283px;
}
#nav5 {
	position: absolute;
	top: 0px;
	left: 369px;
}
#nav6 {
	position: absolute;
	top: 0px;
	left: 466px;
}
#sep1 {
	position: absolute;
	top: 10px;
	left: 91px;
}
#sep2 {
	position: absolute;
	top: 10px;
	left: 211px;
}
#sep3 {
	position: absolute;
	top: 10px;
	left: 282px;
}
#sep4 {
	position: absolute;
	top: 10px;
	left: 368px;
}
#sep5 {
	position: absolute;
	top: 10px;
	left: 465px;
}


/* Level 2 Elements */

#lvl_2 {
	position: relative;
	top: 140px;
	width: 802px;
	left: 24px;
	padding: 0px;
	border: 2px solid white;
	z-index: 0;
}
#secLeftMargin {
	position: absolute;
	top: 0px:
	left: 0px;
}
#secNav {
	position: relative;
	top: 20px;
	width: 200px;
	left: 31px;
	padding: 0px;
	margin-bottom: 45px;
}
.secNavItem a {
	font: 12px/20px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #A27547;
}
.secNavItem a:hover {
	color: black;
}
#secPhoto {
	position: relative;
	width: 200px;
	left: -24px;
}
#secBody {
	position: relative;
	display: block;
	width: 515px;
	top: 20px;
	left: 242px;
	font: 11px/16px Arial, Helvetica, sans-serif;
	/*
	border: 1px solid black;
	*/
}
#secPopupBody {
	position: relative;
	display: block;
	margin: 20px;
	font: 11px/16px Arial, Helvetica, sans-serif;
}
#secFooterNav {
	position: relative;
	margin: 80px 0px -8px 0px;
	left: 242px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #A27547;
	width: 578px;
}
#secFooterNav a {
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #A27547;
}
#secFooterNav a:hover {
	color: black;
}
#pgFooter {
	position: relative;
	bottom: -30px;
}


/* General Formatting */
a {
	color: #DD5928;
	text-decoration: none;
}

a:hover {
	color: black;
}

#secBody ul {
	/*
	margin-left: 0px;
	*/
}

#secBody li {
	list-style-image:url(../images/bullet_gt.gif);
	font: 11px/16px; Arial, Helvetica, sans-serif;
	color: #DD5928;
	margin-left: -25px;
	margin-bottom: 8px;
}

a.active {
	color: black;
}


/* General Class Style Elements */

.size11 {
	font-size: .7em;
}

.size12 {
	font-size: .8em;
}

.size14 {
	font-size: 1.0em;
}

.size16 {
	font-size: 1.2em;
}

.red {
	color: #F26522;
}

.green {
	color: #BED62F;
}

.blue {
	color: #94B0BD;
}

.brown {
	color: #AB7845;
}

.orange {
	color: #FDB813;
}

.ltBrown {
	color: #E28F26;
}

.bioTxt {
	font: 1em/1.5em Arial, Geneva, Helvetica, san-serif;
	margin: 10px 0px 15px 0px;
}
