/* general */
body{
	margin:0px auto;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color:#333;
	background-color: #b6baba;
	border:0px yellow solid;
}

img {
	border:0px;
	/* padding:5px;*/
	max-width: 540px; /* not working in IE6*/
}
a {color:#bf0e22;text-decoration: none;}
a:hover {color: #ff0000;text-decoration: none;}

h2 {
        font-size: 12px;
}
h3 {
	font-size: 11px;
	font-weight: bold;  
	padding-bottom: 0;
	margin-bottom: 3px;
}
h4 {
	font-size: 11px;
	font-weight: bold;  
/*	color: #bf0e22; */
}
/* for seo terms at bottom of some pages*/
h6 {
	color: #999;
	font-size: 9px;
}
ol li {
  margin-top: 10px;
}
.print-only_heading1 {
  display: none;
}
#seo_header {
        color: #999;
        font-size: 9px;
}

#content div.post div.entry h1.welcome_header {
  line-height: 20pt; 
  font-weight: bold; 
  font-size: 15pt;
  color: #000000;
  font-family: Arial, Helvetica, Sans-Serif;
  margin: 0;
}

p {margin: 0px 0px 12px 0px;}
hr {height:1px;border:none;border-top:1px dashed #5A6B1E; width:90%;}
hr.solid {border-top: 1px solid #000000; width: 100%;padding-bottom: 5px;}

blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 22px;
	margin: 10px 10px 10px 10px;
}
input {
	margin-bottom:5px;
	vertical-align: middle;
}
select{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
code{
	font: 1.1em 'Courier New', Courier, Fixed;
}
.alignleft {float: left;}
.alignright {float: right;}
.aligncenter,div.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}
img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

table {margin: 0}
.clear {clear:both;}
.spacer {height:20px;}
.indent {margin-left: 20px;}

/***** layout *****/
#page_top{
	margin:0px auto;
	padding:0;
	width:100%;
	border:0px blue solid;
}

#base{
	margin:0 auto;
	padding:0;
	width:776px;
	background: url(images/bg_repeat.png) repeat-y center;
	padding:0 17px 0 17px;
	border:0px red solid;
}

#header{
	position:relative;
	width: 100%;
	height: 120px;
	background:url('images/logo.gif') no-repeat bottom;
	border-bottom: 7px solid #333;
}
#home_logo {
       float: left;
       width: 115px;
       height: 120px;
}
#menu{
	position:relative;
	float: left;
	left: 5px;
	top: 5px;
	width: 285px;
	height: 25px;
	background-color:black;
	}
#container{
	position:relative;
	overflow:hidden;
	width:776px;
}
#sidebar{
	float:left;
	width:194px;
	overflow:hidden;
	color:#706D2A;
        padding:0px 5px 75px 0px;
	border:0px red solid;
}
#sidebar2{
	float:left;
	width:194px;
	overflow:hidden;
	color:#706D2A;
	padding:0px 5px 75px 0px;
	border:0px red solid;
}
#content{
	float:right;
	display:inline; 
	width:553px;
	background:#f4f4f4 url('images/line-vert.gif') repeat-y;
	overflow:hidden; 
	padding: 0 15px 0 4px;
	border:0px red solid;
	margin-top: 8px;
}
#footer{
	clear:both;
	position:relative;
	height:47px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 20px 10px 15px;
	background:url('images/footer_bg.jpg') no-repeat top;	
	text-align: center;
}

/*######### header ############*/
#blogtitle {
	position:absolute; 
	top:180px;
	left:190px; 
	width:650px;
	font-family: Arial,Verdana; 
	font-size:30px; 
	font-weight:bold;
	text-align:left;
	color:#ffffff;
	border:0px red solid;
	overflow:hidden;
	
}

#blogtitle a, #blogtitle a:hover {
	font-family: Arial, Verdana; 
	font-weight:bold;
	color:#ffffff; 
	text-decoration:none;
}
	
