@import url("reset.css");

/************************************************************/
/********************     Page and Sidebar Menu Styles     ********************/
/************************************************************/

html {	overflow-y: scroll; }/* ----- Eliminates horizontal shift with longer vertical content ----- */

@font-face {
    font-family: 'FuturaBookRegular';
    src: url('ftr45.eot');
    src: url('ftr45.eot');
	src: url('ftr45.eot_-webfont.eot?#iefix') format('embedded-opentype'),
    url('ftr45.woff') format('woff'),
    url('ftr45.ttf') format('truetype'),
    url('ftr45.svg#FuturaBookRegular') format('svg');
	font-weight: normal;
    font-style: normal;
}

#menu {
	width: 185px;
	font-size:13px;
	font-family: 'FuturaBookRegular';
	font-weight: regular;
	padding: 20px 0 0px 0px;
}
	
#menu a {
	text-decoration:none;
	color:#F8931D;
}

#menu a:hover {
	color:#CCCCCC;
}
	
#menu ul {
	list-style:none;
	padding: 0px 0px 2px 0px;	
	margin:0;
	font-size:13px;
	font-weight: regular;
}
	
#menu ul li {
	padding:4px 0 5px 15px;;
	margin:0;
	display:block;
	background:;
	width: 180px;
 }
	
#menu dl dd ul li a {
	color:#CCCCCC;
}

#menu dl dd ul li a:hover {
	color:#F8931D;}
	
#menu dl dd ul li a.clicked {
background:;
text-decoration:none;
color:#F8931D;
}

#menu dd {
	padding:0;
	margin:0;
 	}

#menu dt {
	display:block;
	background:;
	width:185px;
	padding: 5px 0 5px 0px;
}

/************************************************************/
/********************     Header Menu Style     ********************/
/************************************************************/

a:link {
	font-family: 'FuturaBookRegular';
	font-size: 13px;
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #F8931D;
}
a:active {
	text-decoration: none;
}
.crumb {
	font-size: 13px;
	text-decoration: none;
	color: #F8931D;
}
.divider {
	font-size: 12px;
	text-decoration: none;
	color: #CCCCCC;
}

body {
	background-color: #000000;
	margin-top: 20px;
}

/************************************************************/
/********************     Div Stlles     ********************/
/************************************************************/

p {
    padding: 10px;
}

#wrapper {
    margin: 0 auto;
    width: 841px;
	height: 700px;
	background: #000000;
}
#wrapper2 {
    margin: 0 auto;
    width: 841px;
	height: 700px;10px;
	background: #000000;
}

#header {
	float: left;
	height: 95px;
	width: 841px;
	padding-top: 0px;
	background: #000000;
	padding-left: 0px;
}

#left-div{
	float: left; 
}

#center-div{
	float: left;
	 
}
	
#right-div{
	float: left;
	font-size:13px;
	font-family: 'FuturaBookRegular';
	width: 495px; 
	padding-top: 59px;
	padding-left: 0px;
}

#content {
	float: left;
	background: #000000;
	width: 600px;
	padding-top: 26px;
	padding-bottom: 0px;
	padding-left: 23px;
}

#content2 {
	float: left;
	background: #000000;
	width: 600px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 23px;
}

#content3 {
	float: left;
	background: #000000;
	width: 672px;
	padding-top: 8px;
	padding-bottom: 20px;
}
#content4 {
	float: left;
	background: #000000;
	width: 500px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#leftcolumn {
	width: 185px;
	float: left;
	padding-top: 0px;
	padding-left: 30px;
	background: #000000;
}

#footer {
    height: 20px;
    width: 846px;
    padding-left: 74px;
	padding-top: 3px;
    clear: both;
	
}

.statement {
	color: #CCC;
}
