@charset "utf-8";
/* -----------------Basic CSS Elements------------------ */

html{
	margin: 0px;
	padding: 0px;
	}
	
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	}
	
form{
margin: 0px;
}

#clear{
	clear:both;
	}

select{
background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

input{
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a:link{
color: #930;
	text-decoration: none;
}

a:visited{
	color: #930;
	text-decoration: none;
}


#buttoncontent a:link,
#buttoncontent a:visited{
	color: #222;
	text-decoration: none;
}


#subcontentdiv a:link,
#subcontentdiv a:visited{
	color: #222;
	text-decoration: none;
}



a:hover{
color:#FF6600 !important;
text-decoration: none;
}




/* --------------Specific Divs----------------- */

/* wraps the entire page including other divs*/
#wrapper{
	position: relative;
	background-color: #FFFFFF;
	width: 994px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	
	}

/*-----------------------Header----------------------------*/


	
/* container that contains logo, title, and student link section */
#headercontainer{
	width: 994px;

	
	}

#topmasttop{
	background-image:url(../../images/ss_bgnd_topmast_upper_003.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 994px;
	margin: 0px;
	}

#topmastmain{
float: left;
	width: 994px;
	background-image: url(../../images/ss_bgnd_topmast_vert_pixel_003.gif);
	background-repeat:repeat-x;
	margin: 0px;
	height: 86px;
	
	}
	
	
/* div for mercer logo with gradient background */
#logo{
display: inline;
	float:left;
	height: 65px;
	background-image: url(../../images/ss_ua_it_logo_gradient_004.gif);
	background-repeat: no-repeat;
	width: 399px;
	margin-left: 10px;
	margin-top: 11px;

	}

/* div for light grey section title with gradient background */	
#sectiontitle{
	float: right;
	background-image: url(../../images/ss_h_student_title_gradient_005.gif);
	background-repeat: no-repeat;
	width: 428px;
	height: 33px;
	margin-top: 28px;
	}

/* student section  button, located upper right of page */
#studentSection{
clear: right;
float: right;
	background-image: url(../../images/ss_btn_faculty_section_003.gif);
	background-repeat: no-repeat;
	width: 142px;
	height: 21px;
	}
	
#topmastbottom{
clear: both;
	background-image:url(../../images/ss_bgnd_topmast_lower_003.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 994px;

}
	
/* container that contains the search bar and the global navigation buttons */
/*#bodycontainer{
float: left;
	margin: 0px;
	width: 994px;
	}
	*/
/* div containing the quick links and search bar elements. contains divs toolbartop, toolbarcontent, and toolbarbottom */	
#toolbardiv{
overflow: hidden;
float: left;
	width: 461px;
	height: 30px;
	margin-top: 5px;
	}

#toolbartop{
	background: url(../../images/cmn_bgnd_search_top_rounded_003.gif);
	background-repeat: no-repeat;
	width: 464px;
	height: 4px;
	}	

#toolbarcontent{
	float: left;	
	background: #e9e9e9;
	margin-top: 0px;
	width: 464px;
	height: 20px;
	text-align: center;
	}
	
#toolbarbottom{
	float: left;
	background: url(../../images/cmn_bgnd_search_bottom_rounded_003.gif);
	width: 464px;
	height: 4px;
	}


link{
font-style:normal;
text-decoration: none;

}

/*------------------------ global navigation buttons ----------------------------*/

#globalnavdiv{
float: right;
width: 369px;
height: 32px;
margin-top: 0;
padding-top: 0;

	}

#globalnavdiv a{
	 background: none repeat scroll 0 0 #36454D;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    float: left;
    font-size: 1.1em;
    font-weight: bold;
    height: 32px;
    line-height: 28px;
    margin: 0;
    padding-left: 1px;
    text-align: center;
    width: 122px;	
}

#globalnavdiv a.current{
	background: #e9741e;
}

#globalnavdiv a.current:hover{
	color: #fff !important;	
}


/*#gnavss{

	background: url(../../images/cmn_btn_system_status_off_003.gif);
	margin: 0px;
	padding-left: 1px;
	width: 122px;
	height: 32px;
	float: left;

	}
	


#gnavai{
	background: url(../../images/cmn_btn_about_it_off_003.gif);
	margin: 0px;
	padding-left: 1px;
	width: 122px;
	height: 32px;
	float: left;
	}

#gnavcu{
	background: url(../../images/cmn_btn_contact_us_off_003.gif);
	margin: 0px;
	padding-left: 1px;
	width: 122px;
	height: 32px;
	float: left;
	}*/





/*--------------------- bread crumb-------------------------*/

