@import "results.css";
@import url('results.css');
@import "reset.css";
@import url('reset.css');
@import "layout.css";
@import url('layout.css');
@import "details.css";
@import url('details.css');
@import "forms.css";
@import url('forms.css');


body {
	margin: 0 auto;
	text-align: center;
	padding: 0;
	line-height: 16px;
	background: #fff;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.none {
	margin: 0 !important;
}

a {
	color: #8f0002;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #000;
}

#footer a {
	color: #000;
}

#footer a:hover {
	color: #8f0002;
}

p {
	margin: 0 0 16px;
	line-height: 16px;
}

strong {
	font-weight: bold;
}

h1, h2 {
	font-weight: normal;
	color: #8f0000;
	font: 18px Arial, Helvetica, sans-serif;
	line-height: 22px;
	margin-bottom: 10px;
}

h3 {
	font-weight: normal;
	color: #8f0000;
	font: 16px Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin-bottom: 10px;
}

h4 {
	font-weight: normal;
	color: #000;
	font: 16px Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin-bottom: 10px;
}

form {
	display: block;
}

input,textarea {
	font-family: Arial, Helvetica, sans-serif;
}

.mt10 {
	margin-top: 10px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mr0 {
	margin-right: 0 !important;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.err {
	font-weight: bold;
	color: #C00;
}

.black {
	color: #000;
}

a.lnkmag {
	background: url(/images/icons/mag.png) center left no-repeat;
	padding: 0 0 0 20px;
	color: #F7941D;
	text-decoration: none;
}

a.lnkarrow {
	background: url(/images/icons/arrow.gif) center left no-repeat;
	font-weight: bold;
	padding: 0 0 0 12px !Important;
	color: #8f0002;
	text-decoration: none;
}

a.lnkarrow2 {
	background: url(/images/icons/arrow2.gif) center left no-repeat;
	font-weight: bold;
	padding: 0 0 0 12px !Important;
	color: #8f0002;
	text-decoration: none;
}
a.lnkpdf {
	background: url(/images/icons/pdf.gif) center left no-repeat;
	padding: 2px 0 2px 20px !Important;
	line-height: 18px;
	color: #8f0002;
	text-decoration: none;
}

a.lnkmag:hover, a.lnkarrow:hover, a.lnkpdf:hover {
	color: #000;
}

#rightcol ul {
	margin: 2px 10px;
	padding: 0;
}

#rightcol li {
	list-style-position: inside;
	list-style-type: square;
}

img.imgborder {
	border: 1px solid #ececec;
	padding: 2px;
}

#headerp {
	width: 100%;
	height: 120px;
}

#headerp img {
	width: 316px;
	height: 96px;
}

#header, #tabs, #toolbar, #leftcol, #footer, #headerimage, #gallery, #detailoptions, a.lnkarrow2 { 
	display: none; 
}

#wrapper, #rightcol {
	top: 120px;
	width: 100%;
	text-align: left;
}

#pgallery {
	float: left;
	width: 306px;
	margin-right: 12px;
	padding-top: 9px;
}

#pgallery img {
	border: 1px solid #ececec;
	padding: 2px;
	margin: 0 0 10px 0;
}


