/* CSS Document */

/*==================================*/
/*    Author: Chris Johnson         */
/*    Company: Corporate 3 Design   */
/*    Date: April 7, 2008           */
/*==================================*/

/*==================================*/
/*---------- PAGE/GENERAL ----------*/
/*==================================*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family:"Arial", Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	background: url(../images/gradient_bg.jpg) top left repeat-x #003158;
}

.left {
	float: left;
}

.right {
	float: right;
}

.right img{
	clear: right;
	float: right;
}

.clear {
	clear:both;
}

a:link {color: #fff; text-decoration: none;}
a:visited {color: #fff; text-decoration: none;}
a:hover {text-decoration: none; color: #b3c7d8;}
a:active {text-decoration: none;}

img {
	border: 0;
}

.blue {
	color: #003261;
}

.normal {
	font-weight: normal;
	color: #000;
}

.error {
	color: #CC0000;
}

.dividerbar {
	width: 475px;
	height: 1px;
	background-color: #C5C4C4;
	margin: 2px 0 17px 0;
}

.eventimg img{
	clear: right;
	float: right;
}

.bold {
	font-weight: bold;
}

.bolduppercase {
	font-weight: bold;
	text-transform: uppercase;
}


#content h2.online {
	background:url(../images/icn_online.gif) no-repeat 0 0;
	margin-left:-18px;
	padding-left:18px;
	padding-top:12px;
	padding-bottom:4px;
}
/*==================================*/
/*-------------  ICONS -------------*/
/*==================================*/

a[href$=".pdf"], a[href$=".doc"], a[href$=".xls"] {
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

#sidebar1 a[href$=".pdf"], a[href$=".doc"], a[href$=".xls"] {
	background-position: 96% 50%;
	background-repeat: no-repeat;
	padding: 0 20px 0 0;
}

a[href$=".pdf"] { background-image: url(../main/images/pdf_icon.gif); }
a[href$=".doc"] { background-image: url(../main/images/doc_icon.gif); }
a[href$=".xls"] { background-image: url(../main/images/excel_icon.gif); }

/*-- Don't show in site search for url --*/
a.resultURL[href$=".pdf"], a.resultURL[href$=".doc"], a.resultURL[href$=".xls"]{
	padding:0;
	background: none;
}

/*-- Don't show with images --*/
.noimageborder a[href$=".pdf"], .noimageborder a[href$=".doc"], .noimageborder a[href$=".xls"] {
	padding:0;
	background: none;
}


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

/*----- VARIABLE CONTENTCONTAINER BACKGROUNDS-----*/
#contentcontainer {
	border: solid 2px #fff;
	border-width: 0 2px 2px 2px;
	width: 896px;
	margin: 0 auto;
	font-size: .8em;
	background-color: #fff;
	background-image:url(../main/images/content_bg.gif);
	background-repeat:repeat-y;
	background-position: top left;
}

#current #contentcontainer {
	background-image:url(../main/images/content_bg_currentstudents.gif);
}

#future #contentcontainer {
	background-image:url(../main/images/content_bg_futurestudents.gif);
}

#professional #contentcontainer {
	background-image:url(../main/images/content_bg_professional.gif);
}

#faculty #contentcontainer {
	background-image:url(../main/images/content_bg_facultystaff.gif);
}

#friends #contentcontainer {
	background-image:url(../main/images/content_bg_friends.gif);
}

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

#contentcontainer a:hover {
	color: #0181b0;
}

#contentcontainer p {
	padding: 15px;
	line-height: 140%;
}

/*-------------- SIDEBAR 1 ----------------*/
#sidebar1 {
	float: left;
	width: 178px;
	padding: 0 0 30px 0;
}

#sidebar1 a {
	color: #003261;
}

#sidebar1 li {
	margin: 0;
	list-style: none;
}

#contentcontainer #sidebar1 ul li a{
	width: 148px;
	padding: 7px 15px 7px 15px;
}

#sidebar1 li p{
	margin: 0;
	padding: 7px 0 7px 15px;
}

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

#content {
	float: left;
	width: 475px;
	padding: 10px 30px 30px 30px;
}

