/* Search Box and Global Nav */
.search {
	height: 20px;
}
.search input[type=text] {
	color: #787878;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #5988a6;
	border-bottom: 1px solid #5988a6;
	padding-left: 4px;
	margin-left: 0;
	margin-right: 0;
	height: 18px;
	background-color: #ffffff;
	padding-top: 2px;
	vertical-align: middle;
}
.search img, .search input[type=image] {
	vertical-align: top;
}
.globalNav {
	color: #fff;
	font-size: .8em;
	padding-right: 6px;
}
.globalNav a {
	color: #fff;
}
.globalNav a:hover {
	color: #fff;
}
.globalNav a:visited {
	color: #fff;
}
.searchContainer {
	padding-top: 23px;
	padding-right: 55px;
	text-align: right;
}


/* Nav Tabs */
#navTabs a {
	color: #006eae;
	background: #efefe5 url(../images/layout/left-tab-hilight.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 28px;
}
#navTabs li.hilight a {
	color: #000;
	background: #ffffff url(../images/layout/left-tab.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 28px;
}
#navTabs a span {
	background: url(../images/layout/right-tab-hilight.gif) right top no-repeat;
	padding-right: 28px;
	font-size: 1.5em;
	padding-top: 9px;
	padding-bottom: 6px;
}
#navTabs li.hilight a span {
	background: url(../images/layout/right-tab.gif) right top no-repeat;
	padding-right: 28px;
	font-size: 1.5em;
	padding-top: 9px;
	padding-bottom: 6px;
}

#navTabs a, #navTabs a span {
	display: block;
	float: left;
}

	/* Hide from IE5-Mac \*/
#navTabs a, #navTabs a span {
	float: none;
}       /* End hide */
#navTabs a:hover {
	color: #000;
	background: #ffffff url(../images/layout/left-tab.gif) left top no-repeat;
	padding-left: 28px;
}
#navTabs a:hover span {
	background: url(../images/layout/right-tab.gif) right top no-repeat;
	padding-right: 28px;
}
#navTabs ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}
#navTabs li {
	list-style: none;
	float: left;
	margin: 0;
	padding-right: 7px;
}
#navTabs {
	position: relative;
	top: 20px;
	padding-right: 86px;
}
#navTabs span.title {
	float: right;
	margin-top: 7px;
	margin-right: 15px;
	font-size: 1.4em;
	color: #fff;
}



/* Secondary Nav */

#secondNav {
	width: 100%;
	background: #f4f4ec url(../images/layout/bg_2nd_nav.gif) left top repeat-x;
	height: 50px;
}


/* #secondNavMenu */
#secondNavMenu{
width:1000px; height:50px; position:relative;  margin:0 0; z-index:100;
}
#secondNavMenu ul {
padding:0; margin:0; list-style-type: none; width:1000px; height:50px;
}
#secondNavMenu ul li ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:42px;; left:0px; width: 170px;
border-left: 1px solid #003366;
border-right: 1px solid #003366;
border-bottom: 1px solid #003366;

}
#secondNavMenu ul li {
float:left;
}
#secondNavMenu ul li ul li {
border-left: 0;
border-right: 0;
}
#secondNavMenu ul li a, #secondNavMenu ul li a:visited {
display:block; float:left; text-decoration:none; color:#fff; width: auto;  height:42px; line-height:41px; background:transparent; padding-left:10px; padding-right:30px;
}
* html #secondNavMenu ul li a, * html #secondNavMenu ul li a:visited {width:100px; w\idth:90px;}

#secondNavMenu table {
border-collapse:collapse; border:0; margin:0; padding:0; font-size:1em; position:absolute; left:0; top:0;
}

/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
#secondNavMenu ul li:hover a,
#secondNavMenu ul li a:hover{
background:#ffffff; color:#333;
border: 1px solid #003366;
}
#secondNavMenu ul li:hover ul li a{
border: 0;
}

#secondNavMenu ul li:hover {position:relative; z-index:90;}
* html #secondNavMenu ul li a:hover {position:relative; z-index:100;}

#secondNavMenu ul li:hover ul,
#secondNavMenu ul li a:hover ul {
visibility:visible; position:absolute; height:auto; background:#ffffff; overflow:visible;
}
#secondNavMenu ul li:hover ul li a,
#secondNavMenu ul li a:hover ul li a{
display:block; background:transparent; color:#333; line-height:15px; padding:5px 5px 5px 10px; height:auto; text-decoration:none; width: 155px;
}

#secondNavMenu ul li:hover ul li:hover a,
#secondNavMenu ul li a:hover ul li a:hover {
background:#003366; color:#ffffff;
}
#secondNavMenu ul li:hover ul li ul,
#secondNavMenu ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:170px;
}
#secondNavMenu ul li:hover ul li:hover ul,
#secondNavMenu ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; height:auto; color:#ffffff; padding:0; list-style-type:none; background:#003366;
}
#secondNavMenu ul li:hover ul li:hover ul li a,
#secondNavMenu ul li a:hover ul li a:hover ul li a {
display:block; background:transparent; color:#ffffff;
}

