﻿@import url("layout.css");
body {
	font-family: Tahoma, "Arial", Helvetica, sans-serif;
	font-size: small;
	background-color: #725941;
}
#container {
	width: 800px;
}
#masthead {
	text-align: left;
	width: 800px;
	height: 313px;
}
#navigation {
	background-color: #FFFFFF;
	width: 800px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #B50A1A;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 800px;
	background-color: #FFFFFF;
}
html>body #column_l {
	width: 800px;
	background-color: #FFFFFF;
}
#content {
	background-color: #FFFFFF;
	width: 800px;
}
#footer {
	text-align: left;
	width: 800px;
	color: #FFFFFF;
}
html>body #footer {
}
html>body #footerTop {
	background-color: #FFFFFF;
	width: 800px;
}
/* Masthead */
#masthead h1 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-bottom: 0;
	margin-left: 0.5em;
}
#masthead h3 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-top: 0;
	margin-left: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: right;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #2C2A28;
	display: block;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #F17F0C;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 6px;
	padding-left: 6px;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #F17F0C;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #000;
}
h2 {
	font-size: large;
	color: #524E4A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 5px;
}
h3 {
	font-size: large;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 11pt;
	color: #F17F0C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 5px;
}
h5 {
	font-size: x-small;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h6 {
	font-size: xx-small;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* Footer */
#footer p {
	font-size: small;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #2C2A28;
	width: 800px;
}
/* Links */
a {
	color: #B50A1A;
	text-decoration: underline;
}
a:hover {
	color: #f72;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.homeImages {
	float: right;
}
.text {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	padding-left: 7px;
	padding-right: 10px;
	text-align: justify;
}
.textTable {
	border: thin solid #3B3A38;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	font-size: 11.5px;
	width: 510px;
}
.textClientHeader {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	color: #F17F0C;
	padding-bottom: 5px;
}
.textReadMore {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	padding-right: 5px;
	color: #F17F0C;
	text-align: right;
	text-decoration: none;
}
.rightable {
	width: 210px;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #524E4A;
	margin-left: 10px;
}
.contactHome {
	color: #524E4A;
	padding-left: 5px;
	padding-top: 5px;
	text-decoration: none;
}
.testimonialHome {
	padding-left: 5px;
	font-style: italic;
	padding-right: 5px;
}
.contactHomeLink {
	color: #524E4A;
	padding-top: 5px;
	text-decoration: none;
}
.contactHomeLink:hover {
	color: #F17F0C;
	padding-top: 5px;
	text-decoration: none;
}
.line {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	color: #524E4A;
	width: 786px;
}