#content a {
	color: #003261;
	font-weight:bold;
	text-decoration: underline;
}

#content p {
	padding: 0 0 15px 0;
	line-height: 140%;
}

#content img, #content a img, #content a:visited img{
	border: 1px solid #c5c4c4;
	float: right;
	margin: 0 0 0 15px;
}

#content .thumb_gallery a img{
	border: 1px solid #c5c4c4;
	float: left;
	margin: 3px;
}

#content .thumb_gallery a{
	float: left;
}

#content .thumb_gallery a:hover img{
	border: 1px solid #003261;
}

#content p.noimageborder img {
	border: none;
	float: none;
	margin: 0;
}

#content p.noimageborder .left img {
	border: none;
	margin: 0 15px 0 0;
}

#content p.leftbutton img {
	border: none;
	float: none;
	margin: 0;
}

#content img.leftbutton {
	border: none;
	float: none;
	margin: 0;
}

#content h1{
	padding: 0 0 15px 0;
	font-size: 1.3em;
	text-transform:uppercase;
	line-height: 120%;
	color: #003261;
	font-weight:bold;
}

#content h2{
	padding: 0 0 15px 0;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #1b5790;
	font-weight:bold;
	line-height: 150%
}

#content h3{
	font-size: 1em;
	color: #1b5790;
	font-weight:bold;
}

#content li {
	margin: 0;
	list-style:none;
	line-height: 140%;
	background-image: url(../main/images/bullet.gif);
	background-position: top left;
	background-repeat:no-repeat;
	padding: 0 0 0 11px;
}

#content li.pubdownload {
	margin: 0;
	list-style:none;
	background: none;
	padding: 0;
	line-height: 200%;
}

#content li.pubdownload a{
	background-image: url(../main/images/pubdownload_icon.gif);
	background-position: left;
	background-repeat:no-repeat;
	padding: 5px 0 5px 25px;
}

#content li ul li {
	padding: 0 0 0 27px;
	background-image: url(../main/images/bullet_second_level.gif);
	background-position: top left;
	background-repeat:no-repeat;
}

#content ul {
	padding: 0 0 15px 0;
}

#breadcrumbs {
	font-size: .9em;
}

#breadcrumbs a {
	display: block;
	float: left;
	font-weight:normal;
	padding: 0 5px 0 0;
	line-height: 200%;
	text-decoration: none;
}

#content .right img {
	margin: 0 0 15px 15px;
}

#content .left img {
	margin: 0 15px 15px 0;
}

#content p.pages {
	text-align: center;
	margin: 15px 0 0 0;
}

#content font{
	color: #000;
	font-size: 1em;
	font-family:"Arial", Helvetica, sans-serif;
}

#content a:hover font {
	color: #0181b0;
}

/* DEFAULT COLORS */

#contentcontainer #sidebar1 li a{
	color: #003261;
	display: block;
	height: 100%;
	width: 163px;
	padding: 0 0 0 15px;
	border: 1px solid #d6d5d6;
	border-width: 0 0 1px 0;
}

#contentcontainer #sidebar1 li a:hover{
	color: #fff;
	background-color:#003261;
}

#contentcontainer #sidebar1 li.active a {
	color: #fff;
	background-color: #003261;
}

#contentcontainer #sidebar1 h2{
	padding: 15px 0 0 15px;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #1b5790;
	font-weight:bold;
	line-height: 150%
}

/* default secondary nav */
#contentcontainer #sidebar1 li.active ul{
	border: 1px solid #d6d5d6;
	border-width: 0 0 1px 0;
	padding: 8px 0 8px 0;
	background-color: #d7ddf6;
}

#contentcontainer #sidebar1 li.active ul li a{
	color: #1b5790;
	border: none;
	background-color: #d7ddf6;
	cursor: pointer;
}

#contentcontainer #sidebar1 li.active ul li.active a{
	text-decoration: underline;
}

#contentcontainer #sidebar1 li.active ul li a:hover{
	text-decoration: underline;
}



/* FUTURE STUDENTS COLORS */
#future #contentcontainer #sidebar1 li a{
	color: #42a844;
}