#secondNavMenu ul li:hover ul li:hover ul li:hover a,
#secondNavMenu ul li a:hover ul li a:hover ul li a:hover {
background:#ffffff; color:#003366;
}




/* Page Structure */
.width {
	width: 1000px;
	margin: 0 auto;
}
#pageBounds {
	margin: 0;
}
#mastHead {
	width: 100%;
	background: #045082 url(../images/layout/bg_masthead.gif) left top repeat-y;
	margin-bottom: 5px;
}
#mastHead .width {
	height: 94px;

}
#content {
	width: 100%;
	background: #ffffff url(../images/layout/bg_content.gif) left top repeat-x;
	margin-bottom: 0px;
}
#content .width {
	/*min-height: 200px;*/
}
.col1 {
	width: 600px;
}
.col2 {
	width: 400px;
}

.col4 {
	margin-top:-25px;
} 
#content .col1, #content .col2, #content .col3, #content .col4 {
	float: left;
}
.center {
	text-align: center;
}



/* School Home Specific */
#schoolHome_top {
	min-height: 167px;
	background: #f9f8f3 url(../images/layout/bg_content_type2.gif) left bottom repeat-x;
	border-bottom: 1px solid #d4d2bd;
	clear: both;
}
#schoolHome_top .col1 {
	width: 651px;
}
#schoolHome_top .col2 {
	width: 349px;
	height: 100%;
}
#schoolHome_top #quickLinks_type2 {
	padding-left:45px;
	padding-right:25px;
	padding-top: 15px;
	padding-bottom: 0px;
}
#quickLinks_type2 ul {
	color: #026baf;
}
#quickLinks_type2 ul a {
	color: #026baf;
}
#schoolHome_bottom {
	background: #ffffff url(../images/layout/bg_content_schoolHome.gif) left top repeat-y;
	clear: both;
	min-height: 50px;
}
#schoolHome_bottom .col1{
	width: 243px;
	background-color: #dfddd0;
}
#schoolHome_bottom .col1 #padding {
	padding-left: 15px;
	padding-right: 15px;
}
#schoolHome_bottom .col1 span.eventPicture {
	border: 1px solid #d5d3bc;
	padding: 4px;
	margin-right: 0px;
	margin-bottom: 13px;
	background-color: #ffffff;
}
#schoolHome_bottom .col2{
	width: 757px;
	background-color: transparent;
	background: #ffffff url(../images/layout/bg_content_col1.gif) left top repeat-x;
}
#schoolHome_bottom .col2 #padding {
	padding-left: 15px;
	padding-right: 15px;
}

/* School Interior Specific */
#schoolInterior {
	background: #ffffff url(../images/layout/bg_content_schoolHome.gif) left top repeat-y;
	clear: both;
	min-height: 50px;	
}
#schoolInterior .col1 {
	width: 243px;
}
#schoolInterior .col1 #padding {
	padding-left: 15px;
	padding-right: 15px;
}
#schoolInterior .col2 {
	width: 757px;
}
#schoolInterior .col2 #padding {
	padding-left: 15px;
	padding-right: 15px;
}
#schoolInterior .col2 #leftPaddingOnly {
	padding-left: 15px;
}
#schoolInterior .col2 #heading {
	background-color: #efefe5;
}
#schoolInterior_leftNav {
    padding-top: 20px;
    padding-bottom: 20px;
}
#schoolInterior_leftNav H2 {
    font-size: 1em;
    padding-top: 7px;
    padding-bottom: 2px;
    background: #dcdfce url(../images/layout/bg_interior_leftNav.gif) left top repeat-x;
}
#schoolInterior_leftNav H2 a {
    color: #032940;
    text-decoration: none;
}
#schoolInterior_leftNav ul{
    padding-left: 0px;
    width: 100%;
    list-style: none;
    margin: 0;
    background-color: #dcdfce;
}
#schoolInterior_leftNav li{
    list-style: none;
    color: #032940;
    padding-left: 0px;
    background: #dcdfce url(../images/layout/bg_interior_leftNav.gif) left top repeat-x;
    padding-top: 5px;
    padding-bottom: 7px;
    padding-left: 20px;
    vertical-align: middle;
    margin: 0;

}
#schoolInterior_leftNav li.hilight{
    list-style-image: url(../images/layout/bg_interior_leftNav_hilight_arrow.gif);
    list-style-position: inside;
    margin: 0;
    padding-left: 0px;
    background: #dcdfce url(../images/layout/bg_interior_leftNav_hilight.gif) left top no-repeat;
    font-weight: bold;
}
#schoolInterior_leftNav li.hilight ul{
    width: 100%;
    margin-top: 8px;
    margin-left: 0px;
    padding-left: 0px;
}
#schoolInterior_leftNav li.hilight li{
    color: #032940;
    padding-left: 40px;
    background: #dcdfce url(../images/layout/bg_interior_leftNav.gif) left top repeat-x;
    padding-top: 5px;
    padding-bottom: 7px;
    vertical-align: middle;
    list-style-position: outside;
    font-weight: normal;
    margin: 0;
}
#schoolInterior_leftNav li a{
    color: #032940;
    text-decoration: none;
}
#schoolInterior .col3 {
	width: 520px;
	padding-top: 10px;
	border-right: 1px solid #e1e1d5;
	background-color: #efefe5;
}
#schoolInterior .col3_wide {
	width: 757px;
	padding-top: 10px;
	background-color: #efefe5;
}
#schoolInterior .col4 {
	width: 227px;
}
#schoolInterior #quickLinks_type3 {
	padding-left:15px;
	padding-right:15px;
	padding-top: 30px;
	padding-bottom: 0px;
}
#schoolInterior #quickLinks_type3 ul {
	color: #026baf;
}
#schoolInterior #quickLinks_type3 ul a {
	color: #026baf;
}



