/*=========================================================================================================================
     RESET
===========================================================================================================================*/
html, body, div, span, applet, object, iframe,  p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	line-height:1.0;
}
/*=========================================================================================================================
 PAGE GENERAL
===========================================================================================================================*/

* {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
	color: #5f5742;
}
body {
}
#wrapper {
	min-height: 100%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
* html #page {
	height: 100%;
}
.clearer { /* go here for explanation: http://tangible.ca/articles/35/how-to-get-a-parent-div-to-expand-around-floated-content */
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
img {
	border: 0;
}
.hide {
	display: none;
}
hr {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
}
strong {
	color:#3c3526;
}
/*=========================================================================================================================
 PAGE FONTS/COLORS
===========================================================================================================================*/

h1 {
}
h2 {
	
}
h3 {
	font-size: 28px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#833126;
	margin-bottom:5px;
}
h4 {
	font-size: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#833126;
	margin-bottom:5px;
}
h4 a {
	text-decoration:none;
	color:#833126;
	margin-bottom:4px;
}
h4 a:hover {
	text-decoration:underline;
}
h5 {
	font-size: 14px;
	font-weight:bold;
	font-family:  Georgia, "Times New Roman", Times, serif;
	color:#3c3526;
	margin-bottom:2px;
}
h6 {
}
p {
	margin-bottom: 17px;
	line-height: 19px;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
blockquote {
	margin-left:10px;
}
/*=========================================================================================================================
 HEADER STYLES
===========================================================================================================================*/

#header_wrap {
	height: 135px;
	background-color: #833125;
	background-image: url(../images/global/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #e8e5d6;
}
#header {
	position:relative;
	width: 964px;
	height: 135px;
	background:url(../images/global/logo.png) left top no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#logo {
	height: 135px;
	width: 240px;
	float: left;
	position: relative;
}
/*=========================================================================================================================
  PRIMARY NAV STYLES
===========================================================================================================================*/

ul#nav {
	position: absolute;
	top: 97px;
	left: 268px;
	width: 696px;
}
ul#nav li {
	float: left;
	margin-right: 25px;
	cursor: pointer;
	list-style:none;
}
ul#nav li#last {
	margin-right: 0px;
}
ul#nav li a {
	display: block;
	text-indent: -9999px;
	float:left
}
ul#nav a#about {
	background: url(../images/global/nav/nav_about.png) no-repeat left top;
	height: 25px;
	width: 47px;
	margin:0 auto;
}
ul#nav a#admissions {
	background: url(../images/global/nav/nav_admissions.png) no-repeat left top;
	height: 22px;
	width:89px;
	margin:0 auto;
}
ul#nav a#academics {
	background: url(../images/global/nav/nav_academics.png) no-repeat left top;
	height: 23px;
	width: 83px;
	margin:0 auto
}
ul#nav a#development {
	background: url(../images/global/nav/nav_development.png) no-repeat left top;
	height: 23px;
	width: 101px;
	margin:0 auto
}
ul#nav a#athletics {
	background: url(../images/global/nav/nav_athletics.png) no-repeat left top;
	height: 23px;
	width: 70px;
	margin:0 auto
}
ul#nav a#alumni {
	background: url(../images/global/nav/nav_alumni.png) no-repeat left top;
	height: 23px;
	width: 56px;
	margin:0
}
ul#nav a#downloads {
	background: url(../images/global/nav/nav_downloads.png) no-repeat left top;
	height: 23px;
	width: 83px;
	margin:0
}
ul#nav a:hover#about, ul#nav a#about-here {
	background: url(../images/global/nav/nav_about.png) no-repeat left -25px;
	height: 23px;
	width: 47px;
	margin:0 auto;
}
ul#nav a:hover#admissions, ul#nav a#admissions-here {
	background: url(../images/global/nav/nav_admissions.png) no-repeat left -25px;
	height: 23px;
	width:89px;
	margin:0 auto;
}
ul#nav a:hover#academics, ul#nav a#academics-here {
	background: url(../images/global/nav/nav_academics.png) no-repeat left -25px;
	height: 23px;
	width: 83px;
	margin:0 auto
}
ul#nav a:hover#development, ul#nav a#development-here {
	background: url(../images/global/nav/nav_development.png) no-repeat left -25px;
	height: 23px;
	width: 101px;
	margin:0 auto
}
ul#nav a:hover#athletics, ul#nav a#athletics-here {
	background: url(../images/global/nav/nav_athletics.png) no-repeat left -25px;
	height: 23px;
	width: 70px;
	margin:0 auto
}
ul#nav a:hover#alumni, ul#nav a#alumni-here {
	background: url(../images/global/nav/nav_alumni.png) no-repeat left -25px;
	height: 23px;
	width: 56px;
	margin:0
}
ul#nav a:hover#downloads, ul#nav a#downloads-here {
	background: url(../images/global/nav/nav_downloads.png) no-repeat left -25px;
	height: 23px;
	width: 83px;
	margin:0
}
#top_nav {
	position:absolute;
	top: 17px;
	left: 572px;
	font-family:helvetica, arial;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	width: 228px;
}
#search {
	position:absolute;
	top: 13px;
	right: 10px;
	font-family: helvetica, arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}