#future #contentcontainer #sidebar1 a:hover{
	color: #fff;
	background-color: #42a844;
}

#future #contentcontainer #sidebar1 li.active a {
	color: #fff;
	background-color: #42a844;
}

#future #contentcontainer #content h1{
	color: #42a844;
}

#future #contentcontainer #content #breadcrumbs a{
	color: #42a844;
}

#future #contentcontainer #content #breadcrumbs a:hover{
	color: #6ac76c;
}

/* future students secondary nav */
#future #contentcontainer #sidebar1 li.active ul{
	border: 1px solid #d6d5d6;
	border-width: 0 0 1px 0;
	padding: 8px 0 8px 0;
	background-color: #d7f6d9;
}

#future #contentcontainer #sidebar1 li.active ul li a{
	color: #42a844;
	border: none;
	background-color: #d7f6d9;
	cursor: pointer;
}

#future #contentcontainer #sidebar1 li.active ul li.active a{
	text-decoration: underline;
}

#future #contentcontainer #sidebar1 li.active ul li a:hover{
	text-decoration: underline;
	color: #42a844;
	background-color: #d7f6d9;
}

/* CURRENT STUDENTS COLORS */
#current #contentcontainer #sidebar1 li a{
	color: #0082b1;
}

#current #contentcontainer #sidebar1 a:hover{
	color: #fff;
	background-color: #0082b1;
}

#current #contentcontainer #sidebar1 li.active a {
	color: #fff;
	background-color: #0082b1;
}

#current #contentcontainer #content h1{
	color: #0082b1;
}

#current #contentcontainer #content #breadcrumbs a{
	color: #0082b1;
}

#current #contentcontainer #content #breadcrumbs a:hover{
	color: #22a1cf;
}
/* Current students secondary nav */
#current #contentcontainer #sidebar1 li.active ul{
	border: 1px solid #d6d5d6;
	border-width: 0 0 1px 0;
	padding: 8px 0 8px 0;
	background-color: #d7eef6;
}

#current #contentcontainer #sidebar1 li.active ul li a{
	color: #0082b1;
	border: none;
	background-color: #d7eef6;
	cursor: pointer;
}

#current #contentcontainer #sidebar1 li.active ul li.active a{
	text-decoration: underline;
}

#current #contentcontainer #sidebar1 li.active ul li a:hover{
	text-decoration: underline;
	color: #0082b1;
	background-color: #d7eef6;
}

/* PROFESSIONAL DEVELOPMENT COLORS */
#professional #contentcontainer #sidebar1 li a{
	color: #a81e11;
}

#professional #contentcontainer #sidebar1 a:hover{
	color: #fff;
	background-color:#a81e11;
}

#professional #contentcontainer #sidebar1 li.active a {
	color: #fff;
	background-color: #a81e11;
}

#professional #contentcontainer #content h1{
	color: #a81e11;
}

#professional #contentcontainer #content #breadcrumbs a{
	color: #a81e11;
}

#professional #contentcontainer #content #breadcrumbs a:hover{
	color: #ce4437;
}

/* professional secondary nav */
#professional #contentcontainer #sidebar1 li.active ul{
	border: 1px solid #d6d5d6;
	border-width: 0 0 1px 0;
	padding: 8px 0 8px 0;
	background-color: #f6d7d7;
}

#professional #contentcontainer #sidebar1 li.active ul li a{
	color: #a81e11;
	border: none;
	background-color: #f6d7d7;
	cursor: pointer;
}

#professional #contentcontainer #sidebar1 li.active ul li.active a{
	text-decoration: underline;
}

#professional #contentcontainer #sidebar1 li.active ul li a:hover{
	color: #a81e11;
	text-decoration: underline;
	background-color: #f6d7d7;
}

/* FACULTY AND STAFF COLORS */
#faculty #contentcontainer #sidebar1 li a{
	color: #4c721d;
}

#faculty #contentcontainer #sidebar1 a:hover{
	color: #fff;
	background-color: #4c721d;
}

