﻿@import "Main.css";

#content {
	width: 743px;
	min-height: 300px;
	padding: 20px 96px 0 96px;
	position: relative;
}

/* ----------------------------------
	Services bullets
-----------------------------------*/


/*#content a {
	position: absolute;
	width: 205px;
	height: 161px;
	padding: 125px 0 0 15px;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #1F497D;
}*/


.none
{ color:Black
    }



#company a {
	background: url(Images/about_company.jpg) no-repeat top left;
	left: 100px;
	top: 175px;
	position: absolute;
	width: 205px;
	height: 161px;
	padding: 125px 0 0 15px;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #1F497D;
}

#people a {
	background: url(Images/about_team.jpg) no-repeat top left;
	right: 350px;
	top: 175px;
	position: absolute;
	width: 205px;
	height: 161px;
	padding: 125px 0 0 15px;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #1F497D;
}

#policies a {
	background: url(Images/about_policies.jpg) no-repeat top left;
	right: 90px;
	top: 175px;
	position: absolute;
	width: 205px;
	height: 161px;
	padding: 125px 0 0 15px;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #1F497D;
}
	


/* ----------------------------------
	About the company content
-----------------------------------*/

#missionStatement {
	font-style: italic;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #ececec;
	margin-bottom: 20px;
}

#beliefs li {
	list-style-type: disc;
	padding: 5px 0 5px 8px;
	margin-left: 40px;
	color: black
}

/* ----------------------------------
	About the people content
-----------------------------------*/

.personInfo {
	position: relative;
	min-height: 170px;
	margin-bottom: 20px;
}

.personInfo h2 {
	display: inline;
	padding-right: 1em;
}

.personInfo h3 {
	display: inline;
}

.personInfo img {
	position: absolute;
	left: 0;
	top: 2em;
}

.personInfo p {
	padding: 1em 0 0 0;
	margin-left: 120px;
}
