	/* 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 50px 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 {
	width:562px;
	text-align:left;
	margin: 0px auto;
	padding:0;
	list-style-type:none;
	clear:both;
   }
   .col2 ul li {
   text-decoration: none;
   list-style: none;
	float:left;
	border:none;
	padding-top: 10px;
	font-size: 12px;
   }
   .col1 ul li {
   font-size: 12px;
   }
   .col2 ul li h2 {
   font-size: 18px;
   display:block;
   color: black;
   padding-left: 10px;
   }
   .col2 ul li div {
   width: 48px;
   height: 48px;
   background: url(../images/sprites-trans.png) no-repeat left top; 
   display:block;
   
   }
   
.bqstart {
     float: left;
     font-size: 800%;
     color: #556D7D;
     margin-top: 20px;
 }

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

p {
line-height: 150%;
}

blockquote.callout {
margin: 0px;
padding: 0px;
width: 800px;
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 120px;
	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: -40px;
padding-left: 10px;
position: absolute;
}
.h2span h2 {
margin-bottom: 0px;
margin-top: 0px;
}