#subtitle {
	position:absolute;
	overflow:hidden; 
	font-family: Tahoma,Arial, Verdana; 
	width:450px; 
	height:45px;
	left:190px; 
	top:215px; 
	text-align:left; 
	font-size:13px;
	letter-spacing: 2px;
	color:#ffffff; 
	font-style:italic;
	border:0px red solid;
	line-height:1.1em;
}
#menu ul {
	position:absolute;
	top: 0px;
	left: 0px;
	height: 34px;
	width: 550px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	
	
}
#menu ul li {
	display: inline;
	font-size: 14px;
	font-family:lucida sans,arial,helvetica;
	font-weight: bold;
	color:white;
	text-transform:uppercase;
}
#menu ul li.separator {
	display: block;
	float: left;
	width:1px;
	height: 16px;
	background:url(images/menu_separate.gif) repeat-y center;
	margin-top: 8px;
}

#menu ul li a {
	display: block;
	float: left;
	line-height: 34px;
	color: white;
	padding: 0px 10px 0px 10px;
	margin:0px 0 0 0 ;
	text-decoration:none;
}

#menu ul li a:hover, #menu ul li.current_page_item a {
	color:white;
	text-decoration:none;
}
.searchbox {
	position:absolute;
	top:1px; 
	right: 45px;
	width:250px;
	height:30px; 
	border:0px;
}
.search-field input {
	position:absolute;
	top:5px;
	left:7px;
	width:172px; 
	height:15px; 
	font-family:Verdana;
	font-size:11px; 
	font-weight:bold;
	color:#999999; 
	padding:5px 3px 3px 3px;
	border:0px;
	background:#ffffff;
}
.search-but input {
	position:absolute;
	top:7px;
	right:5px;
	width:50px; 
	height:20px; 
	background:transparent;
	border:0px;
}
#footer img.rss{
	position: absolute;
	right: 52px;
	top: 29px;
	height:26px;
	width:26px;
}

/***** sidebar contents *****/
#sidebar-content a {
        color: #535657; 
        text-decoration: none; 
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
}
#sidebar-content a:hover {
        color: #bf0d21;
        text-decoration: none;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
}
#sidebar-content ul {
        margin: 0; padding: 0;
}
#sidebar-content ul li {
        position: relative;
        line-height: 1.6em;
        list-style-type: none;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #535657;
        text-transform: uppercase;
        text-align: left;
        margin: 0px 0px 0px 5px;
        padding: 0 5px 0 3px;
}
#sidebar-content ul li a:link, #sidebar-content ul li a:visited  {
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
}
#sidebar-content div.section {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #bf0d21;
	line-height: 18px;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
	padding: 12px 0px 4px 8px;	
	background: url('images/sidebar_title.jpg') no-repeat top;
	border:0px red solid;
}
#sidebar-content select{
	margin:5px 0px 2px 5px;
	font-size: 12px;
	width: 196px;
	overflow: hidden;
}
#sidebar_phone {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: black;
        text-align: left;
        margin: 0px 0px 0px 5px;
        padding:0 5px 0 3px;
}
#sidebar-content .phone {
	color: #bf0d21;
}

/***** sidebars top image *****/  /* NOT USED - IMAGE NEEDS TO BE LINKED  */
/*
#sidebar-image {
	width: 200px;
	background: #f4f4f4 url('images/choosing.jpg') no-repeat;
	background-position: 6px 8px;
	height: 112px;
}
#sidebar2-image {
	width:200px;
	background:#f4f4f4 url('images/virtualtour.jpg') no-repeat;
	background-position:6px 8px;
	height: 112px;
}
*/

/***** content *****/
#content h1 {
	font-size:24px;
	line-height:90%;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-weight: normal;
	color:#666;
	}

#content h1#seo_header {
        color: #999;
        font-size: 9px;
        margin: 25px 0;
}

#content a {
	font-weight: bold;  
	color: #bf0e22;
}

#content a:hover {
	color: #ff0000;
}

.archivetitle {
	height:20px;
	color: #000000;
	font-size: 11px;
	font-weight:normal;
	padding: 10px 0px 10px 5px;
	margin: 0px 0px 0px 0px;
}
.post{
	width:550px;
	margin:0 0 20px 0;
	border:0px red solid;
}	

