/* CSS Document */

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


/*==================================*/
/*-------- MAIN NAVIGATION ---------*/
/*==================================*/

/*---- 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 0 2px 0;
	width: 124px;
	vertical-align: middle;
}

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

#headersearch button {
	margin: 0px;
	padding: 2px;
	height: 24px;
	border: none;
	background: url(../main/images/searchbutton_bg2.gif) #2e5e81 repeat-x 0 0;
	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;
}
/* Main Nav */
#header {
	width: 900px;
	margin: 0 auto;
}

#home {
	width: 565px;
	height: 28px;
	text-align:right;
	padding: 68px 0 0 0;
	float: right;
	text-transform:uppercase;
	color: #fff;
	font-size: .9em;
}

#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 #contactus a{
	display: block;
	padding: 0 18px 0 0; 
	background-color: #003261;
	background-image: none;
}

#flasharea {
	width: 900px;
	height: 215px;
}

/*==================================*/
/*---- 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;
	padding-left:0;
	background-image:none;
}

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

/*==================================*/
/*------ NAVIGATION SECTIONS -------*/
/*==================================*/

#sections {
	width: 896px;
	height: 53px;
	border: solid 2px #fff;
	border-width: 0 2px 2px 2px;
}

#sections ul{
	padding: 0px;
	margin: 0px;
}

#sections li {
	margin:0; 
	float: left; 
	list-style:none;
	font-size: .8em;
	color: #fff;
	text-transform:uppercase; 
	line-height: 140%;
	text-align: center;
	font-weight:bold;
	}
	
#sections a {
	display: block;
}

/*----- future students -----*/
#futurestudents {left: 0px; top: 0px; width: 177px; border: solid 2px #fff; border-width: 0 2px 0 0; background-image: url(../main/images/section1_bg.gif); background-repeat:repeat-y;}

#futurestudents a {height: 17px; width: 100%; padding: 28px 0 8px 0; color: #fff;}

#futurestudents a:hover {background: url(../main/images/section1_bg.gif) -178px 0px repeat-y;}

/*----- current students -----*/
#currentstudents {left: 0px; top: 0px; width: 177px; border: solid 2px #fff; border-width: 0 2px 0 0; background-image: url(../main/images/section2_bg.gif); background-repeat:repeat-y;}

#currentstudents a {height: 17px; width: 100%; padding: 28px 0 8px 0; color: #fff;}

#currentstudents a:hover {background: url(../main/images/section2_bg.gif) -178px 0px repeat-y;}

/*----- professional development -----*/
#professionaldevelopment {left: 0px; top: 0px; width: 177px; border: solid 2px #fff; border-width: 0 2px 0 0; background-image: url(../main/images/section3_bg.gif); background-repeat:repeat-y;}

#professionaldevelopment a {height: 35px; width: 100%; padding: 11px 0 7px 0; color: #fff;}

#professionaldevelopment a:hover {background: url(../main/images/section3_bg.gif) -178px 0px repeat-y;}

/*----- faculty and staff -----*/
#familyandfriends {left: 0px; top: 0px; width: 177px; border: solid 2px #fff; border-width: 0 2px 0 0; background-image: url(../main/images/section4_bg.gif); background-repeat:repeat-y;}

#familyandfriends a {height: 35px; width: 100%; 	padding: 11px 0 7px 0; color: #fff;}

#familyandfriends a:hover {background: url(../main/images/section4_bg.gif) -178px 0px repeat-y;}

/*----- friends family and alumni -----*/
#friendsfamilyandalumni {left: 0px; top: 0px; width: 180px; border: solid 2px #fff; border-width: 0 0 0 0; background-image: url(../main/images/section5_bg.gif); background-repeat:repeat-y;}

#friendsfamilyandalumni a {height: 17px; width: 100%; padding: 28px 0 8px 0; color: #fff;}

#friendsfamilyandalumni a:hover {background: url(../main/images/section5_bg.gif) -181px 0px repeat-y;}

/*==================================*/
/*---------- ACTIVE BUTTONS --------*/
/*==================================*/

/*-------- MAIN NAVIGATION --------*/
#about #header #navigation #aboutthecollege a {
	color: #fff;
}

#academic #header #navigation #academicprograms a {
	color: #fff;
}

#services #header #navigation #studentservices a {
	color: #fff;
}

#contact #header #navigation #contactus a {
	color: #fff;
}

/*------ SECTION NAVIGATION -------*/
#future #header #sections #futurestudents a {
	display: block;
	background: url(../main/images/column1_bg_activehighlight.gif) 0px 0px repeat-y;
	width: 100%;
	height: 17px;
	padding: 28px 0 8px 0;
	color: #fff;
}

#future #header #sections #futurestudents a:hover {background: url(../main/images/column1_bg_activehighlight.gif)  0px 0px repeat-y;}

#current #header #sections #currentstudents a {
	display: block;
	background: url(../main/images/column2_bg_activehighlight.gif) 0px 0px repeat-y;
	width: 100%;
	height: 17px;
	padding: 28px 0 8px 0;
	color: #fff;
}

#current #header #sections #currentstudents a:hover {background: url(../main/images/column2_bg_activehighlight.gif)  0px 0px repeat-y;}

#professional #header #sections #professionaldevelopment a {
	display: block;
	background: url(../main/images/column3_bg_activehighlight.gif) 0px 0px repeat-y;
	width: 100%;
	height: 35px;
	padding: 11px 0 7px 0;
	color: #fff;
}

#professional #header #sections #professionaldevelopment a:hover {background: url(../main/images/column3_bg_activehighlight.gif)  0px 0px repeat-y;}

/* #faculty is really the friends and family section */
#faculty #header #sections #familyandfriends a {
	display: block;
	background: url(../main/images/column4_bg_activehighlight.gif) 0px 0px repeat-y;
	width: 100%;
	height: 35px;
	padding: 11px 0 7px 0;
	color: #fff;
}

#faculty #header #sections #familyandfriends a:hover {background: url(../main/images/column4_bg_activehighlight.gif)  0px 0px repeat-y;}
/*  #friends is really the alumni section */
#friends #header #sections #friendsfamilyandalumni a {
	display: block;
	background: url(../main/images/column5_bg_activehighlight.gif) 0px 0px repeat-y;
	width: 100%;
	height: 17px;
	padding: 28px 0 8px 0;
	color: #fff;
}

#friends #header #sections #friendsfamilyandalumni a:hover {background: url(../main/images/column5_bg_activehighlight.gif)  0px 0px repeat-y;}
