﻿body {
	font-family: Tahoma, "arial, Helvetica, sans-serif";
	font-size: 13px;
	margin: 0;
	padding: 0;
	border: 0;
}
#container {
	background-color: #fff;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	border: 0;
}
#masthead {
	text-align: left;
	background-image: url('../images/masthead.jpg');
	background-repeat: no-repeat;
	width: 1000px;
	height: 150px;
}
#navigation {
	background-color: #FFFFFF;
	width: 1000px;
}
#content {
	width: 1000px;
	background-color: #fff;
	padding-top: 20px;
	min-height:500px;
}
#footer {
	text-align: left;
	background-color: #ECECEC;
	padding-top: 5px;
	width: 1000px;
	color: #807E7E;
}
/* 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: #565353;
	display: block;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #D6647D;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #D6647D;
}
/* Site typography */
h1 {
	font-size: x-large;
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 10px;
}
h2 {
	font-size: large;
	color: #807E7E;
	background-color: #ECECEC;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 5px;
	margin-top: 5px;
}
h3 {
	color: #000;
}
h4 {
	font-size: medium;
	color: #807E7E;
	padding-left: 15px;
}
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: #807E7E;
	text-decoration: none;
}
a:hover {
	color: #D6647D;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.text {
	padding-left: 15px;
	padding-right: 5px;
}
.contact {
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 10px;
}
.homeImages
{
	float:right;
	width:306px;
	padding-top:10px;
	padding-right:10px;
}
.homeImagesLeft {
	float: left;
	width: 87px;
	height: 130px;
}
.homeImagesRight
{
	float: right;
	width: 195px;
	height: 130px;
	padding-right: 5px;
}
.textRight {
	text-align: right;
	font-size: 14px;
	padding-right: 5px;
}
.textHome {
	padding-left: 45px;
	width: 450px;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 25px;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: justify;
}

