/* Start of CMSMS style sheet 'Layout' */
body {
	background: #393335 url(uploads/images/bg.jpg) repeat-x scroll 0 0;
}
#bodyWrapper {
	margin: 0 auto;
	width: 751px;
	overflow: hidden;
	position: relative;
}

/*-------banner----------*/

#mastHead h1 a{
	background: transparent url(uploads/images/logo.gif) no-repeat scroll 0 0;
	width: 297px;
	height: 136px;
	text-indent: -9999px;
	display: block;
        margin: 0 auto;
}

/*-------nav-------*/

#mainMenu {
	background: url(uploads/images/navbar.gif) no-repeat scroll 0 0;
	width: 751px;
	height: 44px;
	position: absolute;
	top: 195px;
        left:0;
        clear: both;
        z-index: 100;
}

#contentWrapper {
	margin-top: 83px;
	background: #fff;
	width: 749px;
        overflow: hidden;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/*-------content-------*/

#imgRow {
	background: #fff;
	width: 749px;
	height: 270px;
	padding: 20px 0px 0 0px;
	position: relative;
}
#imgRow h2{
	background: url(uploads/images/blue_dots.gif) no-repeat scroll 0 0;
	line-height: 1em;
	padding-left: 40px;
	padding-bottom: 20px;
	margin-left: 20px;
	z-index: 10;
	position: relative;
}
#imgRow img {
	position: absolute;
	top: 0;
left:0;
	z-index: 1;
}


.indent {
	display: block;
	text-indent: 20px;
}

#topRow {
	padding: 10px 20px 10px 20px;
	width:  709px;
	float: left;
}

#leftColumn {
	padding: 10px 20px 10px 20px;
	width:  428px;
	float: left;
}

.contact #leftColumn, .contact #rightColumn {
    width: 340px;
}

* html #leftColumn {width: 420px;}

#rightColumn {
	padding: 10px 20px 10px 8px;
	width:  252px;
	float: left;
	position: relative;
}
* html #rightColumnl ul {padding-right: 10px;}


#catColumn #rightColumn img {margin-bottom: 40px;}

/*-------footer-------*/
#footer {
	background: transparent url(uploads/images/footer.gif) no-repeat scroll 0 0;
	width: 751px;
	height: 24px;
	float: left;
        margin-bottom: 35px;
}
#footer ul {
	margin: 0;
	padding: 0 0 0 20px;
	width: 545px;
	float: left;
list-style: none;
}
#footer li {float: left;}
#footer {
	float: left;
	padding-left: 10px;
	color: #333;
}
#logoLink {
        text-align: center;
        font-size: 11px;
        color: #ccc;
}

#logoLink a {
     color: #ccc;
}


/*--------------------------------
    CALLS TO ACTION
---------------------------------*/

a.goldCTA, a.silverCTA, a.bronzeCTA {
    height:71px;
    padding:10px 15px;
    width:216px;
    display: block;
    font-size: 16px;
    line-height: 1.3em;
    color: #4c3a3e;
}

a.goldCTA:hover, a.silverCTA:hover, a.bronzeCTA:hover {
   color: #000;
   text-decoration: none;
}

a.goldCTA {
    background: url(uploads/images/goldCTA.jpg) no-repeat 0 0;
}

a.silverCTA {
    background: url(uploads/images/silverCTA.jpg) no-repeat 0 0;
}

a.bronzeCTA {
    background: url(uploads/images/bronzeCTA.jpg) no-repeat 0 0;
}
/* End of 'Layout' */

