/* @override http://roberthodgen.com/style.css?v=1 */

body {
	color: #636363;
	background-color: #f6f6f6;
	font: 12pt "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	padding: 0;
	margin: 0;
	text-align: center;
}

.top-bar {
	background: url(top-bar.jpg) repeat-x;
	width: 100%;
	height: 17px;
	margin: 0;
	padding: 0;
}

.content {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin-bottom: 32px;
}

.title {
	
}

h1 {
	font-weight: normal;
	font-style: normal;
	font-size: 3em;
	margin-bottom: 20px;
	margin-top: 20px;
}

h1 span {
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	margin-top: 0;
	font-weight: 200;
	margin-bottom: 60px;
}

h3 {
	font-weight: 200;
	font-style: normal;
	font-size: 1.2em;
	margin-bottom: 10px;
}

h3 a {
	color: #adadad;
	text-decoration: none;
}

h3 a:visited {
	color: #adadad;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
	color: #8f8f8f;
}

.top-bubble {
	height: 78px;
	width: 724px;
	background: url(top-bubble.jpg) no-repeat;
	margin-right: auto;
	margin-left: auto;
}

.top-bubble-text {
	font-size: .9em;
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	padding-top: 13px;
	font-weight: 200;
}

.top-tick {
	width: 32px;
	height: 16px;
	background: url(top-tick.jpg) no-repeat;
	margin-top: 9px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	margin-left: 256px;
}

.detail-bubble {
	width: 724px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
}

.detail-top {
	background: url(detail-top.jpg) no-repeat;
	width: 724px;
	height: 6px;
}

.detail-span {
	background: url(detail-span.jpg) repeat-y;
	width: 724px;
	margin-top: 3px;
	padding-bottom: 8px;
}

.detail-text {
	font-size: .9em;
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	font-weight: 200;
	display: table;
	padding-top: 7px;
}

.item-list {
	width: 338px;
	float: left;
	text-align: right;
	margin: 12px 2px 0 0;
}

.info-list {
	width: 338px;
	float: left;
	text-align: left;
	color: #adadad;
	margin: 12px 0 0 2px;
}

.info-list a {
	color: #adadad;
	text-decoration: none;
}

.info-list a:visited {
	color: #adadad;
	text-decoration: none;
}

.info-list a:hover {
	color: #8f8f8f;
	text-decoration: underline;
}

.detail-tick {
	background: url(detail-tick.jpg) no-repeat;
	width: 32px;
	height: 16px;
	margin-top: -19px;
}

.detail-bottom {
	width: 724px;
	height: 9px;
	background: url(detail-bottom.jpg) no-repeat;
}

ul li.top-tick {
	display: inline-block;
	width: 176px;
	height: 16px;
	background: url(top-tick.jpg) no-repeat center;
	padding: 0;
	margin-bottom: 0;
	margin-top: 9px;
}

.horizontal-links {
	margin-top: 5px;
}



ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul li.list {
	display: inline-block;
	width: 176px;
	height: 40px;
	font-size: 1.4em;
	font-weight: 200;
	margin: 0;
	padding: 0;
}

ul li.list a {
	text-decoration: none;
	color: #636363;
}

ul li.list a:visited {
	text-decoration: none;
	color: #636363;
}

ul li.list a:hover {
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0;
}

.copyright {
	color: #adadad;
	background-color: #f6f6f6;
	font-weight: 200;
	font-size: .8em;
	bottom: 0;
	padding: 8px;
	position: fixed;
	width: 100%;
}

.copyright a {
	color: #adadad;
}

.copyright a:visited {
	color: #adadad;
}

.copyright a:hover {
	color: #8f8f8f;
}