/* Start of CMSMS style sheet 'Layout' */
/*---------------------
    GLOBAL
---------------------*/
html, body {min-height: 100%;}
body {
    background: #646262 url(uploads/images/bottomRight.png) no-repeat scroll 680px 100%;
    margin: 0;
    padding: 0;
}

* html body {
	background: #646262  url(uploads/images/bottomRight.gif) no-repeat scroll 680px 100%;
height: 100%;
}
 
#bodyWrapper {
    background: transparent url(uploads/images/topLeft.png) no-repeat scroll 0 -15px;
}

* html #bodyWrapper {
	background: transparent url(uploads/images/topLeft.gif) no-repeat scroll 0 0;
}
 

/*---------------------
    BANNER
---------------------*/
 
#mastHead {
    position: relative;
    height: 150px;
    overflow: hidden;
    /*border: 1px solid pink;*/
}
 
#mastHead h1 {margin:0;}
 
#mastHead h1 a {
    background: transparent url(uploads/images/logo.png) no-repeat scroll 0 0;
    margin-top: 45px;
    height: 78px;
    width: 420px;
    display: block;
    overflow: hidden;
    text-indent: -9999em;
}
* html #mastHead h1 a {background: transparent url(uploads/images/logo.gif) no-repeat scroll 0 0;}
 
/*---------------------
    CONTENT
---------------------*/
 
#contentWrapper {
    position: relative;
    width: 640px;
    min-height: 450px;
    margin-left: 230px;
    /*border: 1px solid yellow;*/
*margin-left: 260px;
}

#content {
	background: transparent url(uploads/images/formBG.png) repeat scroll 0 0;
	padding: 20px;
	width:600px;
}

* html #content {
         background: #777;
}


/*---------------------
    HOME MODIFICATIONS
---------------------*/

.homepage #content {
         background: none;
         padding: 0;
}

.homepage #content h1 { background: transparent url(uploads/images/formBG.png) repeat scroll 0 0;}
.homepage h1 span {padding: 20px; display: block;}
.homepage h1 span.highlight {padding: 0; display: inline;}
.homepage h1 img {margin: 0 10px 5px;}

.homepage #content h2 {
        background: transparent url(uploads/images/formBG.png) repeat scroll 0 0;
	padding: 4px 20px;
        font-size: 24px;
        display: inline;
}
.homepage #content h2 a:hover {color: #fff; text-decoration: none;}
.homepage #content h2 a:hover .highlight {color: #FF5C5C;}

.homepage #content p {color: #aaa;}
.homepage #content a {color: #ccc;}

.homepage #content .homeCTA p {margin-bottom: 0;}

/*---------------------
    GALLERY MODIFICATIONS
---------------------*/

#gallery {
        width: 600px;
}

/*---------------------
    FOOTER
---------------------*/
 
#footer {
width: 100%;
height: 40px;
overflow: hidden;
position: relative;
}

#footer a {
	background: transparent url(uploads/images/acornLogo.gif) no-repeat scroll 0 0;
	text-indent: -999em;
	height: 20px;
	width: 82px;
	display: block;
	outline: none;
float: right;
margin-right: 20px;
}



/* End of 'Layout' */

