	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
		min-height: 590px;
	}
	/* 2 column left menu settings */
	.leftmenu {
	}
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:200px;
        background: none;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:200px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:0 15px 0 300px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	}
	.leftmenu .col1 ul {
	line-height: 175%;
	}
    .leftmenu .col2 {
        float:left;
        width:270px;
        position:relative;
        right:185px;
    }
    
.col2 ul{ 
list-style-image: url("../images/arrowbullet.png"); 
padding: 0px;
margin: 0px;
margin-left: 20px;
}
.col2 li {
margin-bottom: 20px;

}
.col2 li a {
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size: 14px;
font-weight: normal;
color:#1b466f;
border-bottom: 1px dotted #1b466f;
text-decoration: none;
}
.col2 li a:hover {
color: #369;
border-bottom: 1px solid #369; 
text-decoration: none;
}
.col2 li a:active {
color: #264C72;
border-bottom: 1px solid #264C72; 
text-decoration: none;
}

   .col1 ul li {
   font-size: 12px;
   }
   .col1 p {
   padding-right: 35px;
   }
   
.bqstart {
     float: left;
     font-size: 800%;
     color: #556D7D;
     margin-top: 20px;
 }

 .bqend {
     float: right;
     font-size: 800%;
     color: #556D7D;
 }
.col2 p {
font-size: 18px;
font-weight: lighter;
font-family:Verdana,Geneva,sans-serif;
letter-spacing: 2px;
line-height: 150%;
padding-top: 30px;
}

blockquote.callout {
margin: 0px;
padding: 0px;
width: 275px;
background: url("../images/quote_start.gif") no-repeat 0px 15px;
}
blockquote.callout p {
padding: 50px 10px;
color: #727272;
font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;
font-size: 125%;
line-height: 1.3;
background: url("../images/quote_end.gif") no-repeat 210px 275px;
	width:250px;
}
blockquote.callout p.link {
padding-top: 0;
text-align: right;
font-size: 90%;
}
blockquote.callout p.link a {
text-decoration: underline;
color: #66004F;
}
.h2span {
margin-top: -50px;
padding-left: 10px;
position: absolute;
}
.h2span h2 {
margin-bottom: 0px;
margin-top: 0px;
}

/*
  First define a content are width and position, if needed. I'm centering
  the 623px wide shell
*/
#clb-shell {
  margin : 0px;
  padding: 0px;
  width : 630px;
}

/* 
  My main experiment sub-heading. Just setting color
*/
#clb-shell h2 {
  color : #669900;
}

/*
  Now I'm resetting the paragraph padding (it was zeroed). I'm also clearing
  the p, but I don't really need this for the top one, only the bottom. The 
  top has no effect (it'll clear the heading by default), but it is needed 
  for the bottom (depending on the shell width versus the ul width). It may 
  not be needed at all. Your situation will determine.
*/
#clb-shell p {
  padding : 10px;
  clear : both;
}

/*
  I define the width of the ul, set the height (in ems!) align the text and
  remove list styles. The last may not be needed on most browsers
*/
ul#clb {
  width : 630px;
  text-align : left;
  list-style-type : none;
  margin : 0px;
  padding: 0px;
}

/*
  Now I style the individual boxes (li)
*/
ul#clb li {
  margin : 0 4px;
  margin-bottom: 4px;
  margin-top: 4px;
  border : 1px solid #666;
  width : 200px;
  height : 170px;
  background : #ffffea url(../images/services_box.png);
  float : left; 
  display : inline;
}

/*
  Style the li links
*/


/*
  Style the h3 links
*/
#clb-shell ul#clb h3 {
padding: 0px;
margin: 0px;
font-size: 14px;
}
#clb-shell ul#clb h3 a {
  color : white;
  display : block;
  width : 194px;
  padding : 2px 3px;
  margin: 0px;
  background : #333 url(../images/services_bg.png) repeat-x; 
  border-bottom : 1px solid #666;
  text-decoration : none;
}
#clb-shell ul#clb h3 a:hover, #clb-shell ul#clb h3 a:focus, #clb-shell ul#clb h3 a:active {
  background : #957412 url(../images/services_bg_hover.png) repeat-x;
  color : white;
}
/*
  This tyles the text p content within the li separately. The most important 
  thing here is to re-kill the padding and add the margin to create good gutters
*/
ul#clb p {
  font-size : 12px;
  padding : 0;
  margin : 10px;
  line-height: 150%;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.services_morebutton {
padding: 0px;
margin: 0px;
text-align: right;
margin-left: 140px;
margin-top: 110px;
float: right;
position: absolute;
}
