/* -*- Mode: CSS; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* --------------------------------------- GENERAL --------------------------------------- */
body {
	background-color:#00502f;
}

*{
	padding:0;
	margin:0;
}

#container{
	width:100%;
  background-color:#E6E3DA;
}

.workspace{
	width:950px;
	margin:0em auto;
}

.content-body img.img-content,
.col-middle img.img-content,
.content-body img.img-content-left,
.col-middle img.img-content-left {
	margin:0 5px 5px 0;
	float:left;
	border:6px solid #E6E3DA;
}

.content-body img.img-content-right,
.col-middle img.img-content-right {
	margin:0 5px 5px 0;
	float:right;
	border:6px solid #E6E3DA;
}

.content-body .col-middle .img-right {
	float:right;
	margin:0 0 5px 5px;
}

.visit-video {
	float:right; 
	margin-left:10px; 
	padding:0;
}

.col-middle.visit li {
	list-style-type:disc;
}

.content-body .featured-box-right {
	float:right;
	margin:0 0 5px 5px;
	text-align:center;
}

.content-body .featured-box-right img {
	border:5px solid #ccc;
}

/* --------------------------------------- HEADER --------------------------------------- */

#header-wrapper {
	background:#055830 url('/site/images/mainheader_tile.gif') repeat-x top left;
	height:120px;
	width:100%;
}

#header {
	z-index:2;
	width:950px;
	height:120px;
	margin:0em auto;
	position:relative;
	background:transparent url('/site/images/seal.gif') no-repeat 105px 100%;
}
	
#header-nav-top {
	padding-top:0px;
	font-size:12px;
	font-family:arial;
	float:right;
	width:630px;
	padding-right:0;
}

#header-nav-top input {
	vertical-align:top;
	margin-top:-2px;
}

#header-nav-top li {
	float:right;
	list-style-type:none;
	margin-left:10px;
}

#header-nav-top li a:link,
#header-nav-top li a:visited,
#header-nav-top li a:active {
	color: #fff;
	font-weight:normal;
	text-decoration: none;
}

#header-nav-top li a:hover {
	color: #C26B1A;
}

#header-nav-top li#quicklinks a:hover {
	color: #fff;
}

/*
#header-nav-top li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#header-nav-top li:hover ul {
	left: auto;
}

#header-nav-top li:hover ul, #header-nav-top li.sfhover ul {
	left: auto;
}
*/

.header-nav-bottom {
	float:left;
	position:relative;
	top:95px;
	margin-left:20px;
}

.header-nav-bottom li {
	float:left;
	list-style-type:none;
	font-size:12px;
	font-family:arial;
	white-space: nowrap;
	padding-right: 1.1em;
}

.header-nav-bottom li a:link,
.header-nav-bottom li a:visited,
.header-nav-bottom li a:active {
	color: #fff;
	text-decoration: none;
	font-weight:normal;
}

.header-nav-bottom li a:hover {
	color: #C26B1A;
}

/* --------------------------------------- SUB-HEADER --------------------------------------- */

.sub-header {
	background:#FDBE2F url('/site/images/subheader_tile.gif') repeat-x 0% 0%;
	height:40px;
	width:100%;
}

.sub-header-nav {
	width: 950px;
	padding-left:40px;
	height:40px;
	font-family: Arial, Verdana, sans-serif;
	overflow:hidden;
	margin:0em auto;
}

.sub-header-nav li {
	float:left;
	white-space: nowrap;
	margin: 0px;
	padding: 0px 12px;
	text-align: center;
	display:inline;
	font-size: .9em;
	list-style-type:none;
	line-height: 2.8em;
	background: transparent none;
}

.sub-header-nav li a:link,
.sub-header-nav li a:visited,
.sub-header-nav li a:active {
	color: #C26B1A;
	text-decoration: none;
	font-weight: bold;
}

.sub-header-nav li a:hover {
	color: #fff;
	text-decoration:none;
}

/* ------------ Quicklinks Nav --------------- */

#nav ul {
	padding: 0;
	margin: 0;
	border:3px solid #000;
	list-style: none;
}
  
li#nav {
	float: left;
	position: relative;
	width: 10em;
}

