@import url('https://fonts.googleapis.com/css?family=Roboto:300,300italic,400,400italic,500,600,700|Crimson+Text:400,600|Sintony:400,700&subset=latin-ext');

@charset "utf-8";

/* -----------------Basic CSS Elements------------------ */

html {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: normal;

  margin: 0px;
  padding: 0px;
}

form {
  margin: 0px;
}

#clear {
  clear: both;
}

h1 strong {
  font-weight: bold;
}
h2 strong {
  font-weight: bold;
}
h3 strong {
  font-weight: bold;
}
select {
  background-color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

input {
  background-color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

a img {
  border: none;
  outline: none;
}

.centered {
  display: block;
  margin: 0 auto;
}

a:link {
  color: #930;
  text-decoration: none;
}

a:visited {
  color: #930;
  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 {
  position: relative;
  width: 994px;
  border-bottom: solid 2px #808080;
}

#topmastmain {
  width: 994px;
  /*  background-image: url(/images/fs_bgnd_topmast_vert_pixel_001.gif);  */
  background-repeat: repeat-x;
  margin: 0px;
  height: 120px;
  /*	background-color: #555555; */
  background-color: #ffffff;
}

#logo_wrapper {
  display: inline;
  width: 330px;
  height: 100px;
  /* background-image: url(/images/index_new/web_banner.png); */

  background-repeat: no-repeat;
  background-position: bottom;
  padding-top: 10px;
  float: left;
}

/* div for light grey section title with gradient background */
#sectiontitle {
  /* PUT MERCER LOGO HERE  */
  /* background-image: url(/images/fs_h_faculty_title_gradient_005.gif); */
  background-position: bottom right;
  background-repeat: no-repeat;

  float: right;
  /*left: 386px; */
  width: 280px;
  margin-bottom: 10px;
  line-height: 21px;
}

/* student section  button, located upper right of page */
#studentSection {
  clear: right;
  float: right;
  /* put link to studen tsite here  */
  /* background-image: url(/images/fs_btn_student_section_003.gif); */
  background-position: top right;
  background-repeat: no-repeat;
  width: 142px;
  height: 21px;
  border: solid 1px blue;
}

/* 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 */

link {
  font-style: normal;
  text-decoration: none;
}

/*--------------------- bread crumb-------------------------*/

#breadcrumbs-wrapper {
  clear: both;
  float: left;
  margin: 3px 0px 3px 0px;
}

#breadcrumbs {
  width: 784px;
  height: 17px;
  background: #ffffff;

  list-style: none;
  text-align: left;

  padding: 0px;
  margin: 0px;

  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-style: italic;
}

#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: 14px;
  color: #000000;
  text-decoration: none;
}

#breadcrumbs li.last a {
  background: none;
}

/*-----------------left nav---------------------*/

.selchannel {
  background-color: #797f82;

  position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
  width: 194px;
  height: 34px;
  text-align: left;
  border-top: solid 2px #cccccc;
}

.selchannel a {
  padding-left: 8px;
  color: white;
}

.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: 200px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  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;
}

#tertiarytext a:hover {
  color: #ff962d !important;
  text-decoration: none;
}

/*---------------------------end accordian-------------------------*/

#snavcontainer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 194px;
  margin: 0;
}

#navrowoff {
  float: left;
  height: 34px;
  width: 194px;
  background: url(../../images/fs_bgnd_snav_off_001.gif);
  background-repeat: repeat-x;
  margin: 0;
  *height: 1%;
}

#navrowon {
  float: left;
  height: 34px;
  width: 194px;
  background: url(../../images/fs_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-size: 13px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 9px;
}

#tertiarytext a:link {
  color: #ffffff;
  text-decoration: none;
}

#tertiarytext a:visited {
  color: #ffffff;
  text-decoration: none;
}

#btntext {
  float: left;
  width: 150px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-weight: bold;
  margin-top: 8px;
  font-size: 14px;
}

#btntext a:link {
  color: #ffffff;
  text-decoration: none;
}

#btntext a:visited {
  color: #ffffff;
  text-decoration: none;
}

