@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #A3958A;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	text-align: center;
}
* {
margin: 0;
padding: 0;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #012d6b;
	margin-bottom: -20px;
	margin-top: 20px;
	line-height: 1.1em;
	font-size: 1.3em;
	font-weight: normal;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	color: #b99005;
	font-size: 1.3em;
	margin-bottom: -20px;
	margin-top: 20px;
	line-height: 1.1em;
}


.clear {
	clear: both;
}

#PageContainer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#ImageContainer {
	position: absolute;
	left: 0px;
	top: 145px;
	margin-left: -50px;
}


#PageMenu {
	background-image: url(images/menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 18px;
	padding-right: 11px;
	padding-bottom: 8px;
}
#PageMenu ul li {
	list-style-type: none;
	display: inline;
}
#PageHeader {
	float: right;
	width: 680px;
}
#PageHeader img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#PageMenu ul li a {
	display: block;
	float: right;
	text-transform: uppercase;
	color: #a4a08c;
	text-decoration: none;
	font-size: .689em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(images/menu-divider.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #01245C;
}
#PageMenu ul li a.team {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	width: 144px;
}
#PageMenu ul li a.team:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	background-color: #011738;
}
#PageMenu ul li a:hover {
	background-color: #011738;
	background-image: url(images/menu-divider-over.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	color: #CECCC1;
}
#PageMenu ul li a.portfolio {
	width: 220px;
}
#PageMenu ul li a.services {
	width: 120px;
}
#PageMenu ul li a.home {
	width: 118px;
}

#PageContent {
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#PageCopy {
	float: right;
	width: 540px;
	text-align: left;
	vertical-align: top;
	padding-top: 30px;
	padding-right: 70px;
	padding-bottom: 60px;
	padding-left: 70px;
}
#PageCopy p {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.75em;
	line-height: 1.3em;
	padding-top: 20px;
}
#PageCopy a {
	color: #9f958d;
}
#PageCopy  a:hover {
	color: #C49F08;
}

#PageCopy .assets strong {
	font-size: 1.5em;
}
#PageCopy .teamCopy p {
	line-height: 1.7em;
}


#PageCopy ul  {
	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#PageCopy li {
	font-family: "Times New Roman", Times, serif;
	font-size: .750em;
	line-height: 1.4em;
}

.left {
	float: left;
	margin-right: 9px;
	margin-top: 4px;
}
#PageCopy .portfolio{
	display: block;
	background: url(images/online-portfolio.jpg) no-repeat center center;
	width: 165px;
	text-align: center;
	padding: 9px 0 9px 0;
	color: #a4a08c;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#PageCopy .portfolio:hover {
	background: url(images/online-portfolio-over.jpg) no-repeat center center;
	color: #C69F04;
	text-decoration: underline;
}
#PageFooter {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	
}

#PageFooter p {
	display: block;
	font-size: 0.625em;
	padding-top: 6px;
	line-height: 1.4em;
	padding-bottom: 25px;
	padding-right: 25px;
	padding-left: 0px;
	color: #c6bcb3;
	font-weight: bold;
	margin: 0px;
	float: right;
	
}

#PageFooter span {
	padding-right: 4px;
	padding-left: 4px;
}

#Promotion {
	text-align: right;
	font-size: 0.75em;
	padding-right: 15px;
	font-style: italic;
	color: #ccc5be;
	padding-bottom: 40px;
}
#Promotion a, #Promotion a:visited {
	font-style: normal;
	font-weight: bold;
	color: #6a5d52;
	text-decoration: none;
}
#Promotion a:hover {
	color: #FFF;
	text-decoration: underline;
}
