@import url("/apps/js/polls/polls-pack.css");
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('/shared/BebasNeue-webfont.eot');
    src: url('/shared/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/shared/BebasNeue-webfont.woff') format('woff'),
         url('/shared/BebasNeue-webfont.ttf') format('truetype'),
         url('/shared/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* General */

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

.clear {
	padding: 0;
	margin: 0;
	clear: both;
}

.preload {
	height: 0;
	width: 0;
	position: absolute;
	top: -99999px;
	left: -99999px;
}

html, body { height: 100%;}

body {
	background: #000060 url('/pics/body_bg.png') repeat-x top left;
	margin: 0 0 0 0;
	padding: 0;
	font: 13px Arial, Helvetica, sans-serif;
}

#wrapper_all {
	min-height: 100%;
	height: auto!important;
	height: 100%;
	margin: 0 auto -114px;
	background: url('/pics/wrapper_all_bg.jpg') center top no-repeat;
}

.content {
	text-align: left;
	min-height: 740px; /* 677px */
	height: auto!important;
	height: 677px;
	background: #fff;
	width: 924px;
	padding: 8px;
	margin: 0 auto 37px;
}

body.index .content {
	width: 960px;
	background: transparent;
	padding: 0;
	margin: 0 auto;
}

body.index h2 {
	padding: 0;
	margin: 0;
}

.pageTitle {
	display: block;
	width: 914px;
	padding: 10px 0 0 10px;
	margin: 0 0 10px;
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	color: #000089;
	font-size: 32px;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	letter-spacing: 2px;
}

/* Header */

#header {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 99;
	height: 199px;
}

#top_buttons {
	width: 544px;
/*	float: right;*/
	height: 28px;
	position: relative;
z-index: 999;
position: absolute;
top: 0;
right: 0;
}

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

#top_buttons ul li {
	float: left;
	display: inline-block;
	
}

#top_buttons ul li a {
	background: url('/pics/top_button_bg.png') top left repeat-x;
	display: inline-block;
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	width: 128px;
	text-align: center;
	text-decoration: none;
	margin: 0 0 0 8px;
	letter-spacing: 2px;
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	-webkit-box-shadow: rgba(0,0,0,.53) 0px 0px 10px;
	-moz-box-shadow: rgba(0,0,0,.53) 0px 0px 10px;
	box-shadow: rgba(0,0,0,.53) 0px 0px 10px;
}

#top_buttons ul li a:hover {
	background: #fff;
	color: #3c9840;
}

div#header h1 {
	margin: 0;
	height: 118px;
	padding: 0;
	z-index: 99;
	position: relative;
}

div#header h1 a {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0 0 199px 191px;
	overflow: hidden;
	display: block;
}

/* Navigation menu */

#topnav_holder {
	position: absolute;
	top: 118px;
	left: 197px;
	width: 763px;
	height: 41px;
	z-index: 9;
			zoom: 1;
}

#topnav {
	height: 41px;
	float: right;
	left: -50%;
	position: relative;
}

#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	z-index: 99;
	height: 41px;
}

#topnav ul li {
	list-style: none;
	display: inline-block;
	float: left;
	padding: 0;
	margin: 0;
	height: 41px;
	position: relative;
}

#topnav ul li a {
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	height: 41px;
	padding: 0 8px 0 0;
	background: none;
}

span.lower {
	display: inline!important;
	padding: 0!important;
	font-size: 14px!important;
}

#topnav ul li a span {
	display: block;
	padding: 10px 0 0 8px;
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size: 17px;
	height: 26px;
	letter-spacing: 1px;
	color: #fff;
	background: none;
}

#topnav ul li:hover a, #topnav ul li.over a {
	background: url('/pics/topnav_hover.png') bottom right no-repeat;
}

#topnav ul li:hover a span, #topnav ul li.over a span {
	background: url('/pics/topnav_hover.png') top left no-repeat;
	color: #3c9840;
}

/* Drop down items */

#topnav ul ul {
	border: 0;
	-moz-opacity:.90;
	opacity:.90;
}
#topnav ul ul, 
#topnav ul li:hover ul ul, #topnav ul li.over ul ul, 
#topnav ul li:hover ul ul ul, #topnav ul li.over ul ul ul,
#topnav ul li:hover ul ul ul ul, #topnav ul li.over ul ul ul ul {
	position: absolute;
	left: -9999px;
	z-index: 9999;
	width: 184px;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
