/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #26140A;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/* 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, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFFFFF;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	margin-right: 27px;
	margin-bottom: 20px;
	margin-left: 27px;
}

h1 {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #E42105;
	text-transform: uppercase;
	margin-top: 15px;
	margin-left: 15px;
}
h2 {
	color: #FBB225;
	text-transform: uppercase;
	font-size: 15px;
	vertical-align: top;
	padding: 10px;
	background-color: #26140A;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3{ font-size:15px; padding-left:15px;}

iframe {
	padding: 0px;
	clear: left;
	float: left;
	margin: -20px 0px 0px 20px;
}
strong {
	color: #FBB225;
}
applet {
	position: absolute;
	top: 230px;
	right: 20px;
	border: 2px solid #26140A;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #fff;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #D30101;
}

address {
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	float: left;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #26140A;
	padding-right: 10px;
}
address.right {
}

address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #FBB225;
	font-size: 11px;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	margin: 0px;
	padding: 0px;
	text-align: left;
	height: 219px;
	width: 990px;
	float: left;
	background-image: url(images/header.jpg);
	position: relative;
}

/* NAVIGATION CONTAINER */
div#nav {
	width: 990px;
	text-align: left;
	background-image: url(images/nav.gif);
	height: 41px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #FBB225;
	background-image: url(images/navcurrent.gif);
	background-position: left top;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;
	width: 100%;} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	display: inline;}

div#nav li a {
	display:block;
	width: auto;
	color: #FFFFFF;
	text-decoration:none;
	background: url(images/nav.gif) no-repeat left top;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	text-indent: 4pt;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 31px;
	padding-left: 31px;
}
div#nav li a:hover {
	color: #FBB225;
}

/* NAVIGATION CONTAINER */

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/contentbg.gif) repeat-y;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Creates the div for the content */
div#content {
	width: 990px;
}

div#content img {
}

div#content img.right {
	float: right;
	clear: right;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 2px;
	border: 1px solid #26140A;
}

div#content img.left {
	float: left;
	clear: left;
	border: 1px solid #B62B2A;
	padding: 3px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-color: #E3AC46;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	width: 990px;
	background-color: #A61708;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#footer a {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin: 10px auto 0px;
	padding: 0px;
	clear: both;
	width: 990px;
}
div#copyright a {
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- right side ----------------- */
div#rightside {
	float: right;
	width: 377px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
div#rightside img {
	border: 1px solid #FFA10E;
	padding: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#rightcontent {
	text-align: left;
	padding: 20px;
	color: #FFFFFF;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
div#rightcontent strong {
	color: #FBB225;
}
div#addressright {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 120px;
}
div#video {
	margin-left: 2px;
	margin-bottom: 0px;
}
div#flash {
	margin: 0px;
	padding: 0px;
}
/* ----------------- right side ----------------- */
div#leftside {
	float: left;
	width: 612px;
	margin-bottom: 10px;
}
div#leftside img {
	border: 1px solid #26140A;
	margin: 0px;
	padding: 1px;
}

ul#list {
	font-size: 11px;
	margin-left: 50px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 50px;
}

ul#list li {
	list-style-image: url(images/bullet.gif);
	line-height: 13pt;
	list-style-position: outside;
}

iframe.map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	border: 1px solid #26140A;
}
.clear {
	clear: both;
}
address.right {
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	clear: right;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 162px;
}
.name {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #E42105;
}

.bonded {
	color: #E42105;
	text-align: center;
}

div#quotes {
	width: 360px;
	margin: 0 auto 10px auto;
}