body {
	font: .8em Verdana, Arial, sans-serif;
	color: #231f20;
	margin: 0;
	background: url(../img/background.png) repeat-x top #e4e5e5;
}

h1 {
	background: url(../img/logo.gif) no-repeat;
	width: 340px;
	height: 90px;	
	margin: 0;
}

h1 span {
	display: none;
}

h2 {
	font: normal 2em Tahoma, Verdana, Arial, sans-serif;
}

#canvas, #header, #footer {
	width: 925px;
	margin: 0 auto;
}
#header {
	padding: 10px 0;
	border-bottom: 1px solid #8d8d8d;
}

#header ul {
	float: right;
	margin: 25px 0 0 0;
	padding: 5px;
    position: relative;
    top: -25px;
}

#header ul li {
	float: left;
	list-style: none;
	margin-left: 25px;
    color: #8d8d8d;
}

#header ul li a {
    color: #e31937;
    padding: 5px 10px;
    border: 1px solid #ddd;
    font-weight: bold;
    text-decoration: none;
	display: inline-block;
}

#header ul li#selected a {
    text-decoration: none;
    background-color: #555;
    color: #fff;
}

#header ul li a:hover {
    text-decoration: none;
    background-color: #BA000B;
    color: #fff;
}

#canvas p {
	line-height: 2em;
}

#canvas a {
	color: #e31937;
}

#canvas a:hover {
	text-decoration: none;
}

#banner {
	width: 885px;
	height: 349px;
	border-width: 5px 25px 25px 25px;
    border-color: #fff;
    border-style: solid;    
	background: url(../img/banner.jpg) no-repeat;
	float: left;
	clear: both;
	margin-bottom: 25px;
}

#loading {
    padding: 20px 0 20px 40px;
    background: url(../img/ajax-loader.gif) no-repeat left center;
    font: 1.6em Tahoma;
    display: none;
}

#thankYou {
    width: 325px;
}

#contactSupportForm {
	float: right;
	width: 360px;
}

#contactSupportForm fieldset {
	border: none;
}

#contactSupportForm h3 {
	margin: 15px 0 10px;
	font: 1.5em Verdana, Arial, sans-serif;
	color: #bb1f2b;
}

#contactSupportForm ol {
	margin: 0;
	padding: 0;	
}

#contactSupportForm ol li {
	list-style: none;
	margin-bottom: 12px;	
}

#contactSupportForm .textbox, #contactSupportForm .textboxFocus, #contactSupportForm .textboxError  {
	background-color: #fff;
	padding: 5px;
	width: 300px;
	font: .8em Verdana, Arial, sans-serif;
}

#contactSupportForm .textbox {
	border: 1px solid #969696;
	color: #969696;	
}

#contactSupportForm .textboxFocus {
	color: #231f20;
	border: 1px solid #e31937;
}

#contactSupportForm .textboxError {
    background-color: #f00;
    color: #fff;
    border: 1px solid #969696;
}

#submitButton {
	width: 86px;
	height: 38px;
	background: url(../img/submit-sprite.gif) no-repeat -86px;
	float: right;
	border: none;
	margin-right: 30px;
}

#submitButton:hover {
	background: url(../img/submit-sprite.gif) no-repeat;
	cursor: pointer;
}

#appImages {
	float: right;
	width: 528px;
	height: 317px;
}

#footer {
	font: .7em Verdana, sans-serif;
	padding: 25px 0;
	border-top: 1px solid #8d8d8d;
	color: #999;
	clear: both;
	margin-top: 25px;
}

#subpage {
    padding: 10px;
    width: 60%;
    background-color: #fff;
}

.acrobat {
    padding-left: 18px;
    background: url(../img/acrobat.gif) no-repeat 3px;
}

.panel {
    padding: 10px;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    margin-bottom: 2px;
}

.panel ul {
    margin-left: 0;
}

.panel li {
    margin: 0 0 8px 0;
    color: #8d8d8d;	
	list-style: none;
}

.panel li:hover {
    color: #231f20;
}

.panel h5 {
    margin: 0;
}

.panelTrigger {
    padding: 5px;
    background: url(../img/arrow-down.gif) no-repeat right #f4f4f4;
    margin: 5px 0 0 0;
    border: 1px solid #e8e8e8;  
}

.panelTrigger:hover {    
    border-color: #0097f1;
    background: url(../img/arrow-down-hover.gif) no-repeat right #b4d9ff;
    cursor: pointer;
}

.docNumber {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
	display: inline-block;
	width: 120px;
}