body {
	background-attachment: fixed;
	background-image: url(../ssc/images/hosbg.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	color: #050505;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: center top;
	background-color: #555555;
}

a {
  color: white;
	text-decoration: underline;
}

#canvas {
	width: 955px;
	background-repeat: no-repeat;
	border: 1px solid #ffffff;
	margin: 0px auto 0px auto;
	position: relative;
}

#header {
  height: 150px;
	width: 100%;

	background-repeat: no-repeat;
	background-position: 5px 5px;
}

#header #homeLink {
  display: block;
	height: 48px;
	width: 35px;
	top: 12px;
	left: 4px;
	position: absolute;
}

#header h1 {
  /*float: right;*/
	margin-right: 20px;
	font-size: 25px;
	margin-top: 10px;
	text-align: right;
}

div.clear {
  clear: both;
}

#content {
	margin: 10px;
	border: 3px solid white;
	overflow: hidden;
	position: relative;
}

#sideImg {
	position: absolute;
	width: 53px;
	height: 187px;
	left: 872px;
	top: 150px;
	z-index: 993;
}


#mcImg {
	position: absolute;
	width: 53px;
	height: 187px;
	left: 25px;
	top: 325px;
	z-index: 993;
}

#contactImg {
  position: absolute;
	width: 55px;
	height: 187px;
	left: 860px;
	top: 75px;
	z-index: 993;
}

#sidelogoImg {
  position: absolute;
	width: 200px;
	height: 50px;
	left: 675px;
	top: 250px;
	z-index: 993;
}

#bannerBox {
  height: 120px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid white;
}

#bannerBox img {
	position: absolute;
	z-index: 90;
	height: 100px;
	width: 400px;
	left: 525px;
	top: 9px;
}

#bannerBox div#bbMessage {
  height: 50px;
	width: 400px;
	border-top: 1px solid #cccccc;
	position: absolute;
	overflow: hidden;
	top: 50px;
	z-index: 990;
	position: absolute;
}

#bannerBox div#bbbg {
	position: absolute;
	height: 50px;
	width: 400px;
	background-color: white;
	opacity: .7;
	filter: alpha(opacity=70);
	z-index: 991;
	left: 405px;
	top: -172px;
}

#bannerBox div#bbCont {
	width: 400px;
	background-image: url(../images/scpa_header.png);
	background-repeat: no-repeat;
	margin: 20px auto 0px auto;
	position: relative;
}

#maincontent {
  background-color: #ffffff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #C0C0C0;
	float: left;
	width:600px;
	margin: 8px;
	padding: 10px;
}

.leftCol #maincontent {
  float: right;
}

.wideContent #maincontent {
  width: 734px;
}

div#maincontent h2,  div#smallcontent h2 {
  font-size: 18px;
	color: #555555;
	margin: 0px 0px 10px 0px;
	border: none;
}

#smallcontent {
	background-color: #CCCCCC;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	float: right;
	width: 250px;
	margin: 8px;
	padding: 10px;
	z-index: 994;
}

.leftCol #smallcontent {
  float: left;
}

.wideContent #smallcontent {
  display: none;
}

#maincontent img[align=right] {
  margin-left: 5px;
	margin-bottom: 3px;
}



#pageContent h2 {
  margin: 10px;
	font-size: 22px;
	border-bottom: 1px solid #050505;
}

#footer {
  text-align: center;
	color: #050505;
	text-decoration: none;
	width: 800px;
	margin: 5px auto 10px auto;
}

#footer a {
  text-decoration: none;
	display: inline-block;
	margin: 0px 3px;
	color: #050505;
	
}

#footer a:hover {
  text-decoration: underline;
}

li.hiddenBanner {
  display: none;
}
