@charset "utf-8";
/* index.html specific rules */

/* each file should override this rule */
#header {
	height: 341px;
	background: url(../images/key_personnel_all_header_bg.jpg) top right no-repeat;
}

#header_addy {
	position: relative;
	top: 40px;
}

#logo {
	position: relative;
	top: 60px;
}

a { color: #000; text-decoration:none; cursor:pointer; }
a:hover { color: #fff; }

#copy {
	margin: 0 auto;
	width: 100%;
	text-align:justify;
}

.p_left {
	width: 210px;
	height: 100px;
	float:left;
	margin: 0 20px 10px 0;
	overflow:hidden
}

.p_left p {
	margin: 0;
	padding:0;
}

.text {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 60px;
	text-align:center;
}

.text p { 
	margin:0;
	padding: 10px 0 0 0;
}

.subtext { font-size:12px; }

.one { background-color:#648ba8; }
.two { background-color:#789db8; }
.three { background-color:#91b0c5; }
.four { background-color:#a9c3d4; }

.emailLink { color: #000; }
.emailLink:hover { color: #000; }