/* defaults */

body {
	font-size: 62.5%;
	font-family: ;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #00528a;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

a img {
	border: 0px;
}

a {
	text-decoration: none;
}

/* layout */

#page {
	width: 780px;
	margin: 0px auto 10px auto;
	text-align: left;
	position: relative;
	overflow: hidden;
	background-color: #c5e8fc;
	border-bottom: 25px solid #3f86c5;
}

.left {
	width: 188px;
	float: left;
	position: relative;
}

#logo {
	height: 113px;
	text-align: center;
	background-color: #fff;
}

.right {
	float: right;
	position: relative;
	width: 592px;
}

#quotes {
	width: 442px;
	background-color: #6699cc;
	height: 68px;
	background-image: url(/images/hand.gif);
	background-repeat: no-repeat;
	padding: 35px 20px 10px 130px;
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-size: 1.9em;
	font-weight: 100;
	line-height: 120%;
	text-shadow: #003063 0px 0px 3px;
}

#quotes p {
	margin: 0px;
}

span.subhead {
	font-size: 85%;
	margin-left: 25px;
	color: #003063;
	text-shadow: none;
}


#header {
	width: 100%;
	overflow: hidden;
	border-bottom: 12px solid #666666;
}

/* navigation */

ul#navigation {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#navigation li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	width: 188px;
	font-size: 1.5em;
	line-height: 100%;
	text-align: center;
	font-weight: 500;
	text-shadow: #003063 0px 0px 3px;
}

ul#navigation li a {
	display: block;
	background-color: #6699cc;
	color: #ffffff;
	padding: 9px 10px 9px 10px;
	text-decoration: none;
}

ul#navigation li a:hover {
	background-color: #003063;
}

body#front ul#navigation li#frontnav {
	display: none;
}

body#about ul#navigation li#aboutnav a, body#staff ul#navigation li#staffnav a, body#philosophy ul#navigation li#philosophynav a, body#involved ul#navigation li#involvednav a {
	background-color: #3f86c5;
}

#address {
	margin: 65px 0px 15px 0px;
}

#address p {
	text-align: center;
	font-weight: 500;
	line-height: 140%;
	color: #000000;
	margin: 0px 0px 8px 0px;
}

#address p a {
	text-decoration: none;
	color: #000000;
}

#content {
	background-color: #ffffff;
	padding: 30px;
	width: 532px;
	font-family: Helvetica, Arial, sans-serif;
}

#content h1 {
	color: #29547e;
	margin: 0px 0px 20px 0px;
	font-weight: 700;
	line-height: 140%;
	padding-bottom: 20px;
	border-bottom: 1px dashed #666666;
	font-size: 2.1em;
}

#content h2 {
	color: #29547e;
	margin: 7px 0px 13px 0px;
	font-weight: 500;
	line-height: 140%;
	font-size: 1.7em;
}

#content p, #content ul {
	color: #444444;
	margin: 0px 0px 13px 0px;
	font-weight: 500;
	line-height: 140%;
	font-size: 1.2em;
}

ul.shortcuts {
	margin: 0px;
	padding: 16px 20px 12px 20px;
	background-color: #eee;
	list-style: none;
}

ul.shortcuts li {
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}

ul.shortcuts li a {
	color: #29547e;
	text-decoration: none;
	padding: 4px 4px 4px 10px;
	display: block;
}

ul.shortcuts li a:hover {
	color: #666666;
}

ul.shortcuts li.intro {
	color: #aaa;
	margin-bottom: 4px;
}

#content a {
	color: #3f86c5;
	text-decoration: none;
}