/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #FFFFFF url(images/background.jpg) repeat-x top;
	font: 12px Arial, Helvetica, sans-serif;
	color: #0A2846;

}
/* 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;
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}



/* Styles h1, h2, h3, h4, h5 tags */
h1, h2, h3, h4, h5 {
	color: #BD0B11;
	margin-left: 15px;
	margin-right: 15px;
	text-transform: uppercase;
	}
h1 {
	font-weight: normal;
	font-size: 30px;
	border-bottom: 1px dotted #0E4780;
	padding: 10px 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
	border-bottom: 1px dotted #0E4780;
}
h3 {
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 10px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 22px;
	margin: 10px 15px;
}

td {
	line-height: 18px;
}
/* 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-left: 0px;
}	

/* Style ordered lists and colmuns of text */
ol, body>ol.leftul, body>div#leftpara, body>ol.rightul, body>div#rightpara, ol.leftul, div#leftpara, ol.rightul, div#rightpara {
	padding-left: 30px;
}	
		
/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	font-size:12px;
	color:#0A2846;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:underline;
}
a:visited {
	font-size:12px;
	color:#0A2846;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
a:hover {
	font-size:12px;
	color:#2A3322;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
a:active {
	font-size:12px;
	color:#2A3322;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:underline;
}

div#content a{
	font-size:12px;
	color:#0A2846;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:underline;
	text-transform:none;
	padding:0;
	margin:0;
}

/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
.rightimg {
	float: right;
	margin: 10px 0px;
	clear: none;
	border: 1px solid #B0B0B0;
	
}
.leftimg {
	float: left;
	clear: right;
	margin: 0px 0px 10px 10px;
	border: 1px solid #B0B0B0;
}
.middleimg {
	float: left;
	margin: 10px auto;
	border: 1px solid #B0B0B0;
	
}

.right {
	float: right;
	clear: both;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	border: 1px solid #CCCCCC;
}
	
.clear {
	clear: both;
}

.clearleft {
clear:left;}

.center {
	font-size: 14px;
	color: #0A2846;
	text-transform: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	line-height: 21px;
	padding: 10px 0px 5px;
}


.centerpic {
	text-align: center;
	border: 1px solid #517EAC;
	padding: 0px;
	margin-bottom: 10px;
	left: auto;
	right: auto;
	width: auto;
	margin-top: 10px;
}



/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/content.gif);
	background-repeat: repeat;
}
div#header {
	height: 248px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}



div#sidebar {
	width:238px;
	float: left;
	padding-right: 0px;
	margin-bottom: 20px;
	
}

div#coupon{
position:absolute;
top:33px;
left:359px;
z-index: 1;
}
	
div#content {
	width: 582px;
	float: left;
	padding: 20px 10px 0px 10px;
	position: relative;
	
}


div#content ol, div#content ul {
	line-height: 18px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 15px;
}
div#content ul li{
	padding-left: 15px;
	list-style: none;
	background: url(images/bullet.gif) no-repeat;
	padding-top: 5px;
	padding-bottom: 6px;
} 

div#footer {
	clear: both;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FAFCFC;
	height: 14px;
	padding: 30px 0px 0px 0px;
		
	
}
div#footer  a:link, a:visited {
	color: #9CBBDA;
	font-weight: lighter;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
}
div#footer  a:hover {
	color: #FAFCFC;
	font-size: 10px;
	font-weight: normal;
}



div#copyright {
	text-align: center;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-right: auto;
	margin-left: auto;
	color: #0A2949;
	clear: both;
	padding-top: 5px;
}

div#copyright a:link, div#copyright a:visited {
	color:#255484;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div#copyright a:hover, div#copyright a.current:link, div#copyright a.current:visited {
	color: #CC090C;
	font-weight: bold;
	
}
	
div#admin {
	padding-top: 20px;


}
div#admin a:link, div#admin a:visited {
	color:#A29E94;
}

div#admin a:hover, div#admin a.current:link, div#admin a.current:visited {
	color: #2E3134;
	font-weight: bold;	
	
}

address {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #072039;
	font-style: normal;
	font-weight: normal;
	margin-top: 20px;
	background: url(images/address.gif) no-repeat top;
	padding: 70px 0px 10px 30px;
	margin-bottom: 10px;
	line-height: 17px;
			
}

address a:link, address a {
	font-size:12px;
	color: #072039;
	font-weight: bold;
}

address a:hover {
	font-size:11px;
	font-weight: bold;
	color: #AB0A0E;
}

address a:visited {
	color: #AB0A0E;
	font-size: 12px;
}


div#flash {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 188px;
	
}

div#payments {
	position: absolute;
	width: 164px;
	height: 30px;
	right:67px;
	top:5px;
	z-index: 0;
}

/* ----------------- 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 {
	width: 848px;
	position: absolute;
	left: 6px;
	z-index: 2;
	top: 189px;
}

/* 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 {
	color: #FFFFFF;
	display: block;
	float: left;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 7px 21px;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px dotted #2D4E71;
	border-left: 1px solid #0A2745;
}

/* Creates our hover status. */
ul#mainnav li a:hover {
	color: #FFFFFF;
	width: auto;
	background: url(images/hover.gif);
}

/* 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: #0A2846;
	width: auto;
	background: url(images/current.gif);
}
div#audio {
	position: absolute;
	width: 180px;
	margin: 0px;
	padding: 0px;
	background: no-repeat center top;
	right: 0px;
	bottom: 2px;
}




/* CLASSES to create columns for unordered lists. */
ul.leftul {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #0A2846;
	width: 165px;
}
ul.rightul{
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #0A2846;
	width: 165px;
}
/*class for unordered list without column div */
ul.leftul2 {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #0A2846;
	width: 180px;
}
ul.rightul2{
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #0A2846;
	width: 180px;
}
/* ----------------- column clases for items ----------------- */

.columnnoborder {
	width:560px;
	float:left;
	clear: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

.column {
	width:560px;
	float:left;
	clear: none;
	margin-top: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}


.columnpic {
	width: 125px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;

}	
.column2 {
	float:left;
	padding: 5px 0px 0px 0px;
}

/* DIVs to create columns for paragraphs. */
div#leftpara {
	float: left;
	width: 160px;
	margin-bottom: 20px;
}
div#rightpara {
	float: left;
	width: 180px;
}

/* Class for red text for emphasis */
.empasisred {
	color: #BD0B11;
	font-weight: bold;

}
/* Class for blue text for emphasis */
.empasisblue {
	color: #0A2846;
	font-weight: bold;

}

.smalltext {
	font-size:10px;
}

div#iframe {
	margin-left:-10px;
}

div#iframe1 {
margin-left:-25px;
margin-top:-40px;
}

span#call {
	background:#051c35;
	text-align:left;
	display:block;
	border-bottom:1px #dbeaf9 solid;
	border-left:1px #dbeaf9 solid;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}

span#quote {
	font-weight:bold;
	font-size:16px;
	color:#0099FF;
	font-family:Georgia, "Times New Roman", Times, serif;
	clear:both;
	display:block;
	text-align: center;
}

span#phone {
	font-weight:bold;
	color:#FFFFFF;
	font-size:26px;
	font-family:Georgia, "Times New Roman", Times, serif;
	clear:both;
	display:block;
	text-align: center;
}


.style1 {color: #FFFFFF}

span.listheading { font-size: 14px; font-weight: bold; }