#topnav ul ul li {
	margin: 0;
	height: auto;
}
#topnav ul li:hover ul, #topnav ul li.over ul {
	left: 0;
	top: 41px;
	background: none;
}
#topnav ul ul li:hover ul, #topnav ul ul li.over ul,
#topnav ul ul ul li:hover ul, #topnav ul ul ul li.over ul,
#topnav ul ul ul ul li:hover ul, #topnav ul ul ul ul li.over ul {
	position: absolute;
	top: 0;
	left: 100%;
}
/* Drop down items' colors and formatting */

#topnav ul li:hover ul li a, #topnav ul li.over ul li a {
	line-height: 16pt;
	text-align: left;
	display: block;
	text-decoration: none;
	padding: 6px 5px 5px 8px;
	height: auto;
	width: 170px;
	color: #fff;
	background: #01016d;
	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-transform: none;
}
#topnav ul li ul li a:hover, 
#topnav ul li ul li:hover a, #topnav ul li ul li.over a,
#topnav ul li ul li:hover ul a:hover, #topnav ul li ul li.over ul a:hover,
#topnav ul li ul li ul li:hover a, #topnav ul li ul li ul li.over a,
#topnav ul li ul li ul li:hover ul a:hover, #topnav ul li ul li ul li.over ul a:hover,
#topnav ul li ul li ul li ul li:hover a, #topnav ul li ul li ul li ul li.over a,
#topnav ul li ul li ul li ul li:hover ul a:hover, #topnav ul li ul li ul li ul li.over ul a:hover {
	color: #000;
	background: #fff;
}
#topnav ul li ul li:hover ul a, #topnav ul li ul li.over ul a,
#topnav ul li ul li ul li:hover ul a, #topnav ul li ul li ul li.over ul a,
#topnav ul li ul li ul li ul li:hover ul a, #topnav ul li ul li ul li ul li.over ul a {
	color: #fff;
	background: #4e226c;
}
/* Index properties */

#frontpage_marquee{
	color:white;
}

#index_top {
	position: relative;
}

#index_main {
	position: relative;
	padding-top: 20px;
}

/* Homepage Section Headers */

body.index h2 a {
}

/* Homepage Sections Containers */

.hp_button {
	float: left;
	margin-right: 16px;
	width: 309px;
} 

.hp_button.last {
	margin-right: 0;
}

.button_main {
	width: 309px;
	height: 165px;
	margin-bottom: 11px;
	-webkit-box-shadow: rgba(0,0,0,.40) 0px 0px 9px;
	-moz-box-shadow: rgba(0,0,0,.40) 0px 0px 9px;
	box-shadow: rgba(0,0,0,.40) 0px 0px 9px;
	position: relative;
	background: url('/pics/index_button.jpg') no-repeat;
}

#check_box {
	position: absolute;
	top: 413px;
}

.hp_button .button_main h2 a {
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size: 30px;
	color: #fff;
	text-shadow: rgba(0,0,0,.31) 1px 1px 0;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
	width: 279px;
	height: 115px;
	position: absolute;
	padding: 20px 0 0 30px; 
	top: 0;
	left: 0;
	z-index: 99;
}
 
.hp_button span {
	color: #fff;
	width: 125px;
	padding: 85px 0 0 30px;
	display: block;
}

.hp_button .shuffle_small, #shuffle_calendar, #shuffle_athletes, #shuffle_spotlight {
	width: 149px;
	height: 153px;
}

.hp_button .shuffle_small{
	position: absolute;
	top: 6px;
	right: 6px; 
}

.hp_button a.show_all {
	color: #fff;
	height: 13px;
	float: right;
	width: 153px;
	text-decoration: none;
	padding-right: 20px;
	margin-right: 10px;
	background: url('/pics/show_all_button.png') top right no-repeat;
	font-size: 12px;
	text-align: right;
}

.hp_button a:hover {
	text-decoration: underline!important;
}

.HPNews {
	position: absolute;
	left: 5px;
	top: 60px;
	color: #fff;
}

body .HPNews a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
} 

.HPNews #r {
	width: 120px;
}



/* Image shuffles */

#shuffle1, #shuffle1_overlay {
	width: 960px;
	height: 423px;
}

#shuffle1_overlay {
	background: url('/pics/shuffle1_overlay4.png') no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/* Footer */

#push, #footer {
	height: 114px;
}

#footer {
	width: 100%;
	text-align: left;
	background: url('/pics/footer.png') top center no-repeat;
}

#footer_inner {
	width: 920px;
	height: 96px;
	margin: 0 auto;
	position: relative;
}
#footer address {
	color: #fff;
	padding: 0 0 0 30px;
	font-style: normal;
	font-size: 14px;
}

#footer address a { color: inherit; }

