@charset "UTF-8";


/* CSS Document */

html {
	background: url(images/html_bg.png) repeat-x center bottom #4752a7 ;
	/*margin-bottom: 90px;*/

}
body {
	margin-right: auto;
	margin-left: auto;
	background: url(images/body_bg.jpg) repeat-x center top;
	/*text-align: center;*/
}
#outercontainer {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	background: /*#4650a7*/ url(images/outercontainer_bg.jpg) no-repeat center 68px;
}

#container {
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	/*margin-bottom: 90px;*/
}

#fillme {
	display: none;
}
#fillup {
	display: none;
}

a {outline: none;}

/* @group Banner */

/************************************************
************** School Banner ********************
************************************************/
#schoolspecific {
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	height: 393px;
	padding-top: 12px;
	background: url(images/outercontainer_bg.jpg) no-repeat center 68px;
}
#schoolspecific img {
}
#schoollogo {
	height: 73px;
	width: 198px;
	margin: 0 0 0 35px;
	padding: 0px;
	float: left;
}
#schoolname {
	width: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	/*height: 65px;*/
}
#schoolspecific h1 {
	color: #003c72;
	font-size: 24px;
	font-weight: normal;
	display: none;
}

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

#logovertical * {
	vertical-align: middle;
}*/

#schoolinfo {
	width: 292px;
	float: right;
	text-align: right;
	margin: 14px 35px 0 0;
}
#schoolinfo ul {
	list-style-type: none;
	font-size: 10px;
}
#schoolinfo li {
	color: #0a1889;
	margin: 0;
	line-height: 1.3em;
}

/* @end */

/* @group Primary Nav */

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


/* Primary Nav */
#nav {
	width: 802px;
	text-align: center;
	height: 33px;
	clear: both;
	padding: 0 0 0 174px;
	margin: 0;
	background: url(images/outercontainer_bg.jpg) no-repeat -147px -338px;
}
#nbott {
	background: url(images/nbott_bg_taller.jpg) no-repeat;
	height: 20px;
	width: 976px;
}
#nav ul {
	/*font-size: 0.8em;*/
	padding: 0px 0px 9px 0; /*leave at 9px just for IE7*/
}
#nav li {
	display: inline;
	font-size: 1.2em;
}
#nav li a {
	color: #fff;
	padding: 11px 0 9px 0;
	margin: 0 5px;
	float: left;
	display: block;
	width: 102px;
	text-align: center;
	height: 13px;
}
#nav li a:hover {
	background-image: url(images/nav_libg_hover.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	/*color: #abcbef;*/
}
#nav  li.current a {
	background-image: url(images/nav_libg2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #FFFFFF;
	/*overflow: hidden;*/
}
#nav  li.current a:hover {
	background-image: url(images/nav_libg2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #FFFFFF;
	border: none;
	padding: 11px 0 9px 0;
}

/* @end */

/* @group Secondary Nav */

/* Secondary Nav */
#secnav {
	width: 926px;
	height: 18px;
	text-align: center;
	/*font-size: 0.8em;*/
	padding: 0px 25px 7px 25px;
	float: left;
	display: inline;
	background: url(images/sn_bg2.jpg) no-repeat 0 bottom;
	margin-top: -7px;
}
#snbott {
	/*background: url(images/snbott_bg.jpg) left top no-repeat;
	width: 966px;
	height: 29px;
	margin: 0 auto;*/
	clear:both;
	display: none;
}
#secnav ul {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.2em;
}
#secnav li {
	float: left;
	display: inline;
}
#secnav li a {
	color: #fff;
	padding: 5px 6px 5px 6px;
	margin: 0 5px;
	float: left;
	display: block;
	text-align: center;
	height: 18px;
}
#secnav li a:hover {
	border: none;
	padding: 4px 6px 0px 6px;
	border-bottom: 4px solid #FFF;
}
#secnav  li.current a, #secnav  li.current a:hover {
	font-weight: bold;
	background-color: #fff;
	color: #a41b13;
	padding: 7px 6px 6px 6px;
	border: none;
}

/* @end */






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

