/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html {width:100%;}

body { 	 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%; 
	color:#878480;
	min-width:960px;
	background:url(../images/body-bg.jpg) center top;
}

.bg {width:100%; background:url(../images/bg-top.jpg) center 0 no-repeat;}

.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
	font-size:0.75em;
	line-height:1.666em;
}


/*********************************header*************************************/
header {
	width:100%;
	position:relative; 
	z-index:2;
	background:url(../images/header-bg.gif) center top repeat-x;
}

h1 {
	padding:0px 0 0 0; 
	position:relative;
	float:left;
}

.banner {
	background:url(../images/banner-bg.png);
	width:628px;
	height:40px;
	position:absolute;
	left:30px;
	top:347px;
}


/*********************************content*************************************/
#content {
	width:100%; 
	padding:0;
	position:relative;
	z-index:1;
	background:url(../images/container-bg.jpg) center top;
}
.container-1 {
	padding:71px 0 80px 0;
	position:relative;
	overflow:hidden;
}


.img-container {
	padding:6px;
	float:left;
	background:#ffffff;
	box-shadow: 0px 0px 8px #cbcaca;
	-moz-box-shadow: 0px 0px 8px #cbcaca;
	-webkit-box-shadow: 0px 0px 8px #cbcaca;
}
footer {
	width:100%; 
	padding:73px 0 56px;
	background:url(../images/line-1.png) center top repeat-x;
}
footer span {
	display:block;
	line-height:18px;
}
.footer-list li a {
	color:#878480;
	text-decoration:none;
}
.footer-list li a:hover {
	text-decoration:underline;	
}
.footer-logo {
	text-decoration:none;
	display:block;
	text-indent:-5000px;
	background:url(../images/footer-logo.png) no-repeat;
	width:181px;
	height:55px;
	margin:-15px 0 25px 0;
}
.footer-indent {
	margin-bottom:64px;
}	
.footer-link {
	font-size:11px;	
}
.footer-link a {
	text-decoration:none;
	color:#878480;
}
.footer-link a:hover {
	text-decoration:underline;	
}
.none a {text-decoration:none;}
.image { position:relative;}
.image img { cursor:pointer;}
.image span {
	background:url(../images/background-3.png);
	color:#FFFFFF;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:5px 0px 5px 10px;
	display:block;
	position:absolute;
	left:6px;
	bottom:6px;
	width:128px;
	cursor:pointer;
 }

a {color:#de8d65; outline:none;}
a:hover {text-decoration:none;}

.active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	background-color: #CC0000;
	height: auto;
	width: inherit;
	text-decoration: none;
}
.side:link {
	background-color: #CC0000;
	text-align: left;
	white-space: normal;
	display: block;
	margin: auto;
	padding: 5px;
	height: 25px;
	width: 250px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
}
.side:visited {
	background-color: #CC0000;
	text-align: left;
	white-space: normal;
	display: block;
	margin: auto;
	padding: 5px;
	height: 25px;
	width: 250px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
}
.side:hover {
	background-color: #333333;
	text-align: left;
	white-space: normal;
	display: block;
	margin: auto;
	padding: 5px;
	height: 25px;
	width: 250px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
}

.sideactive {
	background-color: #333333;
	text-align: left;
	white-space: normal;
	display: block;
	margin: auto;
	padding: 5px;
	height: 25px;
	width: 250px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
}
.financials {
	background-color: #333333;
	text-align: left;
	white-space: normal;
	display: block;
	margin: auto;
	padding: 5px;
	height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: normal;
	color: #CC0000;
	text-transform: none;
}
.otherheadings {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}
.othercontent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}