@charset "UTF-8";
/* CSS Document */


/* layout */


body {
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/bg-gradient.jpg) repeat-x;
	}
	
#frame {
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	}
	
#contentheader {
	background: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#header-top {
	width: 875px;
	height: 100px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background: none;
	}
	
#contentfooter {
	width: 875px;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	background: none;
	border-top: 1px #D5CFC4 solid;
	float: left;
	}

#logo {
	width: 210px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	float: left;
	}
		
#header-right {
	width: 656px;
	height: 100px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	background: none;
	float: right;
	}


/* account sign in */


#account {
	width: 165px;
	height: 23px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	background: url(../images/header-account_bg.jpg) no-repeat;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 12px;
	float:right;
	}
	
#account a:link {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 12px;
	text-decoration: underline;
	}
	
#account a:visited {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 12px;
	text-decoration: underline;
	}	
	
#account a:hover {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 12px;
	text-decoration: underline;
	}
	
#account a:active {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 12px;
	text-decoration: underline;
	}
		
	
	
/* Contacts and Tagline */
	
	
#contact {
	width: 300px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: none;
	float: right;
	clear: right;
	}

#contact .phone {
	font: 24px Arial, Helvetica, sans-serif;
	color: #901314;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	margin: 0px 0px 0px 0px;
	}
	
#contact .phone2 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	margin: 0px 0px 0px 0px;
	}	
	
#contact .tagline {
	font: 15px Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	margin: 0px 0px 0px 0px;
	}			
				
	
/* main Navigation */


#nav {
	width: 875px;
	height: 36px;
	position: relative;
	background: url(../images/menu3.jpg);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: left;
	}
	
#nav li {
  	float: left;
	list-style: none;
	}
	
#nav li a {
 	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 36px;
	background: url(../images/menu3.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
	}

li#nav_home a {
	left: 0;
	width: 58px;
	background-position: 0 0;
	}
	
li#nav_residential a {
	left: 58px;
	width: 156px;
	background-position: -58px 0;
	}
	
li#nav_commercial a {
	left: 214px;
	width: 164px;
	background-position: -214px 0;
	}
	
li#nav_locations a {
	left: 378px;
	width: 98px;
	background-position: -378px 0;
	}
li#nav_facts a {
	left: 476px;
	width: 119px;
	background-position: -476px 0;
	}
	
li#nav_schedule a {
	left: 595px;
	width: 150px;
	background-position: -595px 0;
	}
	
li#nav_specials  a {
	left: 745px;
	width: 130px;
	background-position: -745px 0;
	}

li#nav_home a:hover {
	background-position: 0 -36px;
	}
	
li#nav_residential a:hover {
	background-position: -58px -36px;
	}
	
li#nav_commercial a:hover {
	background-position: -214px -36px;
	}
	
li#nav_locations a:hover {
	background-position: -378px -36px;
	}
	
li#nav_facts a:hover {
	background-position: -476px -36px;
	}
	
li#nav_schedule a:hover {
	background-position: -595px -36px;
	}
	
li#nav_specials a:hover {
	background-position: -745px -36px;
	}
	
#body_home li#nav_home  a {
	background-position: 0 -72px;
	}	
	
#body_residential li#nav_residential  a {
	background-position: -58px -72px;
	}
	
#body_commercial li#nav_commercial a {
	background-position: -214px -72px;
	}
	
#body_locations li#nav_locations a {
	background-position: -378px -72px;
	}
	
#body_facts li#nav_facts a {
	background-position: -476px -72px;
	}
	
#body_schedule li#nav_schedule a {
	background-position: -595px -72px;
	}
	
#body_specials li#nav_specials a {
	background-position: -745px -72px;
	}

	
/* home layout */
	
			
#home-contentleft {
	width: 657px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	float: left;
	background: none;
	float: left;
	clear: left;
	}
		
#home-contentright {
	width: 202px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	float: right;
	background: none;
	float: right;
	clear: right;
	}


#home-left-column {
	width: 200px;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	}
	
#home-left-column h1 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #901314;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0xp;
	font-weight: bold;
	text-decoration: none;
	}
	
/* home flash */


#home-flash {
	width: 655px;
	height: 250px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: none;
	border: 1px #73603B solid;
	}
	
/* home schedule services form */

	
#home-schedule-form {
	width: 200px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 6px 0px;
	background: #E3DFD8;
	float: left;
	border: 1px #73603B solid;
	}
	
