/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: #650100 url(images/bg_site.jpg) repeat-x;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td, address {
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

/* Redefines the p, li, td, and address tags */
p, li, td, address {
	font-size: 11px;
}

/* Sets the line-height for these tags */
p, td {
	line-height: 18px;
}
li {
	line-height: 16px;
}
address {
	line-height: 12px;
	font-style: normal;
	}
	
/* Styles A links */
a img {
	border: 0px;
}
a:link {
	text-decoration: underline;
	color: #881817;
	}
a:visited {
	text-decoration: underline;
	color: #650100;
 }
a:hover {
	text-decoration: none;
	color: #7E100F;
	}
a:active, a.selected {
	text-decoration: none;
	color: #700807;
	}
	
/* Style ordered and unordered lists */
ul, ol {
	margin-top: -10px;
	margin-left: 0px;
	padding: 0px;
}
ul {
	list-style: url(images/bullet.gif);
}
body>ul.leftul, body>div#leftpara, body>ul.rightul, body>div#rightpara, ul.leftul, div#leftpara, ul.rightul, div#rightpara {
	list-style: url(images/bullet.gif) inside;	
}

/* CLASSES to create columns for unordered lists in browsers other than IE. */
body>ul.leftul, body>div#leftpara {
	margin-left: 0px;
	margin-right: 30px;
	padding-bottom: 10px;
}
body>ul.rightul, body>div#rightpara {
	float: left;
	margin-left: 0px;
}

/* CLASSES to create columns for unordered lists in IE. */
ul.leftul, div#leftpara {
	float: left;
	margin-left: 15px;
	margin-right: 40px;
	margin-top: 5px;
	padding-bottom: 10px;
}
ul.rightul, div#rightpara {
	float: left;
	margin-top: 5px;
}

/* Class to stop items from floating right or left */
.clear {
	clear: both;
}

/* Styles h1, h2, h3, h4, h5 tags */
h1, h2, h3, h4, h5 {
	color: #5C1A19;
	}
h1 {
	font-size: 20px;
	padding: 0;
	margin: 0px;
	font-weight: normal;
	font-style: normal;
}
h2 {
	font-size: 18px;
	padding: 0;
	margin: 0px 0px 6px;
}
h3 {
	font-size: 16px;
	padding: 0;
	margin: 0px 0px 4px;
}
h4 {
	font-size: 14px;
	padding: 0;
	margin: 0px 0px 2px;
}
h5 {
	font-size: 12px;
	padding: 0;
	margin: 0px 0px 0px;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Styles the DIV that serves as the container for the layout. Setting the left and right margins to auto will center DIV. */
div#container {
	width: 770px;
	margin: 0px auto;
	background: url(images/layout.jpg) repeat-y; /* Faux column bg for page */
}

/* Creates DIV container for header. */
div#header {
	width: 770px;
	margin: 0px auto;
	}
	
/* Creates DIV container for sidebar content */ 
div#sidebar {
	width: 200px;
	float: left;
	padding: 0;
	color: #ffffff;
	background: url(images/sidebar_bg.jpg) no-repeat;
}
div#sidebar address {
	padding: 10px 0px 10px 10px;
	font-size: 10px;
}
div#sidebar a {
	font-size: 10px;
}
/* Creates DIV container(s) for page headings */ 
div#heading1, div#heading2, div#heading3, div#heading4, div#heading5, div#heading6, div#heading7, div#heading8, div#heading9, div#heading10, div#heading11, div#heading12, div#heading13, div#heading14 {
	width: 570px;
	height: 46px;
	padding: 0px;
	margin: 0px 0px 5px;
}
div#heading1, div#heading2, div#heading3, div#heading4, div#heading5, div#heading6, div#heading7, div#heading8, div#heading9, div#heading10, div#heading11, div#heading12, div#heading13 h1, div#heading14 h1 {
	color: #ffffff;
}
div#heading1 {
	background: #5B1A19 url(images/pg01heading.jpg) no-repeat; 
	text-indent: -1500px;
}
div#heading2 {
	background: #5B1A19 url(images/pg02heading.jpg) no-repeat; 
	text-indent: -1500px;
}
div#heading3 {
	background: #5B1A19 url(images/pg03heading.jpg) no-repeat; 
	text-indent: -1500px;
}
div#heading4 {
	background: #5B1A19 url(images/pg04heading.jpg) no-repeat; 
	text-indent: -1500px;
}
div#heading5 {
	background: #5B1A19 url(images/pg05heading.jpg) no-repeat; 
	text-indent: -1500px;
}
div#heading6 {
	background: #5B1A19 url(images/pg06heading.jpg) no-repeat; 
	text-indent: -1500px;
}
div#heading7 {
	background: #5B1A19 url(images/pg07heading.jpg) no-repeat; 
	text-indent: -1500px;
}
div#heading8 {
	background: #5B1A19 url(images/pg08heading.jpg) no-repeat; 
	text-indent: -1500px;
}
div#heading9 {
	background: #5B1A19 url(images/pg09heading.jpg) no-repeat; 
	text-indent: -1500px;
}
div#heading10 {
	background: #5B1A19 url(images/pg10heading.jpg) no-repeat; 
	text-indent: -1500px;
}
div#heading11 {
	background: #5B1A19 url(images/pg11heading.jpg) no-repeat; 
	text-indent: -1500px;
}
div#heading12 {
	background: #5B1A19 url(images/pg12heading.jpg) no-repeat; 
	text-indent: -1500px;
	
}
div#heading13 {
	background: #5B1A19 url(images/pg13heading.jpg) no-repeat; 
	text-indent: -1500px;
}
div#heading14 {
	background: #5B1A19 url(images/pg14heading.jpg) no-repeat; 
	text-indent: -1500px;
}

