#info_box {
	float: right;
	width: 232px;
	margin-top: 10px;
	margin-right: 100px;
	display: inline; /* Double margin bug. Needed for IE6. */
}

#info_title {
	background-color: #022a67;
	border-bottom: 1px solid #707FB3;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	font-size: 1.2em;
}

#info_picture {
	border-left: 1px solid #292b68;
	border-right: 1px solid #292b68;
	background-color: #000;
	height: 227px;
	padding-top: 5px;
}

.picture_container_vert {
	margin: 0 auto;
	width: 165px;
	height: 220px;
	border: 1px solid #ccc;
}

.picture_container_horiz {
	margin: 28px auto;
	width: 220px;
	height: 165px;
	border: 1px solid #ccc;
}

#info_action {
	background-color: #f7931e;
	color: #022a67;
	padding: 2px 10px;
	height: 1.8em;
	border: 1px solid #022a67;
	visibility: hidden;
}

#info_bio {
	position: absolute;
	display: none;
	border: 2px solid #022a67;
	width: 705px;
	background-color: #DAE5F7;
	padding: 5px 8px;
	color: #000;
	opacity: 0.95;
	filter: alpha(opacity=95);
}

.email {
	float: left;
	padding-left: 40px;
}

.email a,
.email a:visited {
	display: block;
	background-image: url('../images/small-triangle_off.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 18px;
}

.email a:hover {
	background-image: url('../images/small-triangle_on.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	color: #fff;
}

.bio {
	float: right;
	padding-right: 40px;
}

.bio a,
.bio a:visited {
	display: block;
	background-image: url('../images/small-triangle_off.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 18px;
}

.bio a:hover {
	background-image: url('../images/small-triangle_on.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	color: #fff;
}

.names {
	font-style: italic;
	line-height: 1.3em;
}

span.names span {
	font-style: normal;
	color: #777;
}

.names a {
	font-style: normal;
}

.quote_container {
	border: 1px solid #002a67;
	background-color: #657391;
	color: #F7C48F;
	font-weight: bold;
	margin: 0 20px 15px 20px;
	padding: 10px 13px;
	position: relative; /* Needed for IE6 and IE7. Has Layout trigger. */
}

.quote_text {
	color: #fff;
	font-size: 1.2em;
	font-style: italic;
}

.quote_begin {
	font-size: 1.5em;
	padding-right: 2px;
}

.quote_end {
	font-size: 1.5em;
}

.bioTitle {
	border-bottom: 2px solid #022a67;
	background-color: #f7931e;
	margin: -5px -8px;
	padding-left: 5px;
	margin-bottom: 10px;
	font-size: 1.5em;
}

.backLink {
	border-top: 2px solid #022a67;
	background-color: #f7931e;
	text-align: right;
	margin: -5px -8px;
	padding-right: 5px;
}

.backLink a:hover {
	color: #fff;
}


#mailbox {
	visibility: hidden;
	top: 385px;
	left: 418px;
	position: absolute;
	width: 220px;
	border: 2px solid #022a67;
	background-color: #DAE5F7;
	color: #000;
	padding: 2px 5px;
	font-weight: bold;
	opacity: 0.96;
	filter: alpha(opacity=96);
}

#emailTitle {
	border-bottom: 2px solid #022a67;
	background-color: #f7931e;
	margin: -2px -5px;
	padding-left: 5px;
	margin-bottom: 5px;
	font-size: 1.5em;
}

.email_submit {
	border-top: 2px solid #022a67;
	background-color: #f7931e;
	padding: 3px;
	margin: -2px -5px;
	padding-left: 0.5em;
}

.email_backLink {
	float: right;
	padding-right: 5px;
}

.email_backLink a,
.email_backLink a:visited {
	font-size: 0.95em;
}

.email_backLink a:hover {
	color: #fff;
}

.email_send_top {
	color: #fdcb26;
	text-align: center;
	border: 1px solid #fdcb26;
	background-color: #003d58;
}

.abuse_warning {
	color: #cf0000;
	border: 1px solid #cf0000;
	background-color: #fff;
	margin: 8px 4px;
	padding: 3px;
	font-weight: bold;
}

input.blueinput, textarea.blueinput, select.blueinput {
	background: #f4f4f4;
	border: 1px solid #006595;
	padding: 2px;
	font-size: 11px;
	font-family: "Trebuchet MS", "Gill Sans", Verdana, Tahoma, sans-serif;
	line-height: 16px;
	margin-bottom: 5px;
	font-weight: normal;
}

input.blueinput:focus, textarea.blueinput:focus, select.blueinput:focus {
	border: 1px solid #019201;
	background-color: #DAFEDA;
}

#ajax_error {
	display: none;
	position: absolute;
	top: 385px;
	left: 418px;
	width: 220px;
	border: 2px solid #f7931e;
	background-color: #0076aa;
	color: #fff;
	padding: 2px 5px;
}

#ajax_success {
	display: none;
	position: absolute;
	top: 385px;
	left: 418px;
	width: 220px;
	border: 2px solid #f7931e;
	background-color: #0076aa;
	color: #fff;
	padding: 2px 5px;
}

div#ajax_error a, div#ajax_success a {
	color: #ffc800;
	text-decoration: none;
}

div#ajax_error a:hover, div#ajax_success a:hover {
	text-decoration: underline;
}

.instructions {
	width: 400px;
	margin: 30px auto 20px auto;
	text-align: center;
	border: 1px solid #F7931E;
	background-color: #DFEBFF;
	font-weight: bold;
}