@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/backgrounds/bgRep.png) repeat;
	height: 100%;
}
html, body {
	height: 100%;
}
header, section, footer, aside, nav, article, figure {
	display: block;
}
#outerCont {
	position: relative;
	width: 100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
#topBar {
	background-color: rgba(13,34,61,255);
	background: url(../images/backgrounds/headerBG_rep.png) repeat-x;
	position: relative;
	margin: 0;
	width: 100%;
	height: 62px;
	z-index: 100;
}
#imageNav {
	position: relative;
	width: 995px;
	margin: 0 auto;
	height:auto;
	overflow: visible;
}
#contentCont {
	position: relative;
	display: block;
	width: 996px;
	height: auto;
	margin: 0 auto;
	padding: 5px 0 180px 5px;
	z-index: 100;
	overflow: hidden;	
}
#leftCol {
	position: relative;
	width: 690px;
	height: auto;
	z-index: 10;
	overflow: visible;
}

/* Right Column (Aside) Formatting */
#rightCol {
	position: relative;
	width: 284px;
	top: 0;
	padding: 45px 0 0 0;
	height: auto;
	float: right;
	z-index: 1;
	overflow: hidden;
}
#rightCol .asideSpacer {
	position: relative;
	width: 284px;
	height: 15px;
}
#rightCol .top {
	position: relative;
	width: 284px;
	height: 15px;
	overflow: hidden;
	z-index: 10;
}
#rightCol .exp {
	position: relative;
	width: 284px;
	height: auto;
	overflow: hidden;
	z-index: 10;
}

#rightCol .exp .content {
	position: relative;
	background: none;
	width: 250px;
	height: auto;
	margin: 5px auto;
	overflow: hidden;
	z-index: 10;
	color: #FFFFFF;
}
#rightCol .exp .content h1, #rightCol .exp .content h2, #rightCol .exp .content h3 {
	color: #FFFFFF;
	text-align: center;
	text-shadow: #666666 1px 1px 2px;
}
#rightCol .bottom {
	position: relative;
	width: 284px;
	height: 15px;
	overflow: hidden;
	z-index: 10;
}

/* Blue Aside Box */
#rightCol .blueAside {
	position: relative;
	width: 284px;
	height: auto;
	z-index: 1;
	overflow: hidden;
}
#rightCol .blueAside .top {
	background: url(../images/backgrounds/asideBlue_top.png) no-repeat;
}
#rightCol .blueAside .exp {
	background: url(../images/backgrounds/asideBlue_rep.png) repeat-y;
}
#rightCol .blueAside .bottom {
	background: url(../images/backgrounds/asideBlue_bottom.png) no-repeat;
}

/* Orange Aside Box */
#rightCol .orangeAside {
	position: relative;
	width: 284px;
	height: auto;
	z-index: 1;
	overflow: hidden;
}
#rightCol .orangeAside .top {
	background: url(../images/backgrounds/asideOrange_top.png) no-repeat;
}
#rightCol .orangeAside .exp {
	background: url(../images/backgrounds/asideOrange_rep.png) repeat-y;
}
#rightCol .orangeAside .bottom {
	background: url(../images/backgrounds/asideOrange_bottom.png) no-repeat;
}

/* Green Aside Box */
#rightCol .greenAside {
	position: relative;
	width: 284px;
	height: auto;
	z-index: 1;
	overflow: hidden;
}
#rightCol .greenAside .top {
	background: url(../images/backgrounds/asideGreen_top.png) no-repeat;
}
#rightCol .greenAside .exp {
	background: url(../images/backgrounds/asideGreen_rep.png) repeat-y;
}
#rightCol .greenAside .bottom {
	background: url(../images/backgrounds/asideGreen_bottom.png) no-repeat;
}

/* Red Aside Box */
#rightCol .redAside {
	position: relative;
	width: 284px;
	height: auto;
	z-index: 1;
	overflow: hidden;
}
#rightCol .redAside .top {
	background: url(../images/backgrounds/asideRed_top.png) no-repeat;
}
#rightCol .redAside .exp {
	background: url(../images/backgrounds/asideRed_rep.png) repeat-y;
}
#rightCol .redAside .bottom {
	background: url(../images/backgrounds/asideRed_bottom.png) no-repeat;
}

/* Footer Formatting */
footer#pageFoot {
	position: relative;
	margin: -150px 0 0 0;
	width: 100%;
	height: 150px;
	overflow: hidden;
	border-top: 1px #596a72 solid; 
	z-index: 300
}
footer #bg {
	position: absolute;
	top: 0;
	left: 0;
	background: #596a72; /* old browsers */
	background: -moz-linear-gradient(top, #596a72 0%, #cedce7 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#596a72), color-stop(100%,#cedce7)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#596a72', endColorstr='#cedce7',GradientType=0 ),alpha(opacity=65); /* ie */
	opacity:0.65;
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 10
}
footer#innerFoot {
	background: url(../images/backgrounds/ComolliCOA.png) top right no-repeat;
	clear: both;
	position: relative;
	display: block;
	width: 975px;
	height: 150px;
	margin: 0 auto;	
	z-index: 100;
}