#top_nav a {
	text-decoration:none;
	border:none;
	color:#fff;
	font-family:helvetica, arial;
}
#top_nav a:hover {
	text-decoration:underline;
}
.parent {
	margin-right:48px;
	font-family:helvetica, arial;
	color:#fff;
	font-size:10px;
	font-weight:bold;
}
.calendar {
	margin-right:20px;
	font-family:helvetica, arial;
	color:#fff;
	font-size:10px;
	font-weight:bold;
}
.search {
	background:url(../images/global/search_bg.jpg) left top no-repeat;
	width:128px;
	height:19px;
	border:none;
	padding:5px 2px 0 4px;
	font-family:Helvetica, Arial, sans-serif;
	color:#363636;
	font-weight:normal;
	font-size:12px;
}
.search_submit {
	background:none;
	border:none;
	font-family:Helvetica, Arial, sans-serif;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	margin-right:5px;
	padding-bottom:3px;
	cursor:pointer;
}
/*=========================================================================================================================
 SPECIAL
===========================================================================================================================*/
#special_wrap {
	height:221px;
	background-color: #948163;
	background-image: url(/images/home/special_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border-bottom-color: #e8e5d6;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
#special {
	height: 221px;
	width: 964px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*=========================================================================================================================
 CONTENT STYLES
===========================================================================================================================*/

#content_wrap {
	min-height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #d7d3c3;
	background-image: url(/images/shadow.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#content {
	margin:0 auto;
	width:964px;
	position:relative;
	padding-bottom:60px;

	
}
/*=====SPIRIT GEAR==============*/

.price {
	text-align:center;
	font-size:18px;
	color:#000;
}
#gear {
	width:630px;
	float:left;
	position:relative;
}
#gear img {
	padding:4px;
	background: #fff;
}
#gear ul {
	margin-top:50px;
}
#gear ul li {
	list-style:none;
	display:block;
	float:left;
	width:220px;
	margin-bottom:20px;
}
#gear ul li.first {
	margin-left:30px;
	margin-right:50px;
}
/*=====SEARCH STYLES==============*/
#searchresults_left {
	width:276px;
	height:876px;
	position:relative;
	float:left;
	overflow:hidden;
	margin-left:-16px;
	padding-top:30px;
	padding-left:30px;
	background-image:url(../images/global/nav/left-nav-bg.png);
	background-position:left top;
	background-repeat:no-repeat;
}
#searchresults_right {
	position:relative;
	margin-left:20px;
	float:left;
	width:600px;
}
#searchresults_left h3 {
	font-size:22px;
	line-height:36px;
}
#searchresults_right h4 {
	font-size:16px;
}

/*=====HOME STYLES==============*/


