* {
	margin: 0;
	padding: 0;
}

html, body, #wrap {
	height: 100%;
	background: url("images/SpringQuarterBG.jpg") repeat;	
}

body > #wrap {
	height: auto;
	min-height: 100%;
}

#main {
	padding-bottom: 100px; /*Removed for sliding footer. Restore for static footer */ /* must be same height as the footers */
	width: 930px;
	margin: auto;
	height: 100%;
}

#header {
	height: 190px;
	padding: 5px 0 30px 0;
	background: url('images/DistrictQuarterlyLogoGreen.png') no-repeat center;

}

#nav {
	width: 120px;
	height: 100%;
	float: left;
	background: #709174;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	border: 0px solid #993366;
}

#nav ul {
	padding: 10px 0px 10px 10px;
	}

#nav ul li {
	list-style-type: none;
	color: #FFF;
	font-family: sans-serif;
	padding-bottom: 3px;
	font-size: 18px;
	}
	
#nav ul li a {
	text-decoration: none;
	}

#content {
	height: 100%;
	min-height: 700px;
	width: 820px;
	margin-left: 140px;
	background: #709174;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	border: 0px solid #993366;
}

.content_main {
	height: 100%;
	min-height: 200px;
	width: 820px;
	margin-left: 140px;
	background: #709174;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	border: 0px solid #993366;
}

h2 {
	font-family: sans-serif;
	color: #fff;
	padding: 10px 0px 0px 10px;
}

h3 {
	font-family: sans-serif;
	color: #fff;
	padding: 0px 0px 0px 10px;
	font-style: italic;
}

#text {
	color: #FFF;
	font-family: sans-serif;
	font-size: 15px;
	padding: 0px 0px 5px 10px;	
}

#text a {
	color: #FFF;
}  

#footer {
	position: relative;
	margin-top: -100px;  /*Removed for sliding footer. Restore for static footer. negative value of footer height */
	height: 100px; /* Must be same height as margin-top in #footer and padding-bottom in #main for static footer */
	padding-top: 10px;
	bottom:0px;
	margin-bottom:0px;
	clear:both;
	font-size: 10px;
	font-family: sans-serif;
	font-weight:bold;
	text-align: left;
	color: #FFF;
} 

#socialnetworks {
	padding: 5px 5px 0 5px;
	float: left;
}

#socialnetworks a img{
	border: none;
}

.copyright {
	padding: 5px 0px 0px 0px;
	height: 34px;
	font-size: 10px;
	font-family: sans-serif;
	font-weight:bold;
	text-align: left;
	color: #FFF;
	background: #709174;
}

clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Sliding footer */

.slide-panel {
	z-index: 25;
	width: 5px;
	position: absolute;
}

.bottom {
	bottom: 0;
}

.right {
}

.left {
	position: absolute;
	left: 0;
}

.top {
	top: 0;
}

.slide-button {
	margin-left: auto;
	/*margin-right: auto;*/
	position: relative;
	width: 87px;
	z-index: 20;
	cursor: pointer;
	height: 126px;
	padding-top: 0px;
	text-align: left;
	background: url(images/tile_bttn2.png) no-repeat bottom right;
	color: #FFFFFF;
}

.slide-button:hover {
	background: url(images/tile_bttn2_hover.png) no-repeat bottom right;	
	color: #ffffff;
}

.content {
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	background: #709174;
	height: 0;
	width: 100%;
	color: #fff;
	font-size: 10px;
	font-family: sans-serif;
	font-weight:bold;
	text-align: left;
}

/* Footer columns */

.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}

.col1head {
	text-align: center;
	padding: 0 0 0 5px;
}

.col1p {
	padding: 1px 10px 0 10px;
	text-align: justify;
}

.col2head {
	padding: 0px;
	text-align: right;
}

.col2p {
	padding: 1px 0px 0 0px;
	text-align: justify;
}

.col3head {
	padding: 0px;
	text-align: left;
}

.col3p {
	padding: 1px 0px 0 0px;
	text-align: justify;
}

.col1 {
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
	margin-right: 5px;
	margin-left: -5px;
	height: 80px;
}

.col2 {
}

.col3 {
}
	/* common column settings */
	
li {
	list-style: none;
}

li a {
	color: #FFF;
}

.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}

.col1p a {
	color: #FFF;
}
.col2p a {
	color: #FFF;
}
.col3p a {
	color: #FFF;
}

.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	//background:#eee;		/* right column background colour */
}
.threecol .colmid {
	right:33%;			/* width of the right column */
	//background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:33%;			/* width of the middle column */
	//background:#f4f4f4;	/* left column background colour */
}
.threecol .col1 {
	width:29%;			/* width of center column content (column width minus padding on either side) */
	left:104%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:29%;			/* Width of left column content (column width minus padding on either side) */
	left:45%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:25%;			/* Width of right column content (column width minus padding on either side) */
	left:75%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
