body {
	/*background: url(../img/bg_repeat.png) left top repeat #f0f0f0;*/
	background: #44587c;
	font-family: 'Open Sans', sans-serif;
}

body.home {
	background: #44587c;
}

a.btn {
	color: #FFF;
	background: #44587c;
	border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline-block;
	padding: 5px 15px;
    text-shadow: 1px 1px 0px #172a4d;
    font-size: 12px;
    text-decoration: none;
}

a.btn:hover {
	background: #334360;
}

h1,
h2,
h3,
h4 {
	font-weight: 700;
}

h2 {
	color: #44587c;
	margin-bottom: 10px;
}

p,
ul,
li {
	color: #444;
}

.text-center {
	text-align: center;
}

.home_feature p {
	margin-top: 10px;
}

.wrap {
	width: 960px;
	margin: 0 auto;
}

#main {
	background: #FFF;
	padding-bottom: 40px;
}

#main .wrap {
	background: #FFF;
}

#header {
	background: #44587c;
	border-bottom: 1px solid #334360;
	height:60px;
	
}

img.logo {
	position: absolute;
	top: 19px;
	z-index: 9999;
	width: 500px;
}

#nav {
	background: #FFF;
	border-bottom: 1px solid #CCC;
}

ul#main_nav {
    padding:0;
    margin: 0;
    text-align: right;
}

ul#main_nav ul.sub-menu {
    padding:0;
    margin: 0;
    text-align: left;
    width: 300px;
}

ul#main_nav li, ul#main_nav ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
}

ul#main_nav li a  {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    color: #44587c;
    background: none;
    padding: 10px 16px 5px;
    border-bottom: 3px solid #FFF;
    display:inline-block;
}

ul#main_nav li ul.sub-menu li {
	background: #FFF;	
    width: 260px;
}

ul#main_nav li ul.sub-menu li a {
	display: block;
	font-size: 13px;
    padding: 7px 16px;
    border-bottom: 0px;
    border-bottom: 2px solid #EEE;
}

ul#main_nav li ul.sub-menu li a:hover {
    color: #374968;
	background: #F6F6F6;
    border-bottom: 2px solid #EEE;
}

ul#main_nav li a:hover {
    color: #374968;
    border-bottom: 3px solid #EEE;
}

ul#main_nav li a.current {
    border-bottom: 3px solid #f8d22f;	
}

ul#main_nav li a.current:hover {
	color: ##374968;
}

ul#main_nav li {
    position: relative;
}

ul#main_nav li ul.sub-menu {
    display:none;
    position: absolute;
    top: 35px;
    left: 0;
    width: 100px;
}
ul#main_nav li:hover ul.sub-menu {
    display:block;
    z-index: 9999;
}

ul#main_nav li ul.sub-menu li a.currentSub,
ul#main_nav li ul.sub-menu li a.currentSub:hover {
	font-weight: 700;
	background: #FFF;
}


.sub_nav {
	text-align: center;
	border-bottom: 2px solid #DDD;
}

.sub_nav a,
.sub_nav a:visited {
	display: inline-block;
	text-decoration: none;
	padding: 20px 20px 18px;
	color: #44587c;
}

.sub_nav a:hover,
.sub_nav a:active {
	color: #333;
	background: #F3F3F3;
}

.home_image {
	position: relative;
}

.home_image h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2em;
	position: absolute;
	top:125px;
	left: 0;
	display: inline-block;
	padding: 19px 32px 21px;
	background: url(../img/blue_trans.png) left top repeat transparent;
	color: #FFF;
	text-shadow: -1px -1px 0px #374968;
	border-bottom: 5px solid #374968;
}

h1.title, h1.title a {
    font-weight: 300;
	text-align: center;
	background: #d2b327;
	border-bottom: 6px solid #ba9e1d;
	color: #FFF;
	text-shadow: 1px 1px 0px #a68c13;
	padding: 12px 0;
	margin: 0;
	text-decoration: none;
}

h1.title a {
	cursor: pointer;
}

.downArrow {
	color:rgba(255,255,255,0.7);
	font-size: 20px;
}

.home_feature {
	padding: 50px 110px 75px;
}

.home_feature img {
	float: left;
	padding-right: 50px;
}

.internal_feature {
	width:800px;
	margin:0 auto;
	padding: 50px 0 75px;
	border-bottom: 3px solid #DDD;
}

.last {
	border-bottom: 0 !important;
	padding-bottom: 110px !important;
}

.internal_feature img {
	float: right;
	padding-right: 0;
	padding-left: 50px;
}

.internal_feature h2 {
	color: #ba9e1d;
}

.alt {
	background: #f5f6f8;
}

.alt img {
	float: right !important;
	padding-right: 0 !important;
	padding-left: 50px;
}

.home_banner_btm {
	text-align: center;
	padding: 34px 0;
}





.homeMain {
	padding: 25px 0 45px;
	background: #FFF;
}

.col_left {
	width: 44%;
	float: left;
	text-align: center;
	margin: 20px 0 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background: #EEE;
	padding: 15px 20px 30px;
}

