@charset "utf-8";


body {
	padding: 0;
	margin: 0;
	background: #ebebeb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#containerSite {
	width: 960px;
	margin: 0 auto 0 auto;
	background: #fff;
	border-bottom: 5px solid #2f5f17;
	padding: 25px 17px 25px 16px;
}

#header {
	margin-bottom: 30px;
}

#containerSite h1 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	background: #e6e6e6 url(../img/layout/portal_arrow_hl.jpg) no-repeat right;
	padding: 0 0 0 10px;
	margin-bottom: 24px;
}
#containerSite .green {
	color: #2f6215;
}

.clearer {
	clear: both;
}

.camBox {
	width: 273px;
	float: left;
	padding-right: 35px;
	background:  url(../img/layout/portal_dotted.gif) repeat-y top right;
	margin-right: 35px;
	margin-bottom: 35px;
}
.scnBox {
	margin-right: none;
}
.lastBox {
	margin-right: 0px;
	padding-right: 0px;
	background: none;
}
.camBox .camImg {
	text-align: center;
}
.camBox .camImg img {
	border: 9px solid #e6e6e6;
}
.camBox .camLink a {
	text-decoration: none;
	background: url(../img/layout/portal_btn_cam.jpg) no-repeat top left;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding-left: 45px;
	height: 28px;
	line-height: 28px;
	display: block;
	overflow: hidden;
}
.camBox .camLink a:hover {
	background: url(../img/layout/portal_btn_cam.jpg) no-repeat bottom left;
}

#containerFooter {
	width: 963px;
	margin: 0 auto 0 auto;
	color: #9b9b9b;
	padding: 12px 15px;
}
#containerFooter a {
	text-decoration: none;
	color: #9b9b9b;
}
#containerFooter a:hover {
	text-decoration: underline;
}