/* global rules */
/* #3A3E3F; /* dark gray */
/* #505759; /* med gray  (or #666) */
/* #638DC1; /* blue */

body {
	background: #fff;
	color: #3A3E3F; /* dark gray */
	font-size: 100%;
	font-family: Tahoma, Arial, sans-serif;
}
h1 {
	font-size: 150%;
	font-family: Times, "Times New Roman", serif;
	font-weight: normal;
}
h2 {
	clear: both;
	font-size: 120%;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #666;
	font-weight: normal;
	margin-top: 1em;
	padding-bottom: 3px;
}
h3 {
	font-size: 115%;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: .3em;
}
h4 {
	font-size: 100%;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 1em;
}

p, ul, ol, pre {
	margin-top: 0;
	margin-bottom: 1em;
}

pre {
	font-family: Tahoma, Arial, sans-serif;
}

a {
	background: transparent;
	color: #009;
}
a:hover,
a:focus,
a:active {
	background: transparent;
	color: #000;
}
/* must be specific for IE */
a img {
	border-color: #009; /* teal */
}
a:hover img,
a:focus img,
a:active img {
	border-color: #fff; /* was #000 */
}


img {
	vertical-align: middle;
}

strong {
	text-transform: uppercase;
	font-weight: normal;
}

.content ul,
.content li {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.footer {
	clear: both;
	padding: 3px 0;
	font-size: 65%;
	line-height: 1.2
}
.footer p {
	margin: .5em 0 5px 0;
}

/* tables */
table {
	width: 100%;
	background: #3A3E3F; /* dark gray */
	color: #fff;
	margin-bottom: 1em;
}
thead th {
	background: #000;
	color: #fff;
	padding: .2em .1em;
}
td, tbody th {
	padding: .2em .1em;
	vertical-align: top;
}
.alt-row td,
.alt-row th {
	background: #555;
	color: #fff;
}
table.section td {
	width: 50%;
}
/* used in public school table */
.mainoffice td {
	padding-top: .5em;
	padding-bottom: 1em;
}
table.contact {
	margin-bottom: 5px;
}


/* forms */
form {
	clear: both;
	padding: 3px;
	margin: 5px 0;
}
form tbody th {
	width: 1em;  /* shrink wrap */
	padding: 2px .5em 2px 0;
	text-transform: lowercase;
	text-align: right;
	font-weight: normal;
}
form td {
	padding: 2px 0;
}
label {
	white-space: nowrap;
}
textarea,
input {
	width: 100%;
	background: #505759;
	color: #fff;
	border: 1px solid #666;
}
.submit {
	text-align: right;
}
.submit input {
	width: 6em;
	text-transform: lowercase;
}


/* miscellaneous rules, including floats, 'col' widths, etc */
.phone {
	white-space: nowrap; /* don't line wrap phone #s*/
}

/* download adobe reader note */
.note {
	width: 30%;
	float: right;
	font-size: 75%;
}
.note img {
	display: block;
	margin: 10px 0;
}

/* download adobe reader note for News page - variation */
.note-news {
	width: 30%;
	float: right;
	text-align: right;
	font-size: 75%;
}
.note-news img {
	display: block;
	margin: 10px 0;
}

/* lists of pdfs */
.forms li {
	margin-bottom: .5em;
}
.forms li a {
	padding: 8px 0 8px 30px;
	background: transparent url(images/pdf.png) left center no-repeat; /* dark gray */
	color: #fff;
	font-size: 90%;
}
.forms .formsheader {
	margin-top: 2.0em;
	color: #fff;
}
.forms .indentsanspdf a {
	padding: 8px 0 8px 30px;
	background: #3A3E3F url(images/http-icon.png) left center no-repeat; /* dark gray */
	color: #fff;
	font-size: 90%;
}

ul.calendar li {
	margin-bottom: 1em;
	margin-left: 3.3em;  /* for hanging indent */
	text-indent: -3.3em; /* first line negative margin */
}
li.monday {
	position: relative;
	padding-right: 6em;  /* space for "Monday" */
}
/* the rules below put "Monday" on the right side of the page.
   this particular combination works cross-browser where regular
   floats did not, due to text-indent on parent <li> */
li.monday span {
	font-weight: bold;
	position: absolute; /* relative to parent <li> */
	right: 25px;
	text-indent: 3.3em;
}

/* smaller type on the clubs lists */
.clubs .content li {
	font-size: 90%;
	margin-right: 1em;
	margin-bottom: .4em;
}

/* smaller type on the projects and committees page */
.smaller {
	font-size: 85%;
	margin-right: 1em;
	margin-bottom: .4em;
}


/* general purpose divider */
.section {  /* may be assigned to any block element */
	clear: both;
	border-top: 1px solid #666;
	margin-bottom: 1em;
	padding: 1em 0 1px 0;
}
/* no border immediately following h2 */
h2 + .section {
	border-width: 0;
}
/* top section for meetings page */
.sectiontop {
	clear: both;
	border-top: none;
	margin-top: -5px;
	margin-bottom: 1em;
	padding: 0 0 0px 0;
}
/* top section for meetings page */
.nextmeeting {  
	float: left;
	font-size: 90%;
	color: #B3B1C7;
	border-top: none;
	margin-top: 0px;
	margin-bottom: 0.75em;
	padding: 0 0 0px 0;
}
/* top section for meetings page */
.meetingsother {  
	float: right;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
	border-top: none;
	margin-top: 0px;
	margin-bottom: 0em;
	padding: 0 0 0px 0;
}
.left {
	float: left;
}
.right {
	float: right;
}

img.left {
	border: 4px solid #666;
	margin-right: 15px;
}
img.right {
	border: 4px solid #666;
	margin-left: 15px;
}
img.left + ul,
img.left + p,
img.left + pre {
	margin-left: 195px; /* consistent margin by floated 170px img */
}


/* .section subdivided in 2 cols (2 div or 2 p) */
.split2 p,
.split2 div {
	width: 50%;
	float: left;
}

/* clubs/orgs divided in 3 cols */
.split3 div {
	float: left;
	width: 208px;
	margin-bottom: 1em;
}
.split3 .split3-1 { /* 1st col */
	border-right: 1px solid #666;
}
.split3 .split3-2 { /* 2nd col */
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	margin-left: -1px;  /* overlay col 1 border */
}
.split3 .split3-3 { /* 3rd col */
	border-left: 1px solid #666;
	margin-left: -1px;  /* overlay col 2 border */
}
.split3 h3,
.split3 ul {
	margin-left: 35px;
	margin-right: 5px;
}
.split3-1 h3,
.split3-1 ul {
	margin-left: 0;
}

/* this moves the phone# to the right side of the page */
pre span {
	float: left;
	min-width: 70%;
}
pre span.phone {
	float: right;
	width: 30%;
	min-width: 30%;
}

/* fake min-width in IE6 \*/
* html pre span {
	width: 70%;
}
* html pre span.phone {
	width: 30%;
} /* end hack */


/* for popup windows */
.popupwin {
	background-color: #3A3E3F;
	margin: 20px;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica;
}
.popupwin a {
	color: #FFFFFF;
}

/* popup window buttons */
.popupwin input {
	background-color: #638DBF;
	font-family: Tahoma, arial, helvetica;
	color: black;
	font-size: 9pt;
	width:120px;
	border: 0;
	cursor: pointer;
	cursor: hand;
 }

/* clear floats to stretch column lengths */
.section:after,
.inner:after,
.main:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
/* zoom stretches float containers and generally aids styling in WinIE. */
.section,
.wrapper,
.header,
.inner,
.sidebar,
.main {
	zoom: 1;
	position: relative;
}
/* end float clearing */

/* end global rules */


/* screen only rules */
@media screen, projection {
html, body {
	margin: 0;
	padding: 0;
}

.wrapper {
	width: 948px;
	margin: auto;
	background: #3A3E3F url(images/bg.jpg) 0 0 repeat-y; /* dark gray */
	color: #fff;
	overflow: hidden;
	border: 5px solid #fff;
}

.inner {
	width: 696px;
	float: right;
	border-bottom: 4px solid #fff;
}

.sidebar {
	width: 248px;
	float: left;
	margin-left: -252px; /* to left edge of blue */
	background: #638DC1 url(images/sidenav.jpg) right top repeat-y; /* blue - not gray! */
	color: #fff;
}

.header {
	width: 100%;
	padding: 1px 0; /* avoid margin collapse */
	text-align: right;
	font-family: Times, "Times New Roman", serif;
	font-size: 80%;
	margin-bottom: 1.5em;
}
.header h1 {
	margin: 20px 0 10px 0;
}
.header div {
	padding-right: 10px;
}

.main {
}

.content {
	width: 90%;   /* 90% of .inner */
	float: right;
	padding-right: 5%;
	padding-top: 1px;  /* avoid margin collapse */
}
.content a {
	background: transparent; /*#3A3E3F; /* dark gray */
	color: #fff;
/*	text-decoration: none;*/

}
.content a:hover,
.content a:focus,
.content a:active {
	background-color: transparent; /*#3A3E3F; /* dark gray */
	color: #fff;
	text-decoration: underline;
}



.footer {
	background: #505759; /* med gray */
	color: #ddd;
	text-align: center;
}
.footer a {
	background-color: #505759; /* med gray */
	color: #ddd;
	text-decoration: none;
}
.footer a:hover,
.footer a:focus,
.footer a:active {
	background-color: #505759; /* must be explicit for IE */
	color: #ddd;
	text-decoration: underline;
}
.footer ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	font-family: Verdana, Tahoma, sans-serif;
	max-width: 85em;
}
.footer li {
	display: inline;
	margin: 0;
	padding: 0;
}
.footer li a {
	padding-right:.5em;
	margin-right: .2em;
	vertical-align: middle;
	white-space: nowrap; /* don't split link text across lines */
	line-height: 1.5em;
	border-right: 1px solid #999;
}
.footer li.last a {
	border-width: 0;
	padding-right: 0;
}


.skiplinks {
	position: absolute;
	top: -10em;
	left: 0;
}


/*  left column navigation */
.sidenav {
	width: 100%;
}
.sidenav h2 { /* hide it, but keep it accessible */
	position: absolute;
	top: -10px;
	left: -10px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	margin: 0;
}
.sidenav ul {
	list-style: square url(images/bullet.png);
	text-transform: uppercase;
	font-size: 80%;
	background: inherit;
	color: #111; /* very dark gray */
	margin: 1em 5px 0 40px;
	padding-left: 0;
}
.sidenav li {
	margin-bottom: 5px;
	zoom: 1; /* for IE */
}

.sidenav li a {
	background: inherit;
	color: #111; /* very dark gray */
	text-decoration: none;
	display: block;
	padding: 5px 0;
}
.sidenav li a:hover,
.sidenav li a:focus,
.sidenav li a:active {
	background: inherit;
	color: #fff;
}
.sidenav li.active a,
.sidenav li span {
	background: inherit;
	color: #fff;
}


/*  alert for let column navigation */
.sidenav .alert {
	font-family:Tahoma, Verdana, Arial, Helvetica;
	font-size:12px;
	font-weight:bold;
	color: #FFCC33;
}

.sidenav .alert a {
	margin-left: 27px;
	background: inherit;
	color: #FFCC33; 
	text-decoration: underline;
	display: block;
	padding: 5px 0;
}
.sidenav .alert a:hover,
.sidenav .alert a:focus,
.sidenav .alert a:active {
	background: inherit;
	color: #fff;
}
.sidenav .alert.active a,
.sidenav .alert span {
	background: inherit;
	color: #fff;
}


/*  top navigation */
.topnav {
	width: 696px;
	height: 162px;
	background: #3A3E3F url(images/topnav.jpg) right top no-repeat;
	color: #fff;
	border-bottom: 4px solid #fff;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}
.topnav ul,
.topnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100%; /* of .topnav */
}
.topnav li {
	width: 25%;   /* of .topnav */
	float: left;
}
.topnav li a {
	display: block;
	width: 100%;  /* of parent <li> */
	height: 100%; /* of parent <li> */
	position: relative;
	text-decoration: none;
}
.topnav li a span {
	position: absolute;  /* relative to parent <a> */
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 48px;  /* height of semi-opaque bottom bar */
	vertical-align: middle; /* vertically center text within line */
	font-size: 110%;
	text-align: center;
	color: #fff;
}
.topnav li a:hover span,
.topnav li a:focus span,
.topnav li a:active span {
	text-decoration: underline;
/* IE's cursor gets confused with abs positioned span */
	cursor: hand;    /* IE6 */
	cursor: pointer; /* IE7 */
}



/* miscellaneous rules */


} /* end screen only rules */




/* print only rules */
@media print {
.sidenav, .topnav,
.footer ul,
.skiplinks {
	display: none;
}

.header h1 {
	float: left;
}
.header .address {
	float: right;
}
.content {
	clear: both;
}

.footer {
	border-top: 1px solid #000;
}
} /* end print only rules */