#btnemailoff {
  float: left;
  background: url(../../images/nav_icons/email_icon.png);
  margin: 0;
  width: 34px;
  height: 34px;
}

#btnhsoff {
  background: url(../../images/nav_icons/hardware_icon.png);
  margin: 0;
  width: 34px;
  height: 34px;
  float: left;
}

#btntelcommoff {
  background: url(../../images/nav_icons/telecom_icon.png);
  margin: 0;
  width: 34px;
  height: 34px;
  float: left;
}

#btnwebservoff {
  background: url(../../images/nav_icons/web_services_icon.png);
  margin: 0;
  width: 34px;
  height: 34px;
  float: left;
}

#btnnetworkoff {
  background: url(../../images/nav_icons/network_icon.png);
  margin: 0;
  width: 34px;
  height: 34px;
  float: left;
}

#btnsecurityoff {
  background: url(../../images/nav_icons/security_icon.png);
  margin: 0;
  width: 34px;
  height: 34px;
  float: left;
}

#btnclasstechoff {
  background: url(../../images/nav_icons/academic_technology_icon.png);
  margin: 0;
  width: 34px;
  height: 34px;
  float: left;
}

#btnnewoff {
  background: url(../../images/nav_icons/new_person_icon.png);
  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;

  font-size: 18px;

  font-weight: bold;
  padding-left: 5px;
  margin-left: 0px;
  padding-top: 6px;
  float: left;
  border-bottom: solid 2px #c7c7c7;
}

#copycontainer {
  float: left;
  width: 795px;
  border-left-color: #999999;
  border-left-style: solid;
  border-left-width: thin;
}

#copy {
  float: left;
  width: 780px;
  font-size: 14px;
  line-height: 1.5em;
  padding-left: 10px;
  padding-top: 10px;
  *height: 1%;
}

h2 {
  /*font-family: 'Crimson text', sans-serif;*/
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1;
}
.bigtext {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}

#imagediv {
  width: 300px;
  height: 200px;
  float: right;
}

/*----------------- footer content ----------------------*/

#footercontainer {
  width: 994px;
  margin: 0px 0px 30px 0px;
  height: 106px;
  color: white;
  float: left;

  position: relative;
}

#footercontent {
  background: #e9741e;

  width: 994px;
  height: 106px;
  float: left;
  text-align: center;
  margin-left: 0 auto;
  margin-right: 0 auto;
  border: 1px solid #90430a;
  padding: 2px 0px 2px 0px;
}

#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;
}

#formbox {
  width: 480px;
  float: left;
}

#imagebox {
  float: right;
  background-image: url(../../images/voip_phone.jpg);
  width: 275px;
  height: 230px;
}

#voip_form {
  margin: 10px;
}

div.input-field {
  clear: both;
  font-weight: bold;
  margin-bottom: 2px;
}

div.text-box-label,
div.select-box-label,
div.radio-button-group-label {
  float: left;
  width: 100px;
}

div.radio-button,
div.radio-button-label {
  float: left;
  margin-bottom: 2px;
}

div.radio-button-group {
  float: left;
}

div.buttons {
  margin-left: 100px;
  padding-top: 5px;
}

label.error {
  color: red;
  font-weight: bold;
  padding-left: 5px;
}

#error-msg {
  color: #f00;
  font-weight: bold;
  margin-top: 5px;
  background-color: #e9e9e9;
}

li {
  margin: 2px 0;
}

/**********************  MENU  *****/

.left {
  float: left;
}

#menu {
  list-style: none;
  width: 800px;
  float: left;
  /*margin:30px auto 0px auto;*/
  height: 34px;
  padding: 0px 0px 0px 10px;
  margin: 0px;

  /* Rounded Corners

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/

  /* Background color and gradients */

  background: #797f82; /* Old browsers
