@charset "UTF-8";

@import url("../gallery.css");

/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center 72px;
	text-align: center;
}

#outercontainer {
	margin: 0 auto;
	padding: 0;
	background-image: url(images/main_bg.jpg);
	background-position: center top;
	background-repeat: repeat;	
	font-size: 0.8em;
	text-align: left;
}
	
#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px auto 0 auto;
	padding: 0;
	width: 980px;
	background-image: url(images/outercontainer_bg.jpg);
	background-repeat: repeat-y;
	background-position: center 5px;
	font-size: 1em;
	position: relative;
}

#fillme {
	/*width: 980px;
	height: 5px;
	background: url(images/container_bg.gif) center top no-repeat;
	padding: 0;
	position: absolute;
	overflow: hidden;
	margin-left: 50%;
	left: -490px;*/
}
#fillup {
	display: none;
}

/************************************************
************** School Banner ********************
************************************************/
#schoolspecific {
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto -5px auto;
	padding: 11px 60px 0 26px;
	width: 894px;
	height: 170px;
	position: relative;
	top: -5px;
}
#schoolname {
	text-align: center;
	margin-top: 60px;
}
#schoolspecific h1 {
	color: #409fbb;
	font-size: 22px;
	font-weight: lighter;
}
#schoollogo {
	height: 156px;
	width: 156px;
	float: right;
}

#logovertical {
	display: table-cell; 
	text-align: center; 
	vertical-align: middle; 
	height: 156px;
	}

#logovertical * {
	vertical-align: middle;
}

#schoolinfo {
	margin-top: 25px;
	text-align: center;
	position: absolute;
}
#schoolinfo ul {
	font-size: 11px;
}
#schoolinfo li {
	color: #005abb;
	list-style-type: none;
	display: inline;
	float: left;
	margin: 0 6px;
}

#schoolspecific.widelogo {
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto -5px auto;
	padding: 11px 60px 0 26px;
	width: 894px;
	height: 170px;
	position: relative;
	top: -5px;
}
#schoolspecific.widelogo #schoolname {
	text-align: center;
	margin-top: 60px;
	display: inline;
	float: right;
}
#schoolspecific.widelogo h1 {
	color: #409fbb;
	font-size: 22px;
	font-weight: lighter;
	float: center;
}
#schoolspecific.widelogo #schoollogo {
	height: 115px;
	float: left;
	margin: 30px 12px 0 12px;
	display: inline;
}

#logovertical {
	display: table-cell; 
	text-align: center; 
	vertical-align: middle; 
	height: 115px;
	}

#logovertical * {
	vertical-align: middle;
}

#schoolspecific.widelogo #schoolinfo {
	margin-top: 5px;
	width: 650px;
	text-align: right;
	float: right;
	position: absolute;
	bottom: 5px;
	right: 25px;
}
#schoolspecific.widelogo #schoolinfo ul {
	font-size: 11px;
	margin: 5px 0;
	padding: 0;
}
#schoolspecific.widelogo #schoolinfo li {
	color: #5b5b5b;
	list-style-type: none;
	display: inline;
	margin: 0 6px;
	text-align: right;
}

/* @end */

/************************************************
************** Navigation ***********************
************************************************/


/* Primary Nav */
#nav {
	height: 35px;
	margin: 0 auto;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #afafaf;
	width: 832px;
	padding: 10px 64px 0 64px;
	overflow: hidden;
	clear: both;
}
#nav ul, #navigation ul li {
	list-style: none;
	clear: both;
}
#nav ul {
	margin: 2px 0 5px 0;
	padding: 0;
	text-align: left;
	height: 35px;
}
#nav ul li {
	margin: 0;
	padding: 0;
	float: left;
}
#nav ul li a {
	text-decoration: none;
	margin: 0 5px 0 0;
	padding: 0 0 0 12px;
	height: 30px;
	font-weight: normal;
	background: url(images/navli_bg.jpg) left center no-repeat;
	color: #005abb;
	float: left;
	display: inline;
}
#nav ul li span {
	padding: 8px 15px 0 3px;	
	display: block;
}

#nav ul li a:hover {
	color: #FFF;
}

#nav ul li.current {
	margin: 0;
}

#nav ul li.current a {
	background: url(images/navcurrent_left.jpg) left top no-repeat;
	height:  35px;
	float: left;
}
#nav ul li.current span {
	background: url(images/navcurrent_right.jpg) right top  no-repeat;
	height:  35px;
	padding: 9px 15px 0 3px;
	color: #1f65c6;
	float: left;
	display: block;
}


#nbott {
	background: url(images/nbott_bg.jpg) left top no-repeat;
	height:  8px;
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

