/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
	letter-spacing: .09em;
	font-family: Verdana, Geneva, Arial, sans-serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* declarations */
body{
	font-size: 12px;
	line-height: 18px;
	background-color:#0E171F;
}
a{
	border: none;
	color: #F66B11;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-decoration: none;
	letter-spacing: .23em;
}
a img{
	border: none;
}
#masthead{
	background: none repeat scroll 0 0 #DFDFDF;
    height: 97px;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#header{
	height: 97px;
    z-index: 126;
	width:960px;
	padding: 0px 10px;
	margin: 0 auto;
}
#logo{
	float: left;
    height: 72px;
    margin-left: 38px;
    margin-top: 18px;
    position: absolute;
    width: 185px;
}
/* get social */
#social-icon-menu{
	float: right;
	height: 26px;
	margin: 12px 0 0 680px;
	position: absolute;
	width: 300px;
}
#social-icon-menu ul{
	float: left;
    height: 26px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    width: 299px;	
}
#social-icon-menu ul li{
	float: left;
    height: 26px;
    list-style: none outside none;
    margin-left: 7px;
    width: 26px;	
}
#social-icon-menu ul li a{
	display:block;
	padding: 4px;
	text-decoration: none;
	color: #FF9900;
	width: 26px;
	height: 26px;
	text-align: center;
	border-radius: 0.25em;
    -webkit-transition: 0.5s;
    -moz-transition:    0.5s;
    -ms-transition:     0.5s;
    -o-transition:      0.5s;
    transition:         0.5s;
}
#social-icon-menu ul li a:hover, #social-icon-menu ul li a:focus{
	background: repeat scroll 0 0 rgba(204,204,204,.5);
	box-shadow: inset -1px -1px 1px rgba(0,0, 0,.8);
}
/* get around */
#header-nav{
	height: 25px;
	margin-left: 230px;
	width: 775px;
}

#menu-head{
	margin-left: 230px;
}

ul.main{
	float: left;
	list-style: none outside none;
	margin: 0;
	z-index: 1;
}
ul.main li{
	height: 104px;
	margin: 0px 8px;
	padding: 0px;
	display: inline-block;
	float:left;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height: 24px;
	position: relative;
	overflow: visible;
}

ul.main li a{
	width:100%;
	display: block;
	line-height: 150px;
	position: relative;
	text-decoration: none;
	color: #172C3D;
	padding: 0 0.2em;
	height: 87px;
    background: none repeat scroll 0 0 rgba(128,128,128,0.0);
    text-shadow: -1px -1px 2px rgba(100,100,100,0.9);
    border-radius: 0.1em;
	text-transform: uppercase;
	text-align: center;
    -webkit-transition: 0.5s;
    -moz-transition:    0.5s;
    -ms-transition:     0.5s;
    -o-transition:      0.5s;
    transition:         0.5s;
}
ul.main li a:hover, ul.main li a:focus{
	background: repeat scroll 0 0 rgba(128,128,128,.7);
    text-shadow: -1px -1px 2px rgba(0,0,0,0.5);
	color: #FF9900;
}

/* drop downs */
ul.main li .drop{
	position: absolute;
    z-index:100;
    left: -9999px;
    background: #F66B11;           
    text-align: left;
    padding: 0px 0px 0px 0px;  
    top:85px;
	color:#999;	
	max-width: 940px;
	overflow:visible;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

    -moz-box-shadow: 0px 2px 3px #777;
    -webkit-box-shadow: 0px 2px 3px #777;
    box-shadow: 0px 2px 3px #777;
}
.decor_1{
	width: 250px;
	line-height: 50px !important;
}
.decor_2{
	width: 250px;
	line-height: 50px !important;
}
.decor_3{
	min-width: 300px;
	line-height: 50px !important;
	padding-right: 5px;
	width: auto !important;
}
.decor_3 div{
	border-right: none !important;
	float:none !important;
	border-bottom: 1px solid #FFF;
}
.decor_1 a, .decor_2 a, .decor_3 a{
	line-height: 50px !important;
	height:50px !important;
}
ul.main li .drop div{
	float: left;
	min-width: 120px;
	border-right: 1px solid #FFF;
}
ul.main li .drop div:last-of-type{
	border-right: none;	
}
ul.main li:hover .drop, ul.main li.onhover .drop
{
    left: -80px;/*Use this property to change offset of the dropdown*/
}
ul.main li:hover .dropToLeft, ul.main li.onhover .dropToLeft
{
    left: auto;
    right: -1px;
}
ul.main li:hover .dropToLeft2, ul.main li.onhover .dropToLeft2
{
    left: auto;
    right: -60px;
}
/* get the content styled */
/* first - homepage slider */