#wrapper {
	width: 934px;
	margin: 0px auto;
	float: left;
	padding: 7px 0 0 42px;
	background: #fff;
}

#wrapping {
	
	clear: both;
}

#generalfill {
	display: none;
}

/* @group Content */

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

#content {
	width: 630px;
	float: left;
	/*font-size: 0.8em;*/
	background-color: #FFFFFF;
	padding: 15px 0 0 0;
	margin: 0;
}
#content .article {
	margin-top: 15px;
	padding-right: 0px;
	margin-bottom: 45px;
}
#content .article img {
	border-style: solid;
	border-width: 3px;
	padding: 0;
}
#content .article img.left {
	margin-left: -12px;
	border-color: #aa1e15;
}
#content .article img.right {
	margin-right: -12px;
	border-color: #2b368a;
}
#content h1 {
}
#content h2 {
	font-weight: normal;
	color: #4550a6;
	clear: both;
	margin-bottom: 6px;
	/*font-size: 1.2em;*/
}
#content h3 {
	font-weight: normal;
	color: #004f96;
	clear: both;
	padding-top:13px;
	margin-bottom: 6px;
	font-size: 1.3em;
}
#content h4 {
	font-weight: normal;
	color: #000;
	margin-bottom: 6px;
	font-size: 1.2em;
}
#content p {
	margin-bottom: 10px;
}
#content .artimg {
}
#content img {
	float: left;
	padding: 15px;
	background-image: url(images/content_artimg_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 5px 15px 5px 5px;
}
#content a {
	color: #0076BE;
	text-decoration: none;
}
#content a:hover {
	color: #00385a;
}
#content ul, #content ol {
	margin-left: 25px;
	margin-bottom: 12px;
	font-size: 1.2em;
}
#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 {
}

/* @end */

/* @group Column */

/************** Column *****************************/

#column {
	float: right;
	width: 248px;
	margin: 15px 0 0 0;
	padding: 0;
}
#colbott {
}
#column h3 {
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}

/* eTeachers */
#eteachers, #galleryselector {
	background-image: url(images/column_eteachers_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 97px;
	margin-top: 0px;
	padding: 12px 12px 12px 18px;
	/*width: 192px;*/
}
#eteachbott {
}

#eteacherselector, #galleryselector {
	width: 80%;
	margin: 15px;
}

#eteachers h3, #galleryselector h3 {
	margin: 25px 15px 0px 17px ;
	text-align: left;
}



/* Search */
#search {
	/*background-image: url(images/column_search_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
	/*height: 97px;*/
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 12px 12px;
	width: 224px;
}
#srchbott {
}
#search h3 {
	display: none;
	color: #3d3d3d;
	margin-bottom: 15px;
}
#search form {
	width: 195px;
	margin: 0 16px;
}
#search form input {
	margin: 0 0 0 9px;
}
#search form input.googlesearch {
	margin: 0;
}

/* Calendar */
#calendar {
	width: 248px;
}
#caltop {
	background-image: url(images/caltop_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 32px;
	margin: 0px;
	padding-top: 38px;
	padding-left: 16px;
	padding-bottom: 0px;
}
#caltop h3 {
	margin: 0 20px 0px 0;
	text-transform: uppercase;
}
#calinfo {
	background-image: url(images/calendar_bg.jpg);
	background-position: right top;
	padding-left: 24px;
	padding-right: 15px;
	margin-top: 0px;
	padding-bottom: 1px;
}
#calendar ul {
	list-style-type: none;
	list-style-position: inside;
}
#calendar li {
	/*font-size: 0.7em;*/
	color: #FFFFFF;
	margin: 0 14px 0 5px;
	padding-bottom: 5px;
}
#calinfo .date {
	display: block;
	width: 185px;
	float: left;
	clear: none;
	padding: 3px 0 3px;
	margin: 0 0 2px /*14px 0 4px*/;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
}
#calendar li a {
}
#calbott {
	background-image: url(images/calbott_bg.png);
	background-repeat: no-repeat;
	height: 69px;
	background-position: right top;
}
#calviewfull {
	width: 90px;
	margin-top: 42px;
	margin-right: 30px;
	margin-left: 19px;
	float: right;
	display: inline;
	/*text-align: left;*/
}
#calviewfull p a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	text-align: right;
}
#calviewfull p a:hover {
	text-decoration: underline;
}


