html {
  height: 100%;
}
body {
  margin: 0;
  color: black;
  font: 12px/15px Arial, Helvetica, sans-serif;
  background: #e6e6e4;
}
/*----- Header style --------*/

#site_header {
  height: 74px;
  background-color: #df1c24;
}
#site_header .ribbon {
  background: #df1c24;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#df1c24, #df1c24);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#df1c24, #df1c24);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#df1c24, #df1c24);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#df1c24, #df1c24);
  /* Standard syntax */
  min-width: 1024px;
  height: 70px;
  width: 90%;
  margin: auto;
  border-radius: 0 0 8px 8px;
}
#site_header .logo {
  background: url("/Content/themes/Resources/Access_logo2.png") no-repeat scroll 0 0 transparent;
  background-size: contain;
  float: left;
  height: 66px;
  margin: 4px 0px 0px 10px;
  text-indent: -9999px;
  width: 600px;
}
#site_header .login-user {
  float: right;
  margin: 20px 20px 0 0;
  color: white;
  font-size: 14px;
}
#site_header .login-user a {
  color: white;
}
/*----- End Header style -----*/

/*----- Main Body Container -----*/

.page {
  min-width: 1024px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
/*----- End Main Body Container -----*/

/*----- Main Area    -----*/

#main {
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  background: white;
  position: relative;
  margin: 20px 0 16px 0;
  overflow: hidden;
  padding: 0;
  z-index: 1;
}
/*---- End Main Area -----*/

/*----- Footer style --------*/

#site_footer {
  text-align: center;
  font: 12px Arial, Helvetica, sans-serif;
  padding: 0 0 20px;
}
#site_footer ul {
  padding: 0 23px 0 0;
  margin: 0;
  list-style: none;
}
#site_footer ul li {
  display: inline;
  background: url(../../Content/themes/Resources/sep-footer-list.gif) no-repeat 0 1px;
  padding: 0 2px 0 4px;
}
#site_footer ul li:first-child {
  background: none;
}
#site_footer a {
  color: #929497;
}
/*----- End Footer style -----*/

ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
.marginTop {
  margin-top: 15px;
}
