/*----------------General----------------*/
body { 
	text-align:left;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size: 100%;
}

body{
	background:#FFF7EA url(../images/background_grunge_sub2.jpg) top left no-repeat; 
}

.clear { 
	clear: both; 
}

.hidetext{
	display:block;
	text-indent:-9999em;
	overflow:hidden;
	margin: 0;
}
/*----------------END General----------------*/



/*----------------Structure----------------*/
body #wrapper{
	background:url(../images/background_pattern_light_brown.gif) top left repeat-x;
}

#nav { 
	background-image: url(../images/nav_background.jpg); 
}

#subheader{
	background: url(../images/background_subhead_light_brown.jpg) top left no-repeat; 
	height:95px;
}

#main{ 
	float: left; 
	width: 1000px;
	margin-left:15px; 
}
.container {
	width: 1024px; 
	margin: 0 auto;
	padding-bottom:60px;
	position:relative;
}

#nav { 
	height: 24px; /* 34px */ 
	padding: 5px 0 5px 20px; 
}

#header { 
	background: url(../images/logo.gif) no-repeat left center; 
	height: 52px; /* 142px */ 
	padding: 61px 0 28px 553px; 
	width: 471px; /* 1024 - 650 */ 
}
/*----------------END Structure----------------*/



/*----------------Contents----------------*/
/*Text*/
p, ul, ol, form, table{
	font-family: Verdana, Arial, sans-serif; 
	color:#000;
/*	font-size:0.7em;
	line-height:1.75;*/
}

strong{
	font-weight:bold;
}

p{
	margin-bottom:20px;
}

ul, ol{
	margin-bottom:19px;
}

a{
	color:#bc3a0c;
}

a:hover{
	color:#BCBEBD;
}

li{
	line-height:1.75em;
	margin-bottom:1px;
}
strong{
	color:#474947;
}
/*END Text*/
/*----------------END Contents----------------*/



/*----------------Titles----------------*/
h1.logo{
	position:absolute;
	width:289px;
	height:110px;
	top:40px;
}

h1.logo a{
	display:block;
	cursor:pointer;
}

h1.logo a span{
	width:289px;
	height:110px;
	display:block;
}
/*----------------END Titles----------------*/



/*----------------Footer----------------*/
#foot-outer { 
	background-color: #000;
}

#foot { 
	background: #000 url(../images/footer_background.jpg) no-repeat center top; 
	padding: 35px 0; 
	width: 1024px; 
	margin: 0 auto; 
}

#foot-left {
	float: left; 
	width: 360px; 
}

#foot-right { 
	float: right; 
}

#foot ul li{
	margin:15px 0 2px 0;
	line-height:1;
}

/*footer text*/


#foot p, ul, ol{
	margin: 0;
	padding: 0;
	border: 0;
	font-size:0.7em;
	line-height:1.75;
	text-align: left;
}


#foot a { 
	color: #ff5a00; 
	font-weight: bold; 
	display: block;
	text-decoration:none;
}

#foot a:hover{
	text-decoration:underline;
}

#foot span { 
	color: #eee;
	margin-top:5px; 
	display:block;
	line-height:1.3em;
}

#foot span a{
	color:#eee;	
	font-weight:normal;
	display:inline;
	text-decoration:underline; 
}

#foot span a:hover{
	color:#FF5A00;
}

h3.footer_history_title{
	background:url(../images/title_history.gif);
	width:151px;
	height:21px;
}

.sIFR-active h3.footer_history_title, .sIFR-active h3.footer_link_title{
	visibility:visible;
}

h3.footer_link_title{
	background:url(../images/title_links.gif);
	width:42px;
	height:21px;
}
/*END footer text*/
/*----------------END Footer----------------*/