/* Start of CMSMS style sheet 'Layout' */
/*---------------------
    GLOBAL
---------------------*/
 
body {
    margin: 0;
    padding: 0;
    background: #fff;
}
 
#bodyWrapper {
    width: 904px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: #fff;
}
 
 
/*---------------------
    BANNER
---------------------*/
 
#mastHead {
    background: #fff;
    position: relative;
    height: 200px;
    overflow: hidden;
}
 
#mastHead h1 {margin:0;}
 
#mastHead h1 a {
   background: url(uploads/images/logo.gif) no-repeat scroll 0 0;
   display:block;
   height:91px;
   overflow:hidden;
   position:absolute;
   text-indent:-9999em;
   top:26px;
   width:241px;
}
 
/*---------------------
    CONTENT
---------------------*/
 

#contentWrapper {
    position: relative;
    overflow: hidden;
    border-top: 12px solid #E5E5E5;
    border-right: 12px solid #E5E5E5;
    zoom: 1;
}

#imageRotator {
	padding: 0;
	margin: 0 0 -5px 0px;
}

#imageRotator p {margin:0;}

#leftCol {
	width: 318px;
	float: left;
        margin-top: 30px;

}

#leftCol2 {
	background: url(uploads/images/layout/leftCol-BG.jpg) repeat-x scroll 0 0;
	float: left;
        padding: 20px 0px 0px 0px;
        width:318px;

}

* html #leftCol, * html #leftCol2 {
     margin-top: 29px;
}


#content {
	width: 515px;
	float: left;
	margin-left: 30px;
        padding-right: 29px;
        padding-bottom:20px;
	padding-top: 30px;
}
.narrowColumn #content {width: 689px;}

/*---------------------
    CTAs
---------------------*/

#leftCol a.cta, #leftCol2 a.cta {
	background: url(uploads/images/layout/ctaBtn.jpg) no-repeat left top;
	width: 275px;
	height: 63px;
	display: block;
	margin-top: 5px;
	cursor: pointer;
	color: #153c47;
	font-size: 15px;
	padding:20px 28px 10px 15px;
}

#leftCol a.cta span, #leftCol2 a.cta span {
	font-size: 19px;
        color: #00718f;
        font-weight: normal;
        line-height: 1.25em;
        margin-bottom: 4px;
        display: block;
}

#leftCol a.cta:hover, #leftCol2 a.cta:hover {
	background: url(uploads/images/layout/ctaBtn.jpg) no-repeat left bottom;
	text-decoration: none;
	color: #153c47;
}


 
/*---------------------
    FOOTER
---------------------*/
 
#footer {
   height:16px;
   margin-left:350px;
   padding:10px 18px 20px 0;
   position:relative;
   width:536px;
   margin-bottom: 30px;
   border-top: 12px solid #e5e5e5;
}

#footer p {font-size:11px;}

#acornLogo {
	float: right;
	cursor:pointer;
	margin: 10px 0 10px;
}

/* End of 'Layout' */