/* Secondary Nav */
#secnav {
	margin: 0 auto;
	text-align: left;
	font-size: 1em;
	width: 960px;
	background: url(images/secnav-ul_bg.jpg) center top no-repeat;
	}
#secnav ul {
	margin: 0 auto -8px auto;
	width: 920px;
	padding: 5px 20px 0 20px;
	position: relative;
	top: -8px;
	}
#secnav li {
	display: inline;
	line-height: 27px;
}
#secnav li a {
	color: #005abb;
	text-decoration: none;
	padding: 10px;
	
	}
#secnav li span {
}
#secnav li a:hover {
	color: #bf9b1e;
	text-decoration: none;
}
#secnav li.current {
	
}
#secnav  li.current a {
	color: #edb700;
	background: url(images/secnavover_bg.jpg) top repeat-x;
}
#secnav li a:hover {
}
#snbott {

	}

/************************************************
************** Wrapper **************************
************************************************/

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	background: url(images/wrapper_bg.jpg) center top no-repeat;
	min-height: 317px;
}

#wrapping {
	clear: both;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 21px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/wrapping_bg.jpg);
	padding-top: 25px;
}

#generalfill {
}


/************** Main Content *******************/

#content {
	width: 650px;
	margin-left: 15px;
	padding: 0 20px;
	float: left;
	display: inline;
	}
#content .article {
	margin-bottom: 15px;	
}
#content h1 {
}
#content h2 {
	color: #005abb;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 3px;
	background: url(images/cont_h2bg.gif) left bottom no-repeat;
}
#content h3 {
	color: #005abb;
	font-size: 1.2em;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 3px;
}
#content h4 {
	color: #000;
	font-size: 1.1em;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
}
#content p {
	margin-bottom: 10px;
}
#content .article .arttext {
	margin-top: 12px;
	margin-bottom: 25px;
}
#content .artimg {
}
#content img {
	float: left;
	display: inline;
	padding: 6px 12px 12px 12px;
	margin:  0 12px 0 12px;
	background: url(images/img_bg.gif) no-repeat top center;
}
#content a {
	color: #0076BE;
}
#content a:hover {
	color: #00385a;
}
#content ul, #content ol {
	margin-left: 25px;
	margin-bottom: 12px;
}
#content ul {
}
#content ul li {
}
#content ol {
}
#content ol li {
}
#content table {
}
#content table td {
}
#content table th {
}
#content table p {
}
#content table a {
}
#content table a:hover {
}
/************** Column *****************************/
#column {
	float: right;
	width: 240px;
	display: inline;
	margin-left: 0px;
	margin-right: 15px;
	margin-top: 10px;
}
#column a {

}
#search h3, #calendar  h3, #randomphoto h3, .enticer h3, #eteachers h3  {
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 0px;
	text-transform: uppercase;
	text-align: center;
}
#search h3, .enticer h3, #eteachers h3 {
	color: #edb700;
}
#calendar h3, #randomphoto h3 {
	color: #edb700;
}
#colbott {
}

#galleryselector {
	width: 100%;
}

/* eTeachers */
#eteachers {
	padding-right: 12px;
	padding-left: 12px;
	background: url(images/col_eteachers_bg.jpg) center bottom no-repeat;
	padding-bottom: 35px;
}
#eteachbott {
}
#eteachers h3 {
	margin-bottom: 20px;
	background: url(images/col_underline.jpg) center bottom no-repeat;
	padding-bottom: 8px;
	color: #edb700;
}

#eteacherselector, #galleryselector {
	width: 100%;
}

#eteachers form {
	padding-right: 20px;
	padding-left: 20px;
}

/* Search */
#search {
	padding-right: 12px;
	padding-left: 12px;
}
#srchbott {
	height: 22px;
}
#search h3 {
	margin-bottom: 20px;
	background: url(images/col_underline.jpg) center bottom no-repeat;
	padding-bottom: 8px;
}
#search form {
	padding-right: 20px;
	padding-left: 20px;
}

/* Calendar */
#calendar {
	background: url(images/col_bg.jpg) top no-repeat;
	padding-right: 12px;
	padding-left: 12px;
}
#caltop {
	padding-top: 14px;
	height: 30px;
	padding-bottom: 0px;
}
#caltop h3 {
	margin-bottom: 20px;
	background: url(images/col_underline.jpg) center bottom no-repeat;
	padding-bottom: 8px;
}

#calinfo {
	padding: 0 6px 0 6px;
	}
	
