﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #e6d98f;
	background-image: url("../images/background.gif");
	background-position: top left;
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	margin-top: 57px;
	border-bottom: 2px solid #a0522d;
	background-color: #fff;
}

#masthead {
	border-style:solid;
	border-width:1px;
	border-color: #800000;
	text-align:right;
	width: 720px;
	height:60px;
	margin-right: auto;
	margin-left: auto;
	margin-top:2px;
	padding-top: 5px;
	padding-bottom: 5px;
	visibility: visible;
}
#masthead .FirmNameFont {
	color: #800000;
	font-size:xx-large;
	margin-top: 5px;
	font-family: "Trebuchet MS";
}
#masthead .TagLineFont {
	color: #455;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
}





#navigation {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow:visible;
	margin-bottom: 2px;
}
#sidebar {
	float: right;
	width: 380px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}

/* Masthead Styles */
#masthead h1 {
	border-style: groove;
	border-width: thin;
	font-weight: normal;
	color: #800000;
	text-transform: none;
	text-align:right;
	float: left;
	margin-top: 5px;
	display: inline;
	font-family: "Trebuchet MS";
}
#masthead h3 {
	font-weight: normal;
	color: #965;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	display: inline;
}


/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	height:30px;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	text-align:left;
	margin-top: 2px;
	height:auto;
}
#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	text-decoration: none;
	color: #a0522d;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #edb;
}
#navigation a:hover {
	text-decoration: none;
	color: #edb;
	background-color: #a0522d;
}


/* Content Styles */
#page_content {
	position: inherit;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding:0px;
}
#content {
	position: inherit;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:0px;
	text-align: left;
	margin-top:2px;
	margin-left:0px;
}
#content h6 {
	color: #a0522d;
}
#content h5 {
	font-family: Calibri, Helvetica, sans-serif;
	color: #a0522d;
	font-size: 18px;
}
#content h4 {
	color: #a0522d;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}
#content h3 {
	padding: 1px;
	margin: 1px;
	color: #a0522d;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}
#content h2 {
	color: #a0522d;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}
#content h1 {
	color: #a0522d;
	font-family: Calibri, Helvetica, sans-serif;
}
#content p{
	color: #a0522d;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
#content .TableLightBorder01{
	border-color:#E6D98F;
	border-style:solid;
	border-width:1px;
}

#content img {
	padding: 5px;
	border: 1px solid #a0522d;
}
#content .NewsCell {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EEDDBB;
	border: 1px;
	border-color: #a0522d;
	border-style: solid; 
}




/* Sidebar Styles */
#sidebar p {
	border-style: 0;
	border-color: 0;
	border-width: 0px;
	color: #222;
		font-family: Arial, Helvetica, sans-serif;
	}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}

/*****************/
/* Footer Styles */
/*****************/
#footer {
	clear: both;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer h1{
	color: #a0522d;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom:0px;
}
#footer h2{
	color: #a0522d;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:0px;
}
#footer p {
	color: #a0522d;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-top:0px;
	margin-bottom:0px;
}
#footer a {
	color: #a0522d;
	text-decoration: underline;
}
#footer a:hover {
	color: #800000;
	text-decoration: none;
}

/* Link Styles */
a {
	color: #a0522d;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.newStyle1 {
	font-family: "Californian FB";
	font-size: x-large;
	font-weight: normal;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	color: #800000;
}
