body
{
	background-color:#ededea;
	background-image:url(../images/background_page.jpg);
	background-repeat:repeat-x;
	color:#333;
	margin-bottom:1em;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.5;
	}
	
h1,h2,h3,h4,h5,h6
{
	
	color:#000000;
	}
	
h1
{
	font-size:21px;
	padding:6px;
	background-image:url(../images/h2_bg.jpg);
	background-repeat:no-repeat;
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-right:1px solid #333;
	width:928px;
	color:#FFFFFF;
	}
	
h2
{
	font-size:16px;
	border-bottom:1px solid #333;
	margin-bottom:.5em;
	}
	
h2 em
{
	display:block;
	color:#cc0000;
	font-style:normal;
	font-size:14px;
	}
	
h3
{
	font-size:14px;letter-spacing:1px;
	}
p
{
	margin-bottom:1em;
	text-align:justify;
	}
	
hr
{
	 margin:1em 0;
	}
	
#header
{
	height:112px;
	}

#navigation
{
	margin-top:1em;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	margin-bottom:1em;
}

#content_container
{
	border:1px solid #333;
	border-bottom:3px solid #333;
	background-image:url(../images/containercontent_bg.jpg);			
	background-repeat:repeat-y;
	}
	
#body_content
{
	margin-top:1em;
	}
	
ul#navlist
{
	list-style: none;
	margin: 0 auto;
	border: none;
}

#navigation li
	{
	
	float: left;
	width: auto;
}

#navlist li#first
	{
	margin-left:0;
}

#navigation a
	{
	display: block;
	text-transform:uppercase;
	color: #a3161c;
	display: block;
	width: auto;
	text-decoration: none;
	padding: 10px 19px;
}

#navigation a:hover
	{
	color:#fff;
	background: #9c9c9b;
}

#navigation_sub 
{
	margin-bottom:15px;
	float:left;
	background-color:#e7e7e7;
	}
	
#navigation_sub ul#subnav li
{
	border-bottom:1px solid #333;
	margin:0;
	}

#navigation_sub ul#subnav li a
{
	display:block;
	padding: 5px;
	background-image:url(../images/navigation_sub_bg.jpg);
	background-repeat:no-repeat;
	color:#000;
	}
	
#navigation_sub  ul#subnav li a:hover
{
	color:#cc0000;
	background-image:none;
	background-color:#fff;
	}
	
#navigation_sub ul#allpages li a img
{
	padding: 0;
	border-bottom:1px solid #333;
	}
	
#navigation_sub ul#allpages li.none a img
{
	margin-top:-4px
	}
	
#footer
{
	margin-top:1em;
	padding:.5em 0;
	border-top:1px solid #333;
	}
	
#footer a
{
	color:#006699;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	}
	
#footer a:hover
{
	text-decoration:underline;
	}
	
#body_content li
{
	margin: 0 1em 4px 2em;
	list-style:square;
	}
	
#body_content a
{
	color:#a3161c;
	}
	
#body_content a:hover
{
	color:#FF0000;
	text-decoration:underline;
	}
	
img.left
{
	float:left;
	margin:0 1em 1.5em 0;
	border:1px solid #333;
	}
	
img.right
{
	float:right;
	margin:.75em 0 .75em .75em;
	border:1px solid #333;
	}

.quote
{
	font-size:1.1em;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	
	text-align:justify;
	}
	
.separator
{
	border-bottom:1px solid #333;
	margin-bottom:1em;
		}
	
blockquote
{
	margin:2em;
	font-size:1.1em;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	}
	
.couponspecial
{
	background-color:#c9dae6;
	padding:1em;
	display:block;
	border:2px solid #333;
	}
	
.standout
{
	color:#cc0000;
	}

.clear
{
	margin-bottom:1.5em;
	}
	
.highlightbox
{
	background-color:#c9dae6;
	padding:1em;
	border:1px solid #333;
	overflow:auto;
	}
	
.highlightbox ul li
{
	
	margin:1em;
	}
	
	
#body_content ul.gallery li {
        display: inline;
        width: 125px;
		height:225px;
        float: left;
        margin: 0 10px 10px 0;
        text-align: center;
		font-size:11px;
		}
		
.imageStyle {
             border: none;
}


.leftfloat
{
	width:300px;
	float:left;
	margin-right:10px;
}

div.highlightbox li
{
	margin-left:.5em;
	}
	
.enhanced
{
	font-size:1.25em;
	}