﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #333333;
}
#container {
	width: 760px;
	margin: 0 auto;
		background-color: #333333;
}
#masthead {
	width: 760px;
	height: 50px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #333333;
}
#sidebar {
	float: left;
	width: 270px;
	height: 315px;
	background-color: #333333;
	position: relative;
	clear: both;
	margin-left: 0px;
	display: inline;
	z-index: 10;
}
#page_content {
	float: left;
	width: 740px;
	height: 315px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	background-color: #333333;
	position: relative;
	border:1px solid #cbcbcb;
	z-index: 10;
}
#content {
	float: right;
	width: 470px;
	height: 315px;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
	padding: 0px;
	position: relative;

	z-index: 10;
}
#footer {
	text-align: center;
	clear: both;
	position: relative;
	width: 740px;
	height: 200px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	padding: 0;
	z-index: 0;
}
#footer_col_1 {
	float: left;
	width: 270px;
	height: 100px;
	top:5px;
	position:relative;
	clear: both;
	margin-left: 0px;
	display: inline;
	z-index: 0;
}
#footer_col_3 {
	float: left;
	width: 156px;
	height: 100px;
	top:-95px;
	position:relative;
	clear: both;
	margin-left: 270px;
	display: inline;
	z-index: 0;
}
#footer_col_4 {
	float: left;
	width: 156px;
	height: 100px;
	margin-left: 426px;
	top:-195px;
	position:relative;
	clear: both;
	margin-left: 428px;
	display: inline;
	z-index: 0;
}
#footer_col_5 {
	float: left;
	width: 156px;
	height: 100px;
	top:-295px;
	position:relative;
	clear: both;
	margin-left: 584px;
	display: inline;
	z-index: 0;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
a.swap { 
background-image:url(images/firm%20profile.jpg); 
} 

a.swap:hover { 
background-image:url(images/firm%20profile_selected.jpg); 
} 
