/* ----- BASIC ELEMENTS AND FONTS ----- */


html, body {
	color: #4a442a;
	font-size: 12px;
	font-family: 'Tahoma';
	background: #FFF url(../assets/baseline.jpg) no-repeat bottom;
	margin:0;
	padding:0;
	height:100%;
}

/*----- LAYOUT ----- */
#container {
	width:900px;
	background: url(../assets/sidebar.jpg) 30px 0px repeat-y !important;
	background: url(../assets/sidebar.jpg) 30px 0px repeat-y;
	min-height: 100%;
	border-right: #4a442a solid 1px;
}

/*----- HEADER ----- */

#head {
    width: 900px !important;
	width: 900px;
	height: 200px;
	float:left;
	text-align: left;
	background: #FFF url(../assets/header.jpg) no-repeat;
}

#head h1 {
	color: #948a54;
	font: normal 3.0em Arial,sans-serif;
	padding: 90px 0 0 220px;
}

#head p {
	color: #4a442a;
	font: normal 1.2em Tahoma,sans-serif;
	padding: 5px 0 0 190px;
	line-height:2px;
}

#menu_header {
	width:170px;
	height:232px;
	text-align:center;
	float:left;
	margin:0 0 0 30px;
}

#menu_left {
	width: 170px;
	min-height: 100%;
	margin:0 0 0 30px !important;
	margin:0 0 0 0;
	float: left;
    background: url(../assets/sidebar.jpg) repeat-y;
}

.NavBar {
	width: 170px;
	float:left;
	margin:0 0 0 10px !important;
	margin:0 0 0 5px;
}

.NavBar p {
	margin:0px 10px 20px 30px !important;
	margin:0px 10px 20px 20px;
	font-size:10px;
	color:#37230d;
	text-transform: uppercase;
}

/*----- CONTENT ----- */
#content {
	width: 900px;
	text-align: justify;
	float: left;
	margin:0 0 0 20px !important;
	margin:0 0 0 10px;
}

.content_area{
	width: 680px;
	margin:5px 5px 0px 20px !important;
	margin:5px 5px 0px 0px;
	float: left;
}

.content_full{
	width: 640px;
	margin:10px 0px 0px 20px;
	float: left;
}

.content_full p {
	width: 640px;
	margin: 10px 0px 10px 0px;
	text-align:justify;
}

.content_main{
	width: 480px;
	margin:10px 0px 0px 20px !important;
	margin:10px 0px 0px 10px;
	float: left;
}

.content_main p {
	margin: 10px 0px 10px 0px;
	text-align:justify;
}

.content_left{
	width: 340px;
	margin:10px 0px 0px 20px !important;
	margin:10px 0px 0px 0px;
	float: left;
}

.content_left p {
	margin: 10px 0px 10px 0px;
	text-align:justify;
}

.content_middle {
	width: 140px;
	margin:10px 0px 0px 30px !important;
	margin:10px 0px 0px 15px !important;
	float: left;
}

.content_middle p {
	margin: 10px 0px 10px 0px;
	font-size:10px;
	text-align:justify;
}

.content_right {
	width: 190px;
	margin:10px 0px 0px -10px !important;
	margin:0px 0px 0px 0px;
	float: right;
	position:relative !important;
	position:absolute;
}

.content_right h3 {
	margin: 0px 0px 10px 45px;
}

.content_footer {
	width:100%;
	clear:both;
	margin-bottom:-5px !important;
	margin-bottom: 5px;
}

.content_footer p {
    margin: 10px 0px 10px 220px !important;
	margin: 10px 30px 10px 220px;
	padding-top: 20px;
	font-size:10px;
	font-weight:700;
	text-align:left;
}

/*----- BOXES ----- */

#box_large{
 	padding: 5px 0px 0px 5px; 
	width: 300px;
	float: left;
  	text-align: center;
	margin: 5px;
	background:#dae3ec;
	color:#333;
	height: 340px;
	border:#37230d solid 1px;
	line-height: 1.3em;
}

#box_large h1 {
	margin: 0 0 4px;
	font: bold 1.1em sans-serif,Arial;
	color: #000;
}


#box_large img {
	float:left;
	padding: 0px 5px 5px 5px;
}

.box_sml{
 	padding: 5px 5px 5px 5px; 
	width:120px;
	float:left;
  	text-align: left;
	margin: 10px;
	background: #fff; 
	color:#000;
}

.box_sml h5 {
	margin: 0 0 1px;
	font: bold 1.2em;
	color: #000;
	padding-right: 5px;
}

.box_sml p {
	padding: 1px 0 1px 0;
}

.box_sml img {
	float:center;
	padding: 5px 5px 5px 5px;
}