#calendar ul {
	list-style-type: none;
	font-size: .9em;
	margin: 0;
	padding: 0;
}
#calendar li {
	color: #FFF;
	min-height: 30px;
	padding: 10px 0 10px 18px;
	background: url(images/calendaritem_bg.jpg) left top no-repeat;
}
#calinfo .date {
	display: block;
	margin: 0px;
	padding: 0px;
	color: #edb700;
	text-transform: uppercase;
}
#calendar li a {
}
#calbott {
	height: 40px;
}
#calviewfull {
	text-align: center;
	text-transform: uppercase;
}
#calviewfull p a {
	margin: 0 auto;
	font-size: .8em;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 30px 0 10px;
	width:  110px;
	height:  25px;
	background: url(images/col_btn.gif) no-repeat;
	display: block;
}
#calviewfull p a:hover {
	color:  #edb700;
	text-decoration: none;
}

/* Random Photo */
#randomphoto {
	background: url(images/col_bg.jpg) top no-repeat;
	padding-right: 12px;
	padding-left: 12px;
	}
#rptop {
	padding-top: 15px;
	height: 30px;
	padding-bottom: 0px;
}
#rptop h3 {
	margin-bottom: 20px;
	background: url(images/col_underline.jpg) center bottom no-repeat;
	padding-bottom: 8px;
}
#rpinfo {
	width: 181px;
	margin-right: auto;
	margin-left: auto;
}
#randomphoto #rpi {
	margin: 0 auto 4px auto;
	text-align: center;
	position: relative;
	}
#randomphoto img {
	padding: 8px 2px 0 2px;
}

#randomphoto p {
	top: 0px;
	display: block;
}
#rpinfo p {
	margin: 2px 5px 5px 5px;
	text-align: left;
	color: #FFF;
}
#rpbott {
	height: 40px;
}
#rpviewgallery {
	text-align: left;
	margin: 0 auto;
}
#rpviewgallery p a {
	margin: 0 auto;
	font-size: .8em;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 30px 0 10px;
	margin-top: 10px;
	width:  110px;
	height:  25px;
	background: url(images/col_btn.gif) no-repeat;
	display: block;
}
#rpviewgallery  p a:hover {
	color: #edb700;
}

/* Enticers */
.enticer {
	background: url(images/col_bg.jpg) top no-repeat;
	padding-right: 12px;
	padding-left: 12px;
	color: #FFF;;
}
.entctop {
	padding-top: 15px;
	padding-bottom: 0px;
}
.entctop h3 {
	margin: 0;
	background: url(images/col_underline.jpg) center bottom no-repeat;
	padding-bottom: 8px;
}
.entctext {
	padding: 8px 6px;
}
.entcbott {
	padding-bottom: 15px;
}
.entcviewfull {
	margin: 0 auto;
}
.entcbott p a {
	margin: 0 auto;
	font-size: .8em;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 0 0 20px;
	width:  54px;
	height:  25px;
	background: url(images/col_entbtn.gif) no-repeat;
	display:  block;
}

.entcviewfull.bus_link p a { 
	margin: 0 auto;
	font-size: .8em;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 30px 0 10px;
	margin-top: 10px;
	width:  110px;
	height:  25px;
	background: url(images/col_btn.gif) no-repeat;
	display: block;
}
.entcbott p a:hover, .entcviewfull.bus_link p a:hover {
	color: #edb700;
}




/************************************************
************** Split ***************************
************************************************/

#split {
	width: 960px;
	height: 8px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background-image: url(images/split_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


/************************************************
************** Footer ***************************
************************************************/

/* Sandbox */
#sandbox {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/sandboxtop_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#sandouter {
	width: 874px;
	padding: 10px 43px 40px 43px;
	margin: 0 auto;
	background-image: url(images/sandboxbot_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#sandbox h4 {
	margin-bottom: 5px;
	margin-top: 0px;
	font-size: 1.2em;
}
#sandbox img {
	float: left;
	display: inline;
	margin: 15px;
}
#sandbox p {
	margin-bottom: 10px;
}
#sandbox a {
}
#sandbox a:hover {
}
#sandbox ul {
}
#sandbox ul li {
}
#sandbox ol {
}
#sandbox ol li {
}
#sandbox table {
}
#sandbox table td {
}
#sandbox table th {
}
#sandbox table p {
}
#sandbox table a {
}
#sandbox table a:hover {
}
#sandbott {
	
}


/* Footer */
#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #e3e3e3;
	clear: both;
	margin: 0 auto;
	padding: 15px;
	width: 930px;
	font-size: 1em;
}
#footbott {
	display: none;
}
#footer p {
	margin-bottom: 12px;	
}
#footer h5 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 1em;
}
#footer h5 a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#footer h5 a:hover {
	text-decoration: underline;
}
#footer a {
}

a:hover {
}
#footer img {
}




/************************************************
****** Styles that can be used anywhere *********
************************************************/
#sandbox img.right, #wrapper img.right, #footer img.right {
	float: right;
}

