/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;

}
/* 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. */
}
h1 {
	font-weight: normal;
	font-size: 24px;
	padding: 0px 0px 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	color: #DA0404;
	margin-right: 50px;
}
h2 {
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 10px;
	text-transform: uppercase;
	padding-left: 10px;
	margin: 5px 50px 5px 0px;
	color: #0364AB;
}
h3 {
	margin: 0 20px 5px 10px;
	padding: 15px 0 3px 0;
	font-size: 14px;
	color: #444;
	border-bottom: 1px solid #DA0404;
}
h4 {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 25px;
}
h5 {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 20px;
	color: #666666;
	padding: 5px 20px 5px 10px;
}

td {
	line-height: 18px;
}
		
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited, a:active{
	font-size:12px;
	color:#B10707;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration: underline;
}

a:hover {
	font-size:12px;
	color:#044B8B;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
address {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	margin: 0px 15px 50px 12px;
	border-top: 2px solid #80BAD2;
	background: #044B8B;
	border-bottom: 2px solid #80BAD2;
	padding: 10px 0px 20px;
	overflow: auto;
		
}

address a:link{
	font-size:12px;
	color: #F6EE11;
	font-weight: bold;
	text-transform: uppercase;
}

address a:hover{
	font-size:11px;
	font-weight: bold;
	color: #FFFFFF;
}

/* ----------------- 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: 736px;
	position: absolute;
	left: 295px;
	z-index: 2;
	top: 77px;
	height: 58px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
	height: 55px;
}

/* Styles links. Setting the display to block ensures  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: #FEFCFC;
	display: block;
	float: left;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 8px 18px 5px;
	text-decoration: none;
	text-transform: capitalize;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2E2D93;
	border-left-color: #B6DAEA;
	text-align: center;
	height: 44px;
}

/* Creates hover status. */
ul#mainnav li a:hover {
	color: #FFFFFF;
	width: auto;
	background: #CB0506;
}

/* Creates current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #800A08;
	width: auto;
	background: #FFFFFF;
}

	
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width: 971px;
	margin-right: auto;
	margin-left: auto;
	
	
}


div#header {
	height: 410px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

div#quote {
	width:240px;
	position: absolute;
	left: 26px;
	top: 87px;
}

div#flash {
	width: 698px;
	position: absolute;
	left: 273px;
	top: 71px;
	z-index: 1;
	
}
div#sidebar {
	float: left;
	width: 230px;
	padding-top: 50px;
	padding-right: 2px;
	padding-left: 22px;
	
}
div#serviceareas {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	margin: 0px 15px 20px 16px;
	background: url(images/bg-service-areas.gif) repeat-y;
	padding: 5px 0px 20px;
	overflow: auto;
	height: 225px;
	border-top: 1px solid #034483;
	border-right: 1px solid #034483;
	border-bottom: 3px solid #034483;
	border-left: 1px solid #034483;
}

div#content {
	width: 670px;
	padding: 20px 0px 20px 20px;
	float: left;
	
} 
div#content ol, div#content ul {
	line-height: 18px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right: 15px;
	color: #666666;
	padding-left: 20px;
}
div#content ul li {
	padding-left: 5px;
	list-style: disc url(none);
	padding-top: 5px;
	padding-bottom: 5px;
} 

div#content ul li.check {
	list-style-image: url(images/bullet-check.gif);
	}

div#content ul ol {
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
} 

div#content strong {
	color:#045597;
}

div#column {
	width: 650px;
	margin-bottom: 10px;
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;

}
div#item {
	width: 145px;
	float: left;
}
div#description {
	padding: 10px 20px;
	float: right;
	width: 460px;
}
	
div#disclaimer {
	clear: both;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #044B8D;
	padding: 10px 10px 20px;
	width: 950px;
	
}
div#footer {
	clear: both;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	padding: 20px 0px 0px;
	width: 971px;
	position: relative;
	background-image: url(images/bg-footer.jpg);
	background-repeat: no-repeat;
	height: 29px;
		
	
}
div#footer a:link, div#footer a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: uppercase;
}
div#footer  a:hover {
	color: #65BD45;
	font-size: 10px;
	font-weight: bold;
}


div#copyright {
	text-align: center;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #1462A3;
	clear: both;
	padding-top: 10px;
}

div#copyright a:link, div#copyright a:visited {
	color:#4C90C9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

div#copyright a:hover, div#copyright a.current:link, div#copyright a.current:visited {
	color: #1464A7;
	font-weight: bold;
	
}
	
div#admin {
	position: absolute;
	right: 47px;
	bottom: -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;	
	
}


/*  Audio elements  */

div#audio {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 387px;
	right: 727px;
	height: 16px;
	width: 185px;
}
/* web audio applet */

div#applet {
	width: 210px;
	height: 130px;
	background-image: url(images/webaudio.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
 
div#applet div {
	position: absolute;
	top: 66px;
	left: 75px;
	width: 68px;
	height: 30px;
}

div#applet a {
	display: block;
	position: absolute;
	top: 103px;
	left: 70px;
	width: 70px;
	height: 8px;
}


div#iframe {
	margin-left:-10px;
}


/* DIVs to create columns for paragraphs. */
div#leftpara {
	float: left;
	width: 325px;
	padding-left: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
}	
div#rightpara {
	float: left;
	width: 240px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #6D080D;

}


/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */

.middleimg
 {
	float: left;
	margin: 10px 20px 10px 40px;
	clear: none;
	border: 1px solid #999999;
	
}
.leftimg {
	float: left;
	clear: both;
	margin: 10px 20px;
	border: 1px solid #B0B0B0;
}
.rightimg {
	float: right;
	clear: both;
	margin: 10px 20px;
	
}
.rightimg-border {
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin-bottom: 15px;
	float: right;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 10px;
	clear: both;
}


.clear {
	clear: both;
}

.ordernow {
	float: right;
	clear: both;
	margin: 10px 60px 10px 20px;
	
}
/* CLASSES to create columns for unordered lists. */
ul.leftul {
	font-size: 12px;
	font-weight: normal;
	padding: 0px 10px;
	float: left;
	clear: none;
	margin: 0px;
}
ul.rightul{
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 10px;
}


/* Class for text for emphasis */
.empasis
 {
	color: #036CB5;
	font-weight: bold;
	font-size: 13px;

}

/* Single spaced list with no bullets */
div.single-space ol
{
	margin-top: -8px;
	padding-bottom: 0px;
}

div.single-space ol li
{
	list-style-image: none; 
	list-style-type: none; 
	padding-left: 0px; 
	padding-right: 0px; 
	padding-top: 0px; 
	padding-bottom: 0px;
	margin-left: -30px; 
	line-height: 15px;
}