background: -moz-linear-gradient(top, #f0f0f0 0%, #e3e3e3 100%); /* FF3.6-15
background: -webkit-linear-gradient(top, #f0f0f0 0%,#e3e3e3 100%); /* Chrome10-25,Safari5.1-6
background: linear-gradient(to bottom, #f0f0f0 0%,#e3e3e3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */

  /* Borders */

  /*
	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
	*/
}

#menu li {
  float: left;
  display: block;
  text-align: center;
  position: relative;
  padding: 0px 10px 0px 10px;
  /*margin-right:30px;*/

  border: none;
  z-index: 999;
  line-height: 34px;
  margin-top: 0px !important;
}

#menu li:hover {
  /*border: 1px solid #777777;*/
  /* padding: 4px 9px 4px 9px; */

  /* Background color and gradients */

  background: #f2f2f2;
  /*
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE)); */

  /* Rounded corners

	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px; */
}

#menu li a {
  font-family: 'Roboto', sans-serif;

  font-weight: bold;
  color: #ffffff;
  display: block;
  outline: 0;
  text-decoration: none;
  /*text-shadow: 1px 1px 1px #000; */
}

#menu li:hover a {
  color: #161616;
  text-shadow: 1px 1px 1px #ffffff;
}

menu li img {
  margin: 0px;
  padding: 0px;
}

#menu li .drop {
  padding-right: 21px;
  background: url('img/drop.png') no-repeat right 8px;
}
#menu li:hover .drop {
  background: url('img/drop.png') no-repeat right 7px;
}

.dropdown_1column,
.dropdown_2columns,
.dropdown_3columns,
.dropdown_4columns,
.dropdown_5columns {
  margin: auto;
  float: left;
  position: absolute;
  left: -999em; /* Hides the drop down */
  text-align: left;
  padding: 10px 5px 10px 5px;
  border: 1px solid #777777;
  border-top: none;

  box-shadow: 0 0 3px #6d6d6d;

  background: #f4f4f4;
  /* Gradient background
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));*/

  /* Rounded Corners */
  -moz-border-radius: 0px 5px 5px 5px;
  -webkit-border-radius: 0px 5px 5px 5px;
  border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {
  width: 140px;
}
.dropdown_2columns {
  width: 280px;
}
.dropdown_3columns {
  width: 420px;
}
.dropdown_4columns {
  width: 560px;
}
.dropdown_5columns {
  width: 700px;
}

#menu li:hover .dropdown_1column,
#menu li:hover .dropdown_2columns,
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
  left: -1px;
  top: auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  color: black;
}
.col_1 {
  width: 160px;
}
.col_2 {
  width: 270px;
}
.col_3 {
  width: 410px;
}
.col_4 {
  width: 550px;
}
.col_5 {
  width: 690px;
}
.col_6 {
  width: 800px;
}

#menu .menu_right {
  float: right;
  margin-right: 0px;
}
#menu li .align_right {
  /* Rounded Corners */
  -moz-border-radius: 5px 0px 5px 5px;
  -webkit-border-radius: 5px 0px 5px 5px;
  border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
  left: auto;
  right: -1px;
  top: auto;
}

#menu p,
#menu h2,
#menu h3,
#menu ul li {
  font-family: 'Roboto', sans-serif;
  line-height: 21px;
  font-size: 12px;
  text-align: left;
  text-shadow: 1px 1px 1px #ffffff;
}
#menu h2 {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 7px 0 14px 0;
  padding-bottom: 14px;
  border-bottom: 1px solid #666666;
}
#menu h3 {
  font-size: 14px;
  margin: 7px 0 14px 0;
  padding-bottom: 7px;
  border-bottom: 1px solid #888888;
}
#menu p {
  line-height: 18px;
  margin: 0 0 10px 0;
}

#menu li:hover div a {
  font-size: 12px;
  color: #404040;
  font-weight: normal;
}
#menu li:hover div a:hover {
  color: #029feb;
}

.strong {
  font-weight: bold;
}
.italic {
  font-style: italic;
}

.imgshadow {
  /* Better style on light background */
  background: #ffffff;
  padding: 4px;
  border: 1px solid #777777;
  margin-top: 5px;
  -moz-box-shadow: 0px 0px 5px #666666;
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}
.img_left {
  /* Image sticks to the left */
  width: auto;
  float: left;
  margin: 5px 15px 5px 5px;
}

#menu li .black_box {
  background-color: #333333;
  color: #eeeeee;
  text-shadow: 1px 1px 1px #000;
  padding: 4px 6px 4px 6px;

  /* Rounded Corners */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

  /* Shadow */
  -webkit-box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  box-shadow: inset 0 0 3px #000000;
}

