/* CSS Document */

body {
	margin: 10px;
	background: #535353;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #58606d;
}

#container {
	width: 779px;
	background: #ffffff;
	background-position: 661px;
	text-align: left;
}

#constraint {
	float: left;
	background: #ffffff url(images/bg.gif) repeat-y;
}

#header {
	width: 779px;
	height: 171px;
	background: #ffffff url(images/header_bg.gif) no-repeat;
	float: left;
}

#logo {
	width: 83px;
	height: 80px;
	float: left;
	padding: 0px 16px 16px 0px;
	border-right: 1px solid #ffcc00;
	border-bottom: 1px solid #ffcc00;
	background: #ffffff;
}

img {
	border: none;
}

#header_photo {
	width: 324px;
	height: 152px;
	position: relative;
	top: 20px;
	float: right;
}

#information_power {
	width: 186px;
	height: 152px;
	float: right;
	position: relative;
	top: 20px;
	float: right;
	background: url(images/orange_border_r.gif) repeat-y;
}

#information_power p {
	padding: 8px 10px 0px 15px;
	font-size: 10px;
	color: #949392;
	margin: 0 0 1em 0;
}

#header_sep {
	width: 779px;
	height: 20px;
	background: url(images/header_sep_bg.gif) no-repeat;
	float: left;
}

#nav {
	width: 779px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	float: left;
	text-align: center;
	border-top: 1px solid #efeeee;
	border-bottom: 1px solid #efeeee;
	background: #ffffff;
}

#nav a {
	text-decoration: none;
	padding: 0px 20px 0px 20px;
	color: #949392;
}

#nav a:hover {
	color: #535353;
}

#left_wedge {
	width: 290px;
	height: 316px;
	float: left;
}

#main_content {
	width: 302px;
	float: left;
	border-right: #fddfd0 1px solid;
	min-height: 340px;
	background: #ffffff;
	overflow: auto;
	position: relative;
}

#main_content h1 {
	color: #f24f00;
	font-size: 12px;
	padding: 8px 0px 0px 15px;
	margin: 0 0 1em 0;
}

#main_content h2 {
	color: #333333;
	font-size: 11px;
	padding: 0px 0px 0px 15px;
	margin: 0 0 1em 0;
}

#main_content p {
	padding: 0px 10px 0px 15px;
	font-size: 11px;
	margin: 0 0 0.85em 0;
}

#main_content ul {
	margin-bottom: 0px;
	margin-top: 0px;
}

#main_content ul li {
	padding-right: 10px;
}

#inner_content {
	width: 492px;
	float: left;
}

#inner_content h1 {
	color: #f24f00;
	font-size: 12px;
	padding: 8px 0px 0px 15px;
	margin: 0 0 1em 0;
}

#inner_content h2 {
	color: #333333;
	font-size: 11px;
	padding: 0px 0px 0px 15px;
	margin: 0 0 1em 0;
}

#inner_content p {
	padding: 0px 10px 0px 15px;
	font-size: 11px;
	margin: 0 0 0.85em 0;
}

#inner_content ul {
	margin-bottom: 0px;
	margin-top: 0px;
}

#right_panel {
	width: 186px;
	height: 266px;
	float: left;
	min-height: 340px;
	background: #ffffff;
}

#right_panel h1 {
	color: #f24f00;
	font-size: 12px;
	padding: 8px 0px 0px 15px;
	margin: 0 0 0.85em 0;
}

#right_panel ul {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 10px;
}

#right_panel ul li {
	margin-left: -10px;
}

#right_panel p {
	padding: 0px 10px 0px 15px;
	font-size: 11px;
	margin: 0 0 1em 0;
}

#subnav {
	width: 290px;
	float: left;
}

#footer {
	width: 779px;
	height: 20px;
	position: relative;
	top: 0px;
	background: url(images/footer_bg.gif);
	float: left;
}

#footer .left {
	width: 290px;
	height: 18px;
	background: url(images/footer_yellow_bars.gif) repeat-y;
	position: relative;
	top: 1px;
	float: left;
}

#footer .middle {
	width: 303px;
	height: 19px;
	float: left;
	text-align: right;
}

#footer .middle a {
	padding: 3px;
	height: 19px;
	position: relative;
	top: 3px;
	text-decoration: none;
}

#footer a.orange_bg_link {
	padding: 3px;
	height: 20px;
	background: #f24f00;
	color: #ffffff;
}

#footer a.orange_bg_link:hover {
	color: #000000;
}

#footer .right {
	width: 186px;
	float: left;
}

#contact {
	width: 779px;
	color: #a09f9e;
	float: left;
	background: #ffffff;
}

#contact .left {
	width: 280px;
	float: left;
	padding: 5px;
}

#contact .middle {
	width: 293px;
	float: left;
	padding: 5px;
}

#contact .right {
	width: 176px;
	float: left;
	padding: 5px;
}

table {
	margin-left: 20px;
}

label {
	font-weight: bold;
	width: 170px;
	text-align: right;
}

.req {
	font-family: Verdana,Arial,sans-serif;
	font-size: 8pt;
	color: #FF0000;
	font-weight: bold;
}

.top {
	vertical-align: top;
}

.clear {
	clear: left;
}

a {
	color: #f24f00;
}

a:hover {
	color: #000000;
}

.right {
	text-align: right;
}

#cell1 {
	width: 100px;
	float: left;
	font-weight: bold;
}

#cell2 {
	width: 300px;
	float: left;
}

hr {
	width: 90%;
	text-align: center;
}

#biopics {
	position: relative;
	left: 15px;
	margin-right: 10px;
	width: 110px;
	height: 140px;
	float: left;
}

#showimage {
	position: absolute;
	visibility: hidden;
	border: 1px solid gray;
	z-index: 1;
}

#dragbar {
	cursor: hand;
	cursor: pointer;
	background-color: #f24f00;
	font-family: Verdana,Arial;
	color: #FFFFFF;
	font-size: 11px;
	min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext {
	font-weight: bold;
	margin-right: 1px;
}
