/*---Swift custom CSS---*/



/*--- Generic Classes --------------------------------------------------------*/

a.menu_link {
  color:#000000;
}

a {
  color:#3662e0;
  outline:none;
}



/*--- Header -----------------------------------------------------------------*/
.header_container {
  height:165px;
  color:#581404;
  background-color:#ffffff;
  border-bottom:2px solid #381f13;
  background-image:url();
  background-position:top left;
  background-repeat:repeat-x;
}


.header_menu_container a {
  color:#000000;
  float:none;
  margin:4px;
  font-weight:bold;
}
.branding_subheading {
  position:absolute;
  bottom:0px;
  font-size:1.5em;
  font-weight:bold;
  z-index:500;
  width:65%;
}

.login_button  {
background-color:#A2394E;
background-image:none;
background-position:left top;
background-repeat:repeat-x;
background-image: none;
border:1px solid #A2394E;
color:#FFFFFF;
cursor:pointer;
display:inline;
float:right;
margin-bottom:10px;
padding:4px;
text-align:center;
}

.login_container .rootbar{ 
clear:both; 
width:100%; 
color:#000000
} 

/*--- Secondary Header Menu Container-------------------------------------------------------*/

.secondary_header_menu_container {
  background-color:#A2394E;
  background-image:none;
  background-position:left bottom;
  background-repeat:repeat-x;
  border-bottom:1px solid #8C8C8C;
  display:block;
  float:left;
  padding:6px 0;
  position:relative;
  width:100%;
}

/*--- Buttons Container-------------------------------------------------------*/


.buttons_container {
  width:100%;
  height:165px;
  padding:6px 0px 6px 0px;
  float:left;
  position:relative;
  border-top:2px solid #8c8c8c;
  border-bottom:2px solid #8c8c8c;
  background-color:#eda55a;
  background-position:top left;
  background-repeat:repeat-x;
  text-align:center;
  color:#ffffff;
}

##.buttons_container img {
  background-color:#ffffff;
  border:0px;
  margin:0px;
  padding:0px;
  float:left;
}

/*--- Content ----------------------------------------------------------------*/