#home-schedule-form h1 {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 200px;
	height: 24px;
	overflow: hidden;
	}
	
#home-schedule-form h1 span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	}
	
#home-schedule-form p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	margin: 0px 5px 0px 0px;
	padding-left: 6px;
	}
	
#home-schedule-form .hilite {
	color: #901314;
	font-size: 14px;
	}

#home-schedule-form .img {
	margin: 10px 0px 0px 0px;
	}
	
#home-schedule-form .buttons {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 6px;
	}						


/* home introduction content */


#home-intro {
	width: 430px;
	margin: 10px 0px 0px 0px;
	background: none;
	float: right;
	}
	
#home-intro h1 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
	text-decoration: none;
	}
	
#home-intro h2 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color: #73603B;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	}	
	
#home-intro p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	text-decoration: none;
	}				 			

#home-intro li {
	font: 12px Arial, Helvetica, sans-serif;
	color: #901314;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	margin-right: 0.5em; 
	padding-right: 0.5em;
	margin-top: 0px;
	margin-bottom: 0px;
	}

#home-intro .maps {
	width: 150px;
	height: 111px;
	margin: 0px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	border: 1px #73603B solid;
	background: none;
	}		


/* home special offers */


#home-specialoffer {
	width: 200px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 6px 0px;
	background: #E3DFD8;
	float: left;
	border: 1px #73603B solid;
	}

#home-specialoffer h1 {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 200px;
	height: 24px;
	overflow: hidden;
	}
	
#home-specialoffer h1 span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	}
	
#home-offertext {
	width: 176px;
	height:auto;
	background: none;
	border: 2px #D5CFC4 dashed;
	margin: 5px 5px 3px 5px;
	padding: 5px 5px 7px 5px;
	}
	
#home-offertext h2 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #901314;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	}
	
#home-offertext p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin: 0px 0px 0px 0px;
	}
	
#home-offertext a:link, #home-offertext a:visited, #home-offertext a:active {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #73603B;
	font-weight: bold;
	text-decoration: none;		
	}			
	
#home-offertext a:hover{
	color: #73603B;
	text-decoration: underline;		
	}
	
/* home Find a Location */


#home-location {
	width: 200px;
	height: 120px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 6px 0px;
	background: #E3DFD8;
	float: left;
	border: 1px #73603B solid;
	}

#home-location h1 {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 200px;
	height: 24px;
	overflow: hidden;
	}
	
#home-location h1 span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	}

#home-locationtext {
	width: 176px;
	height:auto;
	background: none;
	margin: 0px 5px 3px 5px;
	padding: 5px 5px 7px 5px;
	}
	
#home-locationtext h2 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #901314;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	}
	
#home-locationtext p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	margin: 0px 0px 5px 0px;
	}
	
#home-locationtext .find {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#73603B;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	}

#home-locationtext .rightimage {
	float: right;
	margin: 0px 15px 0px 3px;
	padding: 5px 0px 0px 0px;
	}		
	
#home-locationtext a:link, #home-locationtext a:visited, #home-locationtext a:active {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #73603B;
	text-decoration: none;		
	}			
	
#home-location a:hover{
	color: #73603B;
	text-decoration: underline;		
	}
	
	
	
/* home video area */
	
	
#home-video {
	width: 200px;
	height: 270px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: none;
	float: left;
	border: 1px #73603B solid;
	}

#home-video h1 {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 200px;
	height: 24px;
	overflow: hidden;
	}
	
#home-video h1 span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	}

/* video module */
				

#video-module {
	width: 180px;
	height: 58px;
	margin: 8px 0px 0px	8px;
	padding: 0px 0px 0px 0px;
	border: 1px #73603B solid;
	}
	
#video-module-lg {
	width: 180px;
	height: 70px;
	margin: 8px 0px 0px	8px;
	padding: 0px 0px 0px 0px;
	border: 1px #73603B solid;
	}	
	
#video-module h2 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #73603B;
	font-weight: Bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	text-decoration: none;
	}

#video-module p {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #901314;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: left;
	text-decoration: none;
	} 	
	
#video-module a:link {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #901314;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	text-decoration: none;
	} 					 		

#video-module a:visited {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #901314;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	text-decoration: none;
	} 

#video-module a:hover {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #901314;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	text-decoration: underline;
	} 
	
#video-module a:active {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #901314;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	text-decoration: none;
	} 		

#video-module .img {
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 0px;
	float: left;
	}		


