/* Start of CMSMS style sheet 'Layout' */
/*---------------------
    GLOBAL
---------------------*/
 
body {
    margin: 0;
    padding: 0;
    background: #fff url(uploads/images/layout/bodyShadow.gif) repeat-y scroll 644px 0;
}
 
#bodyWrapper {
    position: relative;
    padding-bottom: 100px;
}
* html #bodyWrapper {border: 1px solid #fff;}
 
/*---------------------
    BANNER
---------------------*/
 
#mastHead {
    position: relative;
    height: 130px;
    overflow: hidden;
    width: 910px;
    margin: 0 0 0 50px;
}
* html #mastHead {left: 50px;}
 
#mastHead h1 {
	margin:0;
	width: 594px;
	float: left;
}
 
#mastHead h1 a {
    background: url(uploads/images/layout/logo.gif) no-repeat scroll 0 0;
    height: 39px;
    width: 252px;
    display: block;
    overflow: hidden;
    text-indent: -9999em;
    margin: 50px 0 0 20px;
}
.blogTemplate #mastHead h1 a {
    background: url(uploads/images/layout/logo-blog.gif) no-repeat scroll 0 0;
    height: 50px;
    width: 329px;
}

#mastHead #bannerSide {
	width: 310px;
	float: left;
        position: relative;
        padding-top: 50px;
        height:  80px;
        background: url(uploads/images/layout/bodyShadow.gif) repeat-y scroll 0 0;
}
#mastHead #bannerSide a {display:block;}

#mastHead #bannerSide .bigArrow {
     background: url(uploads/images/layout/orangeArrow.gif) no-repeat scroll 0 0;
     height: 64px;
     width: 50px;
     position: absolute;
     top: 40px;
     left: -20px;
     padding: 0;
     margin: 0;
}


/*---------------------
         TAG LINE
---------------------*/

a.tagline {
    left:205px;
    position:absolute;
    top:90px;
    color: #999;
}

a.tagline:hover {
   text-decoration: none;
}

/*---------------------
    CONTENT
---------------------*/
 
#contentWrapper {
    position: relative;
    width: 914px;
    margin: 0 0 0 50px;
    overflow: hidden;
}

#mainColumn {
	width: 594px;
	float: left;
        padding-top: 65px;
}

#sideColumn {
	width: 320px;
	float: left;
        background: url(uploads/images/layout/bodyShadow.gif) repeat-y scroll 0 0;
        padding: 60px 0 0px;
}

#sideColumn div, #bannerSide div {
	padding: 5px 0 5px 40px;
	background: #f9f9f9;
	margin-bottom: 10px;
}
#sideColumn div p, #bannerSide div p {margin-bottom:0; margin-right:10px;}
 
/*---------------------
    FOOTER
---------------------*/
 
#footer {
    position: absolute;
    padding: 2px 10px;
    bottom: 20px;
    left: 637px;
    background: url(uploads/images/layout/brownArrow.gif) no-repeat scroll 0 0;
    color: #c58a5e;
    font-size: 11px;
}

/* End of 'Layout' */