#faculty #contentcontainer #sidebar1 li.active a {
	color: #fff;
	background-color: #4c721d;
}

#faculty #contentcontainer #content h1{
	color: #4c721d;
}

#faculty #contentcontainer #content #breadcrumbs a{
	color: #4c721d;
}

#faculty #contentcontainer #content #breadcrumbs a:hover{
	color: #7ba447;
}

/* faculty secondary nav */
#faculty #contentcontainer #sidebar1 li.active ul{
	border: 1px solid #d6d5d6;
	border-width: 0 0 1px 0;
	padding: 8px 0 8px 0;
	background-color: #e3f6d7;
}

#faculty #contentcontainer #sidebar1 li.active ul li a{
	color: #4c721d;
	border: none;
	background-color: #e3f6d7;
	cursor: pointer;
}

#faculty #contentcontainer #sidebar1 li.active ul li.active a{
	text-decoration: underline;
}

#faculty #contentcontainer #sidebar1 li.active ul li a:hover{
	color: #4c721d;
	text-decoration: underline;
	background-color: #e3f6d7;
}

/* FRIENDS, FAMILY AND ALUMNI COLORS */
#friends #contentcontainer #sidebar1 li a{
	color: #692465;
}

#friends #contentcontainer #sidebar1 a:hover{
	color: #fff;
	background-color: #692465;
}

#friends #contentcontainer #sidebar1 li.active a {
	color: #fff;
	background-color: #692465;
}

#friends #contentcontainer #content h1{
	color: #692465;
}

#friends #contentcontainer #content #breadcrumbs a{
	color: #692465;
}

#friends #contentcontainer #content #breadcrumbs a:hover{
	color: #9c4c97;
}

/* friends family and alumni secondary nav */
#friends #contentcontainer #sidebar1 li.active ul{
	border: 1px solid #d6d5d6;
	border-width: 0 0 1px 0;
	padding: 8px 0 8px 0;
	background-color: #f4d7f6;
}

#friends #contentcontainer #sidebar1 li.active ul li a{
	color: #692465;
	border: none;
	background-color: #f4d7f6;
	cursor: pointer;
}

#friends #contentcontainer #sidebar1 li.active ul li.active a{
	text-decoration: underline;
}

#friends #contentcontainer #sidebar1 li.active ul li a:hover{
	text-decoration: underline;
	color: #692465;
	background-color: #f4d7f6;
}

/* ---- Third level nav ----*/

#contentcontainer #sidebar1 li.active ul li.active ul, #current #contentcontainer #sidebar1 li.active ul li.active ul, #future #contentcontainer #sidebar1 li.active ul li.active ul, #faculty #contentcontainer #sidebar1 li.active ul li.active ul, #professional #contentcontainer #sidebar1 li.active ul li.active ul, #friends #contentcontainer #sidebar1 li.active ul li.active ul {
	border: none;
	padding: 0;
}

#contentcontainer #sidebar1 li.active ul li.active ul li a, #current #contentcontainer #sidebar1 li.active ul li.active ul li a, #future #contentcontainer #sidebar1 li.active ul li.active ul li a, #faculty #contentcontainer #sidebar1 li.active ul li.active ul li a, #professional #contentcontainer #sidebar1 li.active ul li.active ul li a, #friends #contentcontainer #sidebar1 li.active ul li.active ul li a {
	padding: 7px 0 7px 30px;
	background: url(../main/images/nav_arrow.gif) left no-repeat;
	width: 147px;
	text-decoration: none;
}

#contentcontainer #sidebar1 li.active ul li.active ul li a:hover, #current #contentcontainer #sidebar1 li.active ul li.active ul li a:hover, #future #contentcontainer #sidebar1 li.active ul li.active ul li a:hover, #faculty #contentcontainer #sidebar1 li.active ul li.active ul li a:hover, #professional #contentcontainer #sidebar1 li.active ul li.active ul li a:hover, #friends #contentcontainer #sidebar1 li.active ul li.active ul li a:hover {
	text-decoration: underline;
}

