/*********************
  general items
*********************/
* {
	margin: 0;
	padding: 0;
}
ul, ol {
	padding: 0 0 20px 20px;
}
p {
	padding-bottom: 18px;
	font-size: 14px;
	font-style: italic;
}
a {
	color: #666;
}
a:hover {
	color: #666;
}
a:focus {
	outline: 0;
}
a img {
	border: 0;
}
fieldset {
	border: 0;
}
html {
	font: .627em "Trebuchet MS", Helvetica, sans-serif;
}
body {
	text-align: center;
	color: #333;
	background: #fff url(../images/structural/body-bgr.png) repeat-x 0 0;
}
#container {
	margin: 0 auto;
	width: 802px;
	text-align: left;
	background: transparent;
}
.strong {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.uppercase {
	text-transform: uppercase;
}
.red {
	color: #cc0000;
}
.align-right {
	text-align: right;
}
h1 {
	font-weight: bold;
	font-size: 24px;
	color: #333;
}
h2, h3 {
	padding-bottom: 10px;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	color: #cc0000;
}
h3 {
	padding: 0;
	font-size: 14px;
}
.what-we-do h1 {
	display: none;
}
.what-we-do h2 {
	padding: 0;
}
.faqs .main-col h2 {
	padding: 0;
	font-style: normal;
	font-size: 14px;
}

/*  header & footer */
#header {
	position: relative;
	width: 802px;
	height: 240px;
}
#logo {
	position: absolute;
	top: 0;
	left: -75px;
}
#nav {
	position: absolute;
	top: 114px;
	left: 170px;
	padding: 0;
}
#nav li {
	display: inline;
	list-style-type: none;
	font-weight: bold;
	font-size: 14px;
}
#nav li a {
	padding: 0 11px;
	text-decoration: none;
	color: #666;
}
#nav li a.active {
	color: #cc0000;
}

#footer {
	float: left;
	padding: 32px 0 50px 0;
	width: 802px;
	font-size: 12px;
	color: #565656;
	background: url(../images/structural/footer-bgr.png) no-repeat top center;
}
#footer p {
	padding-bottom: 15px;
	font-size: 12px;
	font-style: normal;
	color: #565656;
}
#footer a {
	text-decoration: none;
	color: #565656;
}
/* content */
#content {
	float: left;
	padding-bottom: 40px;
}
.contact-us #content {
	padding-bottom: 150px;
}
.main-col {
	float: left;
	padding: 0 39px 0 0;
	width: 542px;
}
.what-we-do .main-col p,
.faqs .main-col p {
	color: #666;
}
.contact-us .main-col p {
	color: #565656;
}
.title {
	float: left;
	margin: 0 0 20px -20px;
	padding: 0 37px 15px 20px;
	width: 505px;
	height: 70px;
	background: url(../images/structural/title-bgr.png) no-repeat bottom left;
}
.title span {
	font-size: 18px;
	font-style: normal;
}
#content ul {
	margin-top: 14px;
	padding-left: 0;
	list-style-type: none;
}
#content ul li {
	padding-left: 14px;
	font-size: 14px;
	line-height: 16px;
	color: #666;
	background: url(../images/structural/red-spot.png) no-repeat 0 7px;
}
#content ul.contact-list {
	padding-bottom: 15px;
}
#content ul.contact-list li {
	padding: 0;
	color: #565656;
	background: none;
}
#content ul.contact-list li a {
	text-decoration: none;
	color: #565656;
}
.sidebar {
	float: left;
	margin-top: -20px;
	padding: 0 0 20px 18px;
	width: 203px;
	background: url(../images/structural/sidebar-border.png) repeat-y 0 0;
}
.sidebar span {
	font-size: 14px;
	color: #565656;
}
.sidebar h2 {
	margin-left: -18px;
	border-left: 1px solid #cc0000;
	padding: 0 0 0 17px;
}
.sidebar a {
	display: block;
	padding-bottom: 14px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	font-size: 14px;
	color: #666;
}
.sidebar a.download-form {
	margin-top: 12px;
}
.sidebar a.download-form img {
	display: block;
}
.sidebar p {
	padding-bottom: 14px;
	font-size: 12px;
}
.footer-comment {
	float: right;
	text-align: right;
}