body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #FFF;
	background: url(../images/bg-clouds.jpg) top center repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #039ee6;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #039ee6;
}
a:hover {
	text-decoration: none;
	color: #d90023;
}
a:active {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin:0px;
	padding:0px;
}
h1 {
	font-size: 24px;
	color: #d90023;
	font-style:italic;
}
h2 {
	font-size: 14px;
	color: #039ee6;
	text-transform:uppercase;
}

.clear {
	clear:both;
}

.center {
	width:1000px; 
	margin: 0px auto;
	position: relative;
	background: top center repeat-y;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.center[class] {
	background-image: url(../images/content-bg.png);
}
#header {
	background:url(../images/header.jpg) top center no-repeat;
	width:980px;
	height:198px;
	margin-left:10px;
}
#headerBar {
	background:url(../images/header_bar.gif) top left repeat-x; 
	height:28px; 
	margin:0 10px;
}
.topMarquee {
	height:21px; 
	padding:4px 0 0 12px; 
	background-color:#ba0018; 
	color:#FFF; 
	font-weight:bold; 
	font-size:14px; 
	font-style:italic;
	text-shadow: 1px 1px 1px #000;
}
#mainBody {
	background:url(../images/main_bottom.gif) bottom left no-repeat; 
	width:980px; 
	margin-left:10px;
}
#leftColumn {
	float:left; 
	width:260px; 
	margin-right:20px;
}

.mainmenu {
	margin:35px 0 0 0;
	padding:0px;
	font-size:16px;
}
.mainmenu li {
	list-style:none;
	padding:0px;
	margin:0px;
	border-bottom:1px solid white;
	height:21px;
	width:260px;
	margin-bottom:11px;
}
.mainmenu li a {
	background:url(../images/menu-off.gif) top left no-repeat;
	color:#000;
	text-decoration:none;
	padding-left:29px;
}
.mainmenu li a:visited {
	color:#000;
	text-decoration:none;
}
.mainmenu li a:hover {
	background:url(../images/menu-on.gif) top left no-repeat;
	color:#d90023;
	text-decoration:none;
}

.contactBox {
	margin:45px 0 20px 13px; 
	color:#666666; 
	font-size:14px; 
	font-weight:bold; 
	line-height:22px;
}
.contactBox a {
	color:#ba0018;
	text-transform:uppercase;
}
.contactBox a:visited {
	color:#ba0018;
	text-transform:uppercase;
}
.hours {
	font-size:20px; 
	color:#039ee6; 
	margin-bottom:5px;
	text-shadow: 2px 2px 2px #cccccc;
}

#content {
	width:680px; 
	float:left; 
	margin:38px 0 25px 0;
}

.footer {
	background: top left no-repeat #FFF; 
	width:1000px; 
	color:#666666;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.footer[class] {
	background-image: url(../images/footer-top.gif);
}
#footer a { 
	color:#666666;
}
#footer a:visited { 
	color:#666666;
}
.proudMember {
	margin:20px 0 0 10px; 
	float:left;
}
.copyright {
	padding:22px 10px 0 0; 
	width:400px; 
	float:right; 
	text-align:right; 
	line-height:18px;
}

.contactContainerLeft {
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	top: 0px;
}
.contactContainerRight {
	float: right;
	width: 350px;
}
.contactContainerColor {
	background-color: #f2f2f2;
}
.copyAreaCode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.copyPadding {
	padding-left: 15px;
}
.copyHighlight {
	color: #CC0000;
}

.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border:1px solid #cccccc;
}
.requiredFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFCC;
}
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #8f2021;
	color : #ffffff;
	font-weight: bold;
} 
input.required, textarea.required {
	border: 1px solid #CC0000;
}

.formErrorMsg {
	margin-top: 20px;
	padding:10px;
	background-color: #8F2021;
	color: #ffffff;
	border: 1px solid #000000;
}

