/* colors 
 * 73880b dark green
 * f4ffd2 light green
 * 69ab2b bright green (links & headers)
 * daf095 med green sidebar backgrounds, header nav
 * 50AAB5 blue for hovers..
*/

/* HTML Tag Redefinition */
html, body {
	height:100%;
}
body {
	padding: 0px;
	margin: 0px;
	background-color:#fff;
}
img {
	border: 0px;
}
/* Page Structure / Navigation */
#page {
	width:960px;
	margin: 30px auto;
	background-color:#fff;
	height: auto !important;
	height:100%;
	min-height:100%;
	position:relative;
	border-top:2px solid #000;
}
#page.sidebar-left {
	background:#fff;
}

#page #central #districtinfo {
width:960px;
height:82px;
margin:10px 0px 0px 0px;
padding:4px 0px;
background-color:#fff;
border-top:3px solid #666;
border-bottom:1px solid #666;
}


#page #central #districtinfo #mvwsdcontainer {
float:left;
margin:0px;
padding:0px;
width:630px;
height:auto;
}

#page #central #districtinfo #mvwsdcontainer #mvwsd {
float:left;
margin:0px;
padding:0px;
width:320px;
height:80px;
}

#page #central #districtinfo #mvwsdcontainer #grahamaddress {
float:right;
margin:0px;
padding:0px;
width:310px;
height:auto;
}

#page #central #districtinfo #mvwsdcontainer #grahamaddress p {
margin:0px;
padding:5px 0px 0px 0px;
}

#page #central #districtinfo #mvef {
float:right;
margin:0px;
padding:0px;
width:263px;
height:80px;
}


#page #banner {
}

#page #banner #pageHeader {
	margin:0;
	padding:0;
}

#page #intro {
padding:0px 0px 10px 0px;
}


#page #header {
	height:auto;
	background: #fff;
}


#page #header ul.nav-header {
	width:auto;
	float:right;
	height:auto;
	list-style:none;
	margin:0 20px 4px 0;
	padding:10px 0 0 0;
	overflow:visible;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	background-color:#fff; 
}
#page #header ul.nav-header li {
	float:left;
	padding:6px 10px 0 10px;
	margin-left:0px;
	margin-bottom:4px;
	color:#666;
	font-size:15px;
	letter-spacing:1.5px;
	margin-top:0px;
	border-right:1px solid #FF0000;
}
#page #header ul.nav-header li a, #page #header ul.nav-header li a:hover {
	text-decoration:none;
	color:#333;
}
#page #header ul.nav-header li.nav-selected {
	font-weight:bold;
}
/*
#page #header #header-area {
	position:relative;
	height:75px;
}
*/
#page #header #header-area {
	width: 960px;
	border-bottom:4px solid #000;
}


/* I'm not using this homeHeader div, but I may put it back someday */
/* #page #homeHeader {
	background: url(http://graham.mvwsd.org/themes/graham_theme/images/home_header.jpg) top left no-repeat;
	min-height:180px;
} */

#page #homeHeader {
	margin:0;
	padding:0;
}

#page #central {
	clear:both;
	border-top:2px solid #E8E8E8;
	padding-top:15px;
	padding-bottom:30px; /* for footer */

}
#page.no-sidebar {
	background-image: none !important;
}
/* body & sidebar */
#page #central {
margin:0;
}

#page #central #body {
	float:left;
	text-align:justify;
	width:930px;
	padding:15px;	
	/* customize_background */ background-color:#ffffff; /* customize_background */
}
page #central #body p {
	line-height:1.4em;       
}
#page #central #sidebar {
	float:right;
	width:160px;
	padding:15px 15px 30px 15px;
	margin:0;
	background-color:#fff; /* #F0F0F0; #E0E0E0; */
}
#page.sidebar-left #central #sidebar {
	float:left;
	width: 160px;
	border-right:1px solid #999;
}
#page.sidebar-left #central #body {
	float:right;
	width: 725px;
}

#page.sidebar-right #central #announcement {
	width:930px;
	height:auto;
	margin:0 0 0 15px;
	padding:0 0 5px 0;
}

#page.sidebar-right #central #sidebar {
	float:right;
	width: 360px;
	border-left:1px solid #999;
}

#page.sidebar-right #central #body {
	float:left;
	width: 530px;
}

#page.no-sidebar #body {
	float: none !important;
	width: auto !important
}
#page #central #sidebar p {
	line-height:24px;
}
#page #central #sidebar ul.nav {
	list-style:none;
	margin-left:0px;
	padding:0px;
	padding-left:0;
	font-size:12px;
}
#page #central #sidebar ul.nav li {
	margin-bottom:10px;
}
#page #central #sidebar ul.nav a {
	text-decoration:none;
	color:#505050
}
#page #central #sidebar ul.nav a.nav-selected {
	font-weight: bold
}
#page #central #sidebar ul.nav a:hover {
	text-decoration:underline
}
#page #central #sidebar ul.nav ul {
	list-style:none;
	margin-left:5px;
	padding:0px;
	margin-top:10px;
}
#page #central #sidebar ul.nav ul li {
	padding-left: 5px;
	padding-top:3px;
	padding-bottom;3px;
	margin: 0;
	border-left: 1px solid #505050;
}
#page #central #sidebar ul.nav ul li ul li {
	list-style:square inside;
	padding-left:0;
}
#page #central #sidebar ul.nav ul li ul li {
	border:none;
}
#page #footer {
	height:10px;
	line-height:10px;
	background-color:#fff;
	clear:both;
	color:#333;
	font-size:10px;
	text-align:center;
	padding:10px 0 10px 0;
	width:100%;
}
#page #footer a {
	color:#980000; 
	text-decoration:none;
}

span.sign-in {margin-left: 20px}
#page #footer span.powered-by { float:right; margin-right:20px;}


/* MISC STYLES & SHORTCUTS */
div.code {
	border: 1px solid #ddd;
	background: #eee;
	padding: 10px
}
div.spacer, div.ccm-spacer {
	clear:both;
	font-size:1px;
	line-height:1px
}
.noTopSpace {
	margin-top:0px;
	padding-top:0px
}

/* customize_miscellaneous */  /* customize_miscellaneous */
