body{
	width:100%;
	margin:0px;
	padding:0px;
	top:0;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #ea7125;
	background-repeat: repeat-x;
	background-image: url(../images/Blueblendbotwhite.png);
}
h1, h2, h5, h6  {
	font-family: 'Roboto', Arial, sans-serif;
	padding:0px;
	margin:0px;
	color: #ea7125;
}

h1,h2{
	font-size:20pt;
}

p{
	font-family: 'Roboto', Arial, sans-serif;
	font-size:12pt;
}

/**********************************************/
/************** Header Section ****************/
/**********************************************/

#header{
	width:100%;
	float:left;
	background-color: #ffffff;
	background-repeat: repeat-x;
	padding-bottom:30px;
}

#header_small{
	max-width:1000px;
	float:none;
	margin:32px auto 0px auto;
}

#logo{
	width:auto;
	float:left;
	height:150px;
	margin-bottom: 0px;
	margin-top: 0px;
}

/**********************************************/
/************ Navigation Section **************/
/**********************************************/

#navigation{
	background-color:#ffffff;
	width:100%;
	float:left;
	box-shadow:0px 1px 5px #d0cfcf;
	
}
.pcc {
	background-position: left;
	width: 140px;
}
.logo {
	background-image: none;
	margin-top: 10px;
	margin-right: 10px;
	width: 300px;
}

#navigation_wrap{
	max-width:1000px;
	float:none;
	margin:0px auto 0px auto;
}

#navi select{
	display:none;
	width:300px;
	font-family: 'Roboto', Arial, sans-serif;
	font-size:11pt;
	font-weight:normal;
	text-decoration:none;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#navi{
	width:700px;
	float:right;
}

#navi ul{
	width:auto;
	padding:0px;
	margin:0px;
	float: right;
}

#navi ul li{
	display:inline-block;
	list-style-type: none;
	position:relative;
	text-align: center;
	float: left;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}



#navi ul li a, #navi ul li a:visited{
	font-family: 'Roboto', Arial, sans-serif;
	color: #0096db;
	font-size:11pt;
	font-weight:normal;
	text-decoration:none;
}

#navi ul li a:hover{
	font-family: 'Roboto', Arial, sans-serif;
	color: #da600a;
	font-size:11pt;
	font-weight:normal;
	text-decoration:none;
}

#navi ul li ul{
	width:auto;
	position:absolute;
	display: none;
	z-index: 2000;
}

#navi ul li ul li{
	width:600px;
	text-align: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#navi ul li ul li ul{
	width:auto;
	position:absolute;
	display: none;
	left: 100% !important;
	padding:0px !important;
	margin:0px !important;
}



#conteactinfo{
	width:350px;
	float:right;
	font-family: 'Roboto', Arial, sans-serif;
	color: #0096db;
	font-size:18pt;
	font-weight:bold;
	text-decoration:none;
	padding-top:2px;
	margin-top: 55px;
}
/**********************************************/
/************** Slider Section ****************/
/**********************************************/

.slideshow{
	max-width:100%;
	float:none;
	margin:0px auto 0px auto;
	min-height:350px;
	background-color:white;
	border: 1px solid #d5d5d5;
}
.cycle {
	position:relative;
	height:350px;
}
.cycle img {
	max-width:100%;
	position:absolute;
	top:0px;
	left:0px;
}

/**********************************************/
/*************** Main Section *****************/
/**********************************************/

#main{
	width:100%;
	float:left;
	min-height:100px;
	margin-top:0px;
}

#main-wrap{
	max-width:1000px;
	float:none;
	margin:0px auto;
}

/**********************************************/
/*************** Boxes Section ****************/
/**********************************************/


/* full width*/
.boxes-full{
	background-color:white;
	width:90%;
	height:auto;
	float:left;
	margin:15px 0px;
	border:1px solid #d5d5d5;
	text-align:center;
	position:relative;
}

.boxes-full h1{
	text-align:center;
	padding:0px;
	margin:0px;
}

/* half width*/
.boxes-half{
	background-color:white;
	width:38%;
	height:auto;
	float:right;
	border:2px solid #ea7125;
	text-align:center;
	position:relative;
	margin-top: 40px;
	margin-right: 3%;
	margin-bottom: 5px;
	margin-left: 3%;
	background-image: url(../images/Blueblendtopwhite.png);
	background-repeat: repeat-x;
}
a {
	font-size: 12px;
	color: #ea7125;
}
.textlinkorange {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 12pt;
	color: #ea7125;
	text-decoration: none;
}