#breadcrumbs-wrapper{
clear: both;
float: left;
margin-left: 200px;
height: 15px;
}
#breadcrumbs {

	
	width: 784px;
	height: 17px;
	background: #FFFFFF;
	
	margin-top: 5px;
	margin-bottom: 4px;
	text-align: left;
}


#breadcrumbs {
	list-style: none;
	margin: 0;
	padding: 0;
        }


#breadcrumbs li {
	float: left;
	/*line-height: 15px;*/
	padding-left: 0px;
	color: #000000;
        }

#breadcrumbs li a {
	 background: url(../../images/ua_crumbs2.gif) no-repeat right center;
	 display: block;
	padding-right:13px;
	color: #000000;
	 text-decoration: none;           
}           

#breadcrumbs li.last a {
	background: none;
}

	
/*-----------------left nav---------------------*/

.selchannel{
	background: url(../../images/ss_bgnd_snav_off_001.gif) repeat-x center left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: 194px;
	height: 34px;
	text-align: left;
}

.selchannel a {
	padding-left: 8px;
	color: white;
	font-size: 11px;
	font-weight: bold;
}


.leftnav{
	float: left;
	margin: 0;
	padding: 0;
	width: 194px; /*width of menu*/
}


.submenu{ /*DIV that contains each sub menu*/
background: white;
padding-left: 2px 0;
height: 230px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight: bold;
color: Black;
text-align: left;
display: block;
}

.submenu ul{
list-style-type: none;
margin-top: 5px;
/*display: block;*/
margin-bottom: 5px;

}

.submenu li{
margin-top: 4px;
margin-left: -42px;
padding-left: 20px;
margin-bottom: 4px;
padding-bottom: 4px;
border-bottom:thin;
border-bottom-color:#CCCCCC;
border-bottom-style:solid;
height: auto;
/*display:block;*/
}

.submenu li a:link{
color: #000000;
}

.submenu li a:visited{
color: #000000;
}
.submenu li a:hover{
color: #FF6600;

}
/*---------------------------end accordian-------------------------*/



#snavcontainer {
overflow: hidden;
	Position: relative;
	float: left;
	width: 194px;
	margin: 0;
}
#navrowoff {
	
	float: left;
	height: 34px;
	width: 194px;
	background:url(../../images/ss_bgnd_snav_off_001.gif);
	background-repeat: repeat-x;
	margin: 0;
	*height:1%;
}
#navrowon {

	float: left;
	height: 34px;
	width: 194px;
	background:url(../../images/ss_bgnd_snav_on_001.gif);
	background-repeat: repeat-x;
	margin: 0;
}
#tertiaryrow {
	background-color: #FFFFFF;
	height: 23px;
	width: 194px;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:thin;
	*height:1%;
	float: left;
}

#tertiaryrow_long {
	background-color: #FFFFFF;
	height: 35px;
	width: 194px;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:thin;
	*height:1%;
	float: left;
}


#arrow {
	display: inline;
	float: left;
	background:url(../../images/ss_ua_bullet_arrow_001.gif);
	background-position:center;
	background-repeat: no-repeat;
	width: 26px;
	height: 23px;
	margin-left: 25px;
}


#arrow_long {
	display: inline;
	float: left;
	background:url(../../images/ss_ua_bullet_arrow_001.gif);
	background-position:center;
	background-repeat: no-repeat;
	width: 26px;
	height: 23px;
	margin-left: 25px;
	margin-top: 10px;
}

#arrowblank {
	display: inline;
	float: left;
	background: url(../../images/transparent.gif);
	background-position:center;
	background-repeat: no-repeat;
	width: 26px;
	height: 23px;
	margin-left: 25px;
}

#tertiarytext {
	float: left;
	width: 158px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 9px;
	font-size:10px;
}

#tertiarytext a:link{
	color: #FFFFFF;
	text-decoration: none;
}

#tertiarytext a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
		
#btntext {
	float: left;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight: bold;
	margin-top: 8px;
	font-size:11px;
}

#btntext a:link{
	color: #FFFFFF;
	text-decoration: none;
}
	
