﻿* {
	padding:0;
	margin:0;
}

html, body {
	width:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:10pt;
	background-color:white;
}

a {
	text-decoration:none;
	color:gray;
}

a:hover {
	color:black;
}

a img {
	border:0;
}

p {
	margin:6px 0 10px 0;
}

h1 {
	font-size:14pt;
	text-align:center;
	padding:40px 0 5px 0;
}

h2 {
	font-size:12pt;
	text-align:center;
	padding:20px 0 5px 0;
}

.underline {
	text-decoration:underline;
}

div#wrapper {
	width:960px;
	margin:0 auto;
	position:relative;
}

div#content {
	margin-left:185px;
	width:755px;
	height:auto;
	min-height:480px;
	font-size:12px;
}

div#header {
	width:960px;
	height:115px;
}

div#logo {
	float:left;
}

div#contact {
	float:right;
	font-size:8pt;
	padding-top:25px;
	width:270px;
	color:gray;
}

div#contact img {
	vertical-align:middle;
}

div#nav {
	position:absolute;
	left:0;
	top:115px;
	width:170px;
	height:auto;
	min-height:480px;
	border-right:1px #d1d1d1 solid;
}

div#sections {
}

div#sections a {
	display:block;
	width:92px;
	background-color:#eaeaea;
	color:gray;
	text-align:right;
	padding:1px 4px;
	margin:0 10px 2px 60px;
}

div#sections a:hover,
div#sections a.current {
	margin-right:8px;
	border-right:2px black solid;	
	color:black;
}

div#sections a:hover {
	border-right-color:gray;
}

div#sections a.current {
	font-weight:bold;
}

div#sections span.collection a { 
	background-color:white; 
}

div#sections span.collection a:hover, 
div#sections span.collection a.current { 
	font-weight:normal;
	border-right:0;
	margin-right:10px;
}

div#section_title {
	position:absolute;
	left:690px;
	top:53px;
	width:270px;
	height:32px;
	padding-top:2px;
	text-align:center;
	background-color:#d2dbe7;
	color:white;
	font-size:22pt;
}

div#preview {
	margin-top:40px;
	font-size:12pt;
}

div#footer {
	margin-left:185px;
	width:660px;
	clear:both;
	padding-top:20px;
}

li {
	margin-left:20px;
	padding:5px 0;
}

.right {
	float:right;
}

.left {
	float:left;
}

.clear {
	clear:both;
}

div#footlinks {
	float:left;
	margin-top:50px;
}

div#address {
	text-align:center;
}