﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
#container {
	width: 960px;
	margin: 0 auto;
	background: #fff url(../images/bkgd_tile.png) top;
	background-repeat: repeat-y;
	background-color:#FFFFFF;
}
#masthead {
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	width: 960px;
	padding: 0;
	background-color:white;
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #3F3F3F;
	overflow: hidden;
}
#column_l {
	width: 676px;
	min-height: 800px;
	height: auto !important;
    height:800px;
	margin-top: 10px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
	background-color: #fff;

	position: relative;
	overflow: visible;
}
#column_r {
	width: 225px;
	min-height: 800px;	
	height: auto !important;
	height:800px;
	margin: 0;
	float: right;
	background-color: #fff;
	position: relative;
	right: 10px;
	padding-right: 10px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	background-color: #3F3F3F;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}
#footer_1{
	text-align: left;
}
#footer_2{
	text-align: left;
}
#footer_3{
	text-align: left;
}
#footer_4{
	text-align: left;
}

/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	display: block;
}
#navigation a {
	color: #0094FF;
	text-decoration: none;
	padding: 5px;
	display: block;
	border: 1px solid #3F3F3F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 30px;
	text-transform: uppercase;
  	padding: 5px 15px 5px 15px;
  	margin-left: 1px;
  	white-space: nowrap;
}
#navigation ul li ul li a {
	background-color: #3F3F3F;
}
#navigation li ul {
	display:none;
}
#navigation ul li ul {
	visibility: hidden;	
}
#navigation a:hover {
	color: #FFA700;
	background-color: #000;
	border: 1px solid #f2f2f2;
	display:block;
	-ms-transform:  translate(10px);
    -moz-transform: translate(10px);
    -webkit-transform: translate(10px);
    -o-transform: translate(10px);  
}
#navigation ul li ul li a:hover {
	background-color: #000;
}
#navigation ul li:hover ul {
	visibility: visible;
	float: left;
	display:block;
	position:absolute;
	z-index: 999;
}
/* Styles for Content */
h1 {
	color: #0094FF;
	font-size: 1.75em;
}
h2 {
	color: #0094FF;
	font-size: 1.75em;
}
h3 {
	color: #FFA700;
	font-size: 1.5em;
}
h4 {
	color: #000;
	font-size: 1.25em;
}
h5 {
	color: #FFA700;
	font-size: 1.25em;
	font-style:italic;
}
h6 {
	color: #000;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: .9em;
	margin-top: 2px;
	margin-bottom: 6px;
	height:auto !important;
	min-height:inherit;
}
#footer a {
	color: #fff;
	text-decoration:none;
}
#footer a:hover {
	color: #0094FF;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration:none;
}
a:hover {
	color: #965;
	text-decoration:none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}