@charset "utf-8";
/* CSS Document */

img, a {
	border-style:none;
	outline:none;
	list-style:none;
	text-decoration:none	
}

body {
	background-color:#707385;
	font-family:"Century Gothic";
	color:#efeffa;
}

li, ul{
	margin:0px;
	padding:0px;
}

p {
	color:#efeffa;
	font:16px Arial;
}

.clear {
	clear:both;
}

#mBody {
	width:930px;
	margin:20px auto;
	border:thin solid #efeffa;
}

#headerCont {
	width:800px;
	margin:0 auto;
	text-align:center;
}

#header {
	font-size:40px;
	letter-spacing:20px;
	font-weight:bold;
}

#mImg {
	margin:10px;
}

#subHeadCont {
	width:750px;
	margin:0 auto;
	text-align:center;
}

.subHead {
	font:bold 20px Arial;
	float:left;	
	letter-spacing:7px;
}

.circle {
	float:left;
	margin:10px 40px;
}	

#firstLayer {
	margin:5px 10px;
	padding:10px 0px;
	border-top:thin solid #efeffa;
	border-bottom:thin solid #efeffa;
}

#firstLeft {
	float:left;
	width:540px;
	font:16px arial
}

#liCont {
	margin:10px 10px;
}

#liLeft {
	float:left;
	margin:0 0 0 20px;
}

#liRight {
	float:right;
	margin:0 0 0 -20px;
}

#firstRight {
	float:right;
	width:350px;
}

#secondLayer {
}

#secondLeft {
	float:left;
	width:430px;
	padding:20px 0 0 0;
	margin:0 10px;
}

#secondRight {
	float:left;
	width:440px;	
	padding:20px 0 40px 10px;
	margin:0 10px;
	border-left:thin solid #efeffa;
}

#thirdLayer {
	margin:5px 10px;
	border-top:thin solid #efeffa;
	border-bottom:thin solid #efeffa;
	text-align:center;
}

p.headers {
	font-weight:bold;
}

#forthLayer {
	width:600px;
	margin:0 auto;
	text-align:center;
	padding:10px 0;
}

#contactNames {		
}

p#pMarginTop {
	margin:60px 0 0 0;	
}

span.secondName {
	margin:0 0 0 60px;	
}

#emailCont {
	margin:10px 0;		
}

#emailID {
	float:left;	
}

#emailImg {
	float:left;
	margin:3px 0 0 8px;
}

#emailImg a {
	text-decoration:underline
}

span.headerNoBold {
	font-weight:normal;
	color:#efeffa;
	font:16px Arial;
}	
