﻿@import url("layout.css");
body {
	font-family: Tahoma, "arial, Helvetica, sans-serif";
	font-size: 13px;
}
#container {
	background-color: #fff;
	width: 900px;
}
#masthead {
	text-align: left;
	background-image: url('../images/mashead.jpg');
	background-repeat: no-repeat;
	width: 900px;
	height: 220px;
}
#navigation {
	background-color: #FFFFFF;
	width: 900px;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 900px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 900px;
	padding: 0;
	background-color: #fff;
}
#column_r {
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: left;
	background-color: #E46EF8;
	width: 900px;
	font-size: 11px;
	color: #4C4C4C;
}
/* Masthead */
#masthead h1 {
	font-weight: bold;
	font-style: normal;
	color: #fff;
	text-align: right;
	margin-top: 160px;
	font-size: 27px;
	font-family: Tahoma, arial, Helvetica, sans-serif;
	margin-right: 20px;
}
#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: bolder;
	text-decoration: none;
	color: #616361;
	display: block;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #E46EF8;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 13px;
	padding-right: 17px;
	padding-left: 17px;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #E579F1;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #000;
}
h2 {
	font-size: large;
	color: #E46EF8;
	padding-left: 15px;
	padding-top: 15px;
	margin-bottom: 10px;
}
h3 {
	color: #000;
}
h4 {
	font-size: small;
	color: #666666;
	padding-left: 15px;
	margin-bottom: 5px;
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #000;
}
h6 {
	font-size: xx-small;
	font-style: italic;
	color: #000;
}
/* Footer */
#footer p {
	font-size: small;
	color: #807E7E;
}
/* Links */
a {
	color: #CE70DE;
	text-decoration: none;
}
a:hover {
	color: #626262;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.text {
	padding-left: 15px;
	padding-right: 15px;
}
.contact {
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 10px;
}
.homeImages
{
	float: right;
	width: 200px;
	padding-top: 10px;
	padding-right: 10px;
	height: 300px;
}
.homeImagesRight
{
	float: right;
	width: 200px;
	height: 300px;
	padding-right: 5px;
}
.textTestimonial {
	padding-left: 15px;
	padding-right: 15px;
	font-style: italic;
	width: 850px;
	margin-top: 5px;
}
.comments {
	padding-left: 15px;
	padding-right: 15px;
	color: #FF0000;
}

