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

* {padding: 0; margin: 0 ;line-height: 1.3; font-family:Franklin Gothic Book;}

body {
	background-image:url(../img/body_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position:center;
}
#outerwrapper {
	width:1024px;
	margin:0 auto 0 auto;
}
#wrapper {
	width:960px;
	background-color:#FFF;
	background-image:url(../img/content_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:22px 32px 20px 32px;
}
#outerwrapper a {
	text-decoration:none;
}
#header {
	height:123px;
	position:relative;
}
#header b {
	font-family: Arial Narrow;	
}
#navigation {
	height:38px;
	background-image:url(../img/navigation_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#navigation a {
	color:#636466;	
}
#navigation li {
	float:left;
	text-decoration:none;
	color:#636466;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	list-style:none;
	margin-left:44px;
	font-size:14px;
}
#fader_container {
	height:392px;
	background-image:url(../img/fader_bg.jpg);
}
#fader {
	width:879px;
	height:314px;
	margin:0 auto 0 auto;
	padding-top:38px;
}
#content{
	
}
#content p {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:636466;
	margin-bottom:30px;
	line-height:1.6;
}	
#leftcol {
	float:left;
}
.leftcol_index {
	width:598px;
	padding:0 20px 0 22px;
}
#rightcol {
	float:right;
	margin-bottom:33px;
	margin-top:36px
}
.rightcol_index {
	width:320px;
	height:562px;
}
.rightcol_template img {
	margin-left:19px;
	margin-bottom:34px;
}
.rightcol_bg{
	background-image:url(../img/rightcol_bg.jpg);
	background-repeat:no-repeat;	
}

#rightcol p {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;	
	line-height:1.2;
}
.rightcol_deviders {
	margin: 0 20px 0 20px;
	border-bottom:1px #FFF solid;
}
.rightcol_deviders h1 {
	color:#FFF; 
	font-size:42px; 
	font-family:Arial Narrow, Arial, Helvetica, sans-serif; 
	margin-top:12px;
}
.rightcol_devider_bot {
	margin: 0 20px 0 20px;
}
.left {
	width:278px;
	float:left;
	margin-right:20px;
}
.right {
	width:278px;	
	float:right;
	padding-left:20px;
	border-left:1px #e0dcd4 solid;
}
.top {
	height:106px;
	border-bottom:1px #fbc754 solid;
	margin-bottom:34px;
}
.top h1 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:42px; 
	color:#fac142; 
	font-weight:bold;
}
#bottomcol {
	height:221px;	
	background-image:url(../img/bottomcol_bg.jpg);
	background-repeat:no-repeat;
	padding:10px 24px 24px 24px;
	border-bottom:1px #fbc754 solid;
}
#bottomcol p {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;	
	line-height:1.2;	
}
#bottomcol li {
	color:#fbc754;
	list-style-type:disc;
	list-style-position:outside;
}
#bottomcol span {
	font-size:16px;	
	font-weight:bold;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	color:#000;	
}
#bottomcol h1{
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:45px;
	color:#FFF;
}
.right_bottomcol {
	width:276px;
	float:left;
	margin-left:19px;
	margin-top:14px;
}
.left_bottomcol {
	width:275px;
	float:left;
}
.middle_bottomcol {
	width:276px;	
	float:left;
	padding:0 21px 0 18px;
	margin-top:14px;
	border-left:1px #FFF solid;
	border-right:1px #FFF solid;
}
#footer {
	height:67px;
	background-color:#939598;
	position:relative;
}
#footer a {
	color:#FFF;	
	font-family: Arial, Helvetica, sans-serif;
}
#footer li {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	list-style:none;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	float:left
}
#footer span {
	font-size:11px;
	font-weight:bold;
	color:#fbc754;
	float:left;
}
.floatright {
	float:right;
}
.floatleft {
	float:left;
}
.clearme {
	clear:both;
}
.clearleft {
	clear:left;
}
.clearright {
	clear:right;
}
.noborder {
	border:none;
}
hr.clearfix {
 visibility: hidden;
 clear: both;
 line-height:0px;
 font-size:0;
 height:0;
 margin:0;
 padding:0;
}
.imageright {
 float:right;
 padding: 0 0 0 10px;
}
.padunder {
 padding-bottom: 10px;
}
.imageleft {
 float:left;
 padding: 0 10px 0 0;
}