#btntext a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#btnemailoff {

	float: left;
	background: url(../../images/ss_btn_secondary_email_off_001.gif);
	margin: 0;
	width: 34px;
	height: 34px;
}
#btnemailon {
	
	background: url(../../images/ss_btn_secondary_email_on_001.gif);
	margin: 0;
	width: 34px;
	height: 34px;
	float: left;
}
#btnhsoff {

	background: url(../../images/ss_btn_secondary_hs_off_001.gif);
	margin: 0;
	width: 34px;
	height: 34px;
	float: left;
}
#btnhson {

	background: url(../../images/ss_btn_secondary_hs_on_001.gif);
	margin: 0;
	width: 34px;
	height: 34px;
	float: left;
}
#btntelcommoff {

	background: url(../../images/ss_btn_secondary_telcomm_off_001.gif);
	margin: 0;
	width: 34px;
	height: 34px;
	float: left;
}
#btntelcommon {

	background: url(../../images/ss_btn_secondary_telecomm_on_001.gif);
	margin: 0;
	width: 34px;
	height: 34px;
	float: left;
}
#btnwebservoff {

	background: url(../../images/ss_btn_secondary_web_off_001.gif);
	margin: 0;
	width: 34px;
	height: 34px;
	float: left;
}
#btnwebservon {

	background: url(../../images/ss_btn_secondary_web_on_001.gif);
	margin: 0;
	width: 34px;
	height: 34px;
	float: left;
}
#btnnetworkoff {

	background: url(../../images/ss_btn_secondary_internet_off_001.gif);
	margin: 0;
	width: 34px;
	height: 34px;
	float: left;
}
#btnnetworkon {

	background: url(../../images/ss_btn_secondary_internet_on_001.gif);
	margin: 0;
	width: 34px;
	height: 34px;
	float: left;
}
#btnsecurityoff {

	background: url(../../images/ss_btn_secondary_security_off_001.gif);
	margin: 0;
	width: 34px;
	height: 34px;
	float: left;
}
#btnsecurityon {

	background: url(../../images/ss_btn_secondary_security_on_001.gif);
	margin: 0;
	width: 34px;
	height: 34px;
	float: left;
}
#btnclasstechoff {
	
	background: url(../../images/ss_btn_secondary_classtech_off_001.gif);
	margin: 0;
	width: 34px;
	height: 34px;
	float: left;
}
#btnclasstechon {
	
	background: url(../../images/ss_btn_secondary_classtech_on_001.gif);
	margin: 0;
	width: 34px;
	height: 34px;
	float: left;
}
#btnnewoff {

	background: url(../../images/ss_btn_secondary_student_off_001.gif);
	margin: 0;
	width: 34px;
	height: 34px;
	float: left;
}
#btnnewon {

	background: url(../../images/ss_btn_secondary_faculty_on_001.gif);
	margin: 0;
	width: 34px;
	height: 34px;
	float: left;
}
#othernav {
	display: inline;
	float: left;
	width: 185px;
	text-align: right;
	margin-right: 10px;
	margin-top: 20px;
	*height:1%;
	
}
/*-----------------------main content------------------------*/

#maincontent {
overflow: hidden;
	Position: relative;
	float: left;
	margin: 0px;
	width:992px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width:thin;


	

*height:1%;

}
#subnavtitle {
	height: 28px;
	width: 790px;
	background: url(../../images/ss_bgnd_snav_off_001.gif);
	background-repeat:repeat-x;
	font-size:16px;
	color:#FFFFFF;
	font-weight: bold;
	padding-left: 5px;
	margin-left: 0px;
	padding-top: 6px;
	float: left;
	

}

#copycontainer{
	float: left;
	width: 795px;
	border-left-color:#999999;
	border-left-style: solid;
	border-left-width:thin;

}

#copy {
	float: left;
	width: 780px;
	font-size:12px;
	line-height:1.5em;
	padding-left: 10px;
	padding-top: 10px;
	*height:1%;
}

#copy h2{
font-size: 16px;
font-weight:bold;
}

#imagediv{
width: 300px;
height: 200px;
float: right;
}
/*----------------- footer content ----------------------*/

#footercontainer{
	width: 994px;
	height: 111px;
	float: left;
	margin-top: 0px;
	position: relative;
	color: white;
	
	}


#footertop{
	background: url(../../images/cmn_bgnd_footer_top_rounded_003.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 994px;
		
	}

#footercontent{
	background: url(../../images/cmn_bgnd_footer_hz_pixel_003.gif);
	background-repeat:repeat-y;
	width: 994px;
	height: 104px;

   
    float: left;
	 text-align: center;
	    margin-left: 0 auto;
   	 margin-right: 0 auto;
	   margin-top: 0px;
}

#footerbottom{
	background: url(../../images/cmn_bgnd_footer_bottom_rounded_003.gif);
	background-repeat: no-repeat;
	width: 994px;
	height: 7px;

    float: left;


	}
	
	
#mlogo, #mlogo img{
   border:none;
}
#social_icons {
 margin-top: 3px;
  
}



#imagefloat{
clear: right;
float: right;
margin-top: 20px;
}

submenu .current{
display: block;
background-image:url(../../images/ua_bullet3.gif);
background-repeat:no-repeat;
padding-left:15px !important;
margin-left: -15px !important;
}