a#edlio {
	width: 139px;
	height: 0;
	padding: 15px 0 0 0;
	overflow: hidden;
	display: block;
	background: url('/pics/edlio.png') no-repeat;  
}

#edlio_logo {
	width: 139px;
	margin: 25px 0 0 30px;
}

#social {
	position: absolute;
	top: 0;
	right: 330px;
	height: 40px;
	width: 165px;
}

#social a {
	float: left;
	height: 0;
	margin-right: 15px;
	padding-top: 40px;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#social #facebook { background-image: url(/pics/btn_facebook.png); width: 40px;}
#social #twitter { background-image: url(/pics/btn_twitter.png); width: 40px;}
#social #instagram { background-image: url(/pics/btn_instagram.png); width: 40px;}

#social a:hover {
	background-position: -40px 0;
}


#footer_links {
	position: absolute;
	top: -26px;
	right: 39px;
	height: 82px;
	width: 234px;
}

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

#footer_links ul li {
	float: left;
	display: block;
}

#footer_links ul li#acsi_link { width: 83px;}
#footer_links ul li#wasc_link { width: 86px;}
#footer_links ul li#top_work { width: 64px;}

#footer_links ul li a {
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
}

#footer_links ul li#acsi_link a {
	padding: 75px 0 0 65px;
	background: url('/pics/acsi_logo.png') no-repeat;
	margin: 0 0 0 17px;
}

#footer_links ul li#wasc_link a {
	padding: 66px 0 0 67px;
	background: url('/pics/wasc_logo.png') no-repeat;
	margin: 9px 0 0 19px;
}

#footer_links ul li#top_work a {
	padding: 82px 0 0 44px;
	background: url('/pics/top_work_logo.png') no-repeat;
	margin: 0 0 0 20px;
}

/* Quick Poll */
.HPQuickPoll h2 {
    width: 271px;       /* header width  */
    padding-top: 43px;  /* header height */
    /* default background image is /pics/quick_poll_header.png  */
}
 
.HPQuickPoll .bar-color {
    background-color: #10296B;   /* results bar color */
}

/* PageNav */
#pageNav {
	border: none;
	width: 250px;
	background: #01016e url('/pics/pagenav_bg.jpg') top left no-repeat;
}
#pageNav img {
	display: none;
}

#pageNav ul {
	list-style: none;
	padding: 8px 0!important;
	margin: 0!important;
}

#pageNav ul li {
	margin: 5px 0;
}

#pageNav ul li a, #pageNav ul li b {
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 7px 10px 7px 40px;
	width: 200px;
	text-decoration: none;
	letter-spacing: 1px;
}

#pageNav ul li b {
	color: #3c9840;
	width: auto;
	background: #fff;
	-webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
	font-weight: normal;
}

#pageNav ul li a:hover {
	text-decoration: underline;
}

body table.light td {
	color: #fff;
}

#warrior_one_stop {
position: absolute;
bottom: 5px;
right: 5px;
}

#shuffle1_overlay #svcs_calendar {
	display: block;
	width: 85px;
	height: 0;
	padding-top: 90px;
	overflow: hidden;
	background: url(/pics/hp_calendar.png) no-repeat top left;
	position: absolute;
	bottom: 15px;
	left: 15px;
}
#shuffle1_overlay #change_congo {
	display: block;
	width: 85px;
	height: 0;
	padding-top: 90px;
	overflow: hidden;
	background: url(/pics/change-congo-bug.png) no-repeat top left;
	position: absolute;
	bottom: 15px;
	left: 110px;
}

#shuffle1_overlay #reenroll_form img{
	height: 172px;
	width: 190px;
}

#shuffle1_overlay #reenroll_form {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#shuffle1_overlay #svkids {
	position: absolute;
	bottom: 0px;
	left: 100px;
}

#shuffle1_overlay #open_house {
	position: absolute;
	left: 418px;
	width: 82px;
	height: 85px;
	top: 324px;
}

#shuffle1_overlay #open_house img {
	width: 82px;
}

#shuffle1_overlay #amazon {
	display: block;
	width: 100px;
	height: 0;
	padding-top: 60px;
	overflow: hidden;
	background: url(/pics/amazon-logo.jpg) no-repeat top left;
	position: absolute;
	bottom: 15px;
	left: 187px;
}

#shuffle1_overlay #shamrock_soiree img{
	width: 50%;
}

#shuffle1_overlay #shamrock_soiree{
	position: absolute;
	right: -115px;
	top: 15px;
}

