﻿@charset "utf-8";

/*********************** Images Part ****************************/
.image_container_inner {
clear:left;
display:block;
width:776px;
height:100px;
background:url(../images/banner_inner_bg.gif) repeat-x;
}

.left_image_inner {
float:left;
width:207px;
height:100px;
background:#000 url(../images/.jpg) no-repeat 40px 40px;
}

.middle_image_inner {
	float:left;
	width:204px;
	height:100px;
	background-color: #000;
	background-repeat: no-repeat;
}

.right_image_inner {
float:left;
width:364px;
height:100px;
background:#000 url(../images/Red_Grunge_inner.jpg) no-repeat -90px 0px;
}
/****************** Left Navigation Part **********/
.left_nav{
	float:left;
	clear:left;
	border: #e5e5e5 2px solid;
	width:160px;
	height:auto;
	margin-top:10px;
	background:#fff;
}

.left_nav ul li a {
display:block;
width:142px;
line-height:18px;
padding:4px 4px 4px 14px;
color:#000;
background:#fff url(../images/arrow_black.gif) no-repeat 3px 8px;
border-bottom:#e5e5e5 2px solid;
text-decoration:none;
}

.left_nav ul li a:hover {
display:block;
width:142px;
line-height:18px;
padding:4px 4px 4px 14px;
color:#000;
background:#F2F2F2 url(../images/arrow_black.gif) no-repeat 3px 8px;
border-left:#e5e5e5 0px solid;
text-decoration:none;
}

.left_nav ul li .active {
display:block;
width:142px;
line-height:18px;
padding:4px 4px 4px 14px;
color:#000;
background:#F2F2F2 url(../images/arrow_black.gif) no-repeat 3px 8px;
border-bottom:#e5e5e5 2px solid;
text-decoration:none;
}

.center_box_02 ul li a:hover {
display:block;
width:142px;
line-height:18px;
padding:4px 4px 4px 12px;
color:#000;
background:#F2F2F2 url(../images/arrow_black.gif) no-repeat 1px 8px;
border-left:#e5e5e5 0px solid;
text-decoration:none;
}

.left_box_inner{
	float:left;
	clear:left;
	border: #e2dbe2 1px solid;
	width:162px;
	height:120px;
	margin-top: 10px;
}

/****************** index part ****************/
.center_box_inner {
	display:block;
	padding:0 10px 10px 10px;
	float:left;
	width:415px;
	height:auto;
	margin-top: 10px;
	text-align:justify;
}

div.center_box_inner .brown_caption_text{ 
color:#7b1228;
font: bold 12px/1.5em Arial, Helvetica, sans-serif;
}



.footer{
	clear:left;
	width:770px;
	padding:3px;
	color:#fff;
	font: normal 11px/1.5em Arial, Helvetica, sans-serif;
	background: #b11111;
	text-align:center;

}
/************** Right Navigation*************/
#right_box{float:left; margin-bottom:10px;  width:177px;}
/************** Archivist™ page style ********/

#archivist_templates li { 
list-style-type:disc;
line-height:16px;
margin:0px;}
