/****************************************************************************

Author: Stephen Saugestad
Development by: Nine Mile Studio
Last updated: 6/5/05

*****************************************************************************/

/* defaults */

html, body {
	margin: 0;
	padding: 0;
} 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #EFEFEF url(../images/bg.jpg) repeat-y;
}

body a:link, body a:visited, body a:active {
	color: #666;
	text-decoration: underline;
}

body a:hover {
	text-decoration: none;
	color: #333;
}

h1 {
	color: #000;
	font: 14px "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
}

h2 {
	color: #94A021;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

h3 {
	color: #666666;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}

strong {
	font-size:10px;
}

ul {
	padding-bottom:20px;
}

table {
	text-align:left;
	margin-bottom:20px;
}

td {
	font-size:10px;
}

td strong {
	color:#333;
}

ol li {
	padding-bottom:10px;
}

/* hacks */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from NS/Mozz */

* html .clearfix {
}

/* hide from IE */

html>body #testElement {
}

/* tables inherit font sizes */

table {
	font-size: 1em;
}

.break {
	border-top:dotted 1px #ccc;
}

/* table cells **************************************************************************/

.c1 {
	background-color:#E4EAF1;
}

.c2 {
	background-color:#F5E7A9;
}

.c3 {
	background-color:#E4ECA4;
}

.tablePop td {
	font-size: 12px;
}

/* misc **************************************************************************/

#next {
	background: url(../images/arrow_next.gif) no-repeat 0px 4px;
	padding-left: 14px;
	font-weight:bold;
	float: right;
	clear: both;
	margin-top: 20px;
}

#top {
	background: url(../images/arrow_top.gif) no-repeat 0px 4px;
	padding-left: 14px;
	font-weight:bold;
	padding-bottom: 6px;
}

#top a {
	color: #75AE47;
}

.image {
	float:right;
	border:solid 1px #ccc;
	padding:1px;
	margin-left:20px;
	margin-bottom:20px;
}

.imageL {
	float:left;
	border:solid 1px #ccc;
	padding:1px;
	margin-right:20px;
	margin-bottom:20px;
}

.or {
	color:#e6c01f;
	font-weight:bold;
}

.gr {
	color:#b0bf27;
	font-weight:bold;
}

.tbleWhite {
	background: #fff;
}

.galleryButton {
	background: url(../images/button_gallery.gif) no-repeat 0px 0px;
	padding-left: 16px;
	padding-bottom:4px;
}

.grey {
	background-color:#f0f0f0;
}

.staffTable img {
	padding:1px;
	border:solid 1px #999;
}

.section {
	padding: 6px;
	border: 1px solid #666;
	margin-bottom:10px;
	background-color: #E4EAF1;
}

/* main divs **************************************************************************/

#wrap {
	width: 760px;
}

h1#masthead {
	background-image:url(../images/masthead.jpg);
	width:760px;
	height:120px;
	margin:0;
	padding:0;
	font-size:1px;
	color:#637CA7;
}

/* sub nav **************************************************************************/

/* 

#navcontainer {
	width:564px;
	padding: 0px;
	margin-top: 4px;
	margin-left: 180px;
}

/* to stretch the container div to contain floated list 

#navcontainer:after {
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

*/

ul#subNav {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 564px;
	font-size: 9px;
	margin-top: 4px;
	margin-left: 190px;
}

ul#subNav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 84px;
	text-align:center;
}

html>body ul#subNav li {
	width: 92px;
}

ul#subNav li a {
	display: block;
	width: 84px;
	padding: 3px;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #777;
	text-decoration: none;
	background: url(../images/bg_subnav.jpg) no-repeat;
}

#navcontainer>ul#subNav li a { 
	width: auto; 
}

/* use to set active states if necessary

ul#navlist li#active a {
	background: #f0e7d7;
	color: #800000;
}

*/

ul#subNav li a:hover, ul#subNav li#active a:hover {
	color: #FF6600;
	background: #f4f4f4;
	border-color: #aaab9c #fff #fff #ccc;
}

/* main navigation ************************************************************************/

#navcontainer {
	margin-top:16px;
	width: 170px;
	height:600px;
	float:left;
	padding:0;
	background: url(../images/bg_nav.jpg) no-repeat;
}

#mainNav ul {
	margin: 0;
	width: 170px;
	list-style-type: none;
	float:left;
	padding:0;
}

#mainNav {
	font-size: 10px;
}

#mainNav ul li a {
	text-decoration: none;
	display:block;
	color: #000;
	background: url(../images/bg_button.gif) no-repeat left top;
	width: 150px;
	height: 21px;
	padding-left:20px;
	padding-top:8px;
}

#mainNav ul li a:hover {
	color: #F90;
	background-position: 0 -29px;
}

#last {
	border-bottom:solid 1px #ccc;
}

.active {
	font-weight: bold;
}

#mainNav ul li a.subItem {
	text-decoration: none;
	display:block;
	background: url(../images/bg_button_sub.gif) no-repeat left top;
	width: 150px;
	height: 21px;
	text-indent:6px;
}

