@charset "UTF-8";
/* CSS Document */

.container-12, .container-16 {
	margin-left: 0px;
	width:100%;
	height:100%;
}

#site-subheader {
	background: #00787a;
	padding-top: 50px;
	padding-bottom: 25px;
	margin-top:-50px;
	text-align:CENTER;
}

#sidebar-left {
	width: 181px;
	top:0px;
	bottom: 0px;
}

#page {
	top: 0px;
	bottom: 0px;
	position:absolute;
}

#slc_footer {
	border-top:#000 1px solid;
	padding-top: 25px;
	margin-top: 25px;
	text-align:center;
	margin-left: 0px;
	margin-right: 0px;
}

#sidebar-left a {
	color:#FFF;
	text-decoration:none;
	text-transform:capitalize;
}

li.leaf, ul.menu {
	list-style-type: none;
	list-style-image:none;
	line-height: 32px;
}

body {
	margin-top: 0px;
}

#main-content.home {
margin-top:-20px;
}