/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #c70303 url(images/bg_site.jpg);
	font: 16px Verdana, Tahoma, Geneva, Arial, sans-serif;
	color: #eceaea;
}

/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, fieldset, address, blockquote, th, td {
	 margin: 0;
	 padding: 0;
}

/* Removes borders for images and fieldsets */
img, fieldset {
	border: 0;
}

/* Removes borders for tables and table cells */
table, td {
	border-collapse: collapse;
	vertical-align: top;
}

/* Styles h1, h2, h3, h4, h5 tags */
h1, h2, h3, h4 {
	font-family: Verdana, Tahoma, Geneva, Arial, sans-serif;
	margin: 10px 20px 0px;
	font-weight: normal;
	color: #fff;
	clear: both;
}
h1 {
	font-size: 36px;
}
/* Styles custom h1 headings */
h1#heading1, h1#heading2, h1#heading3, h1#heading4, h1#heading5, h1#heading6, h1#heading7, h1#heading8, h1#heading9 {
	width: 1000px;
	height: 50px;
	padding: 0px;
	margin: 0px;
}
h1#heading1 {
	background: url(images/pg1heading.gif) no-repeat; 
	text-indent: -2500px;
}
h1#heading2 {
	background: url(images/pg2heading.gif) no-repeat; 
	text-indent: -2500px;
}
h1#heading3 {
	background: url(images/pg3heading.gif) no-repeat; 
	text-indent: -2500px;
}
h1#heading4 {
	background: url(images/pg4heading.gif) no-repeat; 
	text-indent: -2500px;
}
h1#heading5 {
	background: url(images/pg5heading.gif) no-repeat; 
	text-indent: -2500px;
}
h1#heading6 {
	background: url(images/pg6heading.gif) no-repeat; 
	text-indent: -2500px;
}
h1#heading7 {
	background: url(images/pg7heading.gif) no-repeat; 
	text-indent: -2500px;
}
h1#heading8 {
	background: url(images/pg8heading.gif) no-repeat; 
	text-indent: -2500px;
}
h1#heading9 {
	background: url(images/pg9heading.gif) no-repeat; 
	text-indent: -2500px;
}
h2 {
	font-size: 32px;
	line-height: 50px;
	padding-bottom: 30px;
}
h3 {
	font-size: 30px;
	line-height: 50px;
	padding-bottom: 40px;
}
h4 {
	font-size: 40px;
	line-height: 125px;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 26px;
	margin: 5px 20px 10px;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
}

/* Creates DIV to set back to top link */
p#back {
	margin: 5px 20px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	clear: both;
}
p#back a {
	text-align: right;
}

td {
	line-height: 18px;
}
address {
	line-height: 18px;
	font-size: 12px;
	font-style: normal;
	float: left;
	padding: 25px 5px 15px 15px;
	margin: 0px;
	width: 229px;
}
	address strong {font-size: 20px;}
/* Style unordered lists and colmuns of text */
ul, body>ul.leftul, body>div#leftpara, body>ul.rightul, body>div#rightpara, ul.leftul, div#leftpara, ul.rightul, div#rightpara {
	list-style: none;
	padding-bottom: 20px;
	margin-bottom: 40px;
}	
	
/* Styles A links */
a:link, a:active, a.selected {
	text-decoration: underline;
	color: #f2f1f1;
}
a:hover, a:visited {
	text-decoration: underline;
	color: #ffffff;
}
	
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Styles the DIV that serves as the container for the layout (the bg_frame.psd graphic is 1200 pixels wide; in order to edit the frame and/or header both bg_frame.psd and layout.psd so both match). Setting the left and right margins to auto will center DIV. */
div#container {
	background: url(images/bg_frame.jpg) no-repeat center top;
	width: 100%;
	margin: 0px auto;
}

/* Styles the DIV that serves as the container for the content section of the layout. */
div#layout {
	background: #000 url(images/layout.jpg) center repeat-y;
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

/* Creates DIV container for header. */
div#header {
	background: #b30202 url(images/header_bg.jpg) no-repeat;
	width: 1000px;
	height: 175px;
	margin: 0px auto;
}

/* Creates DIV container for language link. */
div#link {
	width: 278px;
	height: 45px;
	position: absolute;
	top: 325px;
	left: 553px;
}

/* Creates DIV container for audio. */
div#audio {
	width: 111px;
	position: absolute;
	top: 345px;
	left: 865px;
}


/* Creates DIV container for contactinfo content */ 
div#headerinfo {
	background: #740201 url(images/headerinfo_bg.jpg) no-repeat;
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	clear: both;
	padding: 0px;
	color: #eceaea;
	height: 150px;

}
div#headerinfo a {
	font-weight: bold;
}
div#headerinfo a:link, div#headerinfo a:visited {
	text-decoration: underline;
	color: #f2f1f1;
}
div#headerinfo a:hover, div#headerinfo a:active {
	text-decoration: none;
	color: #ffffff;
}
	
