/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FAFAFA;
	color: #000000;
}

#container {
	position: relative;
	width: 900px;
	background-color: #ffffff;
	border: 1px solid #C8C8E4;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3%;
}

#header {
	position: relative;
	height: 140px;
}

#logo {
	float: left;
	padding: 20px;
	position: relative;
}

#header_thumbs {
	position: relative;
	float: right;
	padding-top: 40px;
	padding-right: 30px;
}

#header_thumbs img { 
	margin-left: 10px;
}

#wrapper {
	clear: both;
 	width: 100%;
	position: relative;
	padding-top: 70px;
	min-height: 500px;
	background-color: #ffffff;
	background-image:url(/images/menu_bg.gif);
	background-repeat:repeat-y;
}

#swoosh {
	background-image: url(/images/swoosh.gif);
	width: 900px;
	height: 55px;
	position: absolute;
	left: 0px;
	top: -20px;
	z-index: 1000;
}

#menu_container {
	position: relative;
	float: left;
	width: 160px;
	z-index: 1000;
}

#wrapper2 {
	margin-left: 40px;
	margin-bottom: 90px;
	position: relative;
	float: left;
	width: 670px;
}

#pod_area {
	position: relative;
	width: 160px;
	float: right;
}

.pod_wrapper {
	position: relative;
	margin-bottom: 20px;
}

.pod_header {
	position: relative;
	background-image:url(/images/pod_swoosh.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	height: 22px;
}

.pod {
	padding: 5px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	overflow: hidden;
}

.pod_field {
	border: 1px solid #C5C9E6;
	font-size: 1em;
	width: 104px;
	height: 14px;
}

.pod form {
	margin: 0;
}

.pod p {
	margin-top: 7px;
	margin-bottom: 7px;
}

.pod a, .pod a:visited {
	color: #202869;
}

.pod_title {
	font-weight: bold;
	text-transform: uppercase;
}

.go_button {
	border: 1px solid #B2B2B2;
	background-image: url(/images/go_bg.gif);
	width: 30px;
	height: 18px;
	font-size: 8px;
	font-weight: bold;
}

#content {
	position: relative;
	float: left;
	overflow: hidden;
	width: 470px;
}

#copyright {
	position: absolute;
	font-size: smaller;
	color: #bbbbbb;
	left: 200px;
	bottom: 20px;
}

#copyright a {
	color: #bbbbbb;
	text-decoration: underline;
}


#people_holder {
	font-size: 0;
 	position: relative;
	height: 170px;
	margin-top: 10px;
	margin-bottom: 100px;
	border-bottom: 11px solid #D7D9E8;
}

#people_card {
	position: absolute;
	width: 385px;
	height: 256px;
	background-image: url(../images/blankcard.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	right: 20px;
	top: 6px;
}

#people_card_col1 {
	position: absolute;
	top: 125px;
	left: 30px;
	height: 80px;	
	width: 130px;
	overflow: hidden;
	font-size: 9px;
}

#people_card h1, #people_card h2 {
	margin: 0;
}

#people_card p {
	margin-top: 0;
	margin-bottom: 10px;
}
#people_card_col2 {
	position: absolute;
	width: 170px;
	height: 120px;
	left: 205px;
	top: 120px;
	overflow: hidden;
	font-size: 9px;
}

#person {
	margin-left: 20px;
}
#people_text {
	position: relative;
	width: 70%;
}

#back_link {
	margin-top: 20px;
	float: right;
	text-align: right;
	font-size: smaller;
}

#ib3 {
	position: absolute;
	bottom: -20px;
	right: 0px;
	font-size: smaller;
	color: #bbbbbb;
}

#ib3 a {
	color: #bbbbbb;
}
