/* Start of CMSMS style sheet 'Layout' */
/*---------------------
    GLOBAL
---------------------*/
 
body {
    margin: 0;
    padding: 0;
    background: #fff;
}
 
#bodyWrapper {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: #fff;
}
 
 
/*---------------------
    BANNER
---------------------*/
 
#mastHead {
    position: relative;
    height: 60px;
    overflow: hidden;
    background: url(uploads/images/mastHead.jpg) no-repeat scroll 0 0;
    margin-top: 20px;
}
 
#mastHead h1 {margin:0;}
 
#mastHead h1 a {
    background: url(images/logo.gif) no-repeat scroll 0 0;
    height: 50px;
    width: 50px;
    display: block;
    overflow: hidden;
    text-indent: -9999em;
    float: right;
}
 
/*---------------------
    CONTENT
---------------------*/

#contentWrapper {
    position: relative;
    padding-top: 24px;
	min-height: 450px;
	overflow: hidden;
	background: url(uploads/images/bodyBG.jpg) no-repeat scroll 0 bottom;
}

/*------------------------*/

.homepage #contentWrapper {
	background:none;

}

.cultural #content {
	width: 595px;
	padding: 20px 35px 20px 30px;
	float: left;
}

.cultural #rightCol {
	width: 300px;
	float: left;
	padding: 20px 0 20px;
}

.narrow #content {
	width: 595px;
	padding: 20px 35px 20px 30px;
	float: left;
	margin-right: 59px;
}

.narrow #rightCol {
	width: 241px;
	float: left;
	padding: 20px 0 20px;
}

/*------------------------*/


#image {
	background: #fff;
	height: 336px;
	width: 960px;
} 
 
#imageSmall {
	background: #fff;
	height: 100px;
	width: 960px;
}

/*---------------------
    RED CTA BOXES
---------------------*/
#image div.imagebox {
	color:#FFFFFF;
	height:213px;
	left:20px;
	overflow:hidden;
	padding:0 11px;
	position:absolute;
	top:125px;
	width:195px;
	display: block;
}

#image div#box1 {
	left:20px;
}

#image div#box2 {
	left:255px;
}

#image div#box3 {
	left: 490px;
}

#image div.imageboxsleeve {
	padding-top: 86px;
}

#image div.imageboxsleeve:hover {
	padding-top: 26px;
}


* html #image div.imageboxsleeve {
	padding-top: 76px;
}

* html #image div.imageboxsleeve:hover {
	padding-top: 46px;
}

* html #image div.imageboxsleeve h3 {
        margin-bottom: 1px;
        height: 45px;
}



#image div a.redBoxLink {
	color: #111;
	font-weight: bold;
	text-align: center;
	background: url(uploads/images/ctaBtn2.gif) no-repeat scroll 0 0;
	padding: 2px 0;
	display: block;
	float: left;
	width: 65px;
	height: 25px;
}

#image div a.redBoxLink:hover {
	text-decoration: none;
}

#image div p {
	margin-bottom: 30px;
}

#image div h3 {
	color: #fff;
	text-transform: lowercase;
	font-size:1.55em;
	font-weight:normal;
	line-height:1em;
	margin:0 0 0em;
	width:185px;
        height: 48px;
        overflow: hidden;
        position: relative;
}
* html #image div h3 {height: 67px;}


/*----------  UL's ----------*/

#col1, #col2, #col3 {
	width: 216px;
	float: left;
	padding: 20px 0 0 19px;
	
}

#col1 h3, #col2 h3, #col3 h3 {
	color: #000;
	margin-bottom: 10px;
}

/*---------------------
    FOOTER
---------------------*/
 
#footer {
    position: relative;
    color: #000;
    font-size: 11px;
    margin-top:20px;
    clear: both;
}

/* End of 'Layout' */

