@charset "utf-8";

/* Base styles */
body,td,th {
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 12px;
	color: #656565;
}
body {
	background-color: #ffffff;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
img {
	border:none;
}
h1 {
	font-size: 24px;
	color: #003b6a;
	font-weight:bold;
}
h2 {
	font-size: 18px;
	color: #656565;
}
h3 {
	font-size: 14px;
	color: #666666;
}

hr {
	height:1px; border-style:solid; border-width:1px 0 0 0;
	border-color:#ccc;
}

p, h1, h2, h3 {
	margin:0;
}

img.floatleft, img.floatright{
	margin: 10px;
	padding: 5px;
	border: #dbdbdb 1px solid;
	background-color: #efefef;
}
.floatleft{
	float:left;
	margin-left: 0;
}
.floatright{
	float:right;
	margin-right: 0;
}

a, a:link, a:active, a:visited {
	color:#003b6a;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.clear {
	clear: both;
}
.editbutton {
	position:absolute;
	left:5px;
	top: 5px;
	color:#fff;
	background-color:#900;
	z-index:1000;
}
.editbutton-right {
	position:absolute;
	right:5px;
	top: 5px;
	color:#fff;
	background-color:#900;
	z-index:1000;
}
.absfront{
	position:absolute;
	top: 0px;
	left: 0px;
}
.highlight {
	visibility:	hidden;
}
.stackinplace{
	position:absolute; left:0; top:0;
}

/* Template styles */
#boxtop{
	background-image: url(/images/main-box_01.png);
	height:11px;
	background-repeat:no-repeat;
}
#boxbottom{
	background-image:url(/images/main-box_05.png);
	height:12px;
	background-repeat:no-repeat;
}
#maincontent{
	width: 794px;
}
#whiteboxbg{
	width: 820px;
	background-image:url(images/main-box_03.png);
	background-repeat:repeat-y;
	margin:0;
	padding-left:13px;
	padding-right:13px;
}
#content{
	position:absolute;
	top: 10px;
	left: 50%;
	margin-left: -410px;
}
#whitebox{
	position:absolute;
	top: 100px;
	width: 820px;
	left: 0;
}
#logo{
	position:absolute;
	top: 10px;
	left: 10px;
}
#topnav{
	position:absolute;
	left: 325px;
	top: 80px;
	width: 415px;
}
#bottombar{
	background:url(images/bottom-bar-bg.jpg);
	background-repeat:repeat-x;
	height: 48px;
	width: 794px;
	margin-top: 8px;
}
#bottombarcontent{
	position: relative;
	top: 0;
	left: 0;
	height: 48px;
	width: 794px;
}
#bottomnav{
	position:absolute;
	top: 17px;
	left: 17px;
}
#bottomsearch{
	position:absolute;
	top: 10px;
	right: 10px;
	width: 264px;
}
#searchquery{
	width: 141px;
	height: 20px;
	background-color: #808080;
	border:none;
	margin-top: 4px;
	color:#FFF;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif
}
#copyright{
	height: 25px;
	/*width: 794px;*/
	margin-top: 8px;
	color: #4c4c4c;
	font-size: 10px;
}
#copyright div.floatright {
	margin-right: 25px;
}

#locationbar{
	position:absolute;
	width:100%;
	background-color:#FFF;
	height: 375px;
	left: 0px;
	top: -365px;
	overflow:visible;
}
#locationtab{
	position:absolute;
	bottom: -30px;
	left: 50%;
	margin-left: 318px;
	width: 88px;
	
}
#locations{
	position:absolute;
	top: 10px;
	left: 50%;
	margin-left: -410px;
	width: 820px;
	height: 140px;
}

.bottompop{
	position:absolute;
	background-image:url(images/pop-background.png);
	padding: 5px;
	bottom:35px; 
	left:0px; 
	width:160px; 
	height:200px; 
	font-size:12px; 
	font-weight:bold;
	z-index: 1003;
	visibility:hidden;
}
.bottompop a{
	color:#656565;
	text-decoration:none;
	display:block;
	padding:4px;
}
.bottompop a:hover{
	background-color:#CCC;
}

.bottompop div p{
	margin:0;
	padding:0;
}

/* Main layout styles */
#pageheader{
	width:794px;
	height:178px;
	background-color:#4c4c4c;
}
#pageleft {
	width: 240px;
	background-color: #dbdbdb;
	padding: 10px;
}
#pageright {
	width: 500px;
	border: #dbdbdb 1px solid;
	padding: 10px;
}
#pagedivider {
	width: 12px;
}
#pagecontent {
	margin-top: 12px;
	margin-bottom:12px;
}
#nextexperiencein{
	position:absolute;
	top: 20px;
	left: 10px;
	font-size:11px;
	width: 188px;
	text-align:center;
}
#nextexperiencein a, #al{
	text-decoration:none;
	color:#656565;
}

/* Blog styles */
.blog-date, .blog-author, .blog-comments, .blog-comment-author, .blog-comment-date{
	color:#999;
}
.blog-hr{
	margin-top: 10px;
	margin-bottom: 5px;
}
.blog-body, .blog-comment-body{
	color:#333;
}
.blog-comment-date{
	margin-bottom: 8px;
}
.blog-comment-header{
	margin-top: 16px;
}
.blog-comment-body{
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Multiblock controller styles */
.mbcontroller {
	padding:0;
	margin:0;
}
.mbcontroller li{
	margin: 0;
	list-style-type: none;
	margin-bottom: 8px;
}
.mbcontroller a{
	display:block;
	text-decoration:none;	
	background-color: #CCC;
	padding: 4px;
}
.mbcontroller a:hover{
	background-color:#999;
}
.mbcontrollerselected a, .mbcontrollerselected a:hover{
	color:#FFF;
	background-color:#003b6a;
}

.mbsub a{
	margin-left: 8px;
}
.mbmain a{
	font-weight:bold;
}
#countdown{
	color:#CCCCCC;
	font-size:10px;
	height:15px;
	left:102px;
	position:absolute;
	text-align:center;
	top:90px;
	width:150px;
}

/* location tab styles*/
.campus-name{
	font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight:bold;
}

.campus-phone{
	font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight:bold;
	font-style:italic;
}
.campus-address{
	font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
	font-size: 16px;
}
.campus-name, .campus-address, .campus-phone{
	border-bottom: #CCCCCC 1px solid;
	padding-bottom: 10px;
	padding-top:8px;
	color:#000;
}
.campus-spacer{
	width: 30px;
}
.campus-name a{
	color:#000000;
	text-decoration:none;
}
.campus-name a:hover{
	text-decoration:none;
	color:#666666;
}
.campus-list{
	margin-top: 15px;
}

