﻿@import url(layout.css);
body {
	margin: 0px;
	background-color: #94A4BB;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: small;
	color: #000000;
	background-repeat: repeat;
}
/* Styles for DIV tags */
#container_shadow {
	background-position: center;
	margin: 0px auto;
	width: 870px;
	background-color: #94A4BB;
	background-image: url('../images/side-shadow.gif');
	background-repeat: repeat-y;
}
#container {
	border-bottom: 3px solid #999999;
	background: #778899 url('../leftPhoto2.jpg') repeat-y 4px top;
	border-right: 3px solid #999999;
	border-left: 3px solid #999999;
	padding-left: 0px;
}
#container_Testimonial {
	border-bottom: 3px solid #999999;
	background: #778899 url('../Testimonials/Happy_Customers.jpg') repeat-y 4px top;
	border-right: 3px solid #999999;
	border-left: 3px solid #999999;
	padding-left: 0px;
}
#masthead {
	background-position: right;
	background-color: #778899;
	padding: 5px 175px 15px 5px;
	background-image: url('../images/computer-enter-key-keyboard-7768707-170x150.png');
	background-repeat: no-repeat;
}
#navigation {
	background-color: #998866;
	margin-left: 160px;
	text-align: center;
	border-top: 2px solid #445566;
	border-bottom: 2px solid #665533;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color:#ffffff;
	padding: 0px;
}
#column_left {
	float: left;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}
#column_right {
	background-color: #ccbb99;
	padding-bottom: 10px;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 3px;
}
#footer {
	background-color: #666666;
	color: #FFFFFF;
}
/* Styles for Masthead */
#masthead h1 {
	color: #2F394A;
	font-style: normal;
	font-weight: normal;
	font-size: 32pt;
	margin: 0px 0px 0em 0px;
	text-align: center;
	padding: 5px 0px 5px 0px;
	font-variant: normal;
	letter-spacing: 0pt;
	font-family: Impact;
}
#masthead h3 {
	margin-top: 0em;
	color: #f5f5f5;
	margin-bottom: 0em;
	text-align: center;
	font-size: large;
	padding-top: 0em;
	font-style: normal;
	font-weight: normal;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-variant: normal;
	text-transform: none;
}
#masthead a {
	color: #000000;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #986;
	letter-spacing: normal;
}
a:hover {
	border: 1px solid #456;
	background-color: #456;
}
/* Styles for Right Column */
#column_right h4 {
	color: #112233;
	margin-top: 0px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}
#column_right p {
	color: #000000;
	margin-top: 0px;
	font-size: small;
	padding-bottom: 0px;
}
#column_right a {
	color: #443311;
}
#column_right a {
	color: #443311;
}
#column_right a:hover {
	background-color: #776644;
	color: #FFFFFF;
}
/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #333333;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #3C4451;
	margin-top: 0px;
	text-align: center;
}
h3 {
	font-size: large;
	color: #333333;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}
h4 {
	font-size: large;
	color: #000000;
	margin-top: 0px;
	text-align: center;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #112233;
}
a:hover {
	color: #998866;
	text-decoration: none;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: x-small;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: x-small;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#footer_shadow {
	background-color: #94A4BB;
	background-repeat: no-repeat;
	background-image: url('../images/footer_shadow.gif');
}
