* {
	padding: 0;
	margin: 0;
	border: 0;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	/* background: #9cf;  */
	background: #fff;
	padding: 20px;
	letter-spacing: 0.05em;
	text-align: center;
	}
	
* html body {				/* simplified box model hack  */
	font-size: x-small;		/* for IE5/Win  */
	f\ont-size: small;		/* for other IE versions  */
	}

#wrapper {
	width: 734px;
	margin: auto;
	text-align: left;
	}

#banner {
	height: 134px;
	margin-bottom: 20px;
	background: #fff url(images/teach-gmcs-banner.png) no-repeat;
	}
	
h1 {
	display: none;
	color: #ca0405;
	font-size: 360%;
	margin-top: 4px;
	/* display: table-cell; */
	}
	
#tagline {
	display: none;
	color: #fff;
	font-size: 120%;
	font-style: italic;
	padding-left: .5em;
	}
	
										/*  CONTENT BOX and everything that goes in it  */

#content_shield {
	background: #fff url(images/orangelogo.png) no-repeat center bottom;
	/* margin-left: 16.5em; */
	margin-left: 214px;
	width: 520px;
	padding-bottom: 120px;
	border-right: 1px solid #2582c9;
	}
	
#content {
	color: #000;
	padding: 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#compass {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: table-cell;
	float: right;
	clear: both;
	color: #fff;
	font-size: 84%;
	padding: 1ex 1em;
	background: #2582c9;
	margin-bottom: 20px;
	}
	
#content h2 {
	clear: right;
	}
	
#content p {
	margin-bottom: 1em;
	line-height: 1.5;
	}

#content ul {
	padding-left: 1em;
	margin-bottom: 1ex;
	line-height: 1.5;
	}

#content li {
	margin-bottom: 0.5ex;
	}
	
h4 {
	font-size: 110%;
	}

h3 {
	font-size: 160%;
	}

h2 {
	font-size: 200%;
	}

h2, h3, h4 {
	margin-top: 1em;
	margin-bottom: .5em;
	color: #ca0405;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

										/* CONTENT LINK colors below */
#content a {
	text-decoration: underline;
	}
	
#content a:link {
	color: #2582c9;
	}

#content a:visited {
	color: #000;
	}

#content a:hover {
	color: #ca0405;
	}

#content a:active {
	color: #fd6016;
	}
	
#compass a:link {
	color: #fff;
	}

#compass a:visited {
	color: #fff;
	}

#compass a:hover {
	color: #ff0;
	}

#compass a:active {
	color: #fd6016;
	}
	

										/* this is used in the CONTACT PAGE */
.indent {
	margin-left: 3em;
	}
										/* this only SCHOOLS PAGE (could be moved) */

#schools {
	width: 480px;
	}

#schools td {
	width: 50%;
	display: table-cell;
	vertical-align: text-top;
	}
#schools ul {
	padding-left: 1em;
	}

#schools li {
	margin-left: 1em;
	}
	
										/* this only COMMUNITIES could be moved */
#communities {
	margin-bottom: 1em;
	}

#communities td {
	width: 14em;
	}

.warning {
	border: solid 1px #2582c9;
	padding: 1em;
	font-weight: bold;
	}

	
.end {
	text-align: center;
	padding-top: 1em;
	margin-bottom: 0px;
	}

.caption {
	font-style: italic;
	width: 480px;
	}

										/*  NAVIGATION MENU styles below, including links */

#menu_shield {
	color: #fff;
	position: absolute;
	top: 174px;  /* exactly 20px body padding, banner height, plus 20px margin */
	/* width: 16em; */
	width: 204px;
	background: #2582c9;
	font-weight: 900;
	padding: 0;
	}
		
#navigation {
	display: none;
	}
	
#menu ul {
	}
	
#menu li {
	line-height: 200%;
	display: block;
	list-style: none;
	border-bottom: 8px solid #fff;
	}

#menu li li {
	list-style: none;
	margin-bottom: 0; /* counteracts the inherited margin */
	font-weight: normal;
	border: 0;
	}

.skippy {
	display: none;
	}

#menu a {
	display: block;
	text-decoration: none;
	padding: 0 1em;
	}
	
#menu li li a {
	padding-left: 2em;
	border-top: 2px solid #fff;
	}

#menu a:link {
	color: #fff;
	}
	
#menu a:visited {
	color: #fff;
	}

#menu a:hover {
	color: #ca0405;
	background: #fff;
	}

#menu a:active {
	color: #fd6016;
	}

#searchbox {
	text-align: left;
	}

.date {
	font-weight: bold;
	width: 8em;
	display: inline;
	}

.event {
	margin-left: 2em;
	}