/*---- Baker Street Advisors Client Services Layout CSS
Copyright (c) 2008 Dan Hartmann Designs, LLC
Version 1.0 ----*/

@import url(layout-headingInternal.css);

/*--- boxes layout in body section ---*/

/*.serviceBox {
width: 261px;
border: 2px #dfdbdb solid;
padding: 10px;
margin-bottom: 6px; } */

.serviceBoxSelected {
width: 251px;
border: 2px #bbbe6e solid;
padding: 10px;
margin-bottom: 6px;
background-color: #bbbe6e;
position: relative; }

#horizBar {
position: absolute;
height: 2px;
width: 36px;
top: 18px;
left: 271px;
background-color: #bbbe6e; }

/*--- Service box link actions ---*/

.serviceBox h3 a {
width: 100%;
display: block; }

.serviceBox h3 a:link,
.serviceBox h3 a:visited {
color: #990;
text-decoration: none; 
width: 251px;
border: 2px #dfdbdb solid;
padding: 10px;
margin-bottom: 6px;
color: #990;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-weight: normal;
text-align: left;
line-height: normal; }

.serviceBox h3 a:hover,
.serviceBox h3 a:focus {
color: #FFF;
background-color: #bbbe6e;
border: 2px #bbbe6e solid;
width: 251px;
padding: 10px;
margin-bottom: 6px; 
color: #FFF;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-weight: normal;
text-align: left;
line-height: normal; }

/*.serviceBox:hover, .serviceBox:focus {
background-color: #bbbe6e;
border: 2px #bbbe6e solid; }*/

/*--- 2 column the stack of boxes created ---*/

#columnsWrapper {
margin: 0px;
padding: 25px 0px 50px 0px;
width: 866px; }

#leftColumn {
width: 251px;
float: left; }

#rightColumn {
width: 549px;
margin-left: 6px;
float: right;
border-left: 2px #bbbe6e solid;
padding-left: 8px;
height: 300px; }

/*--- Bulleted list layout --*/

#conclusions {
width: 866px;
clear: both;
padding-top: 25px; }

/*--- footer layout ---*/

#footer {
margin-top: 50px; }