.col_right {
	width: 44%;
	float: right;
	text-align: center;
	margin: 20px 0 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background: #EEE;
	padding: 15px 20px 30px;
}

.clear {
	clear: both;
	margin: 0;
	height: 0;
}

.contactUs h2 {
	font-weight: 400;
}


/* ---------------------------------
	Homepage Slider
----------------------------------*/

.carousel {
	background: url(../img/bg_repeat_clear.png) left top repeat #CCC;
	padding: 70px 0 40px;
	position: relative;
	overflow: hidden;
}

.carousel img {
	width: 960px;
}

.slider {
	width: 960px;
    min-width: 960px;
	margin: 0 auto;
}

.home .flexslider {
	width: 960px;
	margin-bottom: 0;
	border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	background: url(../img/slider_bg.png) center top no-repeat #FFF;
}

.carousel li {
    margin-right: 0;
}

.home .flex-control-nav {
    position: absolute;
    top: 21px;
    display: inline-block;
    text-align: center;
    width: 75%;
    min-width: 960px;
    height: 100px;
}

.home .flex-control-nav li,
.home .flex-control-nav a {
  background: #EEE;
  border-right: solid #fff 0px;
  color: #546c98;
  cursor: pointer;
  float: left;
  margin: 0.09em 2px 0 0;
  padding: 0.85em 1.5em;  
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  text-decoration: none;
}

.home .flex-control-nav li:hover,
.home .flex-control-nav a:hover {
  color: #44587c;
  background: #F3F3F3;	
} 

.home .flex-control-nav li:last-child {
   border: none;
}

.home .flex-control-nav .flex-active,
.home .flex-control-nav .flex-active:hover {
  background: #FFF;
  color: #44587c;
}

.home .flex-direction-nav a {
	color: #44587c;
}

.home .flex-direction-nav .flex-next {
	right: 0 !important;
	margin-right: -52px;
	opacity: 1 !important;
}

.home .flex-direction-nav .flex-prev { 
	left: 0 !important;
	opacity: 1 !important; 
	margin-left: -52px;
}

.homeSlide {
	width: 960px;
	height: 480px;
}

.homeSlide .inner {
	width: 850px;
	margin: 0 auto;
}

.homeSlide .slideLeft {
	width: 470px;
	float: left;
}

.homeSlide .slideRight {
	width: 370px;
	float: right;
}

img.slideIcon {
	width: 100%;
}

.homeSlide h2 {
	color: #d2b327;
	line-height: 1.2;
	margin-top: 5px;
	letter-spacing: -1px;
}

.homeSlide p {
	color: #666;
	line-height: 1.15;
}


/* ---------------------------------
	Internal Pages
----------------------------------*/

.overviewLeft {
	width: 48%;
	float: left;
}

.overviewRight {
	width: 50%;
	float: right;
	min-height: 300px;
}

.overviewRight .flexslider {
	margin-bottom: 0;
}

.overviewRight .flex-control-nav {
    bottom: -25px;
}

.overviewRight .flex-direction-nav .flex-prev {
	left: -10px;
	display: none;
}

.overviewRight .flex-direction-nav .flex-next {
	right: -10px;
	display: none;
}

.overviewRight .flexslider .slides li {
    position:relative;
}

.overviewRight .flex-caption {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0, 0, 0,0.6);
    z-index:1;
    padding:5px 10px;
    text-align: center;
}

.overviewRight .flex-caption p {
	color: #FFF;
	font-size: 10px;
	padding: 0;
	margin: 0;
}


#features {
	padding: 30px 0 70px;
	background: #EEE;
}

#features h5 {
	font-weight: 300;
	color: #44587c;
	font-size: 20px;
	margin-bottom: 10px;
}

h4.intro {
	font-weight: 400;
	color: #44587c;
	font-size: 18px;
	padding-top: 45px;
	margin: 0 0 32px;
}



/* ---------------------------------
	Case Study Pages
----------------------------------*/

.case {
	padding: 50px 0;
	border-bottom: 1px solid #DDD;
}

.caseLeft {
	width: 490px;
	float: left;
	padding: 30px 0;
}

.caseLeft h1 {
	font-weight: 400;
	color: #44587c;
	margin-top: 0;
	padding-top: 0
}

.caseRight {
	width: 400px;
	float: right;
	padding: 20px 25px 20px 15px;
	background: #EEE;
	border-radius: 6px;
	-moz-border-radius: 6px;
	margin-top: 25px;
}

.caseRight ul li {
	font-size: 20px;
	color: #44587c;
	line-height: 1.2;
	padding-bottom: 10px;
}

.result {
	text-align: center;
	padding: 30px 0;
}

.result h1 {
	color: #44587c;	
}




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



#footer {
	background: #44587c;
	padding: 20px 0;
	border-top: 3px solid #CCC;
	font-size: 12px;
	color: #aeb9cb;
}

#footer a,
#footer a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	color: #aeb9cb;
}

.footer_left {
	width: 30%;
	float: left;
}
.footer_center{
	width: 30%;
	float: left;
    text-align:center;
    vertical-align:top;
}

.footer_right {
	width: 30%;
	float: right;
	text-align: right;
    vertical-align:top;
}