/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* 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.) */
body, p, td { font: normal 11px arial;}

/* Defines the body tag */
body {
	background: #222;
	margin: 0; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0; /* Always apply padding if you apply margins */
}

div, {
	margin: 0;
	padding: 0;}

address {
	font-style: normal;
	margin: 0;
	padding: 0;}

/* Redefines the p tag */
p {}

/* GENERAL H1 TAG */
h1,h2,h3,h4,p,dl {
	font-weight: normal;
	margin: 0;
	padding: 0;}

/* GENERAL H2 TAG */
h1 { font-size: 22px;}

/* GENERAL H2 TAG */
h2 { font-size: 18px;}

img { border: 0;}

/* Creates the general link style for the site. This is not the main navigation.  */
a {
	text-decoration: underline;
	font-weight: bold;
	color: #f00;}
a:visited { text-decoration: none;}
a:hover {
	text-decoration: none;
	color: #000;}
a:active { text-decoration: none;}

/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  { border-collapse: collapse;}

/* DIV CONTAINER */
div#container {
	width: 100%;
	background: url(images/bg.gif) top left repeat-x;
}

div#body {
	position: relative;
	margin: 0 auto;
	width: 770px;
	background: url(images/body_bg.gif) top right repeat-y;}

div#columnleft {
	float: left;
	width: 200px;
	padding: 160px 0 0;
	background: url(images/columnleft_bg.gif) top left no-repeat;}

	div#contact {
		padding: 10px;
		color: #fff;
		background: #444;}
		#contact address {}
		#contact h1 {
			font-size: 12px;
			font-weight: bold;}
		#contact p {
			font-family: arial;
			padding: 5px 0 0;}
		#contact a {
			font-size: 9px;
			font-weight: bold;
			font-family: tahoma;
			color: #fff;}
	
	div#hours {
		padding: 10px;
		color: #fff;
		background: #333;}
		#hours h1 {
			font-size: 14px;
			font-weight: bold;}
		#hours p {
			font-size: 12px;
			padding: 5px 0 0;}

	div#credit {
		padding: 5px 0 5px 25px;}
		

/* DIV BODY */
div#columnright {
	float: left;
	width: 570px;
	background: url(http://gracepestmanagement.com/images/columnright_bg.html) top left no-repeat;}

/* DIV HEADER */
div#header {
	width: 570px;
	height: 150px;
	background: url(images/header_bg.jpg) top left no-repeat;}

div#content {
	width: 570px;
	padding: 0 0 25px 0;
	background: #fff url(http://gracepestmanagement.com/images/content_bg.html) top left no-repeat;}
	#content h1 {
		padding: 20px 20px 10px;
		font-size: 30px;
		letter-spacing: -1px;
		font-weight: bold;
		color: #c00;}
		#content h1 sup {
			font-size: 18px;
			line-height: 30px;}
	#content h2 {
		padding: 10px 20px;
		font-size: 16px;
		font-weight: bold;}
	#content h3 {
		padding: 10px 20px 0px;
		font-size: 12px;
		font-weight: bold;}
	#content p {
		padding: 7px 20px;
		line-height: 16px;}

	/* GENERAL DEFINITION LIST */
	#content dl {
		padding: 5px 20px;
		margin: 0px;}
	#content dt {}
	#content dd {
		margin: 0;}

	#content dl.list {}
	#content dl.list dt {
		padding: 5px 0;
		font-weight: bold;
		font-size: 12px;}
	#content dl.list dd {
		padding: 5px 0 5px 15px;
		background: url(images/bullet.gif) 0px 10px no-repeat;}

	#content dl.listleft {
		float: left;
		width: 150px;}
	#content dl.listleft dt {
		padding: 5px 0;
		font-weight: bold;
		font-size: 12px;}
	#content dl.listleft dd {
		padding: 5px 0 5px 15px;
		background: url(images/bullet.gif) 0px 10px no-repeat;}

	#content dl.listcheck {}
	#content dl.listcheck dt {
		padding: 7px 0;
		font-weight: bold;
		font-size: 12px;}
	#content dl.listcheck dd {
		padding: 7px 0 7px 22px;
		background: url(images/bullet_check.gif) top left no-repeat;}