#mainNav ul li a:hover.subItem {
	color: #F90;
	background-position: 0 -29px;
}

/* secondary nav on school pages ***************************************************/

#sub li {
	background-image:none;
	display:inline;
	padding-right:6px;
	margin-right:12px;
	border-right:solid 1px #ccc;
}

/* banners ************************************************************************/

#banner {
	float: right;
	height: 132px;
	width: 538px;
	margin:0;
	margin-right:10px;
	margin-top:16px;
}

/* hide from IE */

html>body #banner {
	margin-right:28px;
}

/* photos on inside pages ************************************************************************/

#photos {
	float:left;
	width:550px;
	height:103px;
	margin-top:16px;
}

/* content ****************************************************/

#contentHome {
	padding-top:20px;
	padding-bottom: 30px;
	padding-left: 200px;
	font-size: 10px;
	float: left;
	height: 20px;
	width: 540px;
	text-align: justify;
}

#content ul, #contentHome ul {
	margin:0;
	padding:0;
}

#content ul li, #contentHome ul li {
	background: url(../images/bullet.gif) no-repeat 0px 5px;
	padding-left: 10px;
	margin:0;
	list-style-type: none;
	padding-bottom: 6px;
}

#content {
	float: left;
	width: 540px;
	margin:0;
	padding-left:24px;
	padding-top:20px;
	text-align: justify;
	padding-bottom: 30px;
}

#content h2 a {
	color:#94A021;
}

/* home page columns ************************************************************************/

#column1 {
	float: left;
	width: 167px;
	height:440px;
	margin-top:18px;
	margin-left:14px;
	padding: 160px 4px 10px 16px;
	border-right: 1px dotted #e0e0e0;
	background: url(../images/header1.jpg) no-repeat 7px 0px;
	font-size: 10px;
}

#column1 a {
	color:#b0bf27;
}

#column1 h3 {
	color:#b0bf27;
	font-size:10px;
	font-weight:bold;
}

#column2 {
	float: left;
	width: 167px;
	height:440px;
	margin-top:18px;
	padding: 160px 4px 10px 16px;
	border-right: 1px dotted #e0e0e0;
	background: url(../images/header2.jpg) no-repeat 7px 0px;
	font-size: 10px;
}

#column2 a {
	color:#e6c01f;
}

#column2 h3 {
	color:#e6c01f;
	font-size:10px;
	font-weight:bold;
}

#column3 {
	float: left;
	width: 168px;
	height:440px;
	margin-top:18px;
	padding: 160px 4px 10px 16px;
	background: url(../images/header3.jpg) no-repeat 7px 0px;
	font-size: 10px;
}

#column3 a {
	color:#9aadcd;
}

#column3 h3 {
	color:#9aadcd;
	font-size:10px;
	font-weight:bold;
}

#column1 ul, #column2 ul, #column3 ul {
	margin:0;
	padding:0;
}

#column1 li, #column2 li, #column3 li {
	background: url(../images/bullet.gif) no-repeat 0px 5px;
	padding-left: 10px;
	padding-bottom:6px;
	margin:0;
	list-style-type: none;
}

/* footer ************************************************************************/

#footer {
	float: left;
	padding-left: 200px;
	padding-top:20px;
	padding-bottom: 30px;
	color: #999;
	font-size:10px;
	clear:left;
	width: 540px;
}

/* language page links ************************************************************************/

#languages {
	clear:both;
	width:100%;
	height: 20px;
	padding-bottom:10px;
	padding-top:30px;
	font-size: 11px;
}

#languages ul {
	padding-left:190px;
}

#languages li {
	display:inline;
	margin:0;
	float: left;
	padding-right:20px;
	padding-bottom:10px;
}

#languages a {
	color: #666;
	font-size: 12px;
	text-decoration: none;
}

#languages a:hover {
	color: #ff9900;
}

/* NEW top language page links ************************************************************************/

/* old one

#languagesTop {
	height: 20px;
	font-size: 10px;
	position: absolute;
	z-index: 10;
	width: 600px;
	left: 290px;
	top: 80px;
	margin:0;
}

#languagesTop ul {
	margin:0;
	padding:0;
}

#languagesTop li {
	display:inline;
	margin:0;
	padding-right:16px;
}

#languagesTop a {
	color: #fff;
	text-decoration: none;
}

#languagesTop a:hover {
	color: #ff9900;
} 

end old one */

#languagesSide {
	height: 400px;
	width:120px;
	font-size: 11px;
	margin:0;
	float:left;
	padding:20px;
}

#languagesSide ul {
	margin:0;
	padding:0;
}

#languagesSide li {
	margin:0;
	padding-bottom:12px;
	list-style:none;
}

#languagesSide a {
	text-decoration: none;
}

#languagesSide a:hover {
	color: #ff9900;
}

#languagesSide strong {
	color:#666;
}

/* webstat thing ***********************************************************/

#webStat {
	float:left;
	clear:both;
	padding-left:10px;
	padding-bottom:10px;
}



