@charset "utf-8";
@import "decoration.css";
@import "typography.css";
@import "normalize.css";
/* CSS Document */

body {
	width:1000px;
	margin:auto;
}
#header {
	width:1000px;
	height:150px;
	margin:0px;
}

#branding {
	width:280px;
	height:150px;
	float:left;
}

#nav_main {
	position:relative;
	top:20px;
	left:15px;
	margin:0px;
}

#nav_main a {
	display:inline-block;
	height:119px;
	margin:0 15px 0 0;
}

#nav_main a.home {
	width:110px;
}

#nav_main a.pages {
	width:100px;
}

#nav_main a.forms {
	width:110px;
}

#nav_main a.people {
	width:110px;
}

#nav_main a.settings {
	width:140px;
}

#content {
	width:770px;
	margin:0 0 0 200px;
	padding-bottom:20px;
}

#content h1.content_heading {
	width:770px;
	height:40px;
}

#content .inner {
	margin:10px 20px 1em 20px;
}

#footer {
	width:770px;
	height:70px;
	margin:0 0 10px 200px;
}

/** Side Navigation **/

#nav_sub {
	width:160px;
	margin:20px 0 0 30px;
	float:left;
}

#nav_sub li a {
	display:inline-block;
	width:150px;
	height:40px;
}

/** SiteSelectTemplate View **/
#templateSelect input {
	display:none;
}

#templateSelect label {
	cursor: pointer;
}

input#selectTemplate {
	margin:10px 0 0 300px;
}

/** SiteUnderConstruction View **/
.underConstruction {
	margin:auto;
	text-align:center;
}

.underConstruction .sIFR-replaced {
	margin:20px 130px;
}