#contentcontainer #sidebar1 li.active ul li.active ul li.active a, #current #contentcontainer #sidebar1 li.active ul li.active ul li.active a, #future #contentcontainer #sidebar1 li.active ul li.active ul li.active a, #faculty #contentcontainer #sidebar1 li.active ul li.active ul li.active a, #professional #contentcontainer #sidebar1 li.active ul li.active ul li.active a, #friends #contentcontainer #sidebar1 li.active ul li.active ul li.active a {
	text-decoration: underline;
}

/*------------ QUOTE BOX --------------*/

#content .quotebox {
	background-color: #003262;
	color: #fff;
	padding: 0;
	margin: 0 0 15px 0;
	border: 1px solid #c5c4c4;
	font-size: 1em;
	height: 188px;
	width: 475px;
}

#content .quotebox p{
	padding: 20px 20px 0 20px;
}

#content .quotebox img{
	float: right;
	margin: 0 0 0 15px;
	border-width: 0 0 0 1px;
}

#content .quotebox p.quoteattribution{
	font-size: .9em;
	font-weight: bold;
}

/*-------------- SIDEBAR 2 ----------------*/
#sidebar2 {
	float: right;
	width: 180px;
}

#sidebar2 img{
	border: 2px solid #fff;
	border-width: 0 0 2px 0;
}

/*-------------- NEWS LISTING ----------------*/

#sidebar1 ul#news{
}

 #sidebar1 ul#news li a{
	color: #003261;
	display: block;
	height: 100%;
	width: 163px;
	padding: 8px 0 8px 15px;
	border: none;
}

#sidebar1 ul#news li {
	margin: 0;
	list-style: none;
	line-height: 140%;
}

#sidebar1 ul#news li a:hover{
	color: #1b5790;
	background-color: #fff;
}

#professional #contentcontainer #sidebar1 ul#news li a:hover{
	color: #1b5790;
	background-color: #fff;
}

.newstitle {
	font-weight: bold;
}

.newsdate {
	font-style:italic;
}

/*==================================*/
/*---------- VIEW BUTTONS --------*/
/*==================================*/

#content #viewbuttons {
 	width: 473px;
 	height: 27px;
 	float: left;
	background:url(../main/images/view_buttons.jpg) no-repeat top left;
 	padding: 0px;
 	position: relative;
	margin: 0 0 15px 0;
}

#content #viewbuttons li {margin: 0; padding: 0; list-style: none; float: left; background-image: none;}

#content #viewbuttons a {display: block;}


#content #viewall {left: 0px; top: 0px; width: 98px; height: 27px;}
#content #viewclassroom {left: -98px; top: 0px; width: 211px; height: 27px;}
#content #viewonline {left: -305px; top: 0px; width: 163px; height: 27px;}

#content #viewall a {height: 27px;}
#content #viewclassroom a {height: 27px;}
#content #viewonline a {height: 27px;}

#content #viewall a:hover {background: url(../main/images/view_buttons.jpg) 0 -28px no-repeat;}
#content #viewclassroom a:hover {background: url(../main/images/view_buttons.jpg) -98px -28px no-repeat;}
#content #viewonline a:hover {background: url(../main/images/view_buttons.jpg) -309px -28px no-repeat;}

/*--- Active ---*/
#content #viewall_active {left: 0px; top: 28px; width: 98px; height: 27px;}
#content #viewclassroom_active {left: -98px; top: -28px; width: 211px; height: 27px;}
#content #viewonline_active {left: -305px; top: -28px; width: 163px; height: 27px;}

#content #viewall_active a {background: url(../main/images/view_buttons.jpg) 0 -28px no-repeat; height: 27px;}
#content #viewclassroom_active a {background: url(../main/images/view_buttons.jpg) -98px -28px no-repeat; height: 27px;}
#content #viewonline_active a {background: url(../main/images/view_buttons.jpg) -309px -28px no-repeat; height: 27px;}

/*==================================*/
/*------------ FORMS --------------*/
/*==================================*/

#content form h2 {
	padding: 0;
	font-size: 1em;
	text-transform:none;
	color: #1b5790;
	font-weight:bold;
	line-height: 150%
}

