body {
	background: #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	overflow:auto;

}
h1, h2, h3 { text-align:left;
padding-left:0.5%;
color:#ff6a23;
}
p { padding:2%;
color:#878e63;
}
img { text-align:center;
max-width:100%;
height:auto;
width:auto;
}
#wrapper { 
margin: 0 auto;
max-width:1020%;
width:98%;
background:#fefbe8;
border:1px solid #878e6e;
border-radius:2px;
box-shadow:0 0 10px 0px rgba(12, 3, 25, 0.8);
}

#callout { width:100%;
height:auto;
background:#ff6a23;
overflow:hidden;
}
#callout p { text-align:right;
font-size:13px;
padding:0.1% 2% 0 0;
color:#f1f0d1;
}

#callout p a {
	color:#f1f0d1;
	text-decoration:none;

}
header {
	
	min-height:125px;
	background-image:url(bg_banner.jpg);
	background-repeat:no-repeat;
	background-position:right;
	/*background-image:url(../images/biz-p.jpg);
	background-repeat:no-repeat;*/
}

.logo { float:left; margin-left:80px; margin-top:10px;}
.stillbanner { float:left;}


nav ul { 
list-style:none;
margin:0;
padding-left:250px;

}

nav ul li { 
float:left;
border:1px solid #ff6a23;
width:15%;
}

nav ul li a { 
background:#fc5200;
display:block;
padding:5px 12px; 
font-weight:bold;
font-size:18px;
color:#fff;
text-decoration:none;
text-align:center;
}

nav ul li a:hover, nav ul li .active a {
	
	background:#ff6a23;
	color:#333;
	
}
.banner img {
	width:100%;
	border-top:1px solid #878e63;
	border-bottom:1px solid #878e63;
}

.clearfix { clear:both;}

.left-col {
	width:55%;
	float:left;
	margin:-2% 1% 1% 1%;
}

.left-colhead { font-size:18px; padding-bottom:10px; color:#666;}

.sidebar { width:40%;
float:right;
margin:1%;
text-align:center;
}

.sidebar2 { width:60%;
float:right;
margin:1%;
text-align:center;
}
.keynote { float:left;
margin:0 auto;
width:100%;
height:auto;
padding:2%;


}

.ourserv {font-size:18px; width:60%; border-bottom:1px #333 solid; text-align:left; display:block;}
.ourservin {width:60%; border-bottom:1px #333 dotted; text-align:left; line-height:1.9em;}
.ourservin:hover { background:#ff6a23; color:white;}
.ourservin a { text-decoration:none; color:#666;}
.ourservin a:hover { color:white;}

#contdetails a { color:#666; text-decoration:none;}
#contdetails a:hover { color:#ff6a23;}

.section { width:29%;
float:left;
margin:2% 2%;
text-align:center;
}

footer { 
background:#ff6a23;
width:100%;
overflow:hidden;
}

footer p, footer h3 { 
color:#f1f0d1;
}

footer p a { 
color:#f1f0d1; 
text-decoration:none;
}

ul { 
list-style-type:none; 
margin:0;
padding:0;
}

li { display:inline;
}

ul li img { height:50px;}

.handle {
	width:100%;
	background:#f58d5a;
	text-align:left;
	box-sizing:border-box;
	padding:15px 10px;
	cursor:pointer;
	color:white;
	display:none;
	
}


/*------------Media!!!----------*/
@media screen and (max-width: 478px) {
	body { 
		font-size:13px;
	}
}

@media screen and (max-width: 740px) {
	nav { 
			width:100%; 
			margin-bottom:10px;
		}
		
	nav ul { 
		list-style:none;
		margin:0 auto;
		padding-left: 0;
		
	}

	nav ul li { text-align:center; margin-left:0 auto;
	width:100%; 
	border-top:1px solid #878e63;
	border-right:0px solid #878e63;
	border-bottom:1px solid #878e63;
	border-left:px solid #878e63;
	}

	nav ul li a {
		padding:8px; 0;
		font-size:16px;
		}
		
		.left-col { 
			width:100%; 
			}
		.sidebar {
			width:100%;
			}
		.section {
			width:100%;
			float:left;
			margin:0;
			}
	
}








