@charset "UTF-8";

/* Layout (global rules for all sizes) */

body { margin: 0px; padding: 0px; }


header a.logo { display: block; position: absolute; background-position: 0px 0px; background-repeat: no-repeat; }
nav {
	width: 100%;
	display: block;
	position: absolute;
	background-color: #003300;
}

/* Layout Large Screens (default for older browsers) */

header { height: 275px; background: url("../images/Voc_BannerLarge.gif") no-repeat right 0px; background-size: 980px 275px; }
header a.logo {
	width: 150px;
	height: 85px;
	top: 66px;
	right: 586px;
	background-image: url(../images/logo_large.png);
	background-size: 150px 85px;
}

article { padding: 60px 10px 10px 10px; }

.promo_container { padding: 0px 0px 15px 20px; }
.promo_container .promo { width: 33%; float: left; background-position: 0px 3px; }
.promo_container .promo .content { padding: 10px 0px  0px 70px; }

#clientContainer{
	width:250px;
	height:250px;
	position:relative;
border-radius:50%
margin-top:25px;
top: 73.869px;
padding:50%;

}



#image{
	position: absolute;
	left:0;
	top:0;
}


#text {
	z-index: 100;
	position: absolute;
	color: #000;
	font-size: 1em;
	line-height:1;
	font-weight: bold;
	left: 52px;
	top: 66px;
	width: 141px;
	height: 99px;
}





/*.clientContainer .clientNote p {
  font-size: 13.335px;
  font-family: "Avenir LT Std";
  color: rgb(9, 7, 0);
  line-height: 1.2;
  text-align: left;
  position: relative;
  left: 43.938px;
  top: 73.869px;
  width: 150px;
  height: 62px;
  z-index: 8;
}*/

/*.clientContainer clientName h4 {
  font-size: 14.668px;
  font-family: "Avenir LT Std";
  color: rgb(255, 254, 251);
  line-height: 1.2;
  text-align: center;
  position: absolute;
  left: 77.179px;
  top: 192.762px;
  width: 114px;
  height: 15px;
  z-index: 9;
}*/


nav { top: 275px; }
nav a { margin: 12px 0px 12px 5px;
padding-left: 30px;
padding-right: 10px;
padding-top: 5px;
padding-bottom:2px;
border: 2px solid #C19C47;
background:url(../images/buttonStar.png) no-repeat left center;
-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;

 }


@media screen and (max-width: 990px) {
	footer { padding-left: 20px; }
}


@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx)
{

	header a.logo { background-image: url(../images/logo_large_2x.png); }
	header { background-image: url(../images/Voc_BannerLarge.gif); }

}