.post_top{
	position: relative;
	/*background: #f6f6f6;*/
}
.post_top .posttitle {
        position: relative; 
        left: 7px; 
        top: 5px;
}
.post_bottom{
	margin: 0 50px 0 50px;
	height:3px;
}	
.posttitle{
	position:relative;
	font-size:24px;
	line-height:100%;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-weight: normal;
	color:#666;
        margin-top: 5px;
        margin-bottom: 15px;
        padding-bottom: 0;
	}
.posttitle a{
	font-family:arial;
	color:#666;
	text-decoration:none;
}

.date {
	position:absolute;
	font-family:arial;
	top:24px;
	right: 20px;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
}
.author{
	position:absolute;
	font-family:arial;
	font-size:11px;
	top:24px;
	left:5px;
}
.author a{
	text-decoration:none;
}
.author a:hover{
		text-decoration:underline;
}
.info {
	line-height: 2em;
	font-size: 9px;
	padding:10px 10px 5px 10px;
	color:#000000;
	border:0px red solid;
}
.category{
	padding:2px 0 2px 20px;
	background:url(images/category.jpg) no-repeat top left;
}
.bubble{
	padding:2px 0 2px 20px;
	background:url(images/bubble.jpg) no-repeat left top;
}
.tags{
	padding:2px 0 2px 20px;
	background:url(images/tags.jpg) no-repeat left top;
}

.entry {
    position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 1.4em;
	padding: 5px 15px 0px 7px;
}

.navigation {
	font-size: 12px;
	padding: 30px 0px 30px 0px;
}


.sorry {
	font-size: 11px;
	font-style: italic;
	margin: 8px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px dashed #CC6633;
	background:#ffffff;
}
/*** red bulleted lists ***/
#content ul {
    margin: 0;
	padding: 0;
	list-style: none;
  }
#content ul li {
  	line-height: 15px;
	padding: 0 5px 8px 15px;
	background-image: url('images/bullet_red.png') ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
   }

#content ul li.dash {
   background-image: url('images/bullet_dash.png');
   margin-top: 8px;
   padding-bottom: 0;
}

#content li ul {
  padding-top: 8px;
}

/*** pages with right column ***/

.contenttable {
	width: 548px;
	}
.contenttable img{
	margin: 0;
	padding: 0;
	}		
.rightcolumn {
	width: 213px;
	background:url('images/line-vert.gif') repeat-y;
	background-position: left;
	vertical-align: top;
	padding-left: 8px;
	}
.rightcolumn p {
	padding: 0px 10px;
	}
.rightcolumn h5 {
	padding: 0px 10px 15px 0;
	text-align: right;
	line-height: 130%;
	font-weight: bold;
	font-size: 11px;
	background:url('images/sidebar_title.jpg') no-repeat bottom;
	}	
.rightcolumn img{
	margin: 0 auto;
	padding-bottom: 15px;
	}		

.leftcolumn {
	width: 335px;
	vertical-align: top;
	}		

