﻿/* Make HTML 5 elements display block-level for consistent styling */ 
header, nav, article, footer, address, section { 
display: block; 
} 

/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

/***** END RESET *****/

body {
	margin:0 auto;
	background: #024387;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h1, h2, h3, h4 ,h5 ,h6 {line-height: normal;}

h1 {font-size:26px;}
h2 {
	border-bottom: 2px solid #faa635;
	color: #024387;
	font-size:24px;
	margin: 0 0 20px 0;
}
h3 {font-size:20px;}
h4 {
	color: #363636;
	font-size:18px;
	margin: 0 0 10px 0;
}
h5 {font-size:16px;}
h6 {font-size:14px;}

a:link, a:visited {color:#024387;font-size:12px;}
a:hover, a:active, a:focus {text-decoration:none;}
p, ul, li {font-size: 12px;line-height:1.4em;}

#content-wrapper p {
	color: #363636;
}

#contact-info p {
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2em;
	text-shadow: 2px 1px 1px rgba(2,67,135,.8);
}

#clear {clear:both;	}

#wrapper {
	width: 1030px;
	margin: 0 auto;
	position:relative;
	display:block;
}

header {
	padding:0;
	height: 158px;/*For IE7*/ 
	background-image:url(../siteart/header-bg.jpg);
	position:relative;
	z-index:100;
}

.logo{
	float:left;
	padding-top:30px;
}

#address{
	color:#fff;
	font-weight:bold;
	position:absolute;
	width:200px;
	top:60px;
	right:300px;
	text-align:center;
	font-size:15px;
}

.cutout{
	position:absolute;
	z-index:100;
	right:0px;
	top:30px;
}

#content{
	width:1020px;
	padding:15px;
	background-color:#faa634;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, .3);
    box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, .3);
}

nav {height: 35px;}
	
nav ul {list-style:none;}

	nav ul li {
		background: url(../siteart/nav-btn-bg.jpg) no-repeat right center;
		display: block;
		float: left;
		height: 35px;
		margin: 0 10px 0 0;	
	}
	nav ul li a:link,
	nav ul li a:visited {
		background: url(../siteart/nav-btn-bg_left-edge.jpg) no-repeat left center;
		display: block;
		float: left;
		height: 35px;
		padding: 0 23px 0 20px;
		text-align: center;
		line-height:35px;
		color: #232323;
		font-size: 11.7px;
		font-weight: bold;
		text-decoration: none;	
	}
	nav ul li:hover {
		background: url(../siteart/nav-btn-bg_over.jpg) no-repeat right center;	
	}
	nav ul li a:hover,
	nav ul li a:active {
		background: url(../siteart/nav-btn-bg_left-edge_over.jpg) no-repeat left center;
		color: #024387;
	}
	nav ul li a:link span,
	nav ul li a:visited span {
		display: block;
		margin: 10px 0 0 0;	
	}
	
#auctions{
	margin-top:20px;
}

#text-area{
	background-color:#fff;
	padding:20px;
	margin-top:20px;
	min-height:300px;
}

footer{padding:40px 0px;}
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#ababaa;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#ababaa;}
.footertext{font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#ababaa;}
.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:10px; color:#ababaa;}
.divfooter {width:450px; text-align:center; margin:0px auto; line-height:13px; display:block;}