/* 3rd width*/
.boxes-third{
	background-color:white;
	width:31.1%;
	height:100%;
	float:left;
	margin:15px 1%;
	border:1px solid #d5d5d5;
	text-align:center;
	position:relative;
}

.boxes-padding{
	width:94%;
	height:100% !important;
	padding:3%;
}


.fullpadding{
	padding:1%;
	width:98%;
}

.box-arrow{
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	margin-left: -16px;
	position: absolute;
	left: 50%;
	bottom: -17px;
	display:block;
	width:32px;
	height:18px;
}

.boxes-first{
	margin-left:0%;
	margin-right:2%;
}

.boxes-last{
	margin-right:0%;
	margin-left:2%;
}


/* Featured Section*/
.bti{
	width:100%;
	float:left;
	cursor:pointer;
}

.featured-images{
	width:30%;
	height:30%;
	float:left;
}

.featured-titles{
	padding-top:4px;
	font-family:'Roboto', Arial, sans-serif;
	color:#ea7125;
	font-size:16pt;
	text-align:center;
	line-height: 20px;
	text-decoration: none;
}

.featured-text{
	width:100%;
	float:left;
	text-align:center;
	font-family:'Roboto', Arial, sans-serif;
	color:#777777;
	font-size:14pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

/**********************************************/
/************** Footer Section ****************/
/**********************************************/

#footer{
	width:100%;
	float:left;
	background-image: url(../images/Grayblendtopbot3.png);
	min-height:380px;
	margin-top:20px;
	background-repeat: repeat-x;
}

#footertop{
	width:100%;
	float:left;
	background-image: url(../images/footer-top.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#footerbottom{
	background-color:white;
	width:100%;
	box-shadow:0px -1px 5px #d0cfcf;
	margin-top:25px;
	min-height:50px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index:3000;
}

#copyright{
	width:100%;
	float:left;
	font-family: 'Roboto', Arial, sans-serif;
	font-size:9pt;
	color:#7e7e7e;
	padding-top:16px;
}

#copyright a, #copyright a:visited,#copyright a:hover{
	font-family: 'Roboto', Arial, sans-serif;
	font-size:9pt;
	color:#0096db;
}

.footerwrap{
	max-width:1000px;
	float:none;
	margin:0px auto 0px auto;
}

/**********************************************/
/*************** Misc Section *****************/
/**********************************************/

.titles{
	background-color:white;
	max-width:960px;
	height:auto;
	float:none;
	margin:80px auto 28px auto;
	border:1px solid #d5d5d5;
	padding:10px 20px;
	text-align:center;
	position: relative;
}

.titlesnormal{
	background-color:white;
	max-width:960px;
	height:auto;
	float:none;
	margin:0px auto 28px auto;
	border:1px solid #d5d5d5;
	padding:10px 20px;
	text-align:center;
	position: relative;
}

.titles span{
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	margin-left: -16px;
	position: absolute;
	left: 50%;
	bottom: -17px;
	display:block;
	width:32px;
	height:18px;
}

.titlesnormal span{
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	margin-left: -16px;
	position: absolute;
	left: 50%;
	bottom: -17px;
	display:block;
	width:32px;
	height:18px;
}


#useful_links{
	width:30%;
	float:left;
	padding-right:1%;
	padding-left:2%;
	margin-top:20px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: white;
}

#usefultitle{
	width:80%;
	float:left;
	background-repeat: no-repeat;
	background-position: left 7px;
	text-align:left;
	font-family: 'Roboto', Arial, sans-serif;
	color:#0096db;
	font-size:20pt;
	border-bottom:1px solid #ea7125;
	padding-top: 2%;
	padding-right: 0%;
	padding-bottom: 4%;
	padding-left: 2%;
}

#usefulbody{
	width:80%;
	float:left;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 12px;
	color: #777777;
}

#usefulbody ul{
	width:100%;
	float:left;
	padding:0px;
	margin:0px;
}

#usefulbody ul li{
	display:block;
	float:left;
	list-style-type: none;
	width:100%;
}

#usefulbody ul li:first-child{
	padding-top:20px;
	display:block;
	float:left;
	list-style-type: none;
	border-top:1px solid white;
}

