/******************************************************************
	ACAHO Stylesheet - Developed by Graham J. Nicholls, xvi.com
******************************************************************/

/*
A note about how I fix annoying IE problems:

All browsers:
width: 300px;

Any IE version:
width: expression('300px');

IE 5.x:
width: expression( document.implementation ? '300px' : null );

IE 5.0 only:
width: expression( document.body.contentEditable!='inherit' ? '300px' : null );

IE 5.5+:
width: expression( document.body.contentEditable=='inherit' ? '300px' : null );
*/

html, body {
	height: 100%;
}

body {
	background-color: #2E3192;
	font-family: sans-serif;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	padding-top: 0px;
	cursor: default;
	height: 100%;
	width: 100%;
}

img {
	border: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

th {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}

.content_center_ie {
	/* this is an IE5 fix. */
	width: 100%;
	height: 100%;
	text-align: center;
}

.content_center {
	/* align left to fix the previous IE css bug */
	text-align: left;
	width: 853px;
	height: 100%;
	margin: 0 auto;
	border: 0px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
}

/************** top nav **************/

.header {
	width: 853px;
	height: 194px;
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 11px;
}

.headerbox {
	padding: 10px;
	color: #9988CC;
}

.headerbox a:link,
.headerbox a:visited,
.headerbox a:active,
.headerbox a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}

.headerbox a:hover {
	color: yellow;
}

.menu {
	width: 853px;
	height: 24px;
	height: expression('26px'); /* IE only */
	background-image: url(../img/menubar.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 11px;
	padding-top: expression('9px'); /* IE only */
}

.menu a:link,
.menu a:visited,
.menu a:active,
.menu a:hover {
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
}

.menu a:hover {
	color: yellow;
}

/************** CONTENT **************/

.content {
	background-image: url(../img/background.gif);
	background-repeat: repeat-y;
	width: 813px;
	color: #000000;
	padding: 20px;
	padding-top: 17px;
	padding-bottom: 0px;
	font-family: sans-serif;
	font-size: 13px;
	/* This is an IE6 fix */
	/* display: inline-block; */
}

/* Used only when there are right panels */
.content_left {
	width: 580px;
	width: expression('560px'); /* IE only */
	border-right: 1px solid #DDDDDD;
	padding-right: 20px;
	margin-bottom: 15px;
	overflow: auto;
}

.content A:link,
.content A:visited,
.content A:active,
.content A:hover
{
	color: #0000FF;
	text-decoration: none;
}

.content A:hover {
	color: #0000FF;
	text-decoration: underline;
}

.content H1 {
	color: #2E3192;
	font-size: 18px;
	font-family: sans-serif;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.content H2 {
	color: #000077;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.content H3 {
	color: #000077;
	font-size: 14px;
	font-family: sans-serif;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.content P {
	padding-top: 0px;
	margin-top: 0px;
	text-align: justify;
}

/************** PANELS **************/

.right_bar {
	padding: 0;
	margin: 0;
	padding-right: 10px;
	float: right;
	width: 200px;
	clear: left;
}

.panel {
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}

.panel_top {
	color: #2E3192;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
}

.panel_inside {
	width: 189px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 13px;
	margin-bottom: 20px;
}

.in_this_section {
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

ul.in_this_section li {
	margin: 0;
	padding: 0;
	list-style-image: url(../img/bullet.gif);
	font-size: 13px;
	margin-bottom: 3px;
}


/******************************************************************
	Forms
******************************************************************/

table.formtable {
}

table.formtable th {
	text-align: left;
	padding-right: 10px;
	vertical-align: top;
	padding-top: 5px;
}

.button {
	border: 2px solid #0000AA;
	padding: 1px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #EEEEFF;
}

.field {
	width: 400px;
	border: 1px solid #9999BB;
	padding-left: 3px;
	padding-right: 3px;
}

.field_error {
	color: #FF0000;
}

.field_note {
	color: #999999;
	font-size: 11px;
}

textarea {
	border: 1px solid #9999BB;
	padding-left: 3px;
	padding-right: 3px;
}

select {
	border: 1px solid #9999BB;
	padding-left: 3px;
}

table.formtable tr td.submitcell {
	text-align: right;
	padding-top: 10px;
}

/******************************************************************
	Styles used in content pages
******************************************************************/

.smalldate {
	font-size: 11px;
	color: #999999;
	font-style: italic;
}

.smalldate2 {
	font-size: 11px;
	color: #999999;
	font-style: italic;
	padding-bottom: 8px;
}

.title {
	overflow: auto;
}

.wrappanel1 {
	width: 270px;
	display: inline;
	float: left;
	padding: 7px;
	height: 90px;
}

.panel_image {
	text-align: center;
}

.docimg {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.docimg_alt {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

.headshot {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

.headshot_alt {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
}

.person_logo {
	display: inline;
	float: left;
	width: 100px;
	height: 73px;
	padding-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.person_list,
.person_list_alt
{
	padding: 10px;
}

.person_list_alt {
	background-color: #EEEEFF;
}

.person_list_name {
	font-size: 16px;
}

.doclist {
	padding: 10px;
}

.doclist_alt {
	padding: 10px;
	background-color: #E3EDF6;
}

.footer {
	color: #AAAAAA;
	font-size: 10px;
	text-align: center;
}

.footer hr {
	clear: both;
	height: 1px;
	background-color: #DDDDDD;
	border: 0px;
	margin: 0px;
	margin-bottom: 2px;
}

.footer a:link,
.footer a:visited,
.footer a:active,
.footer a:hover {
	color: #999999;
}

.bottom {
	width: 853px;
	height: 30px;
	background-image: url(../img/bottom.gif);
	background-repeat: no-repeat;
}

.home_cell_top {
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	padding-top:15px;
	padding-bottom: 10px;
	vertical-align: top;
}

.home_cell_left {
	/* border-right:1px solid #DDDDDD; */
	padding-top:23px;
	padding-right:15px;
	width: 50%;
	vertical-align: top;
}

.home_cell_right {
	padding-top:15px;
	padding-left:15px;
	width: 50%;
	vertical-align: top;
}
