﻿@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #E1E1E1;
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	height:100%;
}
#wrapper {
	clear: both;
	height: auto;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height:100%;
	background-color: #FFF;
}
#leftCol {
	background-image: url(../images/leftCol_back.jpg);
	width: 260px;
	text-align: center;
	background-color: #FFF;
	background-repeat: no-repeat;
	padding-top: 120px;
	float: left;
	height: 100%;
}
#logo {
	position: absolute;
	margin-left: 15px;
	margin-top: 15px;
	z-index: 10;
}
#phone {
	height: 30px;
	clear: both;
	float: left;
	width: 680px;
	font-size: large;
	color: #FFF;
	text-align: right;
	padding-top: 20px;
	background-color: #343A48;
}
#map {
	color: #343A48;
	font-size: x-small;
	width: 205px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}
h2 {
	color: #ed2c2f;
	font-size: large;
	font-weight: lighter;
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
}
#search {
	color: #343A48;
}
#info {
	color: #343A48;
}
#rightCol {
	float: left;
	width: 680px;
	height: 100%;
}
#topLinks {
	background-image: url(../images/linkBar.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 680px;
	float: left;
	clear: both;
	color: #FFF;
	font-size: medium;
	padding-top: 7px;
}
#topLinks a {
	color: #FFF;
	text-decoration: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#topLinks a:hover {
	color: #343A48;
}
#photo {
	clear: both;
	float: left;
	height: 201px;
	width: 680px;
}
#content {
	clear: both;
	float: left;
	width: 650px;
	background-color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
}
#contentLeft {
	width: 410px;
	float: left;
}
#contentLeft a {
	color: #EA2C2F;
}
#contentLeft a:hover {
	color: #343A48;
}
#contentLeft h1 {
	color: #EA2C2F;
	font-weight: lighter;
	font-size: x-large;
}
#contentLeft li {
	color: #666;
}
#contentRight {
	float: left;
	width: 240px;
	text-align: center;
	background-color:#D7D7D7
}
#sideLink {
	margin-top: 20px;
	
}
#sideLink a {
	display: block;
	background-image: url(../images/side_btn.png);
	height: 21px;
	width: 183px;
	text-decoration: none;
	color: #FFF;
	padding-top: 3px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: auto;
	margin-left: auto;
}
#sideLink a:hover {
	background-image: url(../images/side_btn-over.png);
}
#featured {
	background-color: #FFF;
	background-image: url(../images/feature_back.jpg);
	background-repeat: repeat-x;
	clear: both;
	width: 220px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	margin-top: 20px;
	color: #343A48;
}
#featured a {
	color: #ED2C2F;
}
#featured a:hover {
	color: #343A48;
}
#contentMain {
	float: left;
	width: 650px;
	clear: both;
}
#contentMain a {
	color: #EA2C2F;
}
#contentMain a:hover {
	color: #343A48;
}
#contentMain h1 {
	color: #EA2C2F;
	font-weight: lighter;
	font-size: x-large;
}
#contentMain li {
	color: #666;
}
#baseline {
	background-image: url(../images/baseline.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 10px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	clear: both;
	width: 940px;
	color: #343A48;
	padding-top: 10px;
	font-size: x-small;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	color: #343A48;
}
#footer a:hover {
	color: #E9272D;
}
