body {
	background-image:url('../images/bg.png');
	background-repeat:repeat-x;
	margin-left:0px;
	margin-top:0px;
}
html { 
  background: url(../images/SDLC-BG.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.logo {
	width:980px;
	height:100px;
	margin:0 auto;
	background-image:url('../images/header_logo.png'); 
	background-repeat:no-repeat;
}
.contact {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	text-align:right;
	padding:5px 20px 0 0;
}
.contact-btns {
	text-align:right;
	padding:5px 10px 0 0;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #2d7f4e;
}
a:active {
	text-decoration: none;
	color: #2d7f4e;
}
.red {
	color:#f00;
}
.input-width {
	width:450px;
}

/* Menu styles
========================================================*/
nav {
  margin: 0 auto;
  padding: 12px 0 0 0;
}
.sf-menu {
  z-index: 990;
  position: relative;
  float: none;
  text-align: center;
}
.sf-menu li {
  display: inline-block;
  float: none;
  position: relative;
  text-transform: uppercase;
  line-height: 33px;
}
.sf-menu li {
  margin-left: -2px;
}
.sf-menu li a {
  display: inline-block;
  text-align: center;
  position: relative;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 33px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 19px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.sf-menu li a:hover {
  color: #FF0;
  text-decoration: underline;
}
.sf-menu li.current a {
  color: #FF0;
  text-decoration: underline;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  background: #ffffff;
  position: absolute;
  z-index: 999;
  top: 45px;
  left: 0;
  padding: 20px;
  text-align: left;
  border:#cc4d02 solid 1px;
}
.sf-menu ul li {
  position: relative;
  display: block;
  float: none !important;
  padding: 0;
  line-height: 29px;
  cursor: default;
  border: none;
}
.sf-menu ul li a {
  position: relative;
  text-transform: none;
  z-index: 999;
  display: inline;
  color: #213341;
  border: none!important;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 21px;
  text-decoration: none;
}
.sf-menu ul li a:hover {
  color: #6C6;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  left: 113px;
  top: -12px;
  padding-left: 30px;
  background: #eeeeee;
}
.sf-menu ul ul li a {
  color: #516379;
}
.sf-menu ul ul li a:hover {
  color: #bc8a0f;
}