li#nav ul {
	display: none;
	position: absolute; 
	top: 1em;
	left: 0;
}
  
li#nav > ul {
	top: auto;
	left: auto;
}
	
#nav li:hover ul, li.over ul{ display: block; }

/* --------------------------------------- LOGO --------------------------------------- */

.logo {
	float:left;
	margin-top:10px;
	margin-left:15px;
	width:164px;
	border:0;
}

.logo img{
	border:0;
}

/* -------------------------- CONTENT -------------------------- */

.content {
	z-index:1;
	background:#fff url('/site/images/content_tile.gif') repeat-y top left;
	width:966px;
	height:100%;
	margin:0em auto;
}

.content-body {
	padding:10px 15px;
	font-size:.8em;
	font-family:arial;
	overflow:hidden;
}

.content .content-body .nav-left ul {
	padding:0;
	margin:0;
}

.content-body p,
.col-middle p {
	margin-bottom:10px;
}

.content-body,
.col-middle li {
	list-style-type: normal;
}

.content-bottom {
	background:#e6e3da url('/site/images/content_bottom.gif');
	background-repeat: no-repeat;
	width:966px;
	height:5px;
	margin:0em auto;
	clear:both;
}

.split-50-left {
	float:left;
	overflow:auto;
	width:49%;
	xborder:1px solid red;
}

.split-50-right {
	float:right;
	width:49%;
	overflow:auto;
	xborder:1px solid red;
}
/* ------------- COLUMN LEFT ------------- */

.col-left {
	float:left;
	position:relative;
	overflow:auto;
	height:100%;
	width:20%;
	xpadding:0 5px 0 0;
	xfont-size:.8em;
	font-family:arial;
}

/* ------------- COLUMN MIDDLE ------------- */

.col-middle {
	width:79%;
	height:auto;
	float:right;
	font-family:arial;
}

/*
.content-body ul,
.content-body ol,
.col-middle ol,
.col-middle ul {
	padding:0 1em;
}
*/
.split-page {
	width:48%;
	float:left;
	padding:0 5px;
	font-size:12px;
	font-family:arial;
}

.col-middle.team ul {
	margin-left:0;
}

.col-middle.team li {
	border:1px solid red;
}

/* ------------- COLUMN MIDDLE RIGHT-COL ------------- */

.col-middle .col-middle-right {
	float:right;
	margin-left:5px;
}

.col-middle .col-middle-right.academic-index {
  text-align:center;
}

.col-middle .col-middle-right.academic-index img {
  border:3px solid #eee;
}

.col-middle .col-middle-right.index-right {
  border:2px solid #FDBE2F;
  background-color:#ffc;
  padding:5px;
  text-align:center;
}

/* ------------- COLUMN MIDDLE CALENDAR ------------- */

.col-middle-calendar {
	float:right;
	border:1px solid #CCC;
	text-align:center;
	margin-left:10px;
}

.col-middle-calendar h2 {
	font-size:14px;
}

#calendar {
	margin-bottom:10px;
}

.col-middle-calendar th {
	background:#ccc;
	padding:2px;
}

.col-middle-calendar th {
	border:0;
	text-align:center;
}


.col-middle-calendar tr a:link,
.col-middle-calendar tr a:visited {
	background: #FDBE2F;
	color:#fff;
	display:block;
}

.col-middle-calendar tr a:hover {
	background: #055830;
	display:block;
	color:#FFF;
}


/* -------------------------- FOOTER -------------------------- */

.footer {
	background:#00502f url('/site/images/footer_tile2.gif') repeat-x top left;
	xbackground:#00502f;
	color:#fff;
	font-size:12px;
	height: 70px;
	margin-top: 10px;
	font-family: Arial, Verdana, sans-serif;
	width:100%;	
}

.footer span {
	color:#FDBE2F;
}

.footer-content {
	padding:10px 5px;
	line-height:18px;
	width:50%;
	float:left;
}

.footer-right {
	padding:10px 5px;
	line-height:18px;
  float:right;
}

.footer a:link, 
.footer a:visited {
  color:#fff;
  text-decoration:none;
}

.footer a:hover {
  text-decoration:underline;
}

