@charset "utf-8";
/* CSS Document */


body {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #cccccc;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #000000;
}

.cascade #wrapper {
	width: 100%;
	margin: 0px auto;
	margin-bottom: 0px;
	}
	
.cascade #container {
	width: 900px;
	margin: 0px auto;
	}

.cascade #header {
	width: 900px;
	margin: 0px auto;
	height: 84px;
	}
	
.cascade #shadow {
	background-attachment: fixed;
	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
	background-position: center;
}

.cascade #navbar {
	width: 900px;
	height: 33px;
	margin: 0px auto;
	}
	
.cascade #logo {
	width: 333px;
	height: 84px;
	float: left;
	}

.cascade #flash {
	width: 185px;
	height: 32px;
	margin: 0px auto;
	float: right;
	margin-top: 20px;
	}	
	
.cascade #flash_icon {
	width: 35px;
	height: 32px;
	margin: 0px auto;
	float: left;
	}
	
.cascade #flash_text {
	width: 150px;
	height: 20px;
	margin: 0px auto;
	float: right;
	padding-top: 8px;
	}

.cascade #body_container {
	width: 900px;
	height: 599px;
	margin: 0px auto;
	background-color: #cccccc;
	}

.cascade #flash_container {
	width: 900px;
	height: 599px;
	background-color: #000000;
	}	
	
.cascade #flash_content {
	width: 700px;
	height: 406px;
	margin: 0px auto;
	padding-top: 60px;
	}
	
.cascade #footer {
	width: 900px;
	height: 93px;
	margin: 0px auto;
	line-height: 18px;
	font-size: 9px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	}
	
/* HOME */
.cascade #text_container {
	width: 560px;
	height: 475px;
	padding-top: 110px;
	padding-left: 40px;
	padding-right: 300px;
	padding-bottom: 5px;
	}

.cascade #text_containerFAQ {
	width: 605px;
	height: 450px;
	padding-top: 120px;
	padding-left: 40px;
	padding-right: 265px;
	padding-bottom: 30px;
	}
	
.cascade #text {
	margin: 0px auto;
	height: 400px;
	padding-bottom: 30px;
	padding-right: 10px;
	overflow: auto;
	}	
	
.cascade #left {
	width: 250px;
	height: 450px;
	margin: 0px auto;
	float: left;
	}
	
.cascade #right {
	width: 300px;
	height: 450px;
	margin: 0px auto;
	float: right;
	overflow: auto;
	}
	
.cascade #clear {
	clear: both;
	}

.cascade #clearing {
	clear: both;
	height: 20px;
	}
	

.cascade #bg {
	height: 364px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	}
	
.cascade #faq {
	width: 550px;
	height: 450px;
	padding-top: 120px;
	padding-left: 50px;
	padding-right: 300px;
	padding-bottom: 30px;
	overflow: auto;
	}
	


a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: underline;
	color: #990000;
	font-weight: bold;
}
.style2 {color: #999999}
.style5 {color: #C29B4E}
