/* Globals */

body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0;
	min-width: 1060px;
}

a { 
	outline:none; 
	text-decoration: none; 
	
}

.linkWhite {
	color: white;
}

.linkBlack {
	color: black;
}

.content {
	width: 955px;
    margin-left: 10%;
    margin-right: 10%;

}

.spacer {
	padding-top: 55px;
}

.title {
	padding-left: 10px;
}

.greyBack {
	background-color: #717271;	 
	color: #FFFFFF;
}

img {
	border: none;
}

.section {
    position: relative;
}

/* Misc */

.floatRight {
	float: right;
	clear: right;
}

.floatLeft {
	float: left;
	clear: left;
}

/* Menu */

.menu {
	position: absolute;
	list-style: none;
	padding: 3px 0;
	margin: 0 0;
	right: 40px;
	top: -22px;
	font-size:14px;
	font-weight: bold;
}

.menu li {
	display: inline;
}

.mGrey {
	background-color: #717271;
}

.mGrey li a  {
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 20px;
}

.mWhite {
	background-color: #FFFFFF;
}

.mWhite li a   {
	color: #565756;
	text-decoration: none;
	padding: 3px 20px;
}

.mGrey li a:hover   {
	padding: 3px 20px;
	background-color: #8cc631;
	text-decoration: none;
}

.mWhite li a:hover   {
	padding: 3px 20px;
	background-color: #8cc631;
	text-decoration: none;
}

/* Header */

#headerBody {
	height: 120px;
}


/* News */

#feature {
    margin-bottom: 22px;
}

.sectionContent {
    display: table;
    width: 819px;
    padding-bottom: 35px;
}

#newsBlog {
    width: 480px;
}

.newsItem {
    margin-bottom: 30px;
}

.newsDate {
    width: 60px;
    font-size: 14px;
    color: #bec0be;
}

.newsTitle, .newsText {
    padding-left: 72px;
}

.newsTitle {
    font-size: 14px;
    margin-bottom: 10px;
}

#sideBar p {
    color: #b9b9b9;
}

#rtBracket {
	background: url(../images/newsRight_bracketLft.gif) no-repeat;
}

/* Projects */
.projectSection h1 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;  
}

.projectSection hr {
    border-top: 0px;
    border-bottom: 0px;
    height: 1px;
    background-color: #000000;
}

.projectSpace {
    margin-left: 40px;
}

.project {
	cursor: pointer;
    padding: 3px;
}

.project a {
    color: #000000;
	text-decoration: none;
	padding: 3px;
}

.project:hover {
	background-color: #8cc631;
}

.projectLink {
    width: 765px;
}

.projectInformation
{
	margin: 15px 0px;
}

.projectText {

	margin-left: 105px;
}

.projectLink {
	height: 25px;
	width: 85px;
}

/* Who We Are */
#whoweareText {
    width: 520px;
}

#whoweareTeam {
    font-size: 20px;
    font-weight: bold;
}

.whowearePerson {
	border-top: solid 1px #8a8d8a;
	padding: 10px 0;
}

.whowearePerson .person {
    font-size: 14px;
    color: #bec0be;
    width: 125px;
}

.whowearePerson .description {
    display: table;
}

/* Contact */
#contactText {
    width: 527px;
}

#contactBracket {
    width: 280px;
    height: 40px;
    background: url("../images/contact_bracketRight.gif") right no-repeat;
    margin-bottom: 10px;
}

#contactBracketLeft {
    height: 40px;
    background: url("../images/contact_bracketLeft.gif") left no-repeat;
}

#addy {
    font-size: 14px;
    font-weight:bold;
}

#addyText {
    margin-left: 16px;
    padding-top: 3px;
}

/* jobs */
#jobs {
	min-height: 380px;
}

#jobsText {
    margin-left: 40px;
}

.position {
    margin-bottom: 15px;
}

.position .job {
    font-size: 14px;
    font-weight: bold;
    color: #bec0be;
    width: 150px;
}

.position .description {
    display: table;
}

#copyright {
	position: relative;
	height: 15px;
}

#copyrightText {
	position: absolute;
	right: 15px;
}