#content_home {
	margin:0 auto;
	width:964px;
	position:relative;
	background-color: #d7d3c3;
}
#events {
	position:relative;
	margin-left:20px;
	margin-top:40px;
	float:left;
	width:259px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:20px;
	margin-bottom:50px;
	background-color: #d7d3c3;
	background-image: url(/images/vert_slit.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#events ul li {
	list-style-position: inherit;
	list-style-type: inherit;
	line-height:20px;
}
#events blockquote {
	margin-left:17px;
	padding-right:5px;
}
.address {
	margin-left:6px;
	color:#6c634e;
}
#home_main {
	position:relative;
	margin-top:45px;
	margin-left:45px;
	width:620px;
	float:left;
	margin-bottom:50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
}
#home_main p {
	line-height:26px;
}
/*=========================================================================================================================
 CONTENT PRICON STYLES (main content area)
===========================================================================================================================*/

#content .priCon {
	padding-top:70px;
	padding-left:10px;
	margin-left:30px;
	float:left;
	position:relative;
	width:650px;
	color:#87806c;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	
}
#content .priCon p {
	line-height:22px;
	color:#87806c;
	margin-top:10px;
	margin-bottom:5px;
}
#content .priCon img.border {
	border-width:5px;
	border-style:solid;
	border-color:#fff;
}
#breadcrumb {
	position:absolute;
	top:20px;
	left:268px;
	font-size:14px;
	color:#87806c;
	z-index:99;
	width: 635px;
}

#breadcrumb a {
	color:#87806c;
}
#breadcrumb a:hover {
	text-decoration:none;
}
.inset_right {
	float:right;
	margin-bottom:8px;
	margin-left:8px;
	margin-right:8px;
	padding:5px;
	background-color:#fff;
}
.pdf {
	color:#5a5546;
	margin-bottom:7px;
	padding-bottom:7px;
	
}
.pdf a {
	padding-bottom:5px;
	line-height:26px;
}
/*===CALENDAR & STAFF====================*/
.calendar_holder {
	width:600px;
	float:left;
	padding:10px;
	background-color:#fff;
	height:600px;
}

/*===MAPS & Directions====================*/

.map_holder {
	width:625px;
	height:420px;
	padding:10px;
	margin-bottom:20px;
	background-color:#fff;
	float:left;
}

/*===FACULTY & STAFF====================*/
.inset {
	position:relative;
	float:left;
	width:140px;
} 
.about {
	position:relative;
	float:left;
	width:475px;
	margin-left:20px;
}
.email a {
	text-decoration:none;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color:#87806c;
	
}
.email a:hover {
	border-bottom-style:dotted;
}
.button {

}
.divider {
	overflow:hidden;
}
.divider img {
	padding-top:20px;
	padding-bottom:20px;
	width:650px;
	float:left;
}
.staffdivider img {
	padding-top:20px;
	padding-bottom:20px;
	width:650px;
	float:left;
}
/*===NEWSLETTER====================*/

.newsletter_divider img {
	width:650px;
	float:left;
}
.fancydivider {
	padding-top:20px;
	padding-bottom:40px;
	width:650px;
	text-align:center;
	float:left;
}
.newsdate {
	font-style:italic;
	font-size:12px;
	padding:none;
}
.readmore a {
	color:#5a5546;
}
/*===Inquiry Form====================*/

