﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
}
#container 
{
	margin-left: 50px;
	width: 1025px;
	height: 95%;
	background-color: #FFFFFF;
}
#container a {
	color: #0033CC;
	text-decoration: none;
}
#container a:hover {
	text-decoration: underline;
	color: #0033CC;
}

#masthead {
	background-position: left top;
	width: 930px;
	height: 105px;
	overflow: auto;
	text-align: right;
	background: #fff url('../images/MeridianBanner.jpg');
	border-bottom: 0px solid #CECEB5;
	border-top-color: #CECEB5;
	margin: 5px 10px 0px 0px;
	background-repeat: no-repeat;
}
#page_content {
	position: relative;
}
#navbar 
{
	margin-left: 160px;
	width: 100%;
	background: #FFFFFF;
	line-height: normal;
	border: 0px solid #CECEB5;
}

#menubar_l_end
{
	float: left;
	width: 10px;
	height: 39px;
	background: #DAE0D2 url('../images/norm_left.bmp');
}
#menubar_r_end
{
	float: left;
	width: 10px;
	height: 39px;
	background: #DAE0D2 url('../images/norm_right.bmp');
}

#menubar 
{
	float: left;
	width: 930px;
	background: #DAE0D2 url('../images/bg.bmp') repeat-x bottom;
	line-height: normal;
	height: 39px;
}
#menubar a {
	font-family: Arial Narrow;
	/*color: #393939;*/
	color: White;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
}
#menubar a:hover {
	font-weight: bold;
	text-decoration: none;
	/*color: #999966;*/
	color: #393939;
	/*border-bottom: 1px solid #393939;*/
}
#menubar ul {
	margin: 0 0 0 0px;
	padding: 0px;
	list-style: none;
	width: 781px;
}
#menubar li {
    float:left;
    margin:0;
    padding:0 0 0 9px;
    color: White;
	border-right: 1px solid #B9D370;    
}
/*
#menubar #current {
	background-image:url('../images/norm_right_on.gif');
}
#menubar #current a {
    background-image:url('../images/norm_left_on.gif');
}*/


#contnet_top 
{
	margin-left: 150px;
	background: url('../images/content-top.jpg') white;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 25px;
	width: 850px;
}
#contnet_bot 
{
	margin-left: 150px;
	background: url('../images/content-bottom.jpg') white;
	background-position: left top;
	background-repeat: no-repeat;
	width: 850px;
	height: 12px;
}
#content {
	overflow: hidden; /*auto*/
	margin-left: 150px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fff;
	background: url('../images/content-bkgrnd.jpg') white;
	background-repeat: no-repeat;
	background-position: left top;
	background-repeat: repeat-y;
	background-position: left top;
	width: 780px;
}
#content p 
{
	margin: 5px 10px 5px 10px
}
#content table 
{
	margin: 10px 10px 10px 10px
}
#footer {
	clear: both;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 0%;
	padding-left: 1%;
	border-bottom: 1px #CECEB5 solid;
	/*margin-left: 120px;*/
	width: 930px;
	text-align: left;	
	color: #707070;
	font-size: x-small;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h6 {
	font-family: Arial Black;
	color: #0099CC;
}
h5 {
	font-family: Arial Black;
	color: #0099CC;
	font-style: italic;
}
h4 {
	font-family: Arial Black;
	color: #0099CC;
	margin-bottom: 0px;
}
h3 {
	font-family: Arial Black;
	color: #0099CC;
	margin-bottom: 0px;
}
h2 {
	font-family: Arial Black;
	color: #0099CC;
	margin-bottom: 0px;
}
h1 {
	font-family: Arial Black;
}
/* Styles for Navigation */
#sidebar {
	position: relative;
	float: left;
	width: 150px;
	background-color: #F7F6F3;
	margin-top: 15px;
}
#sidebar_content {
	border-left:1px solid #CECEB5; 
	border-right:1px solid #CECEB5;	
}
#sidebar ul {
	list-style-type: none;
	width: 100%;
	margin: 0px 0px 0px  5px;
	padding-left: 0;
	padding-right: 0;
}
#sidebar li {
	color:#7C6F57;
	font-family: verdana;
	font-size:0.8em;
	text-decoration:none;
	border: 0px solid #FFFFFF;
	padding-bottom: 5px;
}
#sidebar table
{
	border: solid 0px #FFFFFF;
}
#sidebar a {
	text-decoration: none;
	color: #393939;
}
#sidebar a:hover 
{	
	text-decoration: none;
	color: #999966;
	background-color: #7C6F57;
}

#sidebar .b1, .b2, .b3, .b4 {
display:block; 
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}
 
#sidebar .top {
  display:block; 
  background:transparent; 
  font-size:1px;
  }
 
#sidebar .bottom {
  display:block; 
  background:transparent; 
  font-size:1px; 
  border-top:0px solid #CECEB5;
  }
#sidebar .b1, .b2, .b3 {height:1px;}
#sidebar .b2, .b3, .b4 {background:#F7F6F3; border-left:1px solid #CECEB5; border-right:1px solid #CECEB5;}
#sidebar .b1 {margin:0 5px; background:#CECEB5;}
#sidebar .b2 {margin:0 3px; border-width:0 2px;}
#sidebar .b3 {margin:0 2px;}
#sidebar .b4 {height:2px; margin:0 1px;}

/* Styles for Footer */
#footer p {
	font-size: x-small;
	color: #707070;
}
#footer a {
	font-size: x-small;
	color: #707070;
	text-decoration: underline;
}
#footer a:hover 
{
	font-size: x-small;
	color: #0000ff;
	/*color: #393939;*/
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
