﻿@import url('layout.css');

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #fff;
	background-image: url('../_images/Bkgrnd_gradient.gif');
	background-repeat: repeat-x;
	background-attachment: scroll;
}
#container {
	margin: 5px auto;
	width: 95%;
}
#masthead {
	margin: 17px auto 0px auto;
	width: 100%;
	border: 1px #1E407A solid;
	background-color: #fff;
	background-image: url('../_images/masthead_bkgrnd.jpg');
	text-align: center;
}
#navigation {
	margin: 2px auto;
	padding: 0;
	width: 100%;
	height: 40px;
	border: 1px #1E407A solid;
	background-color: #eee;
	background-image: url('../_images/navbttn_bkgrnd_red.gif');
}
#awmAnchor-menu {
	margin: 1 auto;
}
/*
.menubar li {
	display: inline;
	margin: 0;
	background-color: #eee;
	background-image: url('../_images/navbttn_bkgrnd_red.gif');
	border: 1px solid;
	border-color: #f3f3f3 #bbb #bbb #f3f3f3;
	padding: .3em .5em .3em .5em;
	overflow: auto;
} 
.menubar li a:hover {
color: white;
background: transparent url('../_images/navbttn_bkgrnd_red.gif') center center repeat-x;
}
.menubar li .current{
color: white;
background: transparent url('../_images/navbttn_bkgrnd_blue.gif') center center repeat-x;
}
*/
#navigation a {
	color: #1E407A;
	text-decoration: none;
}
#navigation a:hover {
	color: #BF0A30;
	text-decoration: none;
}
#navigation a:active {
	color: #BF0A30;
	text-decoration: none;
}
#main {
	background-color: #fff;
}
#sidebar {
	float: left;
	width: 24%;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0%;
	padding: 0px;
	border: 1px #1E407A solid;
	background-color: #fff;
}
#content-left {
	float: left;
	width: 24%;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px;
	border: 1px #1E407A solid;
	background-color: #fff;
}
#content-right {
	float: right;
	width: 74%;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px;
	border: 1px #1E407A solid;
	background-color: #fff;
}
#content-full {
	width: 99%;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px;
	border: 1px #1E407A solid;
	background-color: #fff;
}
.header {
	margin: 0px 0 0 0;
	padding: 0 0 0 5px;
	border: 0px #1E407A solid;
	background-color: #fff;
	text-align: left;
	background-image: url('../_images/nav_bkgrnd.jpg');
	background-repeat: repeat-x;
}
.content {
	border: 0px #1E407A solid;
	background-color: #fff;
}
#footer {
	clear: both;
	width: 100%;
	border: 1px #1E407A solid;
	background-color: #fff;
	text-align: center;
	background-image: url('../_images/background_red.gif');
	background-repeat: repeat-x;
}

/* Masthead Styles */
#masthead {
	color: #BF0A30;
	font-size: 15px;
	font-weight: bold;
}

/* Content Styles */
h1 {
	color: #BF0A30;
}
h2 {
	color: #BF0A30;
}
h3 {
	color: #BF0A30;
}
h4 {
	color: #BF0A30;
}
h5 {
	color: #BF0A30;
}
h6 {
	color: #BF0A30;
}
img {
	padding: 5px;
}
#main ul {
	list-style-type: disc;
	margin: 5px 10px 5px 15px;
	padding: 0;
}
#main li {
	display: list-item;
	margin: 5px 10px 5px 15px;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
a {
	color: #BF0A30;
	text-decoration: underline;
}
a:hover {
	color: #1E407A;
	text-decoration: underline;
}

/* Footer Styles */
#footer p {
	font-size: 0.75em;
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #1E407A;	text-decoration: underline;
}
#footer a:hover {
	color: #BF0A30;
	text-decoration: none;
}
