body {
	background: url(/i/bg.gif);
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-size: 13px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	color: #74041c;
}
a {
	cursor: pointer;
	color: #570012;
}

/* --- */

.float_right {
	float: right;
	margin: 0px 0px 15px 15px;
}

/* --- */

#container {
	width: 740px;
	margin: 0px auto 0px auto;
	padding: 0px 7px 0px 7px;
	text-align: left;
	background: url(/i/container_bg.gif) center repeat-y;
}
*html .container_btm {
	position: relative;
	top: -7px;
}

/* --- */

#header h1 {
	margin: 0px 0px 0px 25px;
	padding: 0px;
	height: 125px;
	text-indent: -789em;
	background: #FFFFFF url(/i/logo.gif) left center no-repeat;
}

/* --- */

#headerImg {
	width: 740px;
	height: 185px;
	background: url(/i/headerImg.jpg) no-repeat;
}

/* --- */

#main {
	background: #74041C url(/i/nav_btm.gif) bottom repeat-x;	
}

/* --- */

#content {
	float: left;
	width: 503px;
	min-height: 350px;
	padding: 15px;
	background: #FFFFFF;
}
*html #content {
	height: 350px;
}

/* --- */

#sidebar {
	float: left;
	width: 207px;
	padding-bottom: 15px;
}
.imgWrapper {
	text-align: center;
	padding: 10px 0px 10px 0px;
}
.imgWrapper img {
	border: 1px solid #480512;
}

/* --- */

#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #FFFFFF;
}
#nav li {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 31px;
	width: 200px;
}
#nav li a {
	display: block;
	padding: 0px 0px 0px 10px;
	width: 197px;
	line-height: 30px;
	background: url(/i/nav_bg.gif) right no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
}
#nav li a:hover {
	background-position: left;
}
#nav li ul {
	position: absolute;
	list-style: none;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: -789em;
}
#nav li ul li {
	text-align: center;
	height: 26px;
	width: 177px;
	background: #570113 url(/i/white.jpg) repeat-y right;
}
#nav li ul a {
	color: #FFFFFF;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	background: #6D051B url(/i/white.jpg) repeat-y right;
	line-height: 25px;
	width: 177px;
	margin-bottom: 1px;
	border: 0px;
}
#nav li ul a:hover {
	text-decoration: underline;
	background: #5E0115 url(/i/white.jpg) repeat-y right;
}
#nav li:hover ul,
#nav li.sfhover ul {	
	left: -177px;
}

/* --- */

#footer {
	clear: both;
	padding: 8px 0px 8px 0px;
	background: #480512;
	color: #FFFFFF;
	text-align: center;
}
#abs_footer {
	text-align: center;
}


#contact_float_wrapper {
	position: relative;
	height: 60px;
}
#contact_float {
	position: absolute;
	width: 498px;
	left: 0px;
	top: 0px;
	font-size: 10px;
	line-height: 13px;
	text-align: left;
}
#contact_float.single {
	text-align: left;
	width: 200px;
}
*html #contact_float {
	right: 5px;
}
#contact_float div {
	float: right;
	text-align: right;
	line-height: normal;
}
#contact_float a {
	font-size: 10px;
}

.errors {
display: none;
}

@media print {
	body {
		margin: 0px;
		padding: 0px;
		background: none;
	}
	#container {
		background: none;
	}
	#headerImg {
		display: none;
	}
	#sidebar {
		display: none;
	}
	#footer {
		background: none;
		color: #000000;
	}
	#header h1 {                          /* 6. */
		display: list-item;                /* 1. */
		list-style-image: url(/i/logo.gif); /* 2. */
		list-style-position: inside;       /* 3. */
		letter-spacing: -1000em;           /* 4. */
		font-size: 1pt;                    /* 5. */
		color: #fff;                       /* 5. */
		margin: 0px 0px 0px 25px;
		text-indent: 0px;
	}
	img { display: none; }
	#container img { display: inline; }
}