/*****************************************************/
/*auction.css                                       */
/*This style sheet is the for all e-Auction pages	 */
/*it will have global formatting, but has div's for ad layout and changes <h> tag formatting the formatting for the nav menu*/
/*****************************************************/

/*****************************************************/
/*HTML tag styles                                    */
/*****************************************************/
                  
body {
	font-family: "Lucida Sans", "LucidaSansStd", Verdana, sans-serif;
	line-height: normal;
	color: #000000;
	background: fixed;
	background-color: #CCCCCC;
	background-image: url(../graphics/bg_redgrad.jpg);
	text-align: justify;
	margin: 0px;
	padding: 0px;
	font-size: 11pt;
}

/*****************************************************/
/*Hyperlink and anchor styles                        */
/*****************************************************/

a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #CC9933;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: underline;
}

/*****************************************************/
/*Header styles 			                         */
/*****************************************************/

h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 180%;
	font-weight: bold;
	color: #9F0000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #9F0000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #9F0000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #9F0000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

h6 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #9F0000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/*****************************************************/
/*Layout and div styles	       	                     */
/*****************************************************/

#mast {
	position: absolute;
	left: 3%;
	top: 10px;
	right: 3%;
	width: 93.5%;
	height: 118px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #C60C06;
}

#issueDate {
	font-family: "Gloucester MT Extra Condensed", "CalcitePro-Bold";
	font-size: 12pt;
	color: #c60c06;
	position: absolute;
	left: 1%;
	top: 97px;
	letter-spacing: .15em;
	font-style: italic;
}

#tagline {
	font-family: "Gloucester MT Extra Condensed", "CalcitePro-Bold";
	font-size: 12pt;
	font-style: italic;
	color: #c60c06;
	letter-spacing: .15em;
	position:absolute;
	top: 97px;
	right: 1%;
}

#pageSponsor {
	padding-left: 22.5%;
	left: 18%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	top: 145px;
}

#pageArea {
	margin: 0px;
	width: 93.5%;
	left: 3%;
	top: 140px;
	right: 3%;
	background-color: #FFFFFF;
	position: absolute;

}

#navmenu {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 130px;
}

#adbanners {
	margin: 0px;
	padding: 5px;
	float: right;
	width: 120px;
}

#breadcrumb {
	color: #9F0000;
	margin: 0px;
	padding: 1%;
	float: left;
	width: 57%;
}

#content {
	position:relative;
	margin: 0px 0px 25px;
	padding-left: 1%;
	float: left;
	width: 60%;
}

#footer {
	font-weight: lighter;
	clear: both;
	margin-top: 0px;
	margin-bottom: 1%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-right: auto;
	margin-left: auto;
	font-size: 75%;
	padding: 5px;
	text-align: center;
}


/*****************************************************/
/*Nav Menu styles		       	                     */
/*****************************************************/

#navmenu h4 {
	font-family: "Maiandra GD", "NuevaStd-Regular", "Times New Roman", serif;
	color: #C60C06;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 9px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	background-image: url(../graphics/bg_navNewDkGray.gif);
	font-size: 100%;
	vertical-align: middle;
}

#navmenu a:link, #navmenu a:visited {
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 13px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	font-family: "Maiandra GD", "NuevaStd-Regular", "Times New Roman", serif;
	color: #C60C06;
	font-size: 75%;
	background-image: url(../graphics/bg_navNewLtGray.gif);
	vertical-align: middle;
}
#navmenu a:hover {
	color: #F8F8FF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 75%;
	background-image: url(../graphics/bg_navNewRedHover.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c06c60;
}

/*This will dynamically color the appropriate menu item on the navigation menu to track where the user is*/
#news #navmenu .navNews, #ops #navmenu .navOps, #crop #navmenu .navCrop, #columns #navmenu .navColumns, #\34h #navmenu .nav4H, #fairs #navmenu .navFairs, #recipes #navmenu .navRecipes, #home #navmenu .navHome, #archives #navmenu .navArchives, #SaleCalendar #navmenu .navSaleCalendar, #EventsCalendar #navmenu .navEvents, #equipment #navmenu .navEQuipment, #classifieds #navmenu .navClassPlace, #classifiedsBrowse #navmenu .navClassified, #subscribe #navmenu .navSubscribe, #commercial #navmenu .navJobPrinting, #links #navmenu .navLinks, #auction #navmenu .navAuction, #exclusifieds #navmenu .navExclusifieds
{
	background-image: url(../graphics/bg_navNewRedSelection.gif);
	color: #F8F8FF;
	font-weight: bold;
}
/*****************************************************/
/*ad banner styles		       	                     */
/*****************************************************/

#adbanners img {
	padding-right: 1%;
	padding-left: 1%;
	padding-top: 1%;
	padding-bottom: 20px;
}

/*****************************************************/
/*footer styles		       	                     	 */
/*****************************************************/

#footer a:hover {
	font-weight: bold;
}


/*****************************************************/
/*miscellaneous/nongrouped styles                  	 */
/*****************************************************/
#msg {
	font-size: larger;
	font-weight: bold;
	color: #FF0000;
}

.searchTerm {
	color: #FFFFFF;
	background-color: #0099FF;
}

/*****************************************************/
/*e-Auction formatting and divs                 	 */
/*****************************************************/
#adSpace {
	border: 5px ridge #006600;
	padding: 10px;
	width: 93%;
	font-size: 9pt;
	float: left;
}
#photoGallery {
	padding: .75%;
	clear: both;
	margin-top: .5%;
	margin-right: auto;
	margin-bottom: .5%;
	margin-top: .5%;
	margin-left: auto;
	border-bottom-width: thick;
	border-bottom-style: ridge;
	border-bottom-color: #006600;
	border-top-width: thick;
	border-top-style: ridge;
	border-top-color: #006600;
}
#col1 {
	padding: .75%;
	float: left;
	width: 48.5%;
	text-align: justify;
	line-height: 150%;
}
#col2 {
	padding: .75%;
	float: right;
	width: 48.5%;
	text-align: justify;
	line-height: 150%;
}

#col1only {
	padding: .75%;
	float: left;
	width: 98%;
	text-align: justify;
	line-height: 150%;
}

#sig {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: .75%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: thick;
	border-top-style: ridge;
	border-top-color: #006600;
	text-align: center;
}

#adSpace h1  {
	font-size: 275%;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-transform: capitalize;
	line-height: normal;
}

#adSpace h2  {
	font-size: 200%;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: normal;
}

#adSpace h3  {
	font-size: 175%;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: normal;
}

#adSpace h4  {
	font-size: 125%;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-transform:uppercase;
}

#adSpace h5  {
	font-size: 125%;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-transform:uppercase;
}

#adSpace h6  {
	font-size: 125%;
	font-weight: bold;
	color: #F5E01A;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-transform:uppercase;
	background-color: #006600;
}
