@import "default.css";

/**
 * IDS 
 ****************************/
#container {
	position: relative;
	width: 893px;
	height: 642px;
	margin: 43px auto auto;
}
#leaders {
	height: 466px;
	width: 392px;
	position: absolute;
	left: 416px;
	top: 231px;
}


#cnt {
	position: absolute;
	top: 0;
	right: 0;
	width: 624px;
	height: 286px;
}

#logo {
	margin: 309px 0 0 16px;
	border: none;
}

#menu {
	margin: 16px 0 0 50px;
}

#menu li {
	margin-top: 5px;
}


/* gallery styles */
#images { 
	position: absolute; left: 75px; top: 80px;
	width: 474px; height: 110px;
	overflow: hidden;
}
.arrowLeft  { position: absolute; left: 15px; top: 85px; z-index: 100; }
.arrowRight { position: absolute; right: 15px; top: 85px; z-index: 100;  }

/**
 * CLASSES 
 ****************************/
.info {
	position: absolute; left: 9px; top: 8px;
	width: 506px; height: 234px; 
	padding: 35px 40px 0 60px;
	/* padding: 35px 60px;
	margin: 8px 10px; */
	background: white; color: black;
	font-size: 160%; 
}
#agency {
	position: absolute;
	top: 150px;
	left: 60px;
	height: 105px;
	width: 313px;
	z-index: 1000;
}

.about {
	padding-top: 8px;
	height: 241px;
	/* see font size at end of css file */
}
.about a {
	color: #3381C9;
}


.contact #menublock .decor {
	position: absolute;
	top: 42px;
	left: 278px;
	width: 35px;
	height: 235px;
	background: #bffc3f;
	z-index: 10;
	display: none;
}



/**
 * TAGS 
 ****************************/
 
html { background: none; }
body {
	background: #FFF url(../img/siteBg-2012.jpg) no-repeat center top;
	color: white;
}

p { margin-bottom: 12px; font-size: 15px; font-weight: bold; }

.about p, .about{
	font-size: 14px !important;
}
