/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-position: center center;
	font-family: 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, ol, td {
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

/* Redefines the p tag */
p {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	font: bold 16px;
	color: #EB6503;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	text-indent: 30px;
	margin-right: 0px;
	padding-bottom: 5px;
}

h2 {
	font-size: 14px;
	color: #FFDF71;
	padding: 0px;
	font-weight: bold;
	margin: 0px 0px 5px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #747675;
}


h3 {
	color: #D42C19;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FBD086;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 10px 0px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #666666;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #FFC703;
}

address {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #999999;
	padding: 20px 20px 20px 25px;
	margin: 0px 0px 5px;
	text-align: left;
	background-color: #333333;
}

address a:link, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #999999;
	font-size: 11px;
}

address a:hover {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #FBD086;
	font-size: 11px;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/logo.gif) no-repeat right;
	position: relative;
	width: 770px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	height: 66px;
	text-align: left;
}

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/contentbg.gif) repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 0px;
	border: 4px solid #333333;
}

div#container2 {
	background: #FFFFFF url(images/contentbg2.gif) repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 0px;
	border: 4px solid #333333;
}

div#leftside {
	float: left;
	width: 211px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

/* Creates the div for the content */
div#content {
	float: right;
	margin: 1px 0px 0px;
	padding: 0px;
	width: 558px;
	background-color: #FFFFFF;
}

div#content img {
	padding: 2px;
	margin: 0px 25px 0px 0px;
	border: 1px solid #eeeeee;
	float: none;
}

div#content img.right {
	float: right;
	clear: right;
	margin-left: 30px;
	margin-right: 45px;
	margin-top: 0px;
	margin-bottom: 20px;
}

div#content img.left {
	float: left;
	clear: left;
	border: 1px solid #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 10px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 9px 0px 0px;
	width: 770px;
	height: 39px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #FFDF71;
}

div#footer a:link, div#footer a:visited {
	font-size: 11px;
	color: #F9DA6F;
	font-weight: bold;
	text-decoration: none;
}

div#footer a:hover {
	color: #FFC703;
	text-decoration: underline;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}
div#copyright a {
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 20px;
	left: 570px;
	width: 200px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #FFDF71;
	text-decoration: underline;
}

/* horizontal nav */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:85%;
	text-transform:capitalize;} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	display:block;
	color:#FFDF71;
	text-decoration:none;
	background: url(images/navbullet.gif) no-repeat left center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	height: 20px;
	padding-left: 12px;
	padding-top: 5px;
	padding-right: 19px;
}

* html #nav a {
	width: 1%;}

div#nav li a:hover {
	color: #FFDE6A;
	background-image: url(images/navhoverbullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* ----------------- left NAVIGATION ----------------- */

ul#leftnav {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
ul#leftnav li {
	display: inline;
	list-style: none;
	line-height: 15px;	
}
ul#leftnav li a:link, ul#leftnav li a:visited, ul#leftnav li a:active {
	display: block;
	border-bottom: 1px solid #373A3E;
	color: #999999;
	text-decoration: none;
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 4px 0px;
	margin: 0px;
	text-align: left;
	text-indent: 18pt;
}
ul#leftnav li a:hover, ul#leftnav li a.current:link, ul#leftnav a.current:visited {
	color: #FFDF71;
	background-color: #333333;
}

ul#list {
	font-size: 11px;
	color: #666666;
	float: left;
}

ul#list li {
	list-style-image: url(images/bullet.gif);
	line-height: 13pt;
	list-style-position: inside;
	margin-left: 40px;
}
.clear {
	clear: both;
}


iframe {

}
hr {
	margin-right: 25px;
	margin-left: 25px;
	color: #FBD086;
}
.right {
	float: right;
	margin-right: 60px;
	clear: right;
}


iframe.map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	border: 1px solid #666666;
}
div#flash {
	margin: 0px;
	padding: 0px;
	height: 127px;
	width: 211px;
}
div#leftnav strong {
	text-transform: uppercase;
	color: #eb6503;
	font-size: 12px;
}
div#middle {
	width: 390px;
	float: left;
	margin-left: 5px;
}
div#right {
	width: 160px;
	clear: right;
	float: right;
}
div#box {
	border: 1px solid #747675;
	background-color: #333333;
	margin: 3px;
	padding: 10px;
}

div#box p {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	color: #CCCCCC;
}

div#box a:link, div#box a:visited {
	color: #FFDF71;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

div#box a:hover {
	text-decoration: underline;
	color: #F9DA6F;
}
a.biglink:link  {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #333333;
}

.companyname {
	color: #FFDF71;
}
.numbers {
	font-size: 11px;
	font-weight: bold;
	color: #F9DA6F;
}
iframe.locations {
	margin-left: 0px;
	background: #FFFFFF;
}