#usefulbody ul li a, #usefulbody ul li a:visited{
	padding:4px 8px 4px 18px;
	margin:0px;
	list-style-type: none;
	background-image: url(../images/cross.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	text-decoration:none;
	font-family: 'Roboto', Arial, sans-serif;
	font-size:12pt;
	color:#7e7e7e;
}

#usefulbody ul li a:hover{
	padding:4px 8px 4px 18px;
	margin:0px;
	list-style-type: none;
	background-image: url(../images/cross-hover.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	font-family: 'Roboto', Arial, sans-serif;
	font-size:12pt;
	color:#d25809;
	text-decoration:none;
}

#latest-testimonial{
	width:30%;
	float:left;
	padding-left:2%;
	margin-top:20px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: white;
}

#testimonialtitle{
	width:80%;
	float:left;
	background-repeat: no-repeat;
	background-position: left 10px;
	text-align:left;
	font-family: 'Roboto', Arial, sans-serif;
	color:#0096db;
	font-size:20pt;
	padding-top: 2%;
	padding-right: 0%;
	padding-bottom: 4%;
	padding-left: 1%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ea7125;
}

#testimonialbody{
	width:80%;
	padding:3%;
	float:left;
	position:relative;
	color: #777777;
	font-size: 14px;
	text-decoration: none;
}

#testimonialbody h6{
	color:white;
	font-size:16pt;
}

#testimonialbody p{
	color:white;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-right: 3px;
}

#testimonialbody .speachlower{
	width:46px;
	height:25px;
	position:absolute;
	background-image: url(../images/speach-lower.png);
	background-repeat: no-repeat;
	bottom:-25px;
	right:0px;
}


.clear{
	clear:both !important;
}


/**********************************************/
/************* Splits Section *****************/
/**********************************************/

.splitnone{
	width:100%;
	float:left;
	text-align:left;
	color:#999;
	padding:10px 0px;
}

.split2{
	width:46%;
	padding:15px 2% 10px 2%;
	float:left;
	text-align:left;
	color:#7E7E7E;
}

.split3{
	width:30.1%;
	padding:10px 2% 10px 1%;
	float:left;
	text-align:left;
	color:#777777;
}

.split3a{
	width:30.1%;
	float:left;
	text-align:left;
	color:#777777;

	padding-top: 30px;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 1%;
}

.split23{
	width:61%;
	padding:10px 3% 10px 2%;
	float:left;
	text-align:left;
	color:#7E7E7E;
}


.split4{
	width:21%;
	padding:10px 2% 10px 2%;
	float:left;
	text-align:left;
	color:#7E7E7E;
}

.leftsection{
	width:63%;
	padding:10px 3% 10px 0%;
	float:left;
	text-align:left;
	color:#7E7E7E;
}

.leftsectionalt{
	float:right !important;
	padding:10px 0% 10px 3%;
}

.rightsection{
	width:33%;
	padding:30px 0%;
	float:right;
	text-align:left;
	color:#7E7E7E;
}

.rightsectionalt{
	float:left !important;
}


/**********************************************/
/************* Contact Section ****************/
/**********************************************/

.contactdetails{
	width:90%;
	float:none;
	margin:5px auto 5px auto;
}

.contactdetails p{
	padding:0px 0px 13px 10px;
	margin:0px;
	font-size:12pt;
}

.contacttitle{
	width:100%;
	float:left;
	border-bottom:1px solid #d5d5d5;
	padding:10px 0px;
	text-align:left;
}

.contacttitle h2{
	padding-left:20px;
	color:#ea7125;
	font-size:16pt;
}

.contacttextarea{
	width:60%;
	float:left;
	padding: 10px 1% 10px 0px;
}

.contacttextarea fieldset{
	padding:0px;
	margin:0px;
	border:0px;
}

textarea.contacttextarea{
	width:96%;
	padding:2%;
	border:1px solid #d5d5d5;
	min-height:180px;
	color: #939393;
	font-size:12pt;
	font-family: 'Roboto', Arial, sans-serif;
}

.contacttextform{
	width:92%;
	padding:6px 4% 6px 4%;
	border:1px solid #d5d5d5;
	color: #939393;
	font-size:12pt;
	font-family: 'Roboto', Arial, sans-serif;
	margin-bottom:3px;
}

