﻿body {
	background-image: url('../images/body_bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #a59970;
	color: #605f5f;
	font-family: Times,"Times New Roman", Georgia, serif;
	font-size: 0.625em;
	line-height: 1.4em;
}
* {
	padding: 0;
	margin: 0;
}
p, h1, h2, h4, h5, h6, .content ul, .project-content ul {
	margin-bottom: 1.4em;
}
p, .content ul, .project-content ul {
	font-size: 1.4em;
	max-width: 420px;
	line-height: 1.8em;
}
h1, h2, h3 {
	font-size: 2.4em;
	font-weight: normal;
	line-height: 1.8em;
	text-transform: uppercase;
}
h4 {
	font-size: 2.1em;
	line-height: 2.5em;
}
h5 {
	font-size: 1.8em;
	line-height: 2.2em;
}
h6 {
	font-size: 1.6em;
	line-height: 2.0em;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}
.content ul, .project-content ul{
	list-style:none;
}
.content ul li, .project-content ul li {
	background-image:url('../images/bullet.png');
	background-position:left 10px;
	background-repeat:no-repeat;
	padding-left:20px;
}
#main-outer {
	background-image: url('../images/main_outer_bg.png');
	background-position: center top;
	background-repeat: repeat-y;
	display: block;
	width: 100%;
}
#main {
	background-image: url('../images/main_bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
	position: relative;
	width: 984px;
}
#header {
	height: 300px;
	position: relative;
}
#logo {
	position: absolute;
	top: 28px;
	left: 34px;
	z-index: 100;
}
#menu {
	bottom: 20px;
	list-style: none;
	position: absolute;
	right: 20px;
}
#menu li {
	border-right: 1px #a1956c solid;
	float: left;
	height: 18px;
}
#menu li.last {
	border: 0px;
}
#menu li a {
	color: #a1956c;
	font-size: 14px;
	line-height: 18px;
	padding: 0 10px 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu li a:hover, #menu li a.active {
	color: #004776;
}
#content-outer 
{
    overflow:hidden;
	min-height: 454px;
	position: relative;
	width: 984px;
}
.content
{
    display:block;
    padding:40px;
}
div.home, div.careers {
	position: absolute;
	right: 0px;
	top: 60px;
}
div.home p {
	padding-right: 40px;
	width: 370px;
}
div.home p span {
	color: #004776;
}
div.careers p {
	padding-right: 20px;
	width: 320px;
}
#footer {
	background-color: #ebebeb;
	color: #fff;
	height: 143px;
	position: relative;
	width: 984px;
}
#address {
	background-image: url('../images/footer_address_bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	height: 80px;
	left: 9px;
	position: absolute;
	top: 17px;
	width: 588px;
}
#address p {
	padding: 14px 0 0 22px;
}
#copyright {
	background-image: url('../images/footer_copyright_bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	height: 80px;
	right: 9px;
	position: absolute;
	top: 17px;
	width: 369px;
}
#copyright .logo {
	position: absolute;
	right: 10px;
	top: 16px;
}
#copyright p {
	line-height: 80px;
	padding-right: 72px;
	text-align: right;
}
.project
{
    display:block;
    height:250px;
    padding:40px;
    margin-bottom:20px;
    width:904px;
}
.project-content
{
    float:right;
    height:175px;
    padding:4px 20px 0 20px;
    width: 500px;
}

