/*==================================================
	LAZARUS GROUP CMS - www.lazarusgroup.com
	CMS Template Author: Scott Phelps (scott@lazarusgroup.com)
	Created: December 2008
	Website Designer: Leslie Emerson
	Modified: March 2009
	Project: Peak Online Auction

	::::::: TOC :::::::
	^Reset
	^Globals
	^Structure
		^Navigation
	^Typography
	^CMS
	^Extras
==================================================*/

/* ^Reset */
* { padding: 0; margin: 0; }
a { outline: none; }

/* ^Globals */
html, body { height: 100%; }

body {
	background-color: #015293;
	color: #000;
	font: 63.5%/1.4em "Helvetica Neue", Arial, sans-serif;
	text-align: center;
	}

/* ^Structure */
#wrap {
	margin: 0 auto;
	text-align: left;
	width: 1160px;
	}

#inner-wrap {
	display: inline;
	width: 957px;
	float: left;
	}

#head {
	background: transparent url(/userfiles/image/peakheader.jpg) no-repeat 0 0;
	height: 268px;
	width: 957px;
	position: relative;
	}

#content {
	width: 957px;
	background: #fff;
	padding: 40px 0;
	}

#footer {
	background: #663300;
	height: 100px;
	width: 957px;
	position: relative;
	}

#ads {
	height: 100%;
	float: right;
	width: 200px;
	display: inline;
	padding-top: 268px;
	}

#head ul, #head li, #footer ul, #footer li { list-style: none outside; }

/* ^Navigation */

#head ul { 
	position: absolute;
		bottom: 0;
	}

#head ul li { display: inline; }

#head ul li a,
#head ul li a:visited {
	color: #fff;
	display: block;
	float: left;
	height: 45px;
	font-size: 2em;
	line-height: 45px;
	padding: 0 16px;
	text-decoration: none;
	}

#head ul li a:hover {
	background: #fff;
	color: #C66538;
	}

/* ^Foot */

#footer p { text-align: center; color: #fff; font-size: 16px; font-weight: bold; margin: 0; padding: 0; position: absolute; top: 10px; width: 100%; }

#footer p a, #footer p:visited { color: #fff; }

#footer p a:hover { text-decoration: none; }

#footer ul { 
	position: absolute;
		bottom: 10px;
		left: 30px;
	padding: 0;
	}

#footer ul li {
	display: inline;
	margin: 16px 0 0 0;
	width: auto;
	}

#footer ul li a,
#footer li a:visited {
	color: #000;
	display: block;
	font-weight: bold;
	float: left;
	font-size: 1.5em;
	padding: 0 16px;
	text-decoration: none;
	}

#footer ul li a:hover {
	text-decoration: underline;
	}

h1, h2, h3, h4, h5, h6, p, pre, ul, ol, .byline, .dateline, .readmore { padding: 0 40px; }

/* ^Typography */
h1, h2, h3 { color: #823E29; }

h1 {
	font-size: 3.6em;
	height: 1.8em;
	line-height: 1.8em;
	letter-spacing: -.8px;
	}

h2 {
	font-size: 2.4em;
	height: 1.6em;
	letter-spacing: -.8px;
	line-height: 1.6em;
	}

h3 {
	font-size: 1.8em;
	height :2em;
	letter-spacing: -0.8px;
	line-height: 2em;
	}

h4 { 
	font-size: 1.4em;
	height: 2.11em;
	letter-spacing: -0.2px;
	line-height: 2.9em;
	}

h5 { 
	color: gray;
	font-size: 1.4em;
	font-style: italic;
	height: 2.11em;
	letter-spacing: -0.2px;
	line-height: 2.9em;
	}

p { 
	margin: 0 0 16px 0;
	line-height: 1.42em;
	font-size: 1.3em;
	letter-spacing: .01em;
	font-family: Arial, sans-serif;
	}

img { margin: 10px; }

a, a:visited {
	color: #000;
	}

a:hover {
	text-decoration: none;
	}

pre { color: #5F5F5F; font-size: 13px; margin: 0 0 16px 0;}

#content ul { margin: 0 0 16px 0; }

#content li { font-size: 14px; line-height: 1.42em; }

#content ul li ul { margin: 0; }

#content ul li ul li { font-size: 14px; line-height: 1.42em; margin: 0 0 0 16px; }
	
/* ^CMS */

/* actionline */
.actionline {float: right; }

.actionline li {
	list-style: none outside;
	display: inline;
	width: 20px;
	height: 14px;
	line-height: 14px;
	}

.actionline a {padding: 0 14px; margin: 0 0 0 7px;}

.back {background: url(/images/arrow_left.gif) 0 7px no-repeat; border-right: 1px solid;}
.print {background: url(/images/printer.gif) 0 7px no-repeat; border-right: 1px solid;}
.email {background: url(/images/mail.gif) 0 7px no-repeat;}

/* email article */
form { font-size: 1.4em; }

fieldset {
	border: 1px solid #d6d6d6;
	width: 600px;
	margin: 0 0 2em 0;
	padding: 14px 0;
	}

legend span { font-size: 1.2em; background-color: #fff; padding: 0 14px; }

form ul {
	margin: 30px;
	}

form li {
	list-style: none outside;
	line-height: 1.42em;
	margin: 1em 0;
	height: auto;
	}

.error {color: #C62E07; font-style: italic;}

form em {font-size: 14px;}

label { text-align: right; float: left; display: block; margin-right: 16px; width: 160px; }
input,textarea { border: 1px solid #9f9f9f; width: 300px; line-height: 1.42em; }
textarea { height: 200px; }
.submit { width: 120px; float: right; margin: 0 150px 0 0 ;}

/* ^Extras */