#menu li ul {
  list-style: none;
  padding: 0;
}
#menu li ul li {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  /*text-shadow: 1px 1px 1px #ffffff; */
  padding: 0;
  margin: 0;
  float: none;
  text-align: left;
  width: 130px;
}
#menu li ul li:hover {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

#menu li .greybox li {
  background: #f4f4f4;
  border: 1px solid #bbbbbb;
  margin: 0px 0px 4px 0px;
  padding: 4px 6px 4px 6px;
  width: 116px;

  /* Rounded Corners */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
#menu li .greybox li:hover {
  background: #ffffff;
  border: 1px solid #aaaaaa;
  padding: 4px 6px 4px 6px;
  margin: 0px 0px 4px 0px;
}

.col_1 > a {
  color: red;
}

#menu_search_wrapper {
  width: 992px;
  height: 34px;
  border: 1px solid #cccccc;
  /* background: #f2f2f2;  */
  background: #797f82;
  border-bottom: 2px solid #cccccc;
}

#search_and_role_selection_wrapper {
  width: 320px;
  float: right;
  margin-top: 30px;
}

#search_container {
  background: #f2f2f2; /* Old browsers */ /* Old browsers
background: -moz-linear-gradient(top, #f0f0f0 0%, #e3e3e3 100%); /* FF3.6-15
background: -webkit-linear-gradient(top, #f0f0f0 0%,#e3e3e3 100%); /* Chrome10-25,Safari5.1-6
background: linear-gradient(to bottom, #f0f0f0 0%,#e3e3e3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
  width: 280px;
  display: inline;
  float: right;
  position: relative;
  overflow: visible;
  height: 26px;
}

#search_box_and_icon {
  border: 2px solid #b7b7b7 !important;
  width: 276px;
  height: 22px;
}

#searchbox {
  /*  border-right:none !important;
    border-top-color: #b7b7b7;  */

  -moz-border-top-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;

  width: 232px !important;

  height: 22px;

  background: white;
  float: left;

  background-image: none !important;

  font-size: 14px;
  font-family: 'Roboto', sans-serif;

  line-height: 18px;
  vertical-align: middle;

  border: none !important;

  display: inline;
  margin: 0px;
  padding: 0px 4px 0px 4px !important;
}

#sa {
  /*border: 2px solid #cbcbcb !important; */
  border: none !important;
  /*    border-left:none !important;

    border-top-color: #ccc;  */
  position: relative;

  background: #e9741e;
  background: url(/images/header/search_icon.png) 0 0 no-repeat;
  display: block;
  width: 36px;
  height: 22px;
  float: right;
}
#listnav .title {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

#social_media_container_menu {
  width: 160px;
  height: 34px;
  display: inline;
  line-height: 34px;

  position: relative;
  float: right;
  padding-right: 20px;
}

#system_status {
  width: 110px;
  height: 34px;
  display: inline-block;
  line-height: 34px;

  position: relative;
}

#system_status_icon {
  width: 30px;
  height: 36px;
  display: inline-block;
  line-height: 34px;

  position: relative;
}

#contact_info {
  text-align: center;
}

#mlogo img {
  border: none;
}

#social_icons {
  margin-top: 0px;
}

#facebook {
  background-image: url(/images/header/facebook.png);
  width: 14px;
  height: 34px;
  float: right;
  background-repeat: no-repeat;
  padding-right: 20px;
}

#facebook:hover {
  background-image: url(/images/header/facebook_hover_menu.png);
}

#twitter {
  background-image: url(/images/header/twitter.png);
  width: 28px;
  height: 34px;
  float: right;
  background-repeat: no-repeat;
  padding-right: 20px;
}
#twitter:hover {
  background-image: url(/images/header/twitter_hover_menu.png);
}

#instagram {
  background-image: url(/images/header/instagram.png);
  width: 28px;
  height: 34px;
  float: right;
  background-repeat: no-repeat;
  padding-right: 20px;
}
#instagram:hover {
  background-image: url(/images/header/instagram_hover_menu.png);
}