#content form fieldset {
	border: 1px solid #CCCCCC;
	padding: 20px;
}

#content form legend {
	padding: 10px;
	font-size: 1em;
	text-transform:uppercase;
	color: #1b5790;
	font-weight:bold;
	line-height: 150%}

/*==================================*/
/*-------- HCARD STYLING -----------*/
/*==================================*/

#content .vcard {
	margin: 15px 0 0 15px;
}

#content .vcard .photo {
	float: left;
	margin: 0 15px 0 0;
}

#content .vcard .photo img{
	float: none;
}

#content .vcard .locality, .vcard .region, .vcard .postal-code, .vcard .org, .vcard .tel .type {
	display: none;
}

#content a.addToAddressBookButton img{
	border: 0;
	float: none;
	margin: 5px 0 0 15px;
}


#content .vcard .fn {
	font-size: 1em;
	text-transform: none;
	color: #1b5790;
	font-weight:bold;
}


/*==================================*/
/*-------- CONTACT SEARCH -----------*/
/*==================================*/

#content .pages a, .pages span {
	display: block;
	float: left;
	padding: .2em .5em .2em .5em;
	margin: 0 .1em 0 0;
	border: 1px solid #fff;
	background-color: #ffffff;
	text-decoration:none;
}

#content .pages span.activepage {
	display: block;
	float: left;
	padding: .2em .5em .2em .5em;
	margin: 0 .1em 0 0;
	border: 1px solid #003261;
	background-color: #003261;
	color: #fff;
}

#content .pages a {
	border: 1px solid #003261;
	text-decoration: none;
}

#content .pages a:hover{
	border: 1px solid #1b5790;
}

#content a.profile img {
	border: none;
	float: none;
	margin: 0;
}

/*==================================*/
/*---- GOOGLE SEARCH RESULTS -------*/
/*==================================*/

#content #searchresults h3 a{
	font-size: 1.1em;
	color: #003261;
	font-weight:normal;
}


#content #searchresults h3 a:hover {
	color: #0181b0;
}

#content #searchresults h3 a b{
	font-weight: bold;
}

#content #searchresults p a{
	text-decoration: none;
}

#content #searchresults p b{
	font-weight: bold;
}

#content #searchresults #resultinfo{
	color: #003261;
	font-weight:normal;
	border: 1px solid #c5c4c4;
	border-width: 0 0 1px 0;
	margin: 0 0 15px 0;
	padding: 0 8px 0 0;
	text-align: right;
}

/*==================================*/
/*------------- FORM ---------------*/
/*==================================*/

form.directory input {
	border: 1px solid #c5c4c4;
	padding: 3px 2px 3px 2px;
	margin: 0 3px 0 1px;
	background-color: #fff;
	vertical-align: middle;
}

form.directory input:focus {
	background-color: #fefcfd;
}

#content button {
	margin: 0;
	padding: 2px 0 2px 0;
	height: 24px;
	/*width: 70px;*/
	min-width:70px;
	border: none;
	background: url(/main/images/searchbutton_bg2.gif) #2e5e81 repeat-x 0 0;
	cursor: pointer;
	overflow: visible;
	color: #fff;
	display: block;
	font-size: .9em;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	display: inline;
	vertical-align: middle;
}

#content button:hover{
	background: url(/main/images/searchbutton_bg2.gif) #2e5e81 repeat-x 0 -32px;
}

#content select {
	display: inline;
	margin: 0;
}



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

#footer {
	color: #a6b7c7;
	font-size: .6em;
	width: 900px;
	margin: 0 auto;
	text-align: center;
	padding: 6px 0 6px 0;
}

#footer a{
	color: #4b6d8e;
	text-decoration:underline;
}

#footer a:hover{
	color: #fff;
	text-decoration:underline;
}

/*==================================*/
/*--------- OVERRIDES --------------*/
/*==================================*/

#contentcontainer #content p a[href$=".pdf"] img {
	float:none;
	padding:0;
	margin:0;
	background:none;
	border:none;
}

h4.expand {
	color:#003158;
	cursor:pointer;
	padding-top:8px;
	text-decoration:underline;
}