@charset "UTF-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #cc9966;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #ffffff url(http://www.companionpublishing.com/images/mainbar2.jpg) bottom center no-repeat; 
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 15px 20px;
	border-right: 1px #cc9966 solid;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff url(http://www.companionpublishing.com/images/footer_bg.jpg) no-repeat top center; 
	height: 80px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #cc9966;
	text-align: center;
}
.twoColFixLtHdr #footer p a {
	font-size: 10px;
	color: #cc9966;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*bjm major changes start */
.twoColFixLtHdr #mainContent_wide { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
/*-------------------------------------text formatting--------------------*/
h1 {font: bold 18px/1 sans-serif;
color:#663300;
padding-top: 10px;}
h2 {font: bold 120%/1 sans-serif;
color:#663300;
padding-top: 10px;}
h5 {font: bold 12px/1 sans-serif;
color:#000000;
padding-top: 10px;}
a {color: #996633;}
/*-------------------------------------gallery start*/

#gallery {width:700px; height:465px; padding:10px; border:1px solid #333; background: #ffd7b0; position:relative; }
#gallery b.default {position:absolute; left:10px; top:10px; width:450px; height:330px; text-align:center;}
#gallery b.default img {display:block; margin:0 auto 10px auto; border:1px solid #000;}
#gallery b.default span {display:block; color:#fff; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:450px; margin:0 auto;}

#gallery ul {list-style:none; padding:0; margin:0; width:230px; position:relative; float:right;}
#gallery ul li {display:inline; width:100px; height:73px; float:left; margin:0 5px 5px 5px; background: url(http://www.cpstesting3.com/images/tn_cpslogo.jpg);}
#gallery ul li a {display:block; width:100px; height:73px; text-decoration:none; border:1px solid #000;}
#gallery ul li a span {display:none;}
#gallery ul li a img {display:block; display:inline-block; width:100px; height:73px; border:0;}
/*#gallery ul li a:hover {white-space:normal;}
#gallery ul li a:hover b {position:absolute; left:-470px; top:0; width:450px; height:330px; text-align:left; background:#000; z-index:20;}
#gallery ul li a:hover span {display:block; color:#000; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:400px; margin:0 auto;}
#gallery ul li a:hover img {margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #000;}*/

#gallery ul li a:active, #gallery ul li a:focus {white-space:normal;}
#gallery ul li a:active b, #gallery ul li a:focus b {position:absolute; left:-470px; top:0; width:450px; height:330px; text-align:left; background:#888; z-index:10;}
#gallery ul li a:active span, #gallery ul li a:focus span {display:block; color:#000; font-family:verdana, arial, sans-serif; font-weight:bold; line-height: 18px; font-size:12px; width:450px; margin:0 auto;}
#gallery ul li a:active img, #gallery ul li a:focus img{margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #000;}

/*-------------------------------------left side box*/
#ls {background: url(http://www.recoverywalk.org/images/right/rotator.php) no-repeat top center;
position: absolute; z-index: 101;
height: 250px;
width: 93px;
top: 8.4em; right: 20px;
padding-left: 15px;
border: 1px solid black;}

/*BJM START ---------------------------------------------------------------top main menu */

#topmenu{
float: right;
margin-top: -5px;
margin-right: 5px;
width: 775px;
padding-top: 10px;
padding-bottom: 10px;
font-size: 12px;
}

* html #topmenu{ /*IE 6 only */
w\idth: 775px; /*Box model bug: 180px minus all left and right paddings for #topmenu */
}

#topmenu ul {
list-style: none;
display: block;
}

#topmenu li {
display: block;
float: right;
font-variant: small-caps;
font-weight: bold;
color: #663300;
}

#topmenu li a{
padding: 0 8px 0px 8px;
text-decoration: none;
color: #663300;
}

html>body #topmenu li a{ /*Non IE6 width*/
width: auto;
}

#topmenu li a:hover{
color: #996633;
text-decoration: underline;
}
/*END top main menu */

/*BJM START ------------------------------------------------------------portfolio menu */

.tabs {padding:10px 0 0 0px; margin:40px 10px 0 0; width:720px; list-style:none; height:26px; background:#ffd7b0; border:1px solid #000; position:relative;}
.tabs li {float:left; margin-right:-4px; margin-bottom:-1px;}
.tabs li a {display:block; text-decoration:none; font-size:11px; font-family:verdana, arial, sans-serif; line-height:23px;}
.tabs li a em {display:block; float:left; height:25px;text-align:center; padding:0 15px; background:#996633; border:1px solid #000; border-right:0; font-style:normal; color:#fff;}
.tabs li a span {display:none;}
.tabs li a b {position:relative; display:block; float:left; z-index:100; border-bottom:1px solid #000; width:2px; background:url(images/tab.gif);}

.tabs li a b.p1 {height:25px; margin-top:1px;}
.tabs li a b.p2 {height:23px; margin-top:3px;}
.tabs li a b.p3 {height:21px; margin-top:5px;}
.tabs li a b.p4 {height:19px; margin-top:7px;}
.tabs li a b.p5 {height:18px; width:1px; background:#000; margin-top:9px; font-size:1px; line-height:0; border:0;}

.tabs li a:hover {color:#000; white-space:normal;}

.tabs li a:hover em {background:#cc9966; color:#000; cursor:pointer; border-bottom-color:#cc9966; position:relative; z-index:300;}
.tabs li a.selected em {background:#cc9966; color:#000; border-bottom-color:#cc9966; font-weight:bold; position:relative; z-index:400;}
.tabs li a.selected:hover em {cursor:default;}
.tabs li a.selected:hover b {cursor:default;}
.tabs li a.selected b {z-index:400; background-position:0 -33px; border-bottom-color:#cc9966; cursor:pointer;}

.tabs li a:hover b {background-position:0 -33px; border-bottom-color:#cc9966; cursor:pointer;}
.tabs li a:hover b.p5, .menu li a.selected b.p5 {background:#000;}

.tabs li a:hover span {display:block; position:absolute; left:10px; top:35px; color:#000; white-space:nowrap;}
.tabs li a.selected:hover span {display:block; position:absolute; right:10px; top:35px; color:#000; white-space:nowrap;}

.message {background:#cc9966; border:1px solid #000; border-top:0; width:700px;text-align:left; padding:5px 10px; margin:0 10px 0px 0; color:#fff; font-size:10px;}
/*END*/