/* Creates DIV container for main content */ 
div#content {
	width: 570px;
	float: right;
	padding: 0px 0px 10px;
}
div#content p, h2, h3, h4, h5, table {
	margin-left: 15px;
	margin-right: 15px;
}
div#content ol.list, ul.list {
	margin-left: 30px;
	margin-right: 15px;
}

/* Creates DIV container for photos */ 
div#topphotos, div#btmphotos {
	width: 544px;
	margin: 5px auto;
	text-align: center;
	font-size: 9px;
}
div#topphotos img, div#btmphotos img{
	border: 1px solid #898989;
}
div#topphotos .leftimg, div#btmphotos .leftimg {
	float:left;
	margin-bottom: 5px;
	margin-right: 5px;

}
div#topphotos .rightimg, div#btmphotos .rightimg {
	float:left;
	margin-bottom: 5px;
	margin-left: 5px;
}

/* Styles DIY frames in Plus sites */
iframe#iframe1 {
	margin: -20px 0px 0px -10px;
	overflow: hidden;
}

/* Styles DIY frames in Plus sites */
iframe#iframe2 {
	margin: -20px 0px 0px -40px;
	overflow: hidden;
}

/* Creates DIV container for footer content */
div#footer {
	font-size: 10px;
	width: 770px;
	margin: 0px auto;
	text-align: center;
	clear: both;
	padding: 0;
	color: #ffffff;
	background: #4A0100 url(images/footer_bg.jpg) repeat-y;
}

div#footer a {
 	color: #ffffff;
	font-weight: bold;
	}

/* Creates DIV container for sub-navigation */
div#subnav {
	font-size: 10px;
	/**/margin-left: 200px;
	text-align: center;
	padding: 10px 0px 5px;
}

div#subnav .signin {
	font-size: 10px;
	position: relative;
	left: 25px;
}

/* Creates DIV container for copyright statement */
div#copyrght {
	font-size: 9px;
	/**/margin-left: 200px;
	text-align: center;
	padding: 5px 0px 10px;
}

/* ----------------- 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 {
	margin: 0px;
	padding: 0px;
	width: 200px;
	background: #741A1A url(images/mainnav_bg.jpg) no-repeat;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* 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 {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 160px;
	border-bottom: 1px solid #5F0506;
	padding: 2px 0px 2px 40px;
	text-transform: uppercase;
	background: url(images/link.gif) no-repeat;
}
/* Creates our hover status. */
ul#mainnav li a:hover {
	background: #862526 url(images/hoverlink.jpg) no-repeat;
	color: #ffffff;
	width: 160px;
}
/* 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 {
	background: #9F3838 url(images/currentlink.jpg);
	color: #ffffff;
	width: 160px;
}
/* Create CLASSES to float images and groups of images in SPAN tags */
img.rt {
	float: right;
	margin: 5px 15px 10px 10px;
}
img.rtborder {
	border: 1px solid #757575;
	float: right;
	margin: 5px 15px 10px 10px;
}
img.lft {
	float: left;
	margin: 5px 10px 10px 15px;
}
img.lftborder {
	border: 1px solid #757575;
	float: left;
	margin: 5px 10px 10px 15px;
}
img.ctr {
	border: 1px solid #757575;
	text-align: center;
	margin: 5px auto;
}
div#maps {
	border: 1px solid #757575;
	float: right;
	margin: 5px 15px 10px 10px;
}


/* Other Custom Classes */

.phone {
	font-size: 12px;
	font-weight: bold;
}