body, ul, li {
	margin: 0;
	padding: 0;
}
body {
	width: 800px;
	margin-left: auto; 
	margin-right: auto;
	font-family: Verdana;
	font-size: 11px;
	color: red; 
	background: white url("../images/background.gif") repeat top center;
}
#container {
	width: 800px;
	height: 600px;
	background: #002D5C;
}
a img {
	border: 0;	
}
a {
	color: #B3A730;
}
a em {
	color: #002D5C;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
em {
	font-style: normal;
	font-weight: bold;	
}
div.clear, #layout div.clear {
	clear:both;
	padding:0;
	margin:0;
	border:0;
	width:auto;
}

/* MASTHEAD */
#masthead {
	height: 77px;
}
#masthead div {
	float: left;
}
#logo {
	text-align: center;
	width: 150px;
	height: 77px;
	background: #FFFFFF;
}
#banner {
	left: 150px;
	width: 650px;
	height: 77px;
	background: #002D5C;
}
#flashBanner {
	width: 800px;
	height: 136px;
	background: white;
}

/* MAIN NAVIGATION */ 
ul {
	float: left;
	list-style: none;
}
#mainNav {
	text-align: center;
	font-size: 22px;
	width: 150px;
	height: 337px;
	padding-top: 50px;
	background: #B3A730 url("/images/mainNav/background.gif") no-repeat bottom left;
}
#mainNav li {
	margin-top: 2px;
	margin-bottom: 3px;
	background: url("/images/mainNav/line.gif") no-repeat bottom center;
}
#mainNav li.last {
	background: none;	
}
#mainNav li a {
	display: block;
	width: 150px;
	height: 35px;
	padding-top: 5px;
	text-decoration: none;
	color: #002D5C;
}
#mainNav li a:hover {
	background: #002D5C;
	opacity: .6;
	color: #B3A730;	
}
#mainNav #contactUs {
	margin-top: 96px; 
	font-size: 14px;
	font-weight: bold;
}
#mainNav #contactUs a {
	height: 25px;
}
#mainNav #facebook {
	font-size:12px;
}
#mainNav #facebook a {
	height: 25px;
}
body.home #home a, body.process #process a, body.markets #markets a, body.team #team a, body.contactUs #contactUs a, body.home #home a:hover, body.process #process a:hover, body.portfolio #portfolio a:hover, body.aboutUs #aboutUs a:hover, body.contactUs #contactUs a:hover {
	color: #B3A730;
	background: #002D5C;
	opacity: 1;
}

/* PAGE CONTENT */
body #layout {
	position:relative;
	float: left;
	width: 640px;
	height: 377px;
	margin: 5px 0px 5px 5px;
	color:#002d5c;
	text-align: left;
	font-size: 11px;
}
#layoutNav {
	width: 100%;
}
#layoutNav li {
	float: left;
	width:25%;
}
#layoutNav li a {
	display: block;
	padding-top: 8px;
	height: 100%;
	color: #FFFFFF;
	background-color: #002D5C;
	font-size: 13px;
	text-decoration: none;
}
#layoutNav li a:hover {
	opacity: .4;
}

/* COMMON LAYOUT ELEMENTS */
#layout h1 {
	width:94%;
	color:#ffffff;
	font-size:17px;
	letter-spacing:.05em;
	margin:15px auto;
}
#layout h1 em {
	color:#B3A730;
	font-size:1.2em;
	font-weight:normal;
	letter-spacing:0.2em;
	text-transform:uppercase;
}

/* Top */
#topContent {
	width:94%;
	margin:12px auto;
	color:#ffffff;
}
#topContent h1 {
	margin:0;
	font-size:17px;
	text-align:left;
	width:auto;
}
#topContent h1 em {
	text-transform:uppercase;
}
#topContent #secondLine {
	font-size:1.2em;
	text-align:right;
	margin-top:4px;
}

/* Main Content */
div.main #content {
	width:94%;
	margin:0 auto;
	color:#406c95;
	background-color:#ffffff;
}
#content h4 {
	height:20px;
}
#content h4 span.hidden {
	visibility:hidden;
}
#content p {
	color:#000000;
	font-size:12px;
	font-family:Verdana;
	margin:10px;
	line-height:1.6;
}
div.main #content ul {
	margin:10px;
}
div.main #content img {
	border-top:4px solid #b3a730;
	border-bottom:4px solid #b3a730;
}
div.main #content li {
	float:left;
	width:144px;
	text-align:center;
	line-height:1.3;
	border-right:1px solid #b3a730;
	padding: 6px 0;
}
div.main #content li.last {
	border-right:none;
}
div.main #content li a {
	color:#b3a730;
	font-size:14px;
	font-weight:bold;
}
div.main #content li a em {
	color:#002d5c;
}

/* FOOTER */
#footer img {
	float:right;
}
#footer p {
	float:left;
	margin-top:15px;
	margin-left:57px;
	color:#002d5c;
	font-size:12px;
}
#footer a {
	font-weight:bold;
	font-size:1.2em;
	color:#B3A730;
}
#footer a em {
	color:#002D5C;
}
#copyright {
	color:#002d5c;
	float:right;
	font-size: 10px;
}

