/* css for container -------------------------------------------------------------------------------------------- */
#outer-home {
	width: 100%;
	display: table;
	vertical-align: middle;
	background: url(../images/bg-home.gif) repeat-x;
 	}
#container-home {
	position: relative;
	margin: 0 auto 0 auto;
	width: 812px;
	height: 723px;
	background: url(../images/bg-graph.gif) no-repeat;
	color: #fff;
    }
#inner-home {
	position: relative;
	padding: 66px 0 0 0;
	width: 812px;
	height: 490px;
	}    

/* css for content ---------------------------------------------------------------------------------------------- */
#flash {
	position: relative;
	padding: 19px 0 0 0;
	width: 392px;
	height: 412px;
	float: left;
	font-size: 0;
	line-height: 0;
	}
#content-home {
	position: relative;
	padding: 50px 0 0 30px;
	width: 390px;
	float: left;
	}

/* css for home navigation -------------------------------------------------------------------------------------- */
#home-nav {
	position: relative;
	padding: 8px 0 0 0;
	width: 812px;
	height: 22px;
	clear: both;
	font-size: 14px;
	line-height: 14px;
	color: #7b8c97;
	font-weight: bold;
	}
#home-nav ul li a,
#home-nav ul li a:visited,
#home-nav ul li a:active {
	color: #405973;
	}
#home-nav ul li a:hover {
	color: #c34502;
	text-decoration: none;
	}
#home-nav ul li a.on,
#home-nav ul li a.on:visited,
#home-nav ul li a.on:active {
	color: #c34502;
	}
#home-nav ul li a.on:hover {
	color: #c34502;
	text-decoration: none;
	}

/* css for bottom navigation ------------------------------------------------------------------------------------ */
#bottom-nav {
	position: relative;
	padding: 8px 0 0 0;
	width: 812px;
	height: 22px;
	clear: both;
	font-size: 14px;
	line-height: 14px;
	color: #7b8c97;
	font-weight: bold;
	}
#bottom-nav ul li a,
#bottom-nav ul li a:visited,
#bottom-nav ul li a:active {
	color: #405973;
	}
#bottom-nav ul li a:hover {
	color: #c34502;
	text-decoration: none;
	}
#bottom-nav ul li a.on,
#bottom-nav ul li a.on:visited,
#bottom-nav ul li a.on:active {
	color: #c34502;
	}
#bottom-nav ul li a.on:hover {
	color: #c34502;
	text-decoration: none;
	}

/* css for contact ---------------------------------------------------------------------------------------------- */
#contact-home {
	position: relative;
	padding: 15px 0 0 0;
	width: 812px;
	height: 53px;
	clear: both;
	color: #3c4a57;
	}
.copyright-home {
	font-size: 9px;
	}
.copyright-home a,
.copyright-home a:visited,
.copyright-home a:active,
.copyright-home a:hover {
	color: #3c4a57;
	text-decoration: none;
	}