.inquiry_form {
	background-image:url(../images/admissions/form-short-bg.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	width:198px;
	height:19px;
	border:none;
	padding-top:4px;
	padding-left:4px;
	font-size:12px;
}
.inquiry_form_long {
	background-image:url(../images/admissions/form-long-bg.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	width:319px;
	height:19px;
	border:none;
	padding-top:4px;
	padding-left:4px;
	font-size:12px;
}

/*=========================================================================================================================
 CONTENT SECCON STYLES (sidebar)
===========================================================================================================================*/

#content .secCon {
	width:276px;
	height:876px;
	position:relative;
	float:left;
	text-align:right;
	margin-left:-16px;
	padding-top:30px;
	background-image:url(../images/global/nav/left-nav-bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	
	
}
#content .secCon img {
	margin-right:45px;
	margin-bottom:5px;
}
#content .secCon ul {
	list-style:none;
}
#content .secCon ul li {
	padding-right:30px;
	margin-right:18px;
	padding-top:11px;
	padding-bottom:11px;
}
#content .secCon a {
	text-decoration:none;
	color:#87806c;
	font-size:20px;
}
#content .secCon a:hover, #content .secCon ul  li:hover a, #content .secCon ul li a:hover , #content .secCon ul li.here {
	color:#fff;
}
#content .secCon ul li:hover, #content .secCon ul li:hover a, #content .secCon ul li.here, #content .secCon ul li.here a  {
	background-image:url(../images/global/nav/left-nav-hover.png);
	background-position:right center;
	background-repeat:no-repeat;
	color:#fff;
}

#test {
	position:absolute;
	left:14px;
	top:62px;
	width: 262px;
	z-index:99999;
	
}

#test ul {
	list-style:none;
}
#test ul li {
	padding-right:30px;
	margin-right:18px;
	padding-top:11px;
	padding-bottom:11px;
}
#test a {
	text-decoration:none;
	color:#87806c;
	font-size:20px;
}
#test a:hover, #test ul  li:hover a, #test ul li a:hover , #test ul li.here {
	color:#fff;
}
#test ul li:hover, #test ul li:hover a, #test ul li.here, #test ul li.here a  {
	background-image:url(../images/global/nav/left-nav-hover.png);
	background-position:right center;
	background-repeat:no-repeat;
	color:#fff;
}


/*=========================================================================================================================
 FOOTER STYLES
===========================================================================================================================*/

#footer_wrap {
	border-top:#cbcbcb 1px solid;
	padding:0px;
	margin-top:0px;
	background:#efefef url(../images/global/footer/footer_bottom_bar.jpg) bottom repeat-x;
	height:295px;
}
#footer {
	margin: 0 auto;
	margin-top:20px;
	background:url(../images/global/footer/footer_bg.jpg) bottom center no-repeat;
	width:964px;
	height:275px;
}
#footer a {
	font-family: "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style:none;
	line-height:16px;
	text-decoration:none;
	border:none;
	color:#6c634e;
	font-weight: normal;
}
#footer a:hover {
	color:#505050;
	font-weight: normal;
}
#footer em {
	color:#505050;
	font-family: Helvetica Neue, Helvetica, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}
#footer ul {
	margin-top:11px;
}
#footer ul li {
	font-family: Helvetica Neue, Helvetica, Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style:none;
	line-height:16px;
}
#footer ul li a {
	font-weight: normal;
}
#footer ul li a:hover {
	text-decoration: underline;
	font-weight: normal;
}
#copy_wrap {
	height:45px;
	background:#c5c5c5;
	color:#000;
	font-size:12px;
}
#copy {
	height:30px;
	padding-top:15px;
	text-align:center;
	margin:0 auto;
}
#copy a {
	font-size:12px;
	list-style:none;
	line-height:16px;
	text-decoration:none;
	border:none;
	color:#6c634e;
}
#copy a:hover {
	color:#505050;
	text-decoration: underline;
}
#col_about {
	width:110px;
	margin-right:18px;
	position:relative;
	float:left;
}
#col_admissions {
	width:136px;
	margin-right:18px;
	position:relative;
	float:left;
}
#col_academics {
	width:164px;
	margin-right:18px;
	position:relative;
	float:left;
}
#col_development {
	width:134px;
	margin-right:18px;
	position:relative;
	float:left;
}
#col_athletics {
	width:110px;
	margin-right:18px;
	position:relative;
	float:left;
}
#col_alumni {
	width:94px;
	margin-right:18px;
	position:relative;
	float:left;
}
#col_downloads {
	width:108px;
	position:relative;
	float:left;
}