/* Creates DIV container for main content */ 
div#content {
	clear: both;
	width: 1000px;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;

}
div#content a {
	font-weight: bold;
}
div#content ol, div#content ul {
	line-height: 30px;
	margin: 5px 20px 10px;
	text-align: center;
}
div#content ul li {
	padding-left: 15px;
	list-style: none;	
}

/* Creates DIV container for call to action */ 
div#cta {
	background: #303030;
	height: 220px;
	width: 1000px;
	z-index: 1;
	padding: 0;
	margin: 0;
}

/* Styles DIV container for Google map */
div#map {
	border: 1px solid #bbbbbb;
	text-align: center;
	margin: 5px auto 5px;
	width: 638px;
}

/* Styles DIY frames in Plus sites */
#iframe {
	margin: 0;
	width: 1000px;
	clear: both;
}
#iframecontact {
	margin: 30px 100px 0;
	_margin: 0 50px;
	width: 800px;
	clear: both;
}

/* Creates DIV container for contactinfo content */ 
div#contactinfo {
	width: 1050px;
	margin: 0px auto;
	text-align: left;
	clear: both;
	padding: 20px 0 0;
	color: #eceaea;
	height: 180px;
}
div#contactinfo a {
	font-weight: bold;
}
div#contactinfo a:link, div#contactinfo a:visited {
	text-decoration: underline;
	color: #f2f1f1;
}
div#contactinfo a:hover, div#contactinfo a:active {
	text-decoration: none;
	color: #ffffff;
}
	
	div#contactinfo address {
		border: 5px solid #d44141;
		margin-right: 2px;
		height: 100px;
	}
	
/* Creates DIV container for footer content */ 
div#footer {
	font-size: 10px;
	width: 100%;
	margin: 0px auto;
	text-align: left;
	padding: 0;	
	background: #c70303 url(images/footer_bg.jpg) no-repeat top center;
	color: #eceaea;
}
div#footer a {
	font-weight: bold;
}
div#footer a:link, div#footer a:visited {
	text-decoration: underline;
	color: #f2f1f1;
}
div#footer a:hover, div#footer a:active {
	text-decoration: none;
	color: #ffffff;
}
div#footer img {
	float: right;
	margin-top: 0px;
}

/* Creates DIV container for sub-navigation */
div#subnav {
	padding: 10px 0px 5px;
	width: 1000px;
	font-size: 11px;
	margin: 0px auto;
}

/* Creates DIV container for copyright statement */
div#copyright {
	padding: 5px 0px 10px;
	width: 1000px;
	font-size: 10px;
	margin: 0px auto;
}
div#copyright img {
	margin-top: -25px;
}

/* Creates DIV container for signin statement */
div#signin {
	padding: 5px 0px 0px;
	width: 1000px;
	font-size: 9px;
	margin: 0px auto;
}

/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	font: 16px Tahoma, Verdana, Geneva, Arial, sans-serif;
	background: #b50101 url(images/mainnav_bg.jpg) repeat-x;
	text-transform: uppercase;
	width: 1000px;
	height: 45px;
	padding: 0;
	margin: 0;
	clear: both;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
	float: left;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #eceaea;
	display: block;
	padding: 12px 14px 12px;
	text-decoration: none;
}

/* Creates our hover status. */
ul#mainnav li a:hover, ul#mainnav li a.current:hover {
	color: #fce17d;
	width: auto;
}

/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #faf3da;
	width: auto;
	font-weight: bold;
}

/* ----------------- ADDITIONAL CLASSES and DIVs ------------------ */

/* create divs for photo with captions */
div#rtcaption, div#lftcaption {
	width: 232px;
	text-align: center;
	font-size: 12px;
}
div#centercaption {
	width: 496px;
}

/* start hack to hide DIV styles from Internet Explorer 6 and under */
div#rtcaption {
	float: right;
	margin: 10px 20px 0px 0px;
	_margin: 10px 0px 0px 0px;
}
div#lftcaption {
	float: left;
	margin: 10px 0px 0px 20px;
	_margin: 10px 0px 0px 0px;
}
div#centercaption {
	float: left;
	margin: 10px 0px 0px;
	_margin: 10px 0px 0px;	
}

div#farlft, div#midlft, div#midright, div#farright {
	width: 232px;
	text-align: center;
	font-size: 12px;
}
div#farlft {
	float: left;
	margin: 10px 10px 5px 20px;
	_margin: 10px 10px 5px 10px;
}
div#midlft{
	float: left;
	margin: 10px 5px 5px 0px;
	_margin: 10px 5px 5px 0px;
}
div#midright {
	float: left;
	margin: 10px 0px 5px 5px;
	_margin: 10px 0px 5px 5px;
}
div#farright {
	float: right;
	margin: 10px 20px 5px 10px;
	_margin: 10px 10px 5px 10px;
}