div#map {
	padding: 10px 20px;}

div#cta {
	clear: both;
	margin: 0 auto;
	width: 770px;
	height: 25px;}
div#coupon {
font-size:14px; color:#FFCC00;
border: 2px dashed #FFFFFF;
font-weight:bold; padding: 5px; 
width: 120px; 
text-align:center; 
margin: 0 auto;
 }
div#coupon a{
font-size:14px; color:#FFCC00;
 }


/* DIV FOOTER */
div#footer {
	clear: both;
	width: 100%;
	font-size: 10px;
	height: 80px;
	margin: 0 0 25px 0;
	background: url(images/footer_bg.jpg) top center no-repeat;}

	/* DIV UTILITY NAV */
	div#utilnav {
		/*margin-left: 150px;*/
		text-align: center;
		font-size: 9px;
		padding: 10px 0;
		color: #fff;}
		#utilnav a {
			text-decoration: none;
			font-size: 9px;
			font-family: verdana;
			color: #fff;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #fff;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		/*margin-left: 150px;*/
		font-size: 9px;
		color: #fff;
		padding: 10px 0;
		text-align: center;
		font-family: verdana;}
		#copyright a {
			text-decoration: none;
			font-family: verdana;
			color: #fff;}
		#copyright a:hover {
			text-decoration: underline;
			color: #fff;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
.left {
	float: left;}
	.left img {}
.right {
	float: right;}
	.right img {
		margin: 0 0 10px 0;}
.center {
	text-align: center;}
	.center img {}
.clear {
	clear: both;}
/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	/*position: absolute;
	top: 150px;
	left: 0;*/
	width: 200px;
	padding: 7px 0 6px;
	background: #870000;}
	
div#nav li a#current, div#nav li a#current:hover{
	background: #300 url(http://gracepestmanagement.com/images/nav_current.html) top left no-repeat;
	color: #fff;
	text-transform:uppercase;}

/* UL TAG */
div#nav ul {
	list-style: none;
	width: 200px;
	margin: 0;
	padding: 0;
	font-size: 85%;
	text-transform: uppercase;
	font-family: tahoma;} 

div#nav li {
	margin: 0 5px 1px;
	padding: 0;
	line-height: normal;
	text-indent: 0;
	text-align: left;}

div#nav li a {
	display: block;
	padding: 7px 0;
	color: #fff;
	text-decoration: none;
	background: #900 url(http://gracepestmanagement.com/images/nav_off.html) top left no-repeat;
	width: 100%;
	text-indent: 15px;
	text-align: left;
	font-family: tahoma;}

html>body #nav li a {
	width: auto;}

div#nav li a:hover {
	background: #c00 url(http://gracepestmanagement.com/images/nav_on.html) top left no-repeat;
	color: #ff9;}

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/
/* NAVIGATION CONTAINER */
div#signin {
	position: absolute;
	top: 8px;
	left: 215px;
	width: 150px;
	/*text-align: right;*/
	z-index: 2;
	font-family: tahoma;
	color: #464c41;}

div#signin a {
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
	font-family: tahoma;
	color: #464c41;}

div#signin a:hover {
	color: #fff;}

/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/

/* -----------------------------------------------------*/
/* ----------------- WEB AUDIO APPLET ----------------- */
/* -----------------------------------------------------*/

div#applet {
	position:relative;
	width: 180px;
	height: 100px;
	background: url(http://gracepestmanagement.com/images/webaudio.html) top left no-repeat;}

div#applet div {
	position: absolute;
	top: 52px;
	left: 75px;
	width: 68px;
	height: 30px;}

div#applet a {
	display: block;
	position: absolute;
	top: 85px;
	left: 0px;
	width: 180px;
	height: 10px;}