body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#000;
	
	margin:0;
	padding:0;
	background:#1b1b19 url(/images/bkgd.jpg) center top repeat-x;
}


/* Text, Links, etc. */
a {
	color:#ee3124;
	text-decoration:none;
}
a:hover {
	color:#000;
}
a img, table {
	border:none;	
}

h1 {
	font-size:1.5em;
	margin:0 0 3px 0;
}
h2 {
	font-size:1.3em;
	margin:0 0 3px 0;
}
h4 {
	font-size:1em;
	margin:0 0 3px 0;
}
p {
	margin-top:0;
}
.highlights, .required {
	color:#ee3124;
}


/* Forms */
form {
	margin:0;
	padding:0;
}
label {
	width:90px;
	display:inline-block;
	text-align:right;
	padding-right:5px;
	vertical-align:top;
	line-height:1.3em;
}
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#444;
	width:200px;
}
ul.alerts {
	color:#ee3124;
}


/* Tables */
table {
	width:100%;
	float:left;
	border:none;
	border-collapse:collapse;
}
table th {
	text-align:left;
	font-size:1.5em;
	padding:0 5px 15px 0;
}
table td {
	font-size:1.3em;
	font-weight:bold;
	padding:5px 5px 5px 0;
	border-bottom:1px solid #999;
}



/* Layout */
#wrapper {
	width:1020px;
	margin:0 auto;
	position:relative;
	font-size:.8em;
}
#wrapper div {
	float:left;	
}

#flap_left {
	width:43px;
	height:258px;
	position:absolute;
	top:108px;
	left:-22px;
	z-index:100;
	background:url(/images/flap_left.jpg) no-repeat;
}
#flap_right {
	width:38px;
	height:258px;
	position:absolute;
	top:108px;
	left:999px;
	z-index:100;
	background:url(/images/flap_right.jpg) no-repeat;
}

#header {
	width:978px;
	height:108px;
	margin:0 21px;
	background:url(/images/header_bkgd.gif) bottom repeat-x;
}
#header a.logo {
	display:block;
	float:left;
	width:413px;
	height:108px;
	background:url(/images/logo.gif) no-repeat;
	text-indent:-999px;
	overflow:hidden;
}
#header div.tagline {
	float:right;
	padding-top:10px;
	font-size:.9em;
	font-style:italic;
}

#header div.nav {
	margin-top:54px;
	padding:2px 5px;
	background-color:#d9d9d9;
	float:right;
}
#header div.nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#header div.nav ul li {
	display:block;
	float:left;
}
#header div.nav ul li a {
	display:block;
	float:left;
	padding:4px 12px;
	text-transform:uppercase;
	color:#000;
	font-size:.95em;
	font-weight:bold;
}
#header div.nav ul li a:hover, #header div.nav ul li.cur a {
	color:#ee3124;
}

#banner {
	width:978px;
	height:259px;
	padding:0 21px;
	/*background:#fff url(/images/banner_bkgd.jpg) center top no-repeat;*/
}

#main {
	width:978px;
	background-color:#fff;
	line-height:1.6em;
	margin-left:22px;
}
#main div.left {
	width:550px;
	padding:20px 0 20px 40px;
	margin-right:40px;
}
#main div.right {
	width:340px;
	padding:20px 0;
	font-size:.95em;
}
#main div.full {
	width:930px;
	padding:20px 0 20px 40px;
}
#main div.bottom {
	width:978px;
	border-top:1px solid #cfcfce;
}
#main div.bottom ul {
	list-style:none;
	margin:0;
	padding:0;
}
#main div.bottom ul li {
	display:block;
	float:left;
}
#main div.bottom ul li.border {
	border-right:1px solid #cfcfce;
}

#footer {
	width:978px;
	padding:0 21px;
	background:url(/images/footer_bkgd.jpg) center top no-repeat;
	position:relative;
}
#footer div.flap_left {
	width:110px;
	height:29px;
	background:url(/images/footer_flap_left.png) no-repeat;
	position:absolute;
	left:-89px;
	top:22px;
}
#footer div.flap_right {
	width:110px;
	height:29px;
	background:url(/images/footer_flap_right.png) no-repeat;
	position:absolute;
	right:-89px;
	top:22px;
}
#footer div.top {
	width:978px;
	height:39px;
	padding-top:28px;
	text-align:center;
	color:#5f5f5f;
	font-size:.9em;
}
#footer div.top .phone {
	font-weight:bold;
	color:#ee3124;
}
#footer div.top a {
	color:#5f5f5f;
}
#footer div.top a:hover {
	color:#000;
}
#footer div.bottom {
	width:978px;
	padding:15px 0;
	text-align:right;
	font-size:.8em;
	color:#fff;
}
#footer div.bottom a {
	color:#fff;
}
#flap_left, #flap_right {
display:none;
}
li.border{
width:61%;}
li.border img{
width:100%;
}
.flap_left {
display:none;
}
.flap_right{
display:none;
}