/******************************************************************
	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: #213F87;
	font-family: verdana, sans-serif;
	font-size: 12px;
	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: 900px;
	height: 100%;
	margin: 0 auto;
	border: 0px;
	background-color: #FFFFFF;
}

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

.header_en {
	width: 900px;
	height: 134px;
	background-image: url(/res/img/header_en_900.jpg);
	text-align: right;
}

.header_fr {
	width: 900px;
	height: 134px;
	background-image: url(/res/img/header_fr_900.jpg);
	text-align: right;
}

.headerbox {
	background-color: #213F87;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 3px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	color: #AAAAAA;
}

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


#head_menu_outer {
	width: 900px;
	float: left;
	background-color: #95001B;
}


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

.right_bar {
	background-color: #FFFFFF;
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	float: right;
	width: 229px;
	clear: left;
}

.panel {
	width: 130px;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}

.panel_inside {
	width: 189px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-image: url(/res/img/panel_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	font-size: 10px;
}

.panel_top {
	width: 209px;
	height: 25px;
	background-image: url(/res/img/panel_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding-left: 0px;
	padding-top: 9px
}

.panel_bottom {
	width: 209px;
	height: 15px;
	background: url(/res/img/panel_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.content {
	float: left;
	background-color: #FFFFFF;
	width: 860px;
	color: #000000;
	padding: 20px;
	padding-top: 0px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	margin-top: 13px;
	/* This is an IE6 fix */
	/* display: inline-block; */
}

.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: #000077;
	font-size: 24px;
	font-family: sans-serif;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000077;
}

.content H2 {
	color: #000077;
	font-size: 18px;
	font-family: sans-serif;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	/* margin-bottom: 10px; */
}

.content H3 {
	color: #000077;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	/* margin-bottom: 5px; */
}

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

.content UL {
	overflow: visible;
	display: block;
}

.content UL LI {
	overflow: visible;
	list-style: disc;
	list-style-position: inside;
}


/******************************************************************
	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;
}

.title {
	background-color: #CFDFEF;
	padding: 7px;
	margin-top: 7px;
	margin-bottom: 7px;
	overflow: auto;
}

.wrappanel1 {
	width: 410px;
	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;
}

.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-top: 40px;
	margin-bottom: 2px;
}

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