﻿@import url(layout.css);
div#preload { display: none; }

body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: white;
}
/* Styles for Masthead */
#masthead {
	height: auto;
	text-align: right;
	background-color:transparent;
}
#masthead img {
	margin: 10px 20px 10px 0px;
	padding: 0px 0px 0px 20px;
	border:0;
}
#masthead p {
	font-size: 14px;
	margin: 15px 20px 10px 20px;
	vertical-align: middle;
}

#mastbody {
	background-image:url('../images/fading_background.png');
    background-repeat:repeat-x;
    background-color:#FFFFFF;
}
/* Styles for Navigation */
#navigation {
	margin: 0px 20px 10px 20px;
	overflow: hidden;
	background-color: #036;
	border-bottom: 2px #036 solid;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	min-height: 1px;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #black;
	background-color: #a9a9a9;
}
#navigation a:after {
	background-color: black;
	color: white;
}
/* Styles for Content */
#content {
	margin: 0px 20px 0px 20px;
	width: inherit;
}
#content table{
	width: 100%;
	border: 0px;
}
#column_r {
	background:transparent;
	padding: 0px 10px 0px 10px;
	vertical-align: top;
}
#column_l {
	width: 270px;
	background-color: #a9a9a9;
	padding: 0px 10px 0px 10px;
    vertical-align: top;
}
#column_l p {
	font-size: 11px;
}
#column_l img {
	text-align: center;
 	margin-top: 10px;
	margin-bottom: 5px;
	border: 0px;
}
#column_l h3{
	margin-top: -30px;
	margin-left: 48px;
	padding-bottom: 10px;
}

/* Styles for Footer */
#footer {
	text-align: center;
	background: transparent;
	border:thin;
	border-color:#036;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: black;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}

#slidedom{
  position: relative;
  margin-left: auto ;
  margin-right: auto ;
}

/* Styles for Links */
a {
	color: #036;
	text-decoration: none;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