/* video module for Thermal Termite */

			
#video-module-lg {
	width: 180px;
	height: 70px;
	margin: 8px 0px 0px	8px;
	padding: 0px 0px 0px 0px;
	border: 1px #73603B solid;
	}	
	
#video-module-lg h2 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #73603B;
	font-weight: Bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	text-decoration: none;
	}

#video-module-lg p {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #901314;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	text-decoration: none;
	} 	
	
#video-module-lg a:link {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #901314;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	text-decoration: none;
	} 					 		

#video-module-lg a:visited {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #901314;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	text-decoration: none;
	} 

#video-module-lg a:hover {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #901314;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	text-decoration: underline;
	} 
	
#video-module-lg a:active {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #901314;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	text-decoration: none;
	} 		

#video-module-lg .img {
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 8px 0px;
	float: left;
	}				

						
/* page layout */


#page-content {
	width: 875px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: none;
	}

#page-contentleft {
	width: 200px;
	padding: 0px 0px 50px 0px;
	float: left;
	background: none;
	}
	
#page-contentcenter {
	width: 440px;
	padding: 0px 10px 0px 20px;
	float: left;
	background: none;
	}
	
#page-contentright {
	width: 200px;
	padding: 0px 0px 0px 0px;
	float: right;
	background: none;
	}

/* page sub navigation */

#page-subnav {
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: none;
	float: left;
	}	

#page-subnav h1 {
	font: 12px Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 200px;
	height: 24px;
	overflow: hidden;
	}
	
#page-subnav span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	}
	
/* page sub navigation LIST */
	

#page-navigation {
	font: "Times New Roman", Times, serif;
	width: 200px;
	margin: 10px 0px 0px 0px;
	}

#page-navigation ul {
	list-style: none;
  	margin: 0;
  	padding: 0;
	}


#page-navigation li a:link, #page-navigation li a:visited  {
  	font-size: 80%;
  	display: block;
  	padding: 0.4em 0 0.4em 0.5em;
  	background-color: none;
  	color: #333333;
  	text-decoration: none;
	}

* html #page-navigation li a {
 	width: 100%;
	}

#page-navigation li a:hover {
	background-color: #D5CFC4;
  	color: #901314;
	}

#page-navigation ul ul {
  	margin-left: 12px;
	}

#page-navigation ul ul li {
  	margin:0;
	}

#page-navigation ul ul a:link, #page-navigation ul ul a:visited {
	background-color: none;
	color: #333333;
	}

#page-navigation ul ul a:hover {
  	background-color: #D5CFC4;
  	color: #901314;
	}
/* page-shedule services */


#page-schedule-section {
	width: 200px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 6px 0px;
	background: #E3DFD8;
	float: left;
	border: 1px #73603B solid;	
	}

#page-schedule-section h1 {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 200px;
	height: 24px;
	overflow: hidden;
	}
	
#page-schedule-section h1 span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	}

#page-schedule-section p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 6px;
	}
	
#page-schedule-section .hilite {
	color: #901314;
	font-size: 14px;
	}

#page-schedule-section .img {
	margin: 10px 0px 0px 0px;
	}
	
#page-schedule-section .buttons {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 6px;
	}


/* page map button */

#page-map-button {
	width: 200px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	}

/* page breadcrumbs */


#page-breadcrumbs {
	width: 420px;
	height: 30px;
	margin: 0px 0px 0px 0xp;
	padding: 0px 0px 0xp 0px;
	text-align: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	line-height: 12px;
	text-decoration: none;
	}
	
#page-breadcrumbs a:link, #page-breadcrumbs a:visited, #page-breadcrumbs a:active {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	line-height: 12px;
	text-decoration: underline;
	}
	
#page-breadcrumbs a:hover {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	line-height: 12px;
	text-decoration: underline;
	}
	

/* page top return */


#page-anchor {
	width: 400px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #901314;
	font-weight: normal;
	line-height: 12px;
	text-decoration: none;
	margin-bottom: 10px;
	}
	
#page-anchor p {
	font: 10px Arial, Helvetica, sans-serif;
	color: #901314;
	font-weight: normal;
	line-height: 12px;
	text-decoration: none;
	}	
	
#page-anchor a:link, #page-anchor a:visited, #page-anchor a:active {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	line-height: 12px;
	text-decoration: underline;
	}	
	
#page-anchor a:hover {
	font: 10px Arial, Helvetica, sans-serif;
	color: #901314;
	font-weight: normal;
	line-height: 12px;
	text-decoration: underline;
	}
	