#shuffle1_overlay #grad {
	display: block;
	width: 110px;
	height: 0;
	padding-top: 117px;
	overflow: hidden;
	background: url(/pics/Graduation-Bug.png) no-repeat top left;
	position: absolute;
	bottom: 15px;
	left: 252px;
}
#shuffle1_overlay #warrior_classic {
	display: block;
	width: 194px;
	height: 0;
	padding-top: 90px;
	overflow: hidden;
	background: url(/pics/wc-golf-ball-icon.png) no-repeat top left;
	position: absolute;
	bottom: 15px;
	left: 202px;
}

#shuffle1_overlay #prospective_student {
	display: block;
	width: 137px;
	height: 0;
	padding-top: 172px;
	overflow: hidden;
	background: url(/pics/prospectivestudentnight1-15.png) no-repeat top left;
	position: absolute;
	top: 317px;
	right: 128px;
}

.shuffle-button {
	position: absolute;
	width: 120px;
	height: 158px;
}

#reenrollment {
	bottom: 0px;
	right: 0px;
	height: 200px;
	width: 200px;
}

#enroll{
    position: absolute;
    margin: 320px 0px 0px 20px;
}

#registration {
	top: 120px;
	right: 20px;
	width: 80px;
}

#springfiesta {
	bottom: 14px;
	left: 122px;
	position: absolute;
}

#open_house {
	top: 5px;
	right: 140px;
}
#home_openhouse {
	bottom: 7px;
	left: 233px;
	position: absolute;
}
#openhousebug {
	bottom: 18px;
	left: 187px;
	position: absolute;
}

#vintage_prom {
	margin: 0 0 17px 170px;
	position: absolute;
	bottom: 0;
}

#vintage_prom img {
	width: 20%;
}
/* News Styles */

#homepage_news_list {
	margin-left: 10px;
	/*width: 253px; px widths break container as of 03/13/2015*/
    width: 100%;
}

#homepage_news_list article {
	padding: 0px 0 0px 10px;
	margin: 0px;
}

#homepage_news_list article:last-of-type {
	margin-bottom: 10px;
}
 
/*news title*/
#homepage_news_list article h1.title  {
	padding: 0px;
	margin: 0px;
}

#homepage_news_list article h1.title a {
	color: #000;
	font-size: 13px;
	font-family: Arial,Verdana,sans-serif;
	padding: 0px;
	border-bottom: none;
	margin: 0px;
	text-decoration: none;
	margin: 0px;
	font-weight: 300;
	text-decoration: underline;
}

#homepage_news_list article h1.title a:hover {
	text-decoration: underline;
	margin: 0px;
}
/*summary*/

#homepage_news_list article .summary p {
	color: #000;
	font-size: 13px;
	margin: 0px;
	font-family: Arial,Verdana,sans-serif;
}

/*image*/

#homepage_news_list article .thumbnail {
	max-width: 50px;
	float: left;
	margin: 0 10px 10px 0;
	
}

#homepage_news_list article .thumbnail img {
	max-width: 100%;
}

/*show all*/
#homepage_news_list .read-more-link {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}

#homepage_news_list .read-more-link:hover {
	text-decoration: underline;
}

/*INDEX NEWS*/

.index #homepage_news_list {
	left: 5px;
	position: absolute;
	top: 60px;
	width: 120px;
	margin-left: 15px;
	height: 100px;
}

.index #homepage_news_list article {
	padding: 0px 0 0px 10px;
	height: 240px;
	width: 120px;
	margin: 0px;
}
 
/*news title*/
.index #homepage_news_list article h1.title  {
	padding: 0px;
	margin: 0px;
}

.index #homepage_news_list article h1.title a {
	color: #fff;
	font-size: 13px;
	font-family: Arial,Verdana,sans-serif;
	padding: 0px;
	font-weight: 700;
	border-bottom: none;
	margin: 0px;
	text-decoration: none;
	margin: 0px;\
}

.index #homepage_news_list article h1.title a:hover {
	text-decoration: underline;
	margin: 0px;
}
/*summary*/
.index #homepage_news_list article .summary {
}

.index #homepage_news_list article .summary p {
	color: #fff;
	font-size: 13px;
	margin: 0px;
	font-family: Arial,Verdana,sans-serif;
}

/*image*/

.index #homepage_news_list article .thumbnail {
	max-width: 50px;
	float: left;
	margin: 0 10px 10px 0;
	
}

.index #homepage_news_list article .thumbnail img {
	max-width: 100%;
}

/*show all*/
.index #homepage_news_list .read-more-link {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	margin-left: 10px;
}

.index #homepage_news_list .read-more-link:hover {
	text-decoration: underline;
}

/* Pages Plus */

.pages-content-wrapper .pages-column .page-block-text blockquote {
	font-style: normal;
}