/* CSS Document */

* {
 margin: 0;
 padding: 0;
}

body {
 background-color: #bbbbbb;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #333;
}

#wrapper {
 position: relative;
 width: 800px;
 margin-left: auto;
 margin-right: auto;
 background-color: #fff;
 border-left: 6px solid #DBDBDB;
 border-right: 6px solid #DBDBDB;
/* background: transparent url(/_img/bg-truck.jpg) bottom right no-repeat;*/
}

/****************************************************
 HEADER
****************************************************/

#header {
 padding-right: 20px;
 margin: 0 0 50px 0;
 width: 780px;
 height: 46px;
 background-color: #009800;
 border-bottom: 3px solid #C01008;
}


/****************************************************
 CONTENT
****************************************************/

#content {
 width: 800px;
}

#main {
 margin: 0 0 0 270px;
 width: 500px;
}

#main .inner p {
 line-height: 18px;
 margin: 10px 0;
}

.basicList {
 margin: 20px;
 list-style-type: inherit;
 padding-left: 20px;
}

.basicList li {
 padding: 5px 0;
}

.rfList {
 padding-top: 10px;
 width: 380px;
 list-style-type: none;
}

.rfList li {
 padding: 0 0 10px 30px;
 background: transparent url(/_img/icon-check.gif) 0 2px	 no-repeat;
 font-size: 14px;
 color: #000;
 font-weight: bold;
 line-height: 18px;
}

/****************************************************
 SIDEBAR
****************************************************/

#sidebar {
 float: left;
 width: 260px;
 height: 400px;
 background: transparent url(/_img/bg-sidebar.gif) 0 0 no-repeat;
 margin-bottom: 40px;
}

#sidebar .inner {
 margin: 40px 0 0 20px;
}

#sidebar .inner ul {
 list-style-type: none;
}

#sidebar .inner li {
 padding: 0 0 5px 15px;
 background: transparent url(/_img/icon-arrow.gif) 0 3px no-repeat;
}

/****************************************************
 FOOTER
****************************************************/

#footer {
 clear: both;
 width: 800px;
 height: 20px;
 background-color: #000;
 margin-top: 40px;
 padding: 20px 0;
 border-bottom: 6px solid #DBDBDB;
}

#footer .inner {
 color: #666;
 line-height: 18px;
 font-size: 11px;
 text-align: center;
 /*border: 1px solid #000;*/
}



/****************************************************
FOOTER LINKS
****************************************************/

#footer  a { 
 padding: 0;
 margin: 0;
 text-decoration: underline;
 color: #888888;
}

#footer a:active, #footer a:hover {
 color: #888888;
}

/****************************************************
LINKS
****************************************************/

a:link, a:visited, a:hover, a:active {
 color: #C01008;
}

/****************************************************
 HEADINGS
****************************************************/

h1 {
 text-indent: -9999px;
 position: absolute;
 top: 0;
 left: 15px;
 width: 227px;
 height: 101px;
 background: transparent url(/_img/logo.gif) top left no-repeat;
}

h2 {
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #A00830;
 margin: 0;
 padding: 0;
}

h2#home {
 text-indent: -9999px;
 width: 445px;
 height: 29px;
 background: transparent url(/_img/h2-home.gif) top left no-repeat;
 margin: 0 0 5px 0;
}

h2#about {
 text-indent: -9999px;
 width: 76px;
 height: 23px;
 background: transparent url(/_img/h2-about.gif) top left no-repeat;
 margin: 0 0 5px 0;
}

h2#services {
 text-indent: -9999px;
 width: 111px;
 height: 23px;
 background: transparent url(/_img/h2-services.gif) top left no-repeat;
 margin: 0 0 5px 0;
}

h2#referral-program {
 text-indent: -9999px;
 width: 224px;
 height: 29px;
 background: transparent url(/_img/h2-referral-program.gif) top left no-repeat;
 margin: 0 0 5px 0;
}

h2#contact-us {
 text-indent: -9999px;
 width: 139px;
 height: 29px;
 background: transparent url(/_img/h2-contact-us.gif) top left no-repeat;
 margin: 0 0 5px 0;
}

h3 {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 20px;
}

.h3-privacy {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#sidebar .inner h3 {
 font-size: 11px;
 color: #000;
 font-weight: bold;
 margin: 20px 0 5px 0;
}


/****************************************************
TOP NAVIGATION LINKS
****************************************************/


div#nav	{
 float: right;
 height: 46px;
 width: 509px;
}

div#nav ul#navbar	{
 height: 46px;
 width: 509px;
 background: transparent url(/_img/navbar.gif) top left no-repeat;
 position: relative;
}

div#nav ul#navbar li {
 list-style: none;
 position: absolute;
 top: 0;
}
	
ul#navbar li, ul#navbar a {
 height: 46px;
 display: block;
}
	
div#nav ul#navbar li a {
 text-indent: -9999px;
 text-decoration: none;
}
	
#home-navbar 				{left: 0; width: 64px;}
#about-navbar				{left: 64px; width: 72px;}
#services-navbar			{left: 135px; width: 87px;}
#referral-program-navbar	{left: 222px; width: 169px;}
#contact-navbar				{left: 391px; width: 118px;}

#home-navbar a:hover {background: transparent url(/_img/navbar.gif) 0 -46px no-repeat; border:0;}
#about-navbar a:hover {background: transparent url(/_img/navbar.gif) -64px -46px no-repeat; border:0;}
#services-navbar a:hover {background: transparent url(/_img/navbar.gif) -135px -46px no-repeat; border:0;}
#referral-program-navbar a:hover {background: transparent url(/_img/navbar.gif) -222px -46px no-repeat; border:0;}
#contact-navbar a:hover {background: transparent url(/_img/navbar.gif) -391px -46px no-repeat; border:0;}

/* YOU ARE HERE */	
body#home #home-navbar {background: transparent url(/_img/navbar.gif) 0 -46px no-repeat; border:0;}
body#about #about-navbar {background: transparent url(/_img/navbar.gif) -64px -46px no-repeat; border:0;}
body#services #services-navbar {background: transparent url(/_img/navbar.gif) -135px -46px no-repeat; border:0;}
body#referral-program #referral-program-navbar {background: transparent url(/_img/navbar.gif) -222px -46px no-repeat; border:0;}
body#contact #contact-navbar {background: transparent url(/_img/navbar.gif) -391px -46px no-repeat; border:0;}

/****************************************************
 MISC
****************************************************/

.cleaner {
 clear:both;
 height:1px;
 font-size:1px;
 border:none;
 margin:0; 
 padding:0;
 background:transparent;
}

.list li {
 padding-bottom: 10px;
}

ol {
 padding: 20px 0 0 40px;
}

img {
 border: 0;
}

.getStarted {
 color: #C01008;
 margin: 20px 0 10px 0;
}

.getStartedList {
 width: 380px;
 list-style-type: none;
}

.getStartedList li#contact {
 padding: 0 0 10px 30px;
 background: transparent url(/_img/icon-contact.gif) 0 2px	 no-repeat;
 color: #000;
 line-height: 18px;
}

.getStartedList li#download {
 padding: 0 0 10px 30px;
 background: transparent url(/_img/icon-download.gif) 0 2px	 no-repeat;
 color: #000;
 line-height: 18px;
}


/****************************************************
 TABLES
****************************************************/

#tableData td {
 padding: 5px 0;
}