/* Start of CMSMS style sheet 'wrappers' */
/* ------------ Outer Wrapper ------------ */
#outer-wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

/* ------------ Header ------------ */
#header {
	height: 136px;
	width: auto;
	padding: 0 0 0 0;
}

#logo {
	float: left;
	width: 182px;
	margin: 80px 0 0 0;
}

#logo a {
/* adjust according your image size */
	height: 56px;
	width: 182px;
/* forces full link size */
	display: block;
/* this hides the text */
	text-indent: -9999em;
	margin-top: 0;
	margin-left: 0;
/* you can set your own image here, note size adjustments */
	background: url(uploads/images/se_logo.png) no-repeat left top;
}

/* ------------ Wrapper ------------ */
#wrapper {
	min-height: 555px;
	margin: 0 auto;
	z-index: -10;
}

.wrapper-900 {
	width: 900px;
}

.wrapper-660 {
	width: 660px;
}

.wrapper750 {
	width: 750px;
}

/* ------------ Content ------------ */
#content-wrapper {
	background: url(uploads/images/content-bottom.png) 0 100% no-repeat;
	padding: 0 0 78px 0;
}

#content-top {}

#content {
	min-height: 248px;
	text-align: left;
}

#content p {
	margin: 0 0 1em 0;
}

#content ul {
	list-style: circle;
	margin: 0 0 1em 1em;
}

/* ------------ Footer ------------ */
#footer-wrapper {
	/*min-height: 235px;
	height: auto!important;
	height: 235px;*/
	width: 960px;
	height: 90px;
	margin: 0 auto;
}

#footer {
	margin: 0 auto;
}

#footer {
	color: #fff;
	font-size: 0.8em;
}

#footer p {
	text-align: center;
        margin: 0 0 1em 0;
}	

#footer p.social {
        font-size: 1.2em;
}

#footer p.social a{
        margin: 0 1em 0 0;
}

#footer ul {
	width: auto;
	text-align: left;
	margin-left: 50px;
}

#footer ul ul {
	margin-left: 0px;
}

#footer ul li a {
	color: #fff;
	display: block;
	font-weight: normal;
	margin-bottom: 0.5em;
	text-decoration: none;
}

#footer a {
	color: #dcedf1;
	text-decoration: none;
	font-weight: bold;
}

#footer img {
	margin: 0 2px 0 0;
        vertical-align: middle;
}
/* End of 'wrappers' */

