@font-face {
	font-family: "Whitney HTF";
	src: url("../fonts/WhitneyHTF.otf") format("opentype");
}

@font-face {
	font-family: "Whitney HTF";
	font-weight: bold;
	src: url("../fonts/WhitnHTFBol.otf") format("opentype");
}

body {
	margin-top: -15px;
	background-image: url(../images/gc_bg.gif);
}

nav {
	margin: 0px auto;
	margin-top: -15px;
	
	width: 820px;
	padding: 35px 0px 20px 0px;
	text-align: center;
	color: white;
	
	border-radius: 15px;
	border: 1px solid #4a3472;
	
	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #3a2663 0%, #201340 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #3a2663 0%, #201340 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #3a2663 0%, #201340 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a2663), color-stop(1, #201340));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #3a2663 0%, #201340 100%);
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #3a2663 0%, #201340 100%);
}

span.nav_item {
	display: inline-block;
	padding: 0px 26px;
	
	text-align: center;
	color: white;
	font-family: Whitney HTF, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

span.nav_item a:link {
	text-decoration: none;
	color: white;
}

span.nav_item a:visited {
	text-decoration: none;
	color: white;
}

span.nav_item a:active {
	text-decoration: none;
	color: white;
}

span.nav_item a:hover {
	text-decoration: underline;
	color: white;
}

div.container{
	width: 820px;
	margin: 0px auto;
	background: url(../images/gc_header.png) no-repeat center top;
}

span.client {
	border: 0px solid black;
	width: 110px;
	font-size: 12px;
	top: 0px;
	display: inline-block;
	vertical-align: top;
}

span.client img {
	border: 2px solid #d2d1d3;
	margin-bottom: 4px;
}

#mission {
	color: #311e5a;
	width: 245px;
	padding: 25px 15px 15px 15px;
	
	font: 14px sans-serif;
	line-height: 140%;
	
	float: right;
	border: 2px solid #008886;
	-moz-box-shadow: 0 2px 5px black;
	-webkit-box-shadow: 0 2px 5px black;
	box-shadow: 0 2px 5px black;
	
	background: url(../images/bg_fade.gif) repeat-x 0 top white;
}

#mission h2 {
	color: #008886;
	padding-top: 0px;
	margin-top: 0px;
	font: normal 24px Whitney HTF, sans-serif;
}

#quality {
	color: #311e5a;
	width: 490px;
	padding: 25px 15px 15px 15px;
	
	font: 14px sans-serif;
	line-height: 140%;
	
	border: 2px solid #327fbc;
	-moz-box-shadow: 0 2px 5px black;
	-webkit-box-shadow: 0 2px 5px black;
	box-shadow: 0 2px 5px black;
	
	background: url(../images/bg_fade.gif) repeat-x 0 top white;
}

#quality3 {
	color: #311e5a;
	width: 820px;
	padding: 25px 15px 15px 15px;
	
	font: 14px sans-serif;
	line-height: 140%;
	
	border: 2px solid #327fbc;
	-moz-box-shadow: 0 2px 5px black;
	-webkit-box-shadow: 0 2px 5px black;
	box-shadow: 0 2px 5px black;
	
	background: url(../images/bg_fade.gif) repeat-x 0 top white;
	
}

#quality h2 {
	color: #327fbc;
	padding-top: 0px;
	margin-top: 0px;
	font: bold 24px Whitney HTF, sans-serif;
}

img.shadow {
	-moz-box-shadow: 0 1px 4px #666;
	-webkit-box-shadow: 0 1px 4px #666;
	box-shadow: 0 1px 4px #666;
	border: 2px solid white;
}

span.Whitney {
	font-family: Whitney HTF, sans-serif;
}

a:link { text-decoration: none;
	color: #327fbc;
	font-weight: bold;
}
a:visited { text-decoration: none;
	color: #327fbc;
	font-weight: bold;
}
a:active { text-decoration: none;
	color: #008886;
	font-weight: bold;
}
a:hover { text-decoration: underline;
	color: #008886;
	font-weight: bold;
}