/* CSS Document */
*{ padding:0px; margin:0px;}
body{ background:#2c2c2c url(../images/background.jpg) top repeat-x}

html{
	color:#323537;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
div{ float:left; width:auto;}

.float_l{ float:left}
.float_r{ float:right}
.clear{ clear:both; width:95%;}
.orange_text{ color:#76350a;}

a:link {
	color: #cc0807;
}
a:visited {
	color: #CC0807;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}
.orange_link:link {
	color: #76350a;
	text-decoration:none;
}
.orange_link:visited {
	color: #76350a;
	text-decoration:none;
}
.orange_link:hover {
	color: #FF6600;
	text-decoration:none;
}
.orange_link:active {
	color: #FF6600;
	text-decoration:none;
}
#frame{
	width:900px;
	margin:0px auto;
	float:none;
}
#header{
	width:900px;
	height:129px;
	background:url(../images/header.jpg)
}
.logo_clickable a{
	width:400px;
	height:120px;
	display:block;
}
.header_r_content{
	float:right;
	width:250px;
	padding-top:85px;
	padding-left: 20px;
}
#nav{
	width:900px;
	background:url(../images/nav-bg.jpg);
	height:34px;
	color:#d9d7d7;
	font-weight:bold;
	text-align:center;
	line-height:30px
}
.navcontent{ width:880px;}

.navcontent ul li{
	list-style:none;
	list-style-type:none;
	display:inline;
}
.navcontent li a {
	line-height:34px;
	width:auto;
	display:inline-block;
	padding:0px 28px;
	color:#FFFFFF;
	text-decoration:none;
}
.navcontent li a:hover {
	background:#FF0000;
	background:url(../images/nav-bg-hover.jpg) top;
	color:#e7ad11;
}

#content{
	width:896px;
	border-left:#FFFFFF 2px solid;
	border-right:#FFFFFF 2px solid;
	background:#450909;
}
#left_content{
	width:699px;
	padding:3px;
}
.left_container{ 
	background:#FFFFFF; 
	width:679px;
	padding:2px 10px ;
}
.left_content_container{ 
	width:679px;
}
.left_content_container2{
	width:auto;
	padding-left: 15em;
}
.welcome_image{
	padding:5px 10px 10px 0px;
	float:left;
}
.red_bar{
	width:100%;
	background:url(../images/red-bar-bg.jpg);
	line-height:24px;
	color:#f5b65d;
	font-size:14px;
	font-weight:bold;
}
.box1{
	width:335px;
}
.box4{
	width:335px;
	margin-right: 100px;
}
.box1_container{
	width:323px;
	border:#dbcca3 3px solid;
	padding:3px;
}
.box1_container2{
	width:315px;
	border:#dbcca3 1px solid;
	padding:3px;
}
.box4_container{
	width:323px;
	border:#dbcca3 3px solid;
	padding:3px;
}
.box4_container2{
	width:315px;
	border:#dbcca3 1px solid;
	padding:3px;
}
.box_4_r2{
	width:315px;
	background:#dbcca3;
	color:#323537;
	padding:4px 0px;
}
.box_4_r3{
	width:315px;
	background:#ffffff;
	color:#323537;
	padding:4px 0px;
}
.box_1_r1{
	width:315px;
	font-weight:bold;
	background:#450909;
	color:#FFFFFF;
	padding:3px 0px;
	border-bottom:2px solid #FFFFFF;
}
.box_4_r1{
	width:315px;
	font-weight:bold;
	background:#450909;
	color:#FFFFFF;
	padding:3px 0px;
	border-bottom:2px solid #FFFFFF;
}
.box_1_c1{
	width:54px;
	text-align:center;
}

.box_1_c2{
	width:115px;
}
.box_1_c3{
	width:78px;
}
.box_1_c4{
	width:65px;
}
.box_4_c1{
	width:54px;
}

.box_4_c2{
	width:115px;	
	padding-left:20px;
}
.box_4_c3{
	width:78px;
	
}
.box_4_c4{
	width:65px;
	padding-left:20px;
}
.box_1_r2{
	width:315px;
	background:#dbcca3;
	color:#323537;
	padding:4px 0px;
}
.box_1_r3{
	width:315px;
	background:#ffffff;
	color:#323537;
	padding:4px 0px;
}
.box2{
	width:675px;
}
.box2_container{
	width:659px;
	border:#dbcca3 3px solid;
	padding:7px;
}
#right_colum{
	width:184px;
	padding:3px 0px 3px 2px ;
}
.right_container{
	width:184px;
}
.right_bar{ 
	width:184px; 
	background:url(../images/right-col-top-bar.jpg); 
	line-height:33px;
	font-size:12px;
	font-weight:bold;
	color:#f5b65d;
}
.right_bx{
	width:174px;
	background:#dbcca3;
	padding:5px
}
.right_bx ul{
	list-style:none;
}
.right_bx li{
	list-style-type:none;
}
.right_bx li a{
	display:block;
	line-height:21px;
	padding-left:15px;
	background:url(../images/arrow.jpg) left no-repeat;
	text-decoration:none;
	color:#622828;
}
.right_bx li a:hover{
	background:url(../images/arrow_hover.jpg) left no-repeat;
	color:#FF0000;
}


#footer{
	width:896px;
	background:#000000 url(../images/footer-bg.jpg) top repeat-x;
	border-left:#FFFFFF 2px solid;
	border-right:#FFFFFF 2px solid;
	text-align:center;
	padding-top:15px;
	line-height:20px;
	color:#6c6c6c
}
#footer a{
	color:#6c6c6c;
	text-decoration:none;
}
#footer a:hover{
	text-decoration: underline;
}

