@charset "utf-8";
/* CSS Document */

html {
   /* This is necessary to force firefox to always display a
      vertical scrollbar.  Otherwise, the content jumps around when
      going from a short page to a long page (where the content extends
      beyond the bottom of the screen).  IE always displays a vertical
      scrollbar, so this is not a problem for IE.

      This works together with the min-height under body.  Note that
      IE6 ignores min-height, so it has no effect there.
   */
   height: 100%;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	min-height: 101%;
}

#wrapper{
	width: 784px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#banner {
   float: left;
   clear: both;
   width: 784px;
   background-color: #002878;
   position: relative;
}

img {
   display: block;
   border: 0;
}

#logo {
	float: left;
	margin: 3px 2px 3px 4px;
}

#main {
	width: 784px;
	margin: 0;
	padding: 0;
}

#content.onecol {
	width: 784px;
	margin: 0;
	float: left;
	background-color: #002878;
}

.twocol {
	display:inline;
	float: left;
	width: 588px;
	margin: 0 0 0 40px;	
}

#pagecontent.unindented {
	color: #002878;
}

h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 150%;
	font-style:italic;
	font-weight: bold;
	color: #002878;
	margin: 10px 0 10px 0px;
}

#pagecontent.dark h1 {
	color: #fff;
}

h2 {
	font-size: 120%;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: bold;
	color: #abcae7;
	margin: 10px 0 10px 0px;
	clear: left;
}

h2.center {
	margin: 10px 0;
}

.center {
	text-align: center;
}

h3 {
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: bold;
	color: #abcae7;
	margin: 10px 0 10px 0px;
}

h4 {
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: bold;
	color: #002878;
	margin: 10px 0 10px 0px;
}

h5 {
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: bold;
	color: #002878;
	margin: 10px 0 0px 0px;
}

table.center {
	margin-left:auto;
	margin-right:auto;
}

table.center td, table.center th {
 	text-align:center;
}

th {
	padding: 10px 20px 0 20px;
	font-size: 90%;
	color: #002878;
}

td {
	padding: 0px 20px 5px 20px;
	font-size: 90%;
	color: #002878;
}

p {
	margin-left: 0;
}

h5 + p {
	padding-top: 0;
	margin-top: 0;
}

table.trustees td {
	width: 20%;
	padding: 0 10px 5px 10px;
}

/********************************
  menu section
********************************/
#menu {
	float: left;
	text-transform:uppercase;
	background-color: #abcae7;
	padding: 8px 0;
	margin: 35px 0 0 0;
}

#menu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   display: block;
   color: #002878;
   background-color: #abcae7;
}

#menu li {
   float: left;
   margin: 0 0 0 20px;
   text-transform: uppercase;
   background-color: #abcae7;
   font-weight: bold;
   font-size: 80%;
}

#menu  a {
   color: #002878;
   text-decoration: none;
   text-align: left;
}

#menu  a:hover {
   color: #fff;
}

#menu a.active {
	color: #fff;
}

#left {
float: left;
width: 156px;
margin: 0;
/*height: 534px;*/
}

#footer {
	clear: both;
	position: relative;
	text-align: center;
	background-color: #002878;
	padding-bottom: 10px;
	width: 784px;
}

#footerstripe {
    float: left;
    background-color: #abcae7;
	margin: 10px 0;
	padding: 0;
	width: 784px;
	height: 5px;
	display: inline;
	font-size: 1px;
}

#footertxt {
	color: #fff;
	font-size: 80%;
}

#footermenu, #footermenu a {
	color: #abcae7;
	font-size: 90%;
}

#footermenu a {
	text-decoration:none;
	margin: 0 5px;
}

#sidecontent {
	float: left;
	margin-top: 10px;
}

#sidecontent img {
	margin-bottom: 10px;
}

.closing, .name, .title {
	margin-left: 40px;
}

.closing {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	font-weight: bold;
	font-size: 120%;
}

