/* Start of CMSMS style sheet 'Layout' */
/*---------------------
    GLOBAL
---------------------*/
 
body {
    margin: 0;
    padding: 0;
    background: #fff;
}
 
#bodyWrapper {
    width: 907px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: #fff;
}
 
 
/*---------------------
    BANNER
---------------------*/
 
#mastHead {
    background: url(uploads/images/mastHead.jpg) no-repeat scroll 0 0;
    position: relative;
    height: 196px;
    overflow: hidden;
}
 
#mastHead h1 {margin:0;}
 
#mastHead h1 a {
    display:block;
	height:133px;
	left:48px;
	overflow:hidden;
	position:absolute;
	text-indent:-9999em;
	top:26px;
	width:274px;
}

#mastHead h3 {
     float: right;
     padding: 10px;
     margin: 0 40px 0 0;
     background: #6FBF44;
     border: 1px solid #999;
     border-top: 0;
     width: 150px;
     text-align: right;
     color: #fff;
}
#mastHead h3 big {
     font-size:1.6em;
     line-height: 1em;
}
#mastHead h3 small {
display:block;
font-size:15px;
line-height:1em;
}
#mastHead h3 small a {color: #fff;}
 
/*---------------------
    CONTENT
---------------------*/
 

#contentWrapper {
    position: relative;
    overflow: hidden;
}

#imageRotator {
	padding: 0;
	margin: 0 0 -5px 1px;
width: 906px;
height: 222px;
position:relative;
overflow: hidden;
}

#imageRotator.bannerContent
{
background: #6FBF44;
overflow: hidden;
font-size: 3.0em;
line-height: 1.2em;
color: #FFF;
padding:50px 400px 0px 20px;
width:482px;
height: 168px;
margin-left: 2px;
}

#imageRotator.bannerContent img
{
position: absolute;
right: 0;
top: 0;
}

#imageRotator.bannerContent strong
{
font-weight: normal;
color: #336799;
}

#leftCol {
	width: 318px;
	min-height: 370px;
	background: url(uploads/images/leftCol-BG.jpg) repeat-x scroll 0 0;
	float: left;
	margin-left: 4px;
}

#bodyWrapper.iform #leftCol {
	width: 318px;
	min-height: 370px;
	background: #fff;
	float: left;
	margin-left: 4px;
margin-top:41px;
}
.narrowColumn #leftCol {width: 160px; padding: 10px;}

#content {
	padding-top: 15px;
	width: 551px;
	float: left;
	margin-left: 30px;
}

.narrowColumn #content {
       width: 902px; 
       margin-left: 3px; 
       margin-top: -13px;
       padding: 0;
}

/*---------------------
    CTAs
---------------------*/

#leftCol a.cta {
    background: url(uploads/images/ctaBtn.jpg) no-repeat scroll 0 0;
    color:#336699;
    cursor:pointer;
    display:block;
    font-size:13px;
    height:36px;
    line-height:1.3em;
    margin-top:10px;
    padding:13px 28px 15px 24px;
    width:266px;
}

#leftCol a.cta span {
	font-size: 19px;
    color: #1a3f64;
    font-weight: normal;
}

#leftCol a.cta:hover {
	text-decoration: none;
	color: #419314;
}


 
/*---------------------
    FOOTER
---------------------*/
 
#footer {
	background: url(uploads/images/footer.jpg) no-repeat scroll 0 0;
	width: 888px;
	height: 16px;
    position: relative;
    padding: 20px 18px 20px 0;
	text-align:right;
}

#acornLogo {
	float: right;
	cursor:pointer;
	margin: 10px 0 10px;
}


 
/*---------------------
    MODS
---------------------*/

#mastHead h3 big {
	font-size:1.59em;
	font-weight:bold;
	line-height:1em;
}


#mastHead h3 {
	background:#6FBF44 none repeat scroll 0 0;
	border: 1px solid #999;
	color:#FFFFFF;
	float:right;
	font-size:20px;
	margin: 15px 40px 0 0;
	padding:20px 10px 20px;
	text-align:center;
	width:274px;
}


/* End of 'Layout' */