.box_sml form
{
	float: right;
}

/*----- MISC ----- */

.clear {
	clear: both;
	height: 5px;
}

p {
	margin: 10px 30px 10px 30px;
	}

.block {
background-color:#dae3ec;
border:#37230d solid 1px;
text-align: center;
font-weight: 700;
padding: 5px;
}

.highlight {
	color:#37230d;
	font-weight:bold;
}

h2 {
	font-size:14px;
	color:#37230d;
	font-weight:700;
}

h3 {
	margin: 0px 0px 10px 0px;
	font-size:12px;
	color:#948a54;
}

a {
	text-decoration: none;
	color:#37230d;
	font-weight: 700;
}

/*************** Slider Bar Div's ***************/

.Mainslide {	
	CLEAR: left; 
	BORDER: #4a442a 1px solid; 
	OVERFLOW-Y: auto; 
	FLOAT: left; 
	OVERFLOW-X: hidden; 
 	WIDTH: 620px; 
	HEIGHT: 450px;
	background:#dae3ec;
}
	
.Mainslide {
	OVERFLOW: auto
}

.Mainslide DIV {
	font-size: 100%;
	min-height: 0px;
	height: auto;
	text-align: right;
	padding:3px;
}

.sliderrhs {	
	CLEAR: left; 
	BORDER-LEFT: #4a442a 1px solid; 
	OVERFLOW-Y: auto; 
	FLOAT: right; 
	OVERFLOW-X: hidden; 
 	WIDTH: 170px; 
	HEIGHT: 500px;
}
	
.sliderrhs {
	OVERFLOW: auto
}

.sliderrhs DIV {
	font-size: 100%;
	min-height: 0px;
	height: auto;
	text-align: right;
	padding: 3px;
}

.slidertop {	
	CLEAR: left; 
	BORDER: #4a442a 1px solid; 
	OVERFLOW-Y: auto;
	OVERFLOW-X: hidden;  
	FLOAT: left; 
 	WIDTH: 630px; 
	HEIGHT: 130px;
}

#display_bar {
	OVERFLOW-Y: hidden;
	FLOAT: center;
	OVERFLOW: auto;
	WIDTH: 630px;
	HEIGHT: 100px;
	text-align: center;
	
}
#display_bar SPAN {
	WHITE-SPACE: nowrap;
}
#display_bar A {
	MARGIN-LEFT: 2px;
	WHITE-SPACE: nowrap;
}

/*----- NAVIGATION ----- */

#nav_list {
	margin: 0;
	padding: 0;
	width: 170px;
	list-style: none;
	overflow: hidden;
}

#nav_list li {
	width: 170px;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 10px;
	font-weight:bold;
}

#nav_list a {
	color:#4a442a;
}

.li_nav_body a  {
	display: block;
	width: 170px;
	height: 20px;
	background: url(../assets/nav_grad.jpg) no-repeat;
	padding-left: 30px !important;
	padding-left: -20px; 
	line-height:20px;
}

.li_nav_footer a  {
	display: block;
	width: 170px;
	height: 21px;
	background: url(../assets/nav_grad.jpg) no-repeat;
	background-position:  0 0px;
	padding-left: 30px !important;
	padding-left: -20px; 
	line-height: 21px;
}

.li_nav_body a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_nav_footer a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_active a:active  {
	background: url(../assets/nav_grad.jpg) no-repeat;
	background-position:  0 -40px;
	color:#fff;
}



/*----- IMAGES ----- */

a img{
	border: none;
}

img.left,img.center,img.right {
	padding: 4px;
	border: none;
}

img.left {
	float: left;
	margin: 0px 12px 5px 0px;
	background:#fff;
}

img.right {
	float: right;
	margin: 0px 30px 5px 0px;
}

/*----- FORM ----- */

input   {
	font: normal 10px tahoma;
	width: 130px;
	padding-left:20px;
}

/*----- Table Div ------*/

table {
border: 1px solid #948a54;
border-collapse:collapse;
background:#dae3ec; 
line-height:0.9em; 
width:95%; 
margin:0 0 5px; 
padding:0;
}

th {
color:#37230d; 
padding: 5px; 
text-align:left;
border-bottom: 1px solid #948a54;
}

td {
color:#4a442a; 
font-size:1.1em; 
padding:7px; 
text-align:left;
border-bottom: 1px solid #948a54;
}

/*----- Hoverbox Code ------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -100px;
	left: -360px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	color: inherit;
	vertical-align: top;
	width: 100px;
	height: 78px;
	margin: 2px;
	padding: 2px;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
}

.hoverbox li
{
	color: inherit;
	display: inline;
	float: left;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 350px;
	height: 274px;
}