/* page content */

#page-content-box {
	width: 440px;
	padding: 0px 0px 10px 0px;
	}

#page-content-box h1 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #901314;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 6px;
	text-decoration: none;
	}
	
#page-content-box h2 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 6px;
	text-decoration: none;
	}

#page-content-box h3 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 6px;
	text-decoration: none;
	border-bottom: 1px #901314 dotted;
	}
	
#page-content-box h4 {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color:#901314;
	font-weight: bold;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 6px;
	text-decoration: none;
	}	

#page-content-box p {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-weight: normal;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-decoration: none;
	}

#page-content-box li {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-weight: normal;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-decoration: none;
	}	
	
	
#page-content-box .indent {
	list-style-type: none;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 10px;
	}		

#page-content-box .hilite {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color:#901314;
	font-weight: bold;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-decoration: none;
	}
	
#page-content-box a:link, #page-content-box a:visited, #page-content-box a:active {
	color: #901314;
	text-decoration: underline;
	}
			
#page-content-box a:hover {
	color: #901314;
	text-decoration: underline;
	}		
	
#page-content-box .img {
	margin: 0px 0px 10px 10px;
	border: 1px #73603B solid;
	}			
	
/* video pages */

#page-video {
	width: 440px;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	background: none;
	}
	
#page-video .player {	
	width: 420px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: none;
	border: 1px #73603B solid;
	}
	
#page-video h1 {
	font: 24px Verdana, Arial, Helvetica, sans-serif;
	color: #73603B;
	margin: 0px 0px 10px 0px;
	text-decoration: none;
	font-weight: normal;
	}
	
#page-videonav {
	width: 420px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: none;
	}
	
#page-videonav .img {
	margin: 10px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px #73603B solid;
	background: none;
	}			
	

/* footer */


#footer-links {
	width: 550px;
	background: none;
	text-align: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	}

#footer-links a:link, #footer-links a:active, #footer-links a:visited {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #901314;
	font-weight: bold;
	text-decoration: none;
	}
	
#footer-links a:hover {
	color: #901314;
	text-decoration: underline;
	}	

#footer-links ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: none;
	}

#footer-links li {
	display: inline;
	list-style: none;
	margin: 0px 5px 0px 0px;
	padding: 0px 6px 0px 0px;
	font-weight: bold;
	border-right: 1px #666666 solid;
	}	

#footer-links li.first {
	border-right: 0;
	border-right: 1px #666666 solid;
	}	

#footer-links li.last {
	border-right: 0;
	}	
	
#footer-copyright {
	width: 300px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: none;
	float:left;
	clear: both;
	}

#footer-copyright .copyright {
	text-align: left;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	color: #666666;
	}
	
#footer-copyright a:link, #footer-copyright a:active, #footer-copyright a:visited {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #901314;
	font-weight: bold;
	text-decoration: none;
	}
	
#footer-copyright a:hover {
	color: #901314;
	text-decoration: underline;
	}		
	
#affiliations {
	width: 300px;
	background: none;
	margin: 10px 0px 0px 0px;
	padding: 0px 0p 0px 0xp;
	float: right;
	}
	
#affil-logos {
	width: 150px;
	background: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	}
	
#affil-logos p {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}	

#affil-logos a:link, #affil-logos a:active, #affil-logos a:visited {
	color: #666666;
	text-decoration: none;
	}
	
#affil-logos a:hover {
	color: #666666;
	text-decoration: underline;
	}	
	
#affil-logos .img {
	margin: 0px 5px 0px 0px;
	float: left;
	}		

/* footer */


#offers {
	width: 400px;
	margin: 0px 0px 20px 0px;
	padding: 10px 10px 10px 10px;
	border: 3px #D5CFC4 dashed;
	background: none;
	}	
	
#offers h1 {
 	font: 28px Verdana, Arial, Helvetica, sans-serif;
	color: #901314;
	margin: 0px 0px 15px 0px;
	text-decoration: none;
	line-height: 40px;
	text-align:center;
	font-weight: bold;
	border-bottom: 1px #73603B solid;
	}
	
#offers	h2 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #73603B;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight: bold;
	}
	
#offers p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin: 0px 0px 15px 0px;
	text-decoration: none;
	font-weight: normal;
	}
	
#offers .disclaimer {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight: normal;
	line-height: 12px;
	}

#offers .underline {
	text-decoration: underline;
	}

#map_canvas {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	}		