/**
 * Styles CSS
 * @lastChanged  $Author: aidan $ $Date: 2011-08-17 13:08:29 -0400 (Wed, 17 Aug 2011) $
 * @Revision  $Rev: 48 $
 */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
p {
	font-size:12px;
	line-height:14px;
	color:#76777B;
	margin:14px 0;
}
.project #content p {
	font-size:18px;
	line-height:20px;
}
h1 {
	font-size:23px;
	margin:15px 0;
	color:#F47B1E;
	text-transform:uppercase;
}
.sideBarPage h1, .fullPage h1 {
	padding-top:49px;
	background-position:0 49px;
	margin-top:0;
}
.project h1 {
	margin-bottom:44px;
}
.contact h1 {margin-bottom:49px;}
h2 {
	font-family:  Georgia, Times, Times New Roman, Serif;
	color:#76777B;
	text-transform:uppercase;
}
.orange {
	color:#F47B1E;
	margin-bottom:16px;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#F47B20;
}
#content a {
	color:#76777B;
	text-decoration:underline;
}
.team #content a {
	margin-bottom:34px;
	display:block;
}
#content a:hover {
	color:#F47B20;
}
li.active a,
li.active li.active a {
	color:#F47B20;
}
li.active li a {
	color:#000;
}
address {
	font-style:normal;
	font-size:12px;
	line-height:14px;
	color:#76777B;
}
#navigation ul {
	font-family:georgia,garamond,serif;
	font-size:11px;
	line-height:16px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
}
.image-replace {
	text-indent:-9999px;
	background:no-repeat;
}
.legal-copy {
	font-size:9px;
	line-height:12px;
	text-transform:uppercase;
	margin:0;
	padding:3px 0;
}
.legal-copy a {
	color:#76777B;
}
.legal-copy a:hover {
	color:#F47B20;
}
#content-bottom  .inner {
	width:525px;
}
#content-bottom  .inner p{
	font-size:12px;
	line-height:14px;
}
.warning {
	float:left;
	text-align:center;
	background-color:#F3F3F3;
	width:290px;
	height:140px;  
}
.splitPage .warning {
	padding:100px 200px;
}
.fullPage .warning {
	padding:200px 200px;
}

.homebanner {
	display:block;
	padding:0;
	margin-top:40px;
	margin-left:80px;
}