.name {
	font-weight: bold;
}

.title {
	font-size: 92%;
}

#user1 {
	display:inline;
	float: left;
	margin: 0 0 0 50px;
}
#user2 {
	display:inline;
	float: right;
	margin: 0 50px 0 0;
}
.usertext {
	background-color: #002878;
	width: 300px;
	color: #fff;
}

.usertext h1 {
	float: left;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	font-size: 150%;
	margin: 0 0 5px 0;
	border-bottom: 3px solid #fff;
}

.usertext p {
	float: left;
	clear: left;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	margin: 0 0 10px 50px;
	width: 300px;
}

.quotation {
	float: left;
	clear: both;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	font-size: 150%;
	margin-top: 10px;
}
.attribution {
	float: left;
	clear: left;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 90%;
}

.statement {
	font-size: 120%;
}

.contact {
	margin: 10px 0 0 0px;
	width: 200px;
    float: left;
	clear: left;
}

.contactname {
	font-size: 90%;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: bold;
	color: #002878;
	float: left;
	clear: left;
	width: 200px;
}

.contacttitle {
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: normal;
	color: #002878;
	float: left;
	clear: left;
	width: 215px;
}

.contactemail {
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: normal;
	color: #002878;
	float: left;
	clear: left;
	width: 200px;
}

#colgroup {
	float: left;
	clear: left;
}

#col1 {
	float: left;
	clear: left;
}

#col2 {
	float: right;
	clear:none;
}

#col1, #col2 {
	width: 290px;
}

dt {
	float: left;
	width: 60px;
	font-weight: bold;
	margin-top: 0;
}

dt:after {
	content: " - ";
	font-weight: normal;
}

dd {
	margin: 0  0 0px /*4.1em*/ 60px;
}

ol.alpha {
	list-style-type:lower-alpha;
}

ul.nostyle {
	list-style-type: none;
}

p.question {
    font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: bold;
	color: #002878;
	
	margin: 0;
	text-indent: -1.25em;
	padding-left: 1.25em;
}

p.answer {
    font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: normal;
	color: #002878;
	margin: 0 0 1em 1.25em;
	text-indent: 0em;
	padding-left: 0em;
}

p.question + p.answer {
	margin: 0 0 1em 0;
	text-indent: -1.25em;
	padding-left: 1.25em;
}

#bottom_content {
   float: left;
   position: relative;
   width: 784px;
   height: 400px;
}

form {
	width: 100%;
	margin: 0;
	padding: 0;
}

.formhead {
	background-color: #abcae7;
	color: #002878;
	width: 100%;
	text-align: left;
	padding-left: 5px;
}

form table {
	width: 100%;
	margin: 0;
	padding: 0;
}

form td {
	margin: 0;
	padding: 0;
}

.labelcol {
	width: 33%;
}

.fieldcol {
	width: 65%;
}

.fullwidth {
	width: 98%;
}

.error {
	border: 1px solid red;
}

.cityfield {
	width: 60%;
}

.statefield {
	width: 8%;
}

.zipfield {
	width: 25%
}

#login_area {
	position: relative;
}

#login {
	position: absolute;
	padding: 5px 5px 0 0;
	width: 150px;
}

#login a {
	color: white;
	text-decoration: none;
}

#login_form {
	position: absolute;
	top: 0px;
	color: white;
	float: right;
	width: 300px;
	background-color: #002878;
	border: 2px solid #fff;
    padding: 5px;
}

#login_form label {
	float: left;
	clear: left;
	width: 40%;
	padding-top: 2px;
}

#login_form input {
	float:left;
	width: 50%;
}

#critical_thinker {
	position: absolute;
	left: 250px;
	bottom: 0;;
}

#inquisitive_learner {
	position:absolute;
	left: 0;
	top: 0px;
}
#dynamic_leader {
	position:absolute;
	right: 0;
	top: 0;
}