/*** comment ***/
#postmetadata {
	font-size: 11px;
	margin: 10px 0px 20px 0px;
	padding: 5px 5px 5px 5px;
}
#comments{
	padding:0 20px 0 20px;
}
.nocomments {background: none; color: #000000;}

.commenttitle {
	color: #000000;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0 20px 0;
	padding: 2px 0px 2px 0px;
	font-variant: normal;
	border-bottom: 1px dashed #5A6B1E;
}
.commentlist {list-style: none;margin:0px;padding:0px;}

.commentbody {
	height:100%;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	border: 0px solid #5A6B1E;
	background:#F0F3CD;
}

.commenthead {
	height:34px;
	color: #000000;
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dashed #5A6B1E;
	background:#F0F3CD;
}
.adminbody {
	height:100%;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 10px 15px;
	padding: 0px 5px 1px 5px;
	border: 0px solid #5A6B1E;
	background:#F0F3CD;
}
.adminhead {
	height:32px;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dashed #5A6B1E;
	background:#F0F3CD;
}
.trackhead {
	height:34px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 10px 40px;
	border-bottom: 1px dashed #5A6B1E;
	background: #F0F3CD url(images/track.gif) no-repeat center left;
}
.trackbody {
	height:100%;
	color: #000000;
	font-size:12px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	border: 0px dashed #5A6B1E;
	background:#F0F3CD;
}

.avatar {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background: #ffffff;
}
.commentcount {
	float: right;
	color: #aaaaaa;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
.authorlink {color: #000000; font-size: 12px; font-weight: bold;line-height:1.5em;}
.authorlink a {color: #000000; font-size: 12px; font-weight: bold;line-height:1.5em;}
.commentlink {font-size: 10px; color: #000000;}

.trackbody p a {color: #000000;}

#commentform {
	margin:0;
	padding:20px 0 0 0;
}
#email, #author, #url {
	color: #000000;
	background: #ffffff;
	font-size: 12px;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #5A6B1E;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
#comment {
	width: 500px;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px solid #5A6B1E;
	padding: 2px 2px 2px 2px;
}
#submit {
	width: 80px;
	height: 20px;
	color: #000000;
	font-size: 12px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 2px 10px;
	border: 1px solid #5A6B1E;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

/***** footer *****/

#footer a,#footer a:hover{
	color:#bf0d21;
    font-size: 8pt;
    width: 100%;
    text-align: center;
    padding: 10px 0 5px 0;
	text-decoration: none;
}
#footer a:hover{
	color: #ff0000;
	}
#footer h3 {
	color:black;
	text-align: center;
	text-transform:uppercase;
	font-size: 10px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#footer p {
	color: #333;
	font-weight: normal;
	font-size: 8pt;
	padding-top: 20px;
}


/***** widget *****/
#wp-calendar td {font-size:11px;color:#999999;}
#wp-calendar td a {font-weight:bold;text-decoration:underline;}
#wp-calendar {
	width: 210px;
	text-align: center;
	font-size:11px;
	color:#5A6B1E;
}
.wp-caption { /*images caption*/
	text-align: center;
	color:#666666;
}

.textwidget { /*text box*/
	margin:5px 0px 5px 5px;
}

#akismetwrap{
	margin:2px 0 2px 45px;
}
.rsswidget img {
	margin-top:2px;
	margin-left:-15px;
	padding:0px;
	background:#ff0 fixed;
}

#sidebar h1 a.rsswidget{
	margin-left:-3px;
	color: #706D2A;
	text-decoration:none;
}

/***** homepage extras *****/
.tdraid {
	background: url(images/raid-bkgd.jpg) no-repeat;
	background-position:top left;
	width: 250px;
	margin: 0;
	padding-right: 5px;
	}
.tdraid h4 {
	margin: 0;
	padding: 30px 0 5px 80px;
	}	
.tdraid p {
	padding: 0 0 6px 80px;
	margin: 0;
	}	
	
.tdnews {
	background: url(images/inthenews-bkgd.jpg) no-repeat;
	background-position:top left;
	width: 250px;
	}
.tdnewstext {
/*	padding-top: 50px; */
	padding-top: 35px;
	}
.tdnews p {
	padding: 0 0 6px 109px;
	margin: 0;
	}
.mission {
	color: #666;
	}	
/***** home - experience the difference and rec tips *****/
.tdexp {
	background: url(images/experience.gif) no-repeat;
	background-position: 0 8px;
	height: 166px;
	width: 240px;
	padding-right: 15px;
	margin: 0;
	}
.tdexp h4 {
	margin: 0;
	padding: 30px 0 8px 0px;
	}	
.tdexp p {
	padding: 0 0 6px 0px;
	margin: 0;
	}	
.tdexp ul { margin-top: 0;}
.tdexp ul li {
	line-height: 5px;
	padding: 0 5px 0px 15px;
   }	
	
.tdtips {
	background: url(images/recovery-tips.gif) no-repeat;
	background-position:40px 8px;
	width: 245px;
	height: 166px;
	}
.tdtipstext {
	padding-top: 70px;
	}
.tdtips p {
	padding: 0 0 6px 125px;
	margin: 0;
	}	
	
.flashalternate {
     display: none;
}

