body {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	background: #1c1c1c url('../images/body-bg.gif') repeat-x;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: underline;
	color: #0012ff;
}
a:hover {
	text-decoration: none;
}
#page {
	width: 933px;
	overflow: hidden;
	margin: 0 auto;
}

#header {
	overflow: hidden;
	height: 134px; 
	padding: 18px 49px 0 62px;
	background: url(../images/header-bg.gif) no-repeat;
}

.logo {
	margin-top: 15px;
	float: left;
}

.logo a {
	display: block;
	text-indent: -9999px;
	width: 486px;
	height: 30px;
	overflow: hidden;
}
.lidstrom-logo {
	float: right;
}
.lidstrom-logo img {
	display: block;
}

#content {
	overflow: hidden;
	height: 100%;
	background: url(../images/content-bg.png) repeat-y;
	padding: 0 86px 14px 54px;;
}
.sidebar {
	float: left;
	width: 173px;
	font-size: 14px;
	position: relative;
}
.sidenav {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 100%;
}
.sidenav li {
	float: left;
	width: 100%;
	font-size: 15px;
	padding-bottom: 1px;
}
.sidenav li a {
	display: block;
	height: 24px;
	padding: 0 0 0 8px;
	line-height: 24px;
	color: #fff;
	text-decoration: none; 
	background: url(../images/sidenav-bg.png) no-repeat;
}
.sidenav li a:hover {
	background-position: 0 -24px;
	color: #000;
}
.sidebar address {
	font-weight: bold;
	font-style: normal;
	text-align: center;
	padding: 29px 0 0;
}
.sidebar address strong {
	display: block;
	padding-bottom: 13px;
	font-size: 20px;
}
.sidebar .info {
	overflow: hidden;
	height: 100%;
	line-height: 16px;
	padding: 16px 9px 0;
}
.quote-box {
	overflow: hidden;
	height: 100%;
	margin-top: 30px;
	background: url(../images/quote-box-line.gif) no-repeat 50% 0;
}
.quote-box .bg {
	overflow: hidden;
	height: 100%;
	background: url(../images/quote-box-line.gif) no-repeat 50% 100%;
	padding: 0 11px 18px 8px;
}
.quote-box blockquote {
	margin: 0; 
	padding: 18px 0 14px;
	line-height: 16px;
}
.quote-box blockquote q {
	display: block;
	font-style: italic;
}
.quote-box blockquote cite {
	display: block;
	text-align: right;
	font-style: normal;
}
.quote-box q{quotes: none;}
.quote-box q:before{content:"";}
.quote-box q:after{content:"";}

#footer {
	background: url(../images/footer-bg.png) no-repeat;
	overflow: hidden;
	width: 100%;
	text-align: center;
	font: italic 18px/27px Times, "Times New Roman", serif;
	padding: 31px 0;
	color: #c0c0c0;
}
#footer a {
	color: #c0c0c0;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#footer p {
	margin: 0;
}


.main {
	float: right;
	width: 566px;
	margin-top: 13px;
	position: relative;
}
.main h2 {
	margin: -2px 0 0;
	color: #0b2a53;
	font: bold italic 18px Times, "Times New Roman", serif;
}
.main p {
	margin: 0;
	padding-bottom: 14px;
	line-height: 16px;
}
.main .list {
	margin: 0;
	padding: 0 0 14px;
	list-style: none;
	line-height: 16px;
}
.main .img {
	float: right;
	margin: 3px 0 0 20px;
}