/*
.footer-content ul {
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	text-align:center;
	padding:20px 0;
}

.footer-content li {
	list-style-type:none;
	float:left;
	width:25%;
}
*/

/*.footer-content {
	padding:15px 8px;
	line-height:16px;
}*/


/* ----------- FOOTER BUTTONS ---------- */
/* 
.footer-content a.alumni,
alumni:visited {
	background-image:url('/site/images/alumni_footer_btn.png');
	text-decoration:none;
	height:99.5px;
	width:233px;
	border:0;
	display:block;
}

.footer-content a.internet-academy,
a.internet-academy:visited {
	background-image:url('/site/images/internet_academy_footer_btn.png');
	text-decoration:none;
	height:99.5px;
	width:225px;
	border:0;
	display:block;
}

.footer-content a.foundation,
a.foundation:visited {
	background-image:url('/site/images/foundation_footer_btn.png');
	text-decoration:none;
	height:99.5px;
	width:227px;
	border:0;
	display:block;
}

.footer-content a.generals,
a.generals:visited {
	background-image:url('/site/images/generals_footer_btn.png');
	text-decoration:none;
	height:99.5px;
	width:234px;
	border:0;
	display:block;
}

.footer-content a.alumni:hover,
a.internet-academy:hover,
a.foundation:hover,
a.generals:hover {
	background-position: 0 -101px;
}
*/

/* ------------------ QUICK LINKS ------------------------ */

#header-nav-top li#quicklinks a:link,
#header-nav-top li#quicklinks a:visited,
#header-nav-top li#quicklinks a:active {
	padding-left: .9em;
	background: transparent url('/site/images/quicklinks_bullet.gif') no-repeat 0em .5em;
}

#header-nav-top li#quicklinks.hover {
	position: relative;
}

#header-nav-top li#quicklinks ul {
	position: absolute;
	display: none;
	xleft: -9999em;
	top: 10px;
	width: 142px;
	padding:5px 2px 5px 5px;
	z-index: 90;
	margin: 0px;
	background-color: #055830;
	xborder: 1px solid #FDBE2F;
	xborder-width: 0px 1px 1px;
}

#header-nav-top li#quicklinks:hover ul,
#header-nav-top li#quicklinks.hover ul {
	left: 0px;
	display: block;
}

#header-nav-top li#quicklinks ul li {
	background: transparent none;
	float: none;
	margin: 0px 0px 0px;
	line-height: 1.4em;
	display: block;
	border:1px solid #055830;
}

#header-nav-top li#quicklinks ul li a:link,
#header-nav-top li#quicklinks ul li a:visited,
#header-nav-top li#quicklinks ul li a:active {
	color: #fff;
	display: block;
	text-decoration: none;
	background: transparent none;
}

#header-nav-top li#quicklinks ul li a:hover {
	color: #C26B1A;
	background: transparent url('/site/images/bullet_link.gif') no-repeat 0% 6px;
}

/* ---------------------- PHOTO GALLERY --------------------- */

.col-middle ul.photo-album {
	margin-left:0;
	padding-left:0;
	border:1px solid red;
	overflow:auto;
}

.col-middle .photo-album img {
	border:0;
}

.col-middle .photo-album li {
	list-style-type:none;
	xwidth:33%;
	float:left;
	margin:5px;
}

/* ----------------------- CONTENT-BODY --------------------- */

.content-body .three-column-box {
	float:left;
	width:33%;
	margin-left:2px;
	xheight:190px;
}

.content-body .three-column-box h3 {
	font-size:1em;
	margin-top:-10px;
}

.content-body .three-column-box h3 a:link,
.content-body .three-column-box h3 a:hover,
.content-body .three-column-box h3 a:visited {
	text-decoration:none;
}

.content-body .three-column-box img {
	border:0;
}

.pad-content {
	padding:5px;
}

/* --------- Spring Registration ------------------- */

#content-left {
  width:50%;
  float:left;
}

#content-right {
  width:50%;
  float:right;
}

.content-box {
  padding:5px;
  margin:5px 3px;
  border:2px solid #FDBE2F;
  overflow:auto;
  background-color:#FFFFCC;
}

.spaced-list li {
  padding:0 0 10px 0;
}