/* Global Operations */
#globalOperations {
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}
#globalOperations #crumbtrail {
	float: left;
}
#globalOperations #email {
	float: right;
	padding-left: 10px;
}
#globalOperations #print {
	float: right;
	padding-left: 10px;
}
#globalOperations img {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
}
#globalOperations #email a, #globalOperations #print a {
	color: #333;
	text-decoration: none;
}



/* QuickLinks */
#quickLinks {
	padding-left:45px;
	padding-right:45px;
	padding-top: 35px;
	padding-bottom: 35px;
	background: #f9f8f3 url(../images/layout/bg_content_col2.gif) right bottom repeat-x;
	height: 184px;
	border-bottom: 1px solid #d4d2bd;
}
#quickLinks ul {
	color: #026baf;
}
#quickLinks ul a {
	color: #026baf;
}

h2.content {
	border: 1px solid #f69a2d;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 14px;
	padding-right: 42px;
	margin-bottom: 13px;
	background: #efecdd url(../images/layout/heading_bullet.gif) right center no-repeat;
}


/* Landing Picture */
#landingPicture {
	text-align: center;
	background-color: #e7e7db;
	border-bottom: 1px solid #d4d2bd;
	padding-bottom: 0;
}
#seal {
	width: 0px;
	height: 0px;
	position: relative;
	top: -72px;
	left: 43px;
}
#interiorSeal {
	width: 0px;
	height: 0px;
	position: relative;
	top: -87px;
	left: 43px;
	white-space: nowrap;
}
#interiorSeal span.title {
	padding-left: 10px;
	font-size: 1.4em;
	color: #fff;
}



/* Events */
#events {
	padding-top: 20px;
	padding-left: 34px;
	padding-right: 34px;
	background: #ffffff url(../images/layout/bg_content_col1.gif) left top repeat-x;
	min-height: 330px;
}
div.eventPicture {
	border: 1px solid #d5d3bc;
	padding: 4px;
	margin-right: 16px;
	margin-bottom: 13px;
	background-color: #ffffff;
	float: left;
}
div.eventPicture img {
	border: 0;
	padding: 0;
}
#events #eventCol1 {
	width: 300px;
	padding-right: 27px;
	float: left;

}
#events #eventCol2 {
	width: 203px;
	float: left;
}
#calendar {
	padding: 8px;
	border: 1px solid #f69a2d;
	margin-bottom: 10px;
	background: #f5f4ef url(../images/layout/bg_calendar.gif) right top repeat-y;
}
#calendar #monthYear {
	font-weight: bold;
}
#calendar #navMonths {
	padding-top: 2px;
	float: right;
}
#calendar #navMonths img {
	padding-left: 4px;
}
#calendar td.today {
	color: #026baf;
	background-color: #f69a2d;
	font-weight:bold;
	text-align:center;
}#calendar td.day {
	text-align:center;
}
div.button {
	color: #ffffff;
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 3px;
	padding-top: 2px;
	margin-bottom: 7px;
	background: #ffffff url(../images/layout/button_bg.gif) left top no-repeat;
	width: 160px;
	height: 21px;
	text-decoration: none;
}
div.button_type2 {
	color: #ffffff;
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 3px;
	padding-top: 2px;
	margin-bottom: 7px;
	background: #dfddd0 url(../images/layout/button_type2_bg.gif) left top no-repeat;
	width: 149px;
	height: 21px;
	text-decoration: none;
}




/* News */
#news {
	padding-left: 23px;
	padding-top: 20px;
	padding-right: 18px;
	padding-bottom: 25px;
	min-height: 330px;
}
#news ul {
	color: #333333;
	margin-left: 35px;
	margin-right: 2px;
}
#news ul a {
	color: #333333;
}

/* Calendar */

.calendar-date-title {font-weight: bold;}

/* Footer */
#footer {
	color: #666666;
	font-size: .8em;
	width: 100%;
}
#footer .width {
	border-top: 1px solid #e1e1d5;
	padding-top: 4px;
}

#footer .left {

	float: left;
}
#footer .right {
	float: right;
}
#footer a {
	color: #666666;
}