.imgcaptions {font-size:30px;}

/* end hack */
div#rtcaption img {
	border: 1px solid #bbbbbb;
	margin-bottom: 5px;
}
div#ctrfloat img {
	border: 1px solid #bbbbbb;
	margin-bottom: 5px;
}
div#lftcaption img {
	border: 1px solid #bbbbbb;
	margin-bottom: 5px;
}
img.rt {
	float: right;
	margin: 10px 20px 5px;
}
img.rtborder {
	border: 1px solid #bbbbbb;
	float: right;
	margin: 10px 20px 5px;
}
img.rtnotopmargin {
	float: right;
	margin: 0px 20px 5px;
}
img.rtnotoprightmargin {
	float: right;
	margin: 0px 0px 5px 20px;
}
img.rtbordernotopmargin {
	border: 1px solid #bbbbbb;
	float: right;
	margin: 0px 20px 5px;
}
img.rtbordernotoprightmargin {
	border: 1px solid #bbbbbb;
	float: right;
	margin: 0px 0px 5px 20px;
}
img.lft {
	float: left;
	margin: 10px 20px 5px;
}
img.lftborder {
	border: 1px solid #bbbbbb;
	float: left;
	margin: 70px 25px 70px 0px;
}
img.lftnotopmargin {
	float: left;
	margin: 0px 20px 5px;
}
img.lftbordernotopmargin {
	border: 1px solid #bbbbbb;
	float: left;
	margin: 0px 20px 5px;
}
img.lftnotopleftmargin {
	float: left;
	margin: 0px 20px 5px 0px;
}
img.lftbordernotopleftmargin {
	border: 1px solid #bbbbbb;
	float: left;
	margin: 0px 20px 5px 0px;
}
img.ctrborder {
	border: 1px solid #bbbbbb;
	text-align: center;
	margin: 5px auto;
}
img.ctr {
	text-align: center;
	margin: 5px auto;
}
img.farlftborder {
	border: 1px solid #bbbbbb;
	float: left;
	margin: 10px 10px 5px 20px;
}
img.midlftborder {
	border: 1px solid #bbbbbb;
	float: left;
	margin: 10px 5px 5px 0px;
}
img.midrightborder {
	border: 1px solid #bbbbbb;
	float: left;
	margin: 10px 0px 5px 5px;
}
img.farrightborder {
	border: 1px solid #bbbbbb;
	float: right;
	margin: 10px 20px 5px 10px;
}
img.border {
	border: 1px solid #bbbbbb;
}
img.couponleft {
	border: 2px dashed #fff;
	float: left;
	margin: 10px 10px 5px 20px;
}
img.couponmiddle{
	border: 2px dashed #fff;
	margin: 10px 10px 5px 20px;
	text-align:center;
}
img.couponmid {
	border: 2px dashed #fff;
	float: left;
	margin: 10px 4px 5px;
}
img.couponright {
	border: 2px dashed #fff;
	float: right;
	margin: 10px 20px 5px 10px;
}

/* DIVs to create columns for paragraphs. */
div#leftcolumnhalf {
	float: left;
	width: 460px;
	margin: 10px 0px 5px 20px;
	_margin: 10px 0px 5px 10px;
}
div#rightcolumnhalf {
	float: right;
	width: 460px;
	margin: 10px 10px 5px 0px;
	_margin: 10px 20px 5px 0px;
}
div#leftcolumnthird { /* divides content in thirds */
	float: left;
	width: 305px;
	margin: 10px 0px 5px 20px;
	margin: 10px 0px 5px 10px;
}
div#ctrcolumnthird {
	float: left;
	width: 305px;
	margin: 10px 0px 5px;
}
div#rightcolumnthird {
	float: right;
	width: 305px;
	margin: 10px 20px 5px 0px;
	margin: 10px 10px 5px 0px;
}

.leftul {
	float: left;
	width: 190px;
	margin: 10px 0px 300px;
	font-size: 20px;
	padding-bottom: 20px;
}
.rightul {
	float: right;
	width: 210px;
	margin: 10px 0px 30px;
	font-size: 20px;
	padding-bottom: 20px;
}

/* Class to stop items from floating right or left */
.clear {
	clear: both;
}

/* Class to center text and images */
.center {
	text-align: center;
}

/* Class to make text one pixel/point larger for the business name in the address */
.businessname {
	font-size: 25px;
	letter-spacing:-1px;
	font-weight: bold;
	color: #fce17d;
	line-height:20px;
}

/* Class to emphasize the business name in the content */
.businessnamecontent {
	color: #ffffff;
	font-weight: bold;
}

