@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #fff;
}

a {
	text-decoration: none;
	color: f8f8e6;
	
}

a: hover {
	text-decoration: underline;
}

a img { 
	border: none; 
}

ul {
	list-style: none;
}

p {
	line-height: 14px;
	margin-bottom: 10px;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4, h5, h6 {
	font-size: 110%;
}

h4 {
	text-align: center;
}

h5 {
	text-align: right;
	border-bottom: 1px solid #D60828;
}

table {
	border: 1px solid #c2c2c2;
}

table td {
	text-align: left;
	vertical-align: top;
	padding: 10px  10px 20px 10px;
	border-bottom: 1px solid #c2c2c2;
}

#homeFLASH {
	margin:-20px 0px 0px -20px;
}

#pageWrap {
	background: #D60828;
	color: #f8f8e6;
	margin: 0px 25px 25px 25px;
	min-width: 900px;
	max-width: 1400px;
}

#container {
	padding-left: 230px;
	border-right: 1px solid #D60828;
}

#leftColumn {
	position: absolute;
	margin-left: -210px;
	margin-top: 20px;
}

.subpage #container {
	background: url(../images/navbg.jpg) 0px 200px no-repeat;
}

#leftColumn h1 {
	font-size: 18px;
}

#leftColumn h1 a {
	color: #f8f8e6;
	display: block;
	height: 20px;
	width: 210px;
}

#leftColumn h1 a:hover {
	background: #8A1F21;
	text-decoration: none;
}

.panelBody {
	font-size: 14px;
}

.panelBody a, panelBody a:visited {
	color: #fff;
	display: block;
	padding-left: 20px;
	width: 190px;
	height: 20px;
}

.panelBody a:hover {
	background: #8A1F21;
}

#content {
	font-size: 15px;
	color: #111;
	min-height: 400px;
}

.home #content {
	padding: 20px 300px 20px 20px;
	background: #f8f8e6 url(../images/homepageBG.jpg) top right no-repeat;
	min-height: 600px;
}

.subpage #content {
	padding: 40px 150px 20px 20px;
	background: url(../images/headerbg.gif) top right no-repeat;	
}

.subpage #content h1 {
	color: #ff0;
	margin-bottom: 20px;
}

.subpage #contentWrap {
	background: #fff url(../images/headerbgtile.gif) top repeat-x;	
}

#gmap {
	border: 4px solid #319070;
	width: 600px;
	height: 400px;
}


#footer {
	background: #fff;
	padding: 10px 0px 0px 0px;
}

#footer div#breadbox {
	float: right;
	padding-right: 20px;
}

#footer ul {
	float: left;
}

#footer li {
	display: inline;
	padding: 0px 5px;
}

#footer img {
	padding: 0px 10px;
}

#byLine {
	margin-top: 20px;
	background: #eee;
	text-align: right;
	color: #333;
	padding: 5px 10px;
}

#byLine a, #byLine a:visited {
	color: #222;
}

#byLine p {
	margin: 0px;
}

.home #footer {
	margin-top: 80px;
}

.subpage #footer {
	margin-top: 20px;
}

.subpage #content h2, .subpage #content h3 {
	color: #D60828;
}

.subpage #content ul {
	margin: 20px;
	list-style: disc;
}

.subpage #content ol {
	margin: 20px;
	list-style: decimal;
}

.subpage #content {
	color: #555;
}

#content p {
	line-height: 20px;
}

.subpage  #content a {
	text-decoration: none;
	color: #319070;
}

.subpage  #content a:hover {
	text-decoration: underline;
	color: #000;
}
.subpage #content img {
	border: 4px solid #03936A;
	margin: 4px;
}

.home #footer div#addressBlock {
	position: relative;
	float: right;
	padding-right: 50px;
	top: -80px;
	left: 160px;
}

.subpage #footer div#addressBlock {
	position: absolute;
	margin-left: 400px;
	color: #333;
}

#employeeOfMonth {
	position: absolute;
	margin-left: -160px;
	color: #fff;
}

#employeeOfMonth h1 {
	font-size: 10px;
	text-transform: uppercase;
}

#employeeOfMonth h2 {
	margin-top: 5px;
	font-size: 13px;
}

#employeeOfMonth h3 {
	margin-top: 5px;
	font-size: 10px;
}

.screenHide {
	display: none;
}
#contactform th, #contactform td {
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
}