/* CSS Document */

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

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

body {
	background-color: #003261;
	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;
}

.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;
}

.bold {
	font-weight:bold;
}

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

/*---- HEADER SEARCH BOX ------*/
#header {
	width: 900px;
	margin: 0 auto;
}

#headersearch {
	width: 565px;
	text-align:right;
	padding: 55px 0 0 0;
	float: right;
	text-transform:uppercase;
	color: #fff;
	font-weight: normal;
	height: 41px;
}

#headersearch input {
	border: 1px solid #1d283c;
	border-width: 1px 0 1px 1px;
	background-color: #dfe8ef;
	float: right;
	height: 18px;
	padding: 2px;
	width: 124px;
}

#headersearch input:focus {
	background-color: #fff;
}

#headersearch button {
	margin: 0px;
	padding: 2px;
	height: 24px;
	border: none;
	background: url(../main/images/searchbutton_bg.gif) #2e5e81 repeat-x left top;
	cursor: pointer;
	overflow: visible;
	color: #fff;
	display: block;
	float: right;
	font-size: .7em;
	text-transform: uppercase;
}

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

#headersearch button:focus {
	border: none;
}

#headersearch button.search {
	border: 1px solid #1d283c;
}
/*---- NAVIGATION ----*/

#navigation {
	width: 714px;
	border: solid 2px #fff;
	border-width:2px 0 2px 2px;
	float: left;
	background-color: #003261;
}

#navigation ul{
	padding: 0 0 0 15px;
	margin: 0px;
	float: left;
	width: 699px;
}

#navigation li {
	margin:0; 
	float: left; 
	list-style:none;
	font-size: .8em; 
	text-transform:uppercase; 
	line-height: 200%;
	}

	
#navigation li a{
	display: block;
	padding: 0 18px 0 0; 
	background-image: url(../images/navdot.gif);
	background-repeat:no-repeat;
	background-position: right center;
	color:#b3c7d8;
}

#navigation li a:hover{
	color:#fff;
}

#navigation #nodot a{
	display: block;
	padding: 0 18px 0 0; 
	background-color: #003261;
	background-image: none;
}

#flasharea {
	width: 900px;
	height: 215px;
	background-color: #fff;
}


/*==================================*/
/*---- QUICKLINKS WITH DROPDOWN ----*/
/*==================================*/

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#menu_container {
	position:relative; 
	width:184px; 
	z-index:100; 
	float: left; 
	line-height: 200%; 
	font-size: .8em;
}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {
	padding:0; 
	margin:0; 
	list-style-type: none;
}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {
	display:block;
	width:180px;
	color:#fff; 
	text-decoration:none; 
	text-indent:15px; 
	border:2px solid #fff; 
	border-width:2px 2px 2px 2px;
}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {border-width:0 2px 2px 2px;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:2px;}

/* Set up the list items */
#pmenu li {float:left; background:#003261;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}

/* Make the hovered list color persist */
#pmenu li:hover > a {
	background-image:url(../images/quicklinks_bg_over.gif);
	background-repeat:repeat-y;
	background-position:top right;
	color:#003261;
}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; margin: 2px 0 0 0; padding:10px 30px 30px 30px; background:transparent url(transparent.gif); width:180px;}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-30px; top:18px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {
	position:relative;
	background-image:url(../images/quicklinks_bg_over.gif);
	background-repeat:repeat-y;
	background-position:top right;
	color:#003261;
}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {
	background-image:url(../images/quicklinks_bg_over.gif);
	background-repeat:repeat-y;
	background-position:top right;
	color:#003261;
}

/* Set up the pointers for the sub level indication */
#pmenu li.fly {
	background-image:url(../images/quicklinks_bg.gif);
	background-repeat:repeat-y;
	background-position:top right;
}

#pmenu li.drop {
	background-image:url(../images/quicklinks_bg.gif);
	background-repeat:repeat-y;
	background-position:top right;
}

#pmenu li.drop a{
}

/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; margin: 2px 0 0 -1px;padding:10px 30px 30px 30px; background:transparent url(transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}

.arrow{
	background:url(../main/images/arrow.gif) no-repeat right;
}

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

#content {
	border: solid 2px #fff;
	border-width:0 2px 2px 2px;
	width: 896px;
	margin: 0 auto;
	font-size: .8em;
	background: url(../images/newsevents_bg.gif) repeat-x #fff;
}

#content a:hover {
	color: #003261;
}

#content ul {
	padding: 15px;
}

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

#content li a{
	display: block;
	height: 140%;
}

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

/*=========================================================*/
/*------------ ACCORDION SECTION NAVIGATION ---------------*/
/*=========================================================*/

#sectioncontainer {
	width: 896px;
	margin: 0 auto;
	background-color: #fff;
	font-size: .8em;
	border: solid 2px #fff;
	border-width: 2px 2px 0 2px;
}

#sectionnavigation {
	margin:0px;
	padding:0px;
	width:896px;
}

#sectionnavigation a{
	color: #fff;
	text-decoration:none;
}

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

.sectiontitle{
	float: left;
	text-transform:uppercase;
}

#sectionnavigation h2 {
	width: 345px;
	margin: 0 auto;
	padding: 17px 0 0 0;
	color: #01739e;
	font-weight:normal;
	text-transform:uppercase;
	font-size: 1.3em;
}

#sectionnavigation p {
	width: 345px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
/*----------- SECTION HEADERS ----------*/

#sectionnavigation .futurestudents {background: url(../images/futurestudentsbar_bg.gif) repeat-x 0px 0px #2e732e; border: 1px solid #fff; border-width: 0 0 1px 0; padding:0 14px 0 14px; line-height:215%; font-weight:bold; color: #fff;}