/* Random Photo */

#randomphoto {
	background-image: url(images/rp_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 20px;
	text-align: center;
	font-size: 12px;
}
#rptop {
	background-image: url(images/rptop_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	margin: 0px;
	padding-top: 38px;
	padding-left: 16px;
	padding-bottom: 0px;
}
#randomphoto h3 {
	margin: 0 20px 0px 0;
	text-transform: uppercase;
}
#rpinfo {
	background-image: url(images/column_rp_2infobg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-left: 12px;
}
#randomphoto #rpi {
	width: 218px;
	text-align: center;
}
#randomphoto img {
	padding-left: 1px;
	margin: 0;
	margin-bottom: 5px;
}

#randomphoto p {
	color: #fff;
	text-align: right;
	/*font-size: 1em;*/
	margin-right: 15px;
}

#rpinfo p {
	text-align: center;
	margin: 4px 24px 0px 8px;
}
#rpbott {
	background-image: url(images/rpbott_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 75px;
	padding-right: 11px;
	clear: left;
}
#rpviewgallery {
	float: right;
	margin-top: 49px;
	padding-right: 17px;
	padding-left: 7px;
	/*width: 8em;*/
	/*text-align: center;*/
}
#rpviewgallery p a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9.5px;
	text-align: right;
}
#rpviewgallery a:hover {
	text-decoration: underline;
}

/* Enticers */
.enticer {
	width: 220px;
	margin-bottom: 20px;
	margin-left: 9px;
	/*background-color: #2b368f;*/
}
.entctop {
	/*height: 45px;*/
	width: 195px;
	padding: 15px 17px 8px 8px;
	background: #2b368f;
}


.entctext a {
	color: #d9dbe9;
}

.entctop h3 {
	font-weight: normal;
	font-size:1.3em;
	text-align: left;
}
.entctext {
	background-image: url(images/entc_bg.png);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 8px 12px;
	/*font-size: 0.8em;*/
}
.entctext p {
	color: #fff;
	font-size: 11px;
}
.entcbott {
	background-image: url(images/entcbott_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 40px;
	padding-top: 20px;
	padding-right: 26px;
	text-align: right;
}
.entcbott  p a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.entcbott p a:hover {
	text-decoration: underline;
}

/* @end */


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

#split {
	background-image: url(images/split_bg.png);
	width: 976px;
	height: 61px;
	margin: 0;
	padding: 0;
}





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

/* @group Sandbox */

/* Sandbox */
#sandbox {
	width: 976px;
	background-image: url(images/sandbox_bgrpt.png);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px auto;
	color: #fff;
}
#sandouter {
	font-size: 0.9em;
	padding: 0 15px 5px 15px;
}
#sandbox h4 {
	margin-bottom: 5px;
	margin-top: 0px;
	text-align: center;
}
#sandbox img {
	/*float: left;*/
	margin: 0 15px;
}
#sandbox p {
}
#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 {
	background-image: url(images/sandbott_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 29px;
}

/* @end */

/* @group Footer */

/* Footer */
#footer {
	/*position: absolute;*/
	clear: both;
	width: 950px;
	height: 172px;
	margin: 20px auto 0 auto;
	font-size: 0.8em;
	/*background-color: #f359ff;*/
	padding-top: 10px;
	/*bottom: 0;*/
}
#footbott {
}
#footer p {
	margin-bottom: 10px;
	text-align: right;
}
#footer a {
}
#footer a:hover {
}
#footer img {
	margin: 15px 14px;
}

div.boxclever {
	float: left;
	margin: 14px 0;
	font-size: 11px;
	color: #B3B3B3;
}
.boxclever a {
	color: #ABABAB;
	text-decoration: none;
}
.boxclever a:hover {
	text-decoration: underline;
}

/* @end */




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

