@charset "UTF-8";
/* CSS Document */


html, body {
	height:100%;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	background-position:top center;
	margin:0;
	padding:0;
	font-size:16px;
	font-family:"museo-slab",serif;
	color:#fff;
}
img {
	border:0;
	background:none;
}
img a {
	border:0;
	background:none;
}
p {
	font-size:16px;
	line-height:19px;
	font-family:"museo-slab",serif;
	color:#fff;
}
a {
	font-family:"museo-slab",serif;
	text-decoration:none;
	color:#ffda6e;
}
a:hover {
	font-family:"museo-slab",serif;
	text-decoration:none;
	color:#fff;
}
h1{
	font-size:45px;
	font-weight:300;
	line-height:40px;
	font-family:"museo-slab",serif;
	color:#ffda6e;
}
h2{
	font-size:30px;
	font-weight:500;
	line-height:26px;
	font-family:"museo-slab",serif;
	color:#ffda6e;
}
h3{
	font-size:20px;
	font-weight:500;
	line-height:18px;
	font-family:"museo-slab",serif;
	color:#ffda6e;
	margin-bottom:5px;
}
h4{
	font-size:18px;
	font-weight:100;
	line-height:18px;
	font-family:"museo-slab",serif;
	color:#FFFFFF;
	text-transform:uppercase;
	text-shadow: -1px 1px 1px #65a7d7;
    filter: dropshadow(color=#65a7d7, offx=-1, offy=1);
	text-align:center;
}



#all{
	margin:0 auto;
	width:900px;
	height:auto;	
}

#logo{
	float:left;
	height:136px;
	width:275px;
	border-bottom:1px solid #0a283f;
}
#mainmenu{
	float:left;
	height:136px;
	width:625px;
	border-bottom:1px solid #0a283f;
}




#homeimage{
	float:left;
	width:566px;
	height:352px;
	margin-left:-15px;
	background-image:url(../images/homeimagebg.png);
	background-repeat:no-repeat;
	padding:8px 0 0 23px;
	margin-top:-1px;
}

#homesting{
	float:left;
	width:286px;
	height:340px;
	padding:0 20px;
	background-color:rgba(46,46,46,0.5);
	margin-bottom:20px;
	margin-top:-1px;
}

#homesting h1{
	font-size:37px;
}

#homesting p{
	font-weight:300;
	font-size:18px;
}


.servicebox_lg{
	float:left;
	width:160px;
	height:auto;
	padding:0 10px;
}
.servicebox_lg img{
	float:left;
	width:110px;
	padding:0 25px 20px 25px;
}
.servicebox_lg h1{
	font-size:14px;
	font-weight:500;
	line-height:14px;
	font-family:"museo-slab",serif;
	color:#ffda6e;
	text-align:center;
	text-transform:uppercase;
}
.servicebox_lg p{
	font-size:12px;
	font-weight:300;
	line-height:12px;
	font-family:"museo-slab",serif;
	color:#fff;
}

#footer{
	float:left;
	width:880px;
	height:25px;
	padding:6px;
	background-color:rgba(46,46,46,0.5);
	margin-top:30px;
}
#footsm{
	float:left;
	height:25px;
	width:auto;
}
#foottxt{
	float:right;
	height:15px;
	padding:2px 2px 8px 0;
	width:auto;
}

#servicepage_buttons{
	float:left;
	width:600px;
	height:73px;
	border-top:1px solid #416f9f;
	border-bottom:1px solid #0a283f;
}

#rightholder{
	float:right;
	width:300px;
	height:auto;
	border-top:1px solid #416f9f;
}

#servicepage_sting{
	float:left;
	width:600px;
	height:auto;
	border-top:1px solid #416f9f;
}

.servicemenu{
	float:right;
	width:260px;
	height:auto;
	padding:0 20px 20px 20px;
	background-color:rgba(46,46,46,0.5);
	margin-bottom:15px;
}

.servicemenu ul{
	padding:0;
	margin:0;
}
.servicemenu ul li{
	display:list-item;
	list-style-type: none;
	line-height:20px;
	margin:0;
	padding:0;
}
.servicemenu ul li a{
	background-image:url(../images/menu_hover_bg.png);
	background-repeat:repeat-x;
	background-position:0 0;
	color:#FFF;
	font-family:"museo-slab",serif;
	font-size:16px;
	font-weight:500;
	text-decoration:none;
	padding:0;
}
.servicemenu ul li a:hover{
	color:#ffda6e;
}

.servicemenu ul li.active a{
}



#homesting h1{
	font-size:37px;
}

#homesting p{
	font-weight:300;
	font-size:18px;
}

.hlight{
	color:#fff;
}




.serviceholder{
	float:left;
	width:900px;
	height:auto;
}


#regpage_buttons{
	float:left;
	width:900px;
	height:73px;
	border-top:1px solid #416f9f;
	border-bottom:1px solid #0a283f;
}
#regpage_sting{
	float:left;
	width:900px;
	height:auto;
	border-top:1px solid #416f9f;
}

.halfapage{
	float:left;
	width:440px;
	height:auto;
}
.halfapagesplit{
	float:left;
	width:20px;
	height:20px;
}




.mainmenu ul{
	padding:0;
	margin:0;
	float:right;
	height:136px;
	margin-top:-2px;
}
.mainmenu ul li{
	display:inline;	
	line-height:139px;
	margin:0;
	font-weight:300;
}
.mainmenu ul li a{
	background-image:url(../images/menu_hover_bg.png);
	background-repeat:repeat-x;
	background-position:0 0;
	color:#FFF;
	font-family:"museo-slab",serif;
	font-size:18px;
	font-weight:300;
	text-decoration:none;
	padding:57px 15px;
}
.mainmenu ul li a:hover{
	background-position:0 -136px;
	color:#18476b;
}

.mainmenu ul li.active a{
	background-position:0 -136px !important;
}


.push{
	clear:both;
}

.rightimage{
	float:right;
	margin:0 0 20px 6px;
	height:312px;
	width:273px;
	padding:16px 19px 32px 29px;
	background-image:url(../images/large_image_bg.png);
	background-repeat:no-repeat;
}



body#p_home a#homenav,
body#p_insight a#insightnav,
body#p_theteam a#theteamnav,
body#p_contact a#contactnav,
body#p_getstarted a#getstartednav {
background-position:0 -136px;
	color:#18476b;
}