﻿/*******************************************************
TITLE: Fluid Two-Column Layout (Basic) V1.0 (Beta)
DATE: 20060418
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

body {
	margin: 0.0em;
	padding: 0.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url('images/Heritage Web Banner Slice 030408.gif');
	background-repeat: repeat-x;
}

a {
	color: #cc0000;
	text-decoration: underline;
}

a:hover {
	color: #CC3300;
	text-decoration: none;
}

#header {
	background-position: top;
	margin: 0.5em 2em 0.5em 2em;
	padding: 1em 1.5em 1.5em 1.5em;
	text-align: center;	
}

#header a {
	border-style: none;
	text-decoration: none;
}
#header img {
	border-style: none;
	padding-bottom: 15px;
	border-width: 0px;

}

#leftColumn {
	border: thin outset #999999;
	position: absolute;
	left: 1.25em;
	width: 13em;
	margin: 0;
	padding: 2em .5em .5em .5em;
/*border: 1px solid #eeeeee;*/	font-size: .8em;
	background-image: url('images/D1-left-column-bg.gif');
	top: 30em;
	background-repeat: repeat-x;
}
#leftColumn h2 {
	margin: 0 0 -1em 0;
	padding: 0;
	font-size: 1em;
	letter-spacing: .1em;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	border-bottom-style: solid;
}
#leftColumn ul {
	margin: 1.5em 0 0 0;
	padding: 0;
	list-style: none;
}
#leftColumn li {
	margin: 0 0 .4em 0;
	padding: 0;
}

#leftColumn li a { 
margin:0 0 0 .2em;
color:#cc0000;
text-decoration:none; 
}

#leftColumn li a:hover {
	color: #000000;
	text-decoration: underline;
}
.leftColumnContact {
	font-size: .7em;
}

#Support {
	font-size: .8em;
	text-align: center;

}
#centerColumn {
	/*voice-family: "\"}\"";
	voice-family: inherit;*/font-size: .9em;
	text-align: justify;
	position: relative;
	top: -1.5em;
	left: 15em;
	width: 70%;
}
/*html>body #centerColumn {
	margin-left: 15em;
	margin-right: 3em;
	padding-bottom: 2em;
}
*/
#centerColumn h1 {
	font-family: "Century Gothic" , "Trebuchet MS" , "Arial Narrow" , Arial, sans-serif;
	font-size: 2.0em;
	text-transform: uppercase;
	font-weight: normal; /*	border-bottom:1px solid #eeeeee;*/
	color: #660000;
}

/*#centerColumn h2 { 
margin:0 0 -1em 0; 
padding:0;
font-size:1em;
letter-spacing:.1em;
}*/
#centerColumn h2 {
	font-family: "Century Gothic" , "Trebuchet MS" , "Arial Narrow" , Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	text-align: right;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #000000;
	border-bottom: 1px solid #eeeeee;
}

#centerColumn .articleimg
{
	border-style: none;
	float: right;
	padding: 0px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: .7em;
	text-align: center;
	font-style: italic;
	position: relative;
	width: 250px;
	background-color: #F9F9F9;
}


#footer {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 10px;
	color: #999999;
	position: inherit;
}

.footerTag {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #808080;
	text-align: center;
}

#constantcontact {
	top: 33em;
	width: 13.5em;
	position: absolute;
	left: -15.5em;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
	color: #800000;
}

#videoplayer {
	top: 41em;
	width: 219px;
	position: absolute;
	left: -22em;
	text-align: center;
	font-size: .7em;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

