body {
	background: #c48b1b url('images/bg.gif') repeat-x;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #013a65;
	font-family: "Trebuchet MS", Helvetica, Arial;
	}
	
.alt { display: none; }
	
html, body { text-align: center; }
	
#header {
	width: 778px;
	height: 166px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: #fffbea url('images/logo.png') left bottom no-repeat;
	position: relative;
	z-index: 200;
	}
	
#nav {
	background: url('images/navbg.png') no-repeat;
	width: 614px;
	height:43px;
	position: relative;
	left: 163px;
	top: 128px;
	}
	
#nav ul, #nav li {
	margin: 0;
	padding: 0;
	}
	
#nav li {
	display: inline;
	list-style: none;
	}
	
#nav a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	padding: 12px 10px 8px 10px;
	}
	
#nav a#n8, #nav a#n3, #nav a#n4 {
	padding: 4px 0 1px 5px;
	width: 73px;
	}
	
#nav a#n1 { width: 35px; }

#nav .menu {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display: block;
	float: none;
	padding: 0;
	margin: 0;
	position: absolute;
	background: #638fb1 url('images/menubg.gif') bottom left repeat-x;
	border-left: 1px solid #436e91;
	border-right: 1px solid #436e91;
	z-index: 100;
	}
	
#nav #aboutMenu {
	left: 60px;
	top: 40px;
	display: none;
	}
	
#nav #serviceMenu {
	top: 40px;
	left: 135px;
	display: none;
	}
	
#nav #specialtiesMenu {
	top: 40px;
	left: 215px;
	display: none;
	}

#nav #careersMenu {
	top: 40px;
	left: 380px;
	display: none;
	background: #638fb1;
	background-image: none;
	}
	
#nav .menu a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display: block;
	float: none;
	padding: 5px;
	margin: 0;
	width: 110px;
	border-bottom: 1px solid #436e91;
	}

#content {
	width: 778px;
	margin: 0 auto 0 auto;
	background: #a77c26 url('images/contenttop.gif') top left no-repeat;
	position: relative;
	top: 20px;
	display: table;
	z-index: 101;
	}
	
#welcome {
	width: 308px;
	height: 544px;
	background: #fff5d0 url('images/welcomebox.jpg') bottom no-repeat;
	position: relative;
	left: 5px;
	top: 5px;
	text-align: left;
	float: left;
	}
	
#photoBox {
	background: url('images/cowphoto.jpg') no-repeat;
	width: 455px;
	height: 265px;
	float: right;
	position: relative;
	top: 5px;
	right: 5px;
	}
	
#difference {
	width: 455px;
	height: 275px;
	background: #fff5d0 url('images/differencebox.jpg') bottom no-repeat;
	position: relative;
	top: 9px;
	right: 5px;
	text-align: left;
	float: right;
	clear: right;
	}
	
#welcome h3, #difference h3 {
	font-size: 25px;
	margin: 0;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#welcome h3 {
	background: #fff5d0 url('images/welcomeheader.jpg') top left no-repeat;
	}
	
#welcome p, #difference p {
	line-height: 16px;
	padding: 0 10px 10px 10px;
	margin: 0;
	}
	
#welcome #tagLine {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
	top: 40px;
	}

#welcome img {
	float:left;
	margin:15px 0 15px 20px;
}
	
#difference #company {
	text-align: right;
	font-weight: bold;
	}
	
.about, .services, .careers, .community, .contactus, .industry, .resources {
	background: #fff5d0 url('images/textbottom.jpg') bottom left no-repeat;
	width: 767px;
	position: relative;
	top: 5px;
	text-align: left;
	margin: 0 auto 0 auto;
	display: table;
	}
	
.about p, .services p, .careers p, .community p, .contactus p, .industry p, .resources p {
	margin: 0;
	padding: 0 10px 10px 10px;
	}
	
.about h3, .services h3, .careers h3, .community h3, .contactus h3, .industry h3, .resources h3 {
	margin: 0;
	padding: 0;
	padding: 10px;
	font-size: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#footer {
	width: 778px;
	height: 50px;
	margin: 0 auto 20px auto;
	background: url('images/contentbottom.gif') top left no-repeat;
	position: relative;
	top: 3px;
	z-index: 100;
	text-align: left;
	color: #785611;
	}
	
#footer p {
	position: absolute;
	margin: 30px 0 0 20px;
	font-size: 10px;
	}
	
#contentIMG {
	float: right;
	margin: 20px 10px 10px 10px;
	}
	
.services h4, .careers h4, .community h4, .about h4, .contactus h4, .industry h4, .resources h4 {
	font-size: 20px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	margin-left: 10px;
	color: #906817;
	font-weight: bolder;
	}
	
.services ul, .careers ul, .about ul, .contactus ul, .industry ul, .resources ul {
	margin: 0 10px 10px 50px;
	padding: 0;
	list-style: circle;
	}
	
#content a {
	color: #1c3d57;
	}
	
#content a:hover {
	text-decoration: none;
	}
	
#business .floatlist {
	float: left;
	width: 250px;
	height: 300px;
	text-align: center;
	}
	
#business .floatlist ul {
	text-align: left;
	}

#privatebusiness #list {
	display: table;
	width: 758px;
	height: 400px;
	}
		
#privatebusiness .floatlist {
 	float: left;
	width: 300px;
	position: relative;
	left: 100px;
	}
	
.contactus #offices, .contactus #people {
	width: 100%;
	display: table;
	margin: 20px 0 20px 0;
	}
	
.contactus #offices .container {
	float: left;
	width: 200px;
	background: #efe5bf;
	border: 2px solid #ded3a9;
	position: relative;
	left: 70px;
	margin-right: 10px;
	padding: 10px 0 0 0;
	height: 150px;
	}
	
.contactus h5 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	position: relative;
	left: 10px;
	}
	
.contactus #people .container {
	float: left;
	width: 170px;
	position: relative;
	left: 60px;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	height: 80px;
	}
	
#team .member {
	float: left;
	position: relative;
	left: 65px;
	margin: 0 40px 10px 0;
	}

#team .member img {
	border: 1px solid #000;
	}
	
#team .member p {
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
#team #teamMembers {
	margin: 20px 0 0 0;
	display: block;
	height: 400px;
	}
	
.photo {
	background: #a77c26;
	padding-bottom: 3px;
	}

#profile h3 {
	margin: 10px 0 0 10px;
	padding: 0;
	}
	
#profile h5 {
	font-size: 14px;
	margin: 0 0 10px 10px;
	}
	
#profile #profilePhoto {
	border: 2px solid #a77c26;
	margin: 0 0 10px 25px;
	}
	
#email {
	width: 150px;
	display: block;
	text-align: right;
	padding: 10px;
	margin: 0;
	float: right;
	margin-top: -60px;
	}
		
#email a {
	background: url('images/mailicon.png') top left no-repeat;
	padding: 0 0 10px 35px;
	}
	
#profile #infoBlock {
	float: left;
	width: 277px;
	font-size: 12px;
	border-right: 5px solid #d8c78c;
	padding: 10px 0 10px 0;
	clear: left;
	}
	
#profile #hobbyLink {
	font-size: 14px;
	font-weight: bold;
	border-left: 5px solid #d8c78c;
	background: url('images/hobbylinkbg.jpg') no-repeat;
	height: 29px;
	display: block;
	padding: 4px 0 0 60px;
	}
	
#profile #infoText {
	float: right;
	width: 480px;
	clear: right;
	}

.left-margin {
	clear:left;
	float:left;
	margin:0 15px 15px 20px;
}

.right-margin {
	clear:right;
	float:right;
	margin:0 20px 15px 15px;
}