.contactformbutton{
	background-color:#ea7125;
	padding: 9px 18px;
	font-family: 'Roboto', Arial, sans-serif;
	font-size:14pt;
	float:right;
	border:0px;
	color:white;
}

.contactformbutton:hover{
	background-color:#cbcaca;
	padding: 9px 18px;
	font-family: 'Roboto', Arial, sans-serif;
	font-size:14pt;
	float:right;
	border:0px;
	color:white;
}

.contacttextboxes{
	width:36%;
	float:right;
	padding: 10px 1% 10px 0px;
	color: #d5d5d5;
}

.contacttextboxes fieldset{
	padding:0px 0px 15px 0px;
	margin:0px;
	border:0px;
}

#map_canvas{
	width:96%;
	margin:2%;
	float:left;
	height:165px;
	background-color:#CCC;
}

#googlecontent{
	width:40%;
	height:30px;
}

#contactwarning{
	width:90%;
	display:none;
	padding: 20px 0px;
	margin:30px auto 0px auto;
	color:#ea7125;
	font-weight:bold;
}

#contactajax{
	width:90%;
	display:none;
	border:1px solid #777777;
	background-color:#eeeeee;
	padding:5px 15px 5px 45px;
	margin:55px auto 10px auto;
	color:#ea7125;
	font-family:sans-serif;
	font-weight:bold;
	font-size:11pt;
	background-position: 10px 12px;
	border-radius:3px;
	box-shadow:0px 1px 5px #999;
	background-repeat: no-repeat;
	text-align:left;
}

.boxes-half2 {
	background-color:white;
	width:47%;
	height:auto;
	border:1px solid #ea7125;
	text-align:center;
	position:relative;
	margin-top: 40px;
	margin-right: 1%;
	margin-bottom: 15px;
	margin-left: 1%;
	float: right;
}
#mid-wrap {
	max-width:1000px;
	float:none;
	margin:0px auto;
}
.text-link {
	width:100%;
	float:left;
	text-align:center;
	font-family:'Roboto', Arial, sans-serif;
	color:#ea7125;
	font-size:10pt;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-decoration: none;
}
.boxes-2third {
	background-color:white;
	width:61%;
	height:auto;
	float:left;
	border:4px solid #ffffff;
	text-align:center;
	position:relative;
	margin-top: 15px;
	margin-right: 1%;
	margin-bottom: 15px;
	margin-left: 1%;
}

h4 {
	font-family: 'Allura', cursive;
	;
	color: #0096db;
	font-size: 30px;
	line-height: 38px;
	text-align: left;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 2px;
	padding-top: 150px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	text-decoration: none;
}
.hometext {
	font-family: 'Roboto', Arial, sans-serif;
	font-size:18pt;
}
.bluelinks {
	font-family: 'Roboto', Arial, sans-serif;
	color: #0096db;
	font-size: 16px;
}
.orange {
	color: #ea7125;
}
.CTA {
	text-align: center;
	padding-top: 0px;
	padding-left: 6px;
}
h5 {
	font-family: 'Allura', cursive;
	color: #0096db;
	font-size: 25px;
	line-height: 38px;
	text-align: left;
	margin-top: 160px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 2px;
	padding-top: 150px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
	font-weight: normal;
	text-decoration: none;
}
.quotemark_blue {
	font-family: "Times New Roman";
	color: #0096db;
	font-size: 30px;
	vertical-align: middle;
}
.quotemark_gray {
	font-family: "Times New Roman", Times, serif;
	color: #777777;
	font-size: 42px;
	vertical-align: text-top;
}
.quotemark_orange {
	font-family: "Times New Roman";
	color: #ea7125;
	font-size: 30px;
	vertical-align: middle;
}
.testtextsmall {
	font-size: 12px;
}
.contacttitle p {
	padding-left:20px;
	color:#777777;
	font-size:12pt;
	margin-top: 0px;
	padding-top: 0px;
}
.testtextcallout {
	font-size: 14px;
	padding-left: 50px;
}
.angielist {
	text-align: center;
	padding-top: 0px;
	float: right;
	margin-top: 0px;
}
h3 {
	font-family: 'Roboto', Arial, sans-serif;
	padding:0px;
	margin:0px;
	color: #777777;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
}
h6 {
	font-family: 'Roboto', Arial, sans-serif;
	padding:0px;
	margin:0px;
	color: #ea7125;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}
