﻿@charset "utf-8";
/* CSS Document */


/* COLOR SCHEME 

Color 1: #CC6666
Color 2: #663333
Color 3: #cc3333
Color 4: #996699
Color 5: #FFD0D0 */



/* LAYOUT */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#660033;
	font-size:16px;
	background-position: left;
}

#wrapper {
	text-align: center;
	margin: auto;
	width: 100%;
}

#contentWrapper {
	text-align: center;
	width: 950px;
	margin:auto;
	clear:both;
}

#headerWrapper {
	width: 950px;
	height:185px;
	background-color:#663333;
	color:#FFCCCC;
	border:0px;
	padding:0px;
	margin:auto;
	clear:both;
	margin-bottom:-15px;
}
#headerLeft {
	float: left;
	width: 500px;
}

#headerRight {
	width: 400px;
	text-align:right;
	padding-right:10px;
	float:right;
}
#bodyRight {
	float: right;
	width: 670px;
	overflow: auto;
	margin: auto;
	background-color:#FFFFFF;
	text-align:left;
	padding-left:10px;
	padding-right: 20px;
	font-size:14px;
}

#bodyRight p {
font-size:14px;
}

#bodyLeft {
	float: left;
	width: 235px;
	padding-left: 10px;
	background-color:#FFFFFF;
}

#bodyWrapper {
	text-align: left;
	clear:both;
	margin:auto;
	overflow:auto;
	background-color:#FFFFFF;
}
#footerWrapper {
	background-color:#663333;
	text-align: center;
	margin: auto;
	width: 100%;
	clear: both;
	border-width:1px;
	border-style:solid;
	border-color:#663333;
}

#footerLeft {
	float:left;
	margin:auto;
	width:300px;
}

#footerRight {
	float:right;
	margin:auto;
	width:425px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#homewrapper {
	text-align:left;
	clear: both;
	margin:auto;
	width: 580px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#navigation {
	height: 45px;
	color:#000066;
	font-size: 16px;
	font-weight: bold;
	width: 950px;
	border:0px;
	text-align:left;
	padding:0px;
	margin:auto;
	clear:both;
}


/* STYLES */

h1 {

}

h2 {
}

h3 {

}

#navigation li {
	float:left;
	text-align:center;
	vertical-align:middle;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 3px;
}

#navigation ul {
list-style:none;
}

#bodyLeft ul {
list-style-type:square;
color:#cc3333;
}

#navigation a {
	color:#FFD0D0;
	font-size: 12px;
	text-decoration:none;
}

#navigation a:hover{
	color:#FF9999;
	font-size: 12px;
	text-decoration:underline;
}

#navigation a:visited{
	color:#FFD0D0;
	font-size: 12px;
	text-decoration:none;
}

#footerWrapper {
color:#FF9999;
}

#footerWrapper a {
color:#FFD0D0;
text-decoration:none;
}

#footerWrapper a:hover {
color:#FFD0D0;
text-decoration:underline;
}

#footerWrapper a:visited {
color:#FFD0D0;
text-decoration:none;
}

#footerWrapper a:active {
color:#FFD0D0;
text-decoration:none;
}

CompanyName {
font-size:24px;
color:#ff9999;
}

PhoneNumber {
	font-size:18px
}

Copyright {
font-size:10px;
color:ffcccc;
}

#bodyLeft p {
	font-size:14px;
}
