@import url("menu.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #4b90c0;
}
ol, ul {
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	border-bottom:1px solid #b5c1c7;
}
th {
	text-align:center;
	line-height:1.2em;
	font-weight: normal;
	background:#466373;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	padding:2px 0px 2px 0px;
	vertical-align:middle;
}
td {
	font-weight: normal;
	background:#F5F6F8;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	vertical-align:middle;
	min-height:15px;
	min-width:15px;
	padding:2px;
	text-align:center;
}
.company {
	text-align:left;
	font-size:0.7em;
	line-height:1.8em;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	height:100%;
}

#title{
	width:500px;
	text-align:center;
	
}
#title strong {
	font-family:Arial, Helvetica, sans-serif;
	font-size:2.2em;
	font-weight:normal;
	color:#fff;
}
#title strong em {
	font-family:Arial, Helvetica, sans-serif;
	color:#ef8b00;
	font-size:32px;
	text-decoration:none;
	font-style:normal;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-size:1.8em;
	font-weight:normal;
	color:212f36;
	margin-bottom:25px;
	margin-top:5px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-size:1.2em;
	font-weight:normal;
	color:212f36;
	margin-top:15px;
	margin-bottom:15px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-size:1.1em;
	font-weight:normal;
	color:212f36;
	margin-top:15px;
	margin-bottom:15px;
}
name {
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, Arial;
	letter-spacing:-1px;
	font-size:1.1em;
	font-weight:normal;
	color:212f36;
	margin-top:15px;
	margin-bottom:15px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	color:#333;
	line-height:1.3em;
	margin-bottom:5px;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:underline;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#EF8B00;
	text-decoration:underline;
}
#content_area ul {
	margin-bottom:15px;
}
#content_area ul li {
	text-decoration:none;
	list-style-type:disc;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	margin-left:30px;
	margin-bottom:15px;
	line-height:1.5em;
}
#content_area ol {
	margin-bottom:15px;
}
#content_area ol li {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:0.8em;
	margin-left:30px;
	margin-bottom:15px;
	line-height:1.5em;
}
#content_area_top{
height:15px;
width:870px;
background:url(images/content_area_top.jpg);
}

#content_area_bottom{
height:15px;
width:870px;
background:url(images/content_area_bottom.jpg);
}

#content_area_middle{
	padding:10px 40px;
	background:url(images/content_area_middle.jpg);
	background-repeat:repeat-y;
}
strong {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
}
em {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:italics;
	font-weight:normal;
}
#wrapper {
	width:870px;
	margin:0px auto 20px auto;
	height:100%;
}
#logo {
	width:253px;
	height:116px;
	margin-left:10px;
	margin-top:20px;
}
#title {
	float:right;
	margin-top:25px;
	margin-right:70px;
	text-align:center;
	padding-bottom:5px;
}
#menu {
	width:870px;
	height:23px;
	margin:10px auto;
	background:url(images/menu-bg.jpg);
	text-align:center;
	padding-top:5px;

}
#menu a {
	text-decoration:none;
	color:#FFF;
	margin:0px auto;
}
#menu a:hover {
	text-decoration:none;
}
#content_area {
}
#footer {
	margin:0 40px;
	padding-top:10px;
	border-top:1px solid #b5c1c7;
	text-align:center;
	height:30px;
}
/*---menu---*/

#menu ul {
	text-align:center;
	padding-top:20px;
}
#menu ul li {
	display:inline;
	margin:0px 10px;
	font-size:0.9em;
	line-height:1.4em;
}
#menu ul li a {
	color:#fff;
}
#menu ul li:active a {
	color:#ef8b00;
}
#menu ul li a:hover {
	color:#EF8B00;
}
.tooltip {
	display:inline;
	position:relative;
	top:2px;
}
td {
	border-left:1px solid #b5c1c7;
	border-top:1px solid #b5c1c7;
}
td img {
	margin:0px 2px 0px 2px;
}
.more_info {
	float:right;
	margin-top:4px;
}
.table_top_row {
	background:#fff;
}
.audit_date {
	text-align:left;
	font-size:0.7em;
	line-height:1.8em;
}
.audit {
	text-align:left;
	font-size:0.7em;
	line-height:1.8em;
}
.audit_border {
	border-left:0px;
	border-right:1px solid #b5c1c7;
}
#key {
	border:1px solid #b5c1c7;
	padding:0px 10px;
	font-size:90%;
	margin:0px 0 20px 0;
}
#key h3 {
	margin-top:5px;
}
.block1 {
	float:left;
	width:30%;
	margin:2px;
}
.block2 {
	float:left;
	width:25%;
	margin:2px;
}
.block3 {
	float:left;
	width:20%;
	margin:2px;
}
.block4 {
	float:left;
	width:22%;
	margin:2px;
	padding-top:25px
}
.left_border {
	border-left:1px solid #b5c1c7;
}
.photos {
	padding:3px;
	border:1px solid #999999;
	float:right;
	margin:0px 0px 15px 15px;
}

.break{
width:700px;
height:12px;
margin:15px auto 15px auto;
background:url(images/break.jpg);
}