﻿/* CSS Document */

body {
	background:   #FFFFFF; 
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */	
}

	
/* 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, h6, a, ul, li, ol, dt, dd, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Redefines the p tag */
p { 	
	font-size: 12px;
	color: #003300;
	margin: 10px;
	line-height: 20px; 
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #888888;
	font-size:20px;
	color:#339933;
	margin-left: 10px;
	margin-top: 20px;
	width: 510px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	margin: 10px 10px 5px 10px;
}	

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #DF0000;
	margin-bottom: 10px;
	margin-left: 20px;
}

h4 {
	font-size: 15px;
	font-weight:bold;
	font-style: italic;
	color: #339933;
	font-family: Verdana,  Arial, Helvetica, sans-serif;
	margin: 2px 0px 5px 2px;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	margin: 10px 0px 0px 0px;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;;
}

/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color:#000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;	
}
a:hover {
	color: #ffffff;
}
a:active {
	text-decoration: none;	
}

a#ctalink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#339933;
	background:  url(images/main-nav-bg.gif);
	background-repeat:repeat-x;
	height: 39px;
	padding: 8px 8px 5px 8px;
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 2px solid #888888;
	border-bottom: 2px solid #888888;
	
}

a#ctalink:hover { 
	color: #DF0000;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{
	width: 825px;
	margin: 0px auto;
	z-index: -1;
	border-top: 1px solid #888888;
	border-left: 0px solid #888888;
	border-right: 0px solid #888888;
	background: #ccc;
}

div#container {
	width:825px;
	margin: 0px auto;
	background: #ccc;
 }
 
div#indexcontainer {
	width:100%;
	height:400px;
	margin: 0px auto;
	margin-top: 30px;
	background: #ffffff;
 }
 
div#header { 
	background:  url(images/header-main-crawfortireservice.gif);
	background-repeat:repeat-x;
	width: 825px;
	height: 175px;
	background-color:#339933;
 }

div#content {
	background: #ccc;
}

div#pagetext{
	width: 550px;
	background: #ffffff;
	float: left;	
	left: 15px;	
	min-height:630px;
	_height:630px;
	
		}


div#pagetextleft{
	width: 250px;
	float:left;
	
}

div#pagetextright{
	width: 250px;
	float:right;
	
}

div#pagetextbottom{
	width: 550px;
	float:left;
}


div#map {
	border:1px solid #000;
	width:505px;
	margin-left:15px;
}

div#rightsidebar{
	width: 275px;
	background: #ccc;
	padding-top: 20px;
	float: right;
	text-align: center;
}


.contactus {
	padding: 0 25px 25px 25px;
}

div#audio{
	padding: 10px 0px 5px 5px;
	margin-right: 0px;
	margin-top: 0px;
}

div#address{
	background-color: #FFFFFF;
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	margin: 10px 0px 28px 0px;
	padding: 5px 0px 5px 0px;
	width:225px;
}

div#footer {
	background:  url(images/footer-bg.gif);
	background-repeat:repeat-x;
	width: 825px;
	height: 125px;
	background-color:#339933;
	float: right;
}
 
div#copyright {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 20px 0 5px 0;
}

div#copyright img {
	border: none;
}

div#copyright a:link, div#copyright a:visited {
	color: #ffffff;
	text-decoration: none;
}

div#copyright a:hover {
	text-decoration: underline;
}

 /* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	margin: 20px 20px 10px 20px;
	clear: both;
}

img.paymentoptions {
	margin: 0px 20px 15px 20px;
	clear: both;
}


address
{
	font-style:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
}

p#hours
{
	font-style:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
}

/* ----------------- NAVIGATION ----------------- */

#nav {
	background:  url(images/main-nav-bg.gif);
	background-repeat:repeat-x;
	width: 825px;
	height: 39px;
	font: normal 13 px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #666666;
	border-top: 1px solid #666666;
	text-align: center;
}

ul#main-nav {
	width: 100%;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
ul#main-nav li {
	display: inline;
	padding: 0px 10px 0px 10px;
}

ul#main-nav a {
	text-align: center;
	color: #666666; 
	font-weight:bold;
	padding: 0px 10px 0px 10px;
}


ul#main-nav a:hover { 
	color: #DF0000;
}

ul#main-nav a.current { 
	color: #DF0000;
	font-weight: bold;
}

.clear {
	clear: both;
}

div#utility {
	background:  url(images/main-nav-bg.gif);
	background-repeat:repeat-x;
	width: 825px;
	height: 39px;
	font: normal 11 px Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #666666;
	border-bottom: 1px solid #666666;
	text-align: center;
	float: left;
}
	
ul#utility-nav {
	width: 100%;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
ul#utility-nav li {
	display: inline;
	padding: 0px 10px 0px 10px;
}

ul#utility-nav a {
	text-align: center;
	color: #666666; 
	padding: 0px 10px 0px 10px;
}

ul#utility-nav a:hover { 
	color: #DF0000;
}

div#iframe{
	margin-top:-60px;
	margin-left:-60px;
}