/***** devices supported *****/	

.dstable {
	width: 545px;
	}
.dstable h1 {
	font-size:24px;
	line-height:90%;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-weight: normal;
	color:#666;
	}	
.dstable .leftcol{
	width: 257px;
	vertical-align:top;
	}	
.dstable .rightcol {
	width: 258px;
	vertical-align:top;
	padding-left: 30px;
	}	

/***** right column with news blurb *****/	
#rcol-inthenews {
	width: 150px;
	margin: 0 auto;
	padding: 0 20px;
	}
#rcol-inthenews img{
	padding-bottom: 15px;
	}	
/***** left column for testimonials *****/	

.testimonials img {
	padding: 10px 0;
	}		
.testimonials h5 {
	text-align: right;
	line-height: 130%;
	font-weight: bold;
	font-size: 11px;
	padding-right: 10px;
	padding-bottom: 0;
	margin-bottom: 10px;
	}		
/***** spacing for swf in Recovery Tips *****/
.recovery {
	float: right;
	padding-left: 10px;
	}
/***** tables with red header row - Service Plans *****/
.sptable {
	background-color: white; 
	width: 545px;
	border: 1px solid #999;
	}
.sptable .spheader {
	background-color: #bf0e22; 
	color:white;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	}	
.sptable td {
	border: 1px solid #999;
	}	
/***** certification pages *****/
.certtable {
	width: 545px;
	background-color:#c3c6c6;
	height: 111px;
	}	
.certtable .tdtext {
	padding-right: 5px;
	padding-left: 5px;
	}	
.certtable h3 {
	font-size: 14px;
	padding-left: 15px;
	line-height: 120%;
	}	
.certtable2 img {
	border: 1px solid #333333;
	padding:0;
	}
div.certs {
  margin: 0 -25px 0 0;
}
.certs h3 {
  clear: both;
}
.certs div {
  float: left;
  width: 250px;
  padding: 0 25px 20px 0;
}
.certs div div {
  margin: 0; 
  padding: 0;
}
.certs div div img {
  border: 1px solid black;
  margin: 0;
}
.certs div p {
  text-align: center;
  margin: 0;
}


/***** News Center *****/
div.news_item {
   margin-right: 30px;
}
h3.news_title {
  font-weight: bold;
  color: #bf0e22;
  margin-bottom: 0;
}
div.news_date {
  color: #6a6a6a;
}
div.news_excerpt {
   color: #2c2c2c;
}
div.news_excerpt a {
   color: #000000;
}
div.news_excerpt a:hover {
  color: #a2a2a2;
}
ul#news_menu {
  background-image: url(/wp-content/uploads/news_menu_bg.jpg);
  background-repeat: no-repeat;
  width: 529px;
  height: 34px;
  padding: 2px 0 0 13px;
}
ul#news_menu li {
  float: left;
  list-style-type: none;
  margin: 0; padding: 0;
}
ul#news_menu li.this_page a:hover {
  cursor: default;
}
ul#page_links {
   margin: 20px 20px 20px 0;
   text-align: right;
}
ul#page_links li {
  list-style-type: none;
  display: inline;
  background-image: none;
  margin: 0 0 0 10px;
  padding: 0;  
}
ul#page_links li a {
  color: #000000;
  font-weight: bold;
}
ul#page_links li a:hover {
  color: #a2a2a2;
}
ul#page_links li a.highlight {
  color: #a2a2a2;
}
ul#page_links li a.highlight:hover {
  cursor: default;
}
div.photo_preview {
  float: left;
  width: 260px;
  height: 182px;
  text-align: center;
  padding: auto;
  margin-right: 4px;
}
.copy {
  font-size: 12px;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(/js/lightbox/overlay.png); }

* html #overlay{
	background-color: #000;
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/js/lightbox/overlay.png", sizingMethod="scale");
	}
#inlineContent {
  display: none;
}

.download_table td, h2.download_docs {
  background: url(/images/stories/download.gif) no-repeat left top;
  padding-left: 30px;
  height: 30px;
}
h2.download_docs {
  line-height: 25px;
  margin-bottom: 0;
}

