@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}

.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #fff;
	border-style:groove;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#navbar{background-image:url(navBack.jpg);background-position:top left;background-repeat:repeat-x;
		background-color:#000000; font-family: Arial, Helvetica, sans-serif; line-height:20px; margin-top:10px; margin-left:5px; width:770px;}


.navs a{text-decoration:none;color:#fff;border-right:solid 1px black;border-top:solid 1px black;
		border-bottom:solid 1px black;border-left:hidden 1px;font-size:12pt;letter-spacing:.2em;}
.navs a:visited{color:#000033;}
.navs a:active{color:#fff;}
.navs a:hover{color:red;}
#currNav a{text-decoration:none;color:#fff;font-size:10pt;letter-spacing:.2em;margin-left:25px;}
#currNav a:hover{color: #CCFF00;}

#navFirst{border:solid 1px black;letter-spacing:.2em;}
#navFirst a{text-decoration:none;color:#fff;}
#navFirst a:hover{color:red;}
#currNavFirst{background-image:url(currNavBack.jpg);background-position:top left;background-repeat:repeat-x;}
#currNavFirst a{text-decoration:none;color:#fff;border-top:solid 1px black;border-left:solid 1px black;
		border-right:solid 1px black;border-bottom:hidden 1px; }
		
#navSpacer{background-image:url(pics/navspacer.jpg); background-repeat:no-repeat;}
#navSpacer1{background-color:#fff;line-height:2px;}
#navSpacer2{background-color:#000099;line-height:4px;}
#navSpacer3{background-image:url(pics/navspacer3.jpg); background-repeat:no-repeat;}
#navSpacer4{background-color:#000;line-height:2px;}

.navNumberHeight{ font-size:8px; background-color:fff; font-family:Arial; color:#333333;}

.round {border-radius: 10px;
       -webkit-border-radius: 35px;
       -moz-border-radius: 35px;
}
.round-top {
    -webkit-border-top-right-radius: 24px;
    -webkit-border-top-left-radius: 24px;
    -moz-border-top-right-radius: 24px;
    -moz-border-top-left-radius: 24px;  
}
.oneColFixCtrHdr #header {
	background: #000000; 
	background-image:url(pics/header.jpg); height:235px; background-repeat:no-repeat; background-position:center; 
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent h1 { font-family:forte; font-size:24px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
}
.oneColFixCtrHdr #footer1 {
	padding-top: 35em ; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
	background:#000000; color:#999999; font-size:9px; text-align:center;
}
.oneColFixCtrHdr #footer2 {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000; color: #FF9933; font-size:12px; text-align:center;
}
.oneColFixCtrHdr #footer1 p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer1 a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    color:#FFFFFF;
}

.column1, .column2, .column3, .doubleColumn1, .doubleColumn2, .wideColumn {
	border-top:2px solid #009900;
	border-left:2px solid #009900;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:    3px 3px 3px 1px #000;
	-webkit-box-shadow: 3px 3px 3px 1px #000;
	box-shadow:         3px 3px 3px 1px #000;
}
.indexdoubleColumn1, .indexdoubleColumn2 {
	background: url("pics/blue1.png") top left repeat scroll;
	float: left;
	padding: 10px;
	width: 330px; 
	text-align:justify;
}
.indexdoubleColumn1 {
	margin:2px 5px 5px 5px;
}
.indexdoubleColumn2 {
	margin:0 0 10px 0;
}
.column1, .column2, .column3 {
	background: url("pics/blue1.png") top left repeat scroll;
	float: left;
	padding: 10px;
	width: 197px;
}
.column1 {
	margin:0 10px 10px 10px;
}
.column2 {
	margin:0 10px 10px 0;
}
.column3 {
	margin:0 0 10px 0;
}
.doubleColumn1, .doubleColumn2 {
	background: url("pics/blue1.png") top left repeat scroll;
	float: left;
	padding: 10px;
	width: 340px;
}
.doubleColumn1 {
	margin:0 10px 10px 10px;
}
.doubleColumn2 {
	margin:0 0 10px 0;
}
.wideColumn {
	background: url("pics/blue1.png") top left repeat scroll;
	padding: 10px;
	float:left;
	width:720px;
	margin:0px 0px 0px 27px;
	color: #D6D7E2;
}
.wideColumn2 {
	background: url("pics/blue1.png") top left repeat scroll;
	padding: 0px 0px 0px 15px;
	float:left;
	width:700px;	
	color: #D6D7E2;
	text-align:justify
}	
#mainContent a {
    color: #fff; text-decoration:none;
}
.wideColumnBot {
	font-size:12px;
	padding: 10px;
	float:left;
	width:655px;
	margin:0 0 10px 10px;
}

.wideColumnTrans {
	padding: 0;
	float:left;
	width:660px;
	margin:0 0 10px 10px;
}	
.contentFont1 {
    color: #D6D7E2;
}

.oneColFixCtrHdr #container #mainContent .wideColumn .upcomingAuctions {
	color: #000000;
}
