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

body{
	background-color:#151A1E;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}

#container{
	display:block;
	position:relative;
	margin:0px auto;
	width:850px;
	height:auto;
}

/* HEADER */

.header{
	display:block;
	position:relative;
	width:850px;
	height:106px;
}

/* MENU */

.menu{
	display:block;
	position:relative;
	width:850px;
	height:31px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
}

.menu2{
	display:block;
	position:relative;
	width:850px;
	height:31px;
	background-image: url(images/menu2.jpg);
	background-repeat: no-repeat;
}

/* GAPS */

.gap1{
	display:block;
	position:relative;
	width:850px;
	height:10px;
	background-color:#313D45;
}

.clear{
	display:block;
	position:relative;
	width:850px;
	height:10px;
	clear:both;
}

/* TOP CONTENT */

.content_container{
	display:block;
	position:relative;
	width:850px;
	height:206px;
	background-color:#313D45;
}

.flash_image{
	display:block;
	position:relative;
	width:552px;
	height:206px;
	float:left;
	margin:0px 0px 0px 10px;
}

.quote{
	display:block;
	position:relative;
	width:268px;
	height:206px;
	background-color:#FF9F31;
	float:left;
	margin:0px 0px 0px 10px;
	overflow:auto;
}

.bottom_bar{
	display:block;
	position:relative;
	width:850px;
	height:28px;
}

/* BOTTOM CONTENT */

.bottom_content_container{
	display:block;
	position:relative;
	width:850px;
	height:100%;
	background-color:#313D45;
	background-image: url(images/bottom_background.jpg);
	background-repeat: repeat-y;
}

.bottom_content_container2{
	display:block;
	position:relative;
	width:850px;
	height:100%;
	background-color:#313D45;
}

.bottom_content_container3{
	display:block;
	position:relative;
	width:850px;
	height:100%;
	background-color:#313D45;
	background-image: url(images/bottom_background2.jpg);
	background-repeat: repeat-y;
}

.bottom_left{
	display:block;
	position:relative;
	width:283px;
	height:100%;
	float:left;
}

.long_left{
	display:block;
	position:relative;
	width:850px;
	height:100%;
	float:left;
}

.bottom_left2{
	display:block;
	position:relative;
	width:566px;
	height:100%;
	float:left;
}

.bottom_right{
	display:block;
	position:relative;
	width:284px;
	height:100%;
	float:right;
}

/* FONTS */
	
.quote_text {
	font-size:0.9em;
	color:#313D45;
	margin:20px 20px 0px 20px;
	
	}
	
.quote_text_home {
	font-size:0.95em;
	color:#313D45;
	margin:20px 20px 0px 20px;
	line-height:25px;
	font-weight:bold;
	}

h1{
	font-size:1.1em;
	color:#FF9F31;
	margin:15px 15px 0px 15px;
	font-weight:normal;
	}
	
.body{
	font-size:0.8em;
	color:#FFFFFF;
	margin:5px 15px 0px 35px;
	}
	
.body_small{
	font-size:0.6em;
	color:#FFFFFF;
	margin:0px 0px 0px 0px;
	}



/* LINKS */

.a, a:hover {
	font-weight:bold;
	color:#FF9F31;
	text-decoration:none;
	}
	
a:hover {
	color:#FFFFFF;
	}
	
.ab, ab:hover {
	font-size:0.7em;
	font-weight:bold;
	color:#455560;
	text-decoration:none;
	}
.ab:hover {
	color:#FF9F31;
}
	
/*.ab:link {
	font-size:0.7em;
	font-weight:bold;
	color:#455560;
	text-decoration:none;
}
.ab:hover {
	font-size:0.7em;
	font-weight:bold;
	color:#FF9F31;
	text-decoration:none;
}
.ab:active {
	font-size:0.7em;
	font-weight:bold;
	color:#FF9F31;
	text-decoration:none;
}

.ab:visited {
	font-size:0.7em;
	font-weight:bold;
	color:#455560;
	text-decoration:none;
}*/

.ad, ad:hover {
	font-size:0.7em;
	font-weight:bold;
	color:#FF9F31;
	text-decoration:none;
	}
.ad:hover {
	color:#455560;
}


.ac, ac:hover {
	font-size:0.7em;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	}
	
.ac:hover {
	color:#FF9F31;
	}

.ae, ae:hover {
	font-size:0.7em;
	font-weight:bold;
	color:#FF9F31;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	}
	
.ae:hover {
	color:#FFFFFF;
	}