#sectionnavigation .futurestudents:hover, #sectionnavigation .futurestudents.selected {background: url(../images/futurestudentsbar_bg.gif) 0px -51px repeat-x color: #2e732e;}

.futurestudentsbackground {background: url(../images/future_accordion_bg.jpg) top left no-repeat #fff; height: 150px;}
/*----------- Current Students ----------*/

#sectionnavigation .currentstudents {background: url(../images/currentstudentsbar_bg.gif) repeat-x 0px 0px #0093c2; border: 1px solid #fff; border-width: 0 0 1px 0; padding:0 14px 0 14px; line-height:215%; font-weight:bold; color: #fff;}

#sectionnavigation .currentstudents:hover, #sectionnavigation .currentstudents.selected {background: url(../images/currentstudentsbar_bg.gif) 0px -51px repeat-x #0093c2;}

.currentstudentsbackground {background: url(../images/current_accordion_bg.jpg) no-repeat top left #fff; height: 150px;}

/*----------- Professional Development ----------*/

#sectionnavigation .professionaldevelopment {background: url(../images/professionalbar_bg.gif) repeat-x #7c170e; border: 1px solid #fff; border-width: 0 0 1px 0; padding:0 14px 0 14px; line-height:215%; font-weight:bold; color: #fff;}

#sectionnavigation .professionaldevelopment:hover, #sectionnavigation .professionaldevelopment.selected {background: url(../images/professionalbar_bg.gif) 0px -51px repeat-x #7c170e;}

.professionalbackground {background: url(../images/professional_accordion_bg.jpg) no-repeat top left #fff; height: 150px;}

/*----------- Faculty and Staff ----------*/

#sectionnavigation .familyandfriends { background: url(../images/facultyandstaffbar_bg.gif) repeat-x 0px 0px #355114; border: 1px solid #fff; border-width: 0 0 1px 0; padding:0 14px 0 14px; line-height:215%; font-weight:bold; color: #fff;}

#sectionnavigation .familyandfriends:hover, #sectionnavigation .familyandfriends.selected {background: url(../images/facultyandstaffbar_bg.gif) 0px -51px repeat-x #355114;}

.familyandfriendsbackground {background: url(../images/faculty_accordion_bg.jpg) no-repeat top left #fff; height: 150px;}

/*----------- Alumni Family and Friends ----------*/

#sectionnavigation .alumni {background: url(../images/alumnibar_bg.gif) repeat-x 0px 0px #4a1a47; border: 1px solid #fff; border-width: 0 0 1px 0; padding:0 14px 0 14px; line-height:215%; font-weight:bold; color: #fff;}

#sectionnavigation .alumni:hover, #sectionnavigation .alumni.selected {background: url(../images/alumnibar_bg.gif) 0px -51px repeat-x #4a1a47;}

.alumnibackground {background: url(../images/alumni_accordion_bg.jpg) no-repeat top left #fff; height: 150px;}

/*-------------------------------------------*/

#sectionnavigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#sectionnavigation li {
	list-style:none; 
}
#sectionnavigation li li a {
	color:#01739e;
	display:block;
	text-decoration: none;
}
#sectionnavigation li li a:hover {
	color:#01739e;
}

.sectionlinks {
	float: right;
	font-weight: normal;
}

.sectionlinks a{
background: url(../images/accordionarrowlinks.gif) no-repeat;
background-position:left;
padding: 0 8px 0 13px;
}

.sectionlinks a:hover{
	text-decoration: underline;
}
	
/*======================================*/
/*--------------- NEWS -----------------*/
/*======================================*/
#news {
	float: left;
	width: 541px;
	border: solid 2px #fff;
	border-width: 2px 2px 0 0;
	padding: 0 0 15px 0;
}

#news a{
	color: #003261;
}

#news a:hover {
	color: #164a7b;
}

#news p a{
	color: #003261;
	text-decoration:underline;
}

#news p a:hover {
	color: #164a7b;
	text-decoration:underline;
}

#news font{
	color: #003261;
	font-size: 1em;
	text-decoration:underline;
}

#news h2 {
	color: #fff;
	background-color: #003261;
	text-transform:uppercase;
	font-size: 1em;
	padding: 5px 0 5px 18px;
	border: solid 2px #fff;
	border-width: 0 0 2px 0;
}

#news h2 a{
	color: #fff;
}

#news h2 a:hover {
	color:#b3c7d8;
}

#news h3 {
	font-size: 1.05em;
	font-weight: bold;
	padding: 15px 0 0 15px;
	color: #003261;
}

#news strong {
	font-size: .9em;
	font-weight: bold;
	padding: 0 0 0 15px;
}

#news p {
	padding: 0 15px 0 15px;
}


/*------------ EVENTS -------------*/

#events {
	float: left;
	width: 353px;
	border: solid 2px #fff;
	border-width: 2px 0 0 0;
	padding: 0 0 15px 0;
}


#events a{
	color: #003261;
}

#events a:hover {
	color: #164a7b;
}

#events h2 {
	color: #fff;
	background-color: #003261;
	text-transform:uppercase;
	font-size: 1em;
	padding: 5px 0 5px 18px;
	border: solid 2px #fff;
	border-width: 0 0 2px 0;
}

#events h2 a{
	color: #fff;
}

#events h2 a:hover {
	color:#b3c7d8;
}

#events h3 {
	font-size: 1.05em;
	font-weight: bold;
	padding: 15px 0 0 15px;
	color: #003261;
}

#events strong {
	font-size: .9em;
	font-weight: bold;
	padding: 0 0 0 15px;
}

#events p {
	padding: 0 0 0 15px;
}

/*==================================*/
/*------------ 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;
}