#home-image-wrap {
    background: none repeat scroll 0 0 #fefefe;
    height: 467px;
    margin: 97px 0px 0px;
    width: 100%;
}


#main-content{
	margin: 97px 0px 0px;
	background: none repeat scroll 0 0 #FEFEFE;
	overflow: hidden;
	min-height: 378px;
	height: auto;
	padding-top: 35px;
	width: 100%;
}
.bx-wrapper{
	width:940px;	
}
#main-content .wrap{
	width: 960px; 
	padding: 0px 10;
	margin: 0px auto;
}
#main-content .wrap h1{
	color: #F66B11;
    font-family: 'Oswald', sans-serif;
	font-weight: 700;
    font-size: 30px;
    padding-bottom: 20px;
}
#main-content .wrap .div_75{
	background: none repeat scroll 0 0 transparent;
    float: left;
    min-height: 300px;
    padding: 0 43px 40px 40px;
    width: 577px;	
}
#main-content .wrap .div_75 h2.tagline{
	font-family: 'Oswald', Helvetica, Tahoma, sans-serif;
	font-weight: 400;	
	letter-spacing: .23em;
	line-height: 1.23em;
	margin-bottom: 15px;
}
#main-content .wrap .div_75 h4{
	font-family: Verdana, Tahoma, sans-serif;
	font-weight: 700;	
	letter-spacing: .23em;
	line-height: 1.23em;
	margin-bottom: 15px;
}
#main-content .wrap p{
	color: #000000;
    font-family: Helvetica,Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: justify;
}
#main-content .wrap .div_25{
	background: none repeat scroll 0 0 transparent;
    float: left;
    overflow: hidden;
    padding: 44px 4px 0 0;
    width: 256px;	
}
#main-content .wrap .div_25 h6{
	color: #F66B11;
	font-family: "Oswald", Tahoma, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: .23em;
	line-height: 1.2em;
}
#main-content .wrap .div_25 p{
	font-family: Helvetica,Arial,sans-serif;
    font-size: .9em;
    line-height: 16px;
    margin-bottom: 0;
}
#index-main-content{
	margin: 0px 0px px;
	background: none repeat scroll 0 0 #FEFEFE;
	overflow: hidden;
	min-height: 50px;
	height: auto;
	padding-top: 35px;
	width: 100%;
}
#index-main-content .wrap{
	width: 960px; 
	padding: 0px 10px 0px 10px;
	margin: 0px auto;
	color: #F66B11;
}
#index-main-content .wrap p{
	width: 360px;	
	margin: 0px 0px 25px 0px;
	text-align: justify;
}
#index-main-content .wrap h2{
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
}
.our-philosophy{
	background: #FEFEFE url(/images/pyramid_large.jpg) center 125px no-repeat scroll !important;	
	min-height: 575px !important;
}
/* footer - out */
#footer{
	background: url("/images/footer_bg_slice_1.png") repeat-x scroll center top #0E171F;
    clear: both;
    display: block;
    min-height: 325px;
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 100;
	color: #FEFEFE;
}
#footer-awesome{
	background: url("/images/footer_awesome.png") no-repeat scroll right top transparent;
	width: 687px;
	height: 98px;
	position: absolute;
	top:-98px;
	right: 0px;
}
#footer .content{
	background: none repeat scroll 0 0 transparent;
    height: auto;
    margin: 0 auto;
    padding: 0 10px;
    width: 960px;	
}

#footer .content ul{
	list-style: none outside none;
    margin-left: 0;
}

#footer .content ul li{
	float: left;
    height: 116px;
    padding: 0 20px 0 45px;
    position: relative;
    width: 182px;
	border-left: 1px solid #CCC;
	margin: 24px 0px;
}	
#footer .content ul li div{
	margin-top: 8px;
	padding: 0 20px 0 10px;
    width: 165px;
}
#footer .content ul li:first-of-type{
	border-left:none;	
}
#footer .content ul li div p{
	font-family: Helvetica,Arial,sans-serif;
    font-size: .9em;
    line-height: 16px;
    margin-bottom: 0;	
}
#footer .content ul li div p a{
	text-decoration: underline;
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: .9em;
}
#footer .content ul li div h6{
	font-size: 1.1em;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #FF5D06;
}
#footer .content ul li div h5{
	font-size: 1.1em;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #FF9900;
}