@charset "UTF-8";
/* CSS Document */
body {
	width:1024px;
	height: 800px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	color:#000000;
	background: #0a0f1e;
	background-position: center center; 
	}
	
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #000033;
}
a:active {
	text-decoration: none;
	color: #01032c;
}

.heading{
	text-align:justify;
	font: 14px/20px arial,sans-serif;
	font-weight: bolder;
	color:#0a0f1e;
}
.sub-heading{
	text-align:justify;
	font: 12px/20px arial,sans-serif;
	font-style:italic;
	font-weight: 800;
	color:#333333;
}

#top-banner {
	margin: 0px;
	padding: 0px;
	width: 1024px;
	height: 216px;
	float: left;
}


#header {
	margin: 0px;
	padding: 0px;
	width: 682px;
	height: 216px;
	float: left;
	background: #0a0f1e url(../images/header.gif) no-repeat;
}


#right-header {
	margin: 0px;
	padding: 0px;
	width: 342px;
	height: 216px;
	float: left;
	background: #0a0f1e;
}

#containerLeftRight {
	margin: 0px;
	padding: 0px;
	width: 1024px;
	height: 445px;
}
#divNav {
	background: #8994a2 url(../images/nav-bg.gif);
	margin: 0px;
	padding: 0px;
	width: 225px;
	height: 440px;
	float: left;
}

#divLeft {
	margin: 0px;
	padding: 0px;
	width: 500px;
	height: 385px;
	background-color: #ffffff;
	float: left;
	
}

.body-copy{
	text-align:justify;
	font: 12px/20px arial,sans-serif;
	color:#333333;
	margin: 0px;
	padding: 30px;
	width: 465px;
	height: 380px;
	background-color: #ffffff;
	float: left;
	overflow: auto;
}

#divRight {
	vertical-align:top;
	margin: 0px;
	padding: 0px;
	width: 273px;
	height: 445px;
	position: relative;
	left:525px;
	top: -15px;
}


#footer {
	vertical-align:top;
	margin: 0px;
	padding: 0px;
	width: 1024px;
	height: 140px;
	background-color: #0a0f1e;
	float: left;
}

.fineprint {
	text-align: center;
	color: #CCCCCC;
	font: 11px Arial, Helvetica, sans-serif;
	height:149px;
	width:1024px;
	position: relative;
	left: 0px;
	top: -103px;
	}
	
.contact-print {
	text-align: right;
	color: #CCCCCC;
	font: 12px Arial, Helvetica, sans-serif;
	height: 445px;
	width:241px;
	position: relative;
	left: 15px;
	top: -230px;
	}
	
#blog {
		color:#8994a2;
		text-align:right;
		font: 13px Arial, Helvetica, sans-serif;
		font-style:italic;

	}
	
#menu {
		color:#8994a2;
		text-align:right;
		font: 13px Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 50px;
		vertical-align: top;
		width: 165px;
	}
	
#menu ul {
		display: none;
		list-style: none;
		margin: 0;
		padding: 0;
	}
#menu ul ul {
		display: inline;
	}
#menu ul ul li a {
		padding-left: 20px;
		width: 118px;
	}
#menu a {
	text-decoration:none;
		color: #0a0f1e;
		cursor: pointer;
		display: block;
		font-weight: bold;
		margin-left: 0;
		padding: 2px 2px 2px 20px;
		width: 121px;
	}
#menu a.expanded {
		font-weight: bolder;
		background: #8994a2;
	}
#menu a.collapsed {
		background: #8994a2 url(images/expand.gif) no-repeat 3px 50%;
	}
#menu a:hover {
		color: #333333;
		text-decoration: none;
	}
#menu ul a {
		
		border-top: 10px ;
		color: #333333;
		display: compact;
		font-weight: lighter;
		padding: 5px 2px 2px 10px;
		width: 128px;
	}
#menu ul a:hover {
		background : #8994a2;
		text-decoration: underline;
		color:#0a0f1e;
	}
#menu li.active a {
		background: #fff;
		
	}
#menu li.active li a {
		background: #fff;
		
	}

