﻿@import url("layout.css");
/**
Things that need to be updated outside of this file:
Ticker Width in Master.dwt 
*/
body  {
	font-family: Century Schoolbook, Schoolbook, Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color:#f0f0f0;
	height: 100%;
}
#container {
	width: 796px;
	margin: 0 auto;
	background-image: url('../images/background/brc_background_med_grey_darkend_whitmiddles.jpg');
	background-repeat: repeat-y;
	background-attachment: scroll;
	height: 100%;	
}
#masthead {
	width: 780px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 6px;
	overflow: auto;
	background-image: url('../images/background/masthead_background.jpg');
}
/*
Might Show up as unsed when ticker is turned off
*/
#ticker {
	/* width also needs to be update in ticker script */
	width: 786px;
	/* height also needs to be update in dynamic heightadjustment script */
	height: 25px;
	margin-right: 18px;
	margin-left: 12px;
	overflow: hidden;
	background-color: #004080;
	font-size:large;
	color:white;
}

#sidebar {
	float: left;
	width: 149px;
	margin-left: 6px;
}
#content {
	float: left;
	width: 454px;
	background-color: #fff;
	padding: 10px;
	overflow:auto;
}
#sidebar2 {
	float: left;
	width: 158px;
	background-color: ;
}
#footer {
	text-align: center;
	clear: both;
	width: 783px;
	margin-right: 10px;
	margin-left:4px;
	overflow: auto;
	color:navy;
/*	background-color: #5281A4;*/
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
/*	color: #275B8E;*/
	color: #FFFFFF;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}

/* Styles for Navigation */
#sidebar2 ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar2 li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
//*	border: 0px solid #d3d3d3;*/
}
#sidebar2 a {
	font-weight: bold;
	text-decoration: none;
	/*color: #275B8E;*/
	color: #FFFFFF;
	display: block;
	padding: 5px;
	border-bottom: 0px solid #f2f2f2;
}

#sidebar2 a:hover {
	font-weight: bolder;
	text-decoration: none;
	color: #4792DC;
	border-bottom: 0px solid #f2f2f2;

}
a img {
	border: thin black solid;
}


/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: navy;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: navy;
	text-decoration: underline;
	border: none;
}
#footer a image{
	border: none;
}

#footer a:hover {	
	color: blue;`
	text-decoration: none;
}

.styleh1 {
}
/*
Shows up as unsed because these are used inside java scripts
*/
.styleSidebar{
	font-weight:normal;
	text-indent:4px;
	color:black;
}
.styleSidebar2{
	font-style:italic;
	text-indent:8px;
	color:blue;
}


