@import url("../../global/CSS/global.css"); /* Global Stylesheet */

/* DEFAULTS */
html,body,div,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-weight: normal; font-style: normal; }
fieldset,img { border: none; }
caption,th { text-align: left; }

body {
	background-color: #FFFFFF;
	background-image: url(/sitefiles/1394/Images/bkgdbody.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	overflow-x:hidden;
}

img, div { behavior: url(/SiteFiles/####/Scripts/iepngfix.htc); }
img.leftalign { float: left; margin: 2px 20px 16px 0; }
img.rightalign { float: right; margin: 2px 0 16px 20px; }

hr {
	border: 0;
	width: 100%;
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}


/* TYPE */
body, p, div, td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

ul, li {
	font-size: 14px;
	line-height: 21px;
}
a:link, a:visited, a:active {
	color: #E12F39; 
	text-decoration: none;
}
a:hover {
	color: #E12F39; 
	text-decoration: underline;
}
a:focus {
	outline: none; 
}
strong, b { font-weight:bold; }

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-size: 22px;
	line-height: 28px;
	color: #666666;
	width:600px;
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 10px;
}
h3 {
	font-size: 16px;
	line-height: 18px;
	color: #666666;
	font-weight: bold;
	margin: 0px 0px 5px 10px;
}
h4 {
	font-size: 16px;
	line-height: 18px;
	color: #333333;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 10px;
}
h5 {
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
	margin: 0px 10px;

}
h6 {
	font-size: 12px;
	line-height: 16px;
	color: #666;
	font-weight: bold;
	margin: -30px 0px 0px 0px;
}

/* SEARCH */
#search {
	float: right;
	width: 150px;
}
#search p {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	display:block;
	padding: 6px;
	margin-top: 6px;
	margin-bottom: 12px;
	border-bottom: 2px solid #cbcece;
	text-transform:uppercase;
}
.searchField {
	font-size: 10px;
	color: #abafae;
	width: 108px;
	border: 0px;
	float: left;
	padding: 4px 3px 4px 23px;
	background-image:url(/sitefiles/1394/Images/search.png);
}
.searchButton {
	display:none;
}

/* MAIN NAV */
#mainnavWrapper {
	margin: 0px;
	padding: 0px;
	width: 652px;
	height: 55px;
	position: absolute;
	top: 28px;
	right: 0px;
}
#mainnavWrapper p,
#mainnavWrapper h2,
#mainnavWrapper h2 a {
	display: none;
}

/* LEVEL2NAV */
#level2navWrapper {
	margin: 0px;
	padding: 0px;
	width: 902px;
	height: 40px;
	position: absolute;
	top: 113px;
	background-color: #3B626E;
}
#level2navWrapper p,
#level2navWrapper h2,
#level2navWrapper h2 a {
	display: none;
}
#level2nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
	height: 35px;
}
#level2nav li ul {display: none;}

#level2nav li {
	padding: 0px;
	margin: 0px 16px 0px 0px;
	float: left;
	background: none;
	line-height: 18px;
}
#level2nav a {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px 4px;
}
#level2nav a:hover {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #29424A;
	padding: 0px 4px;
}
#level2nav a.current {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px 4px;
}

/* SUB NAV */
#subnavWrapper {
    width: 180px;
    float: left;
}
#subnavWrapper p, 
#subnavWrapper h2,
#subnavWrapper h2 a {
	display: none;
}
#subnav {
    padding: 0;
    margin: 0;
    list-style: none;
}
#subnav li {
	font-size:11px;
    padding: 0;
    margin: 0;
    width: 180px;
    background: none;
	line-height: 18px;
}
#subnav a {
	color: #666666;
	display:block;
	padding: 6px;
	border-bottom: 1px solid #cbcece;
	text-decoration: none;
}
#subnav a:hover {
	color: #333333;
	display:block;
	padding: 6px;
	border-bottom: 1px solid #666666;
	text-decoration: none;
}
#subnav a.first {
	color: #666666;
	display:block;
	padding: 6px;
	border-bottom: 1px solid #cbcece;
	text-decoration: none;
}
#subnav a.first:hover {
	color: #333333;
	display:block;
	padding: 6px;
	border-bottom: 1px solid #666666;
	text-decoration: none;
}
#subnav a.current {
	color: #333333;
	display:block;
	padding: 6px;
	border-bottom: 1px solid #cbcece;
	text-decoration: none;
	font-weight: bold;
}

/* WRAPPERS */
#indexWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #f58925;
}
#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
	height: 112px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #D9253D;
	background-image: url(/sitefiles/1394/Images/bkgdtop.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
	padding: 34px 0px;
}
#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
}

/* SITE INDEX */
#siteIndex {
	margin: 0px auto;
	padding: 20px 0px;
	width: 950px;
	height: 204px;
}
#siteIndex dl {
	float: left;
	overflow: hidden;
	padding: 0 10px;
	width: 168px;
	font-size: 10px;
	line-height: 16px;
}
#siteIndex dt {
	padding: 0px;
	font-weight: bold;
}
#siteIndex dd {
	padding: 1px 0;
}
#siteIndex dt a {
	color: #fff;
}
#siteIndex dd a {
	color: #FBD0A8;
}
#siteIndex a:hover {
	text-decoration: underline;
}
#siteLogin {
	float: left;
	overflow: hidden;
	padding: 0 10px;
	width: 168px;
	font-size: 10px;
	line-height: 16px;
	background-color: #f69840;
}

/* TOP */
#top {
	margin: 0px auto;
	padding: 0px;
	width: 974px;
	height: 112px;
	position: relative;
}
#logo {
	float: left;
	width: 125px;
	height: 131px;
	margin: 0px;
	margin-top: 5px;
	position: absolute;
	left: 10px;
	z-index: 700;
}
#logo a {
	display: block;
	width: 125px;
	height: 131px;
	background-image:url(/sitefiles/1394/Images/logo.png);
	text-indent: -9999px;
}

/* CONTENT */
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#content {
	margin: 0px auto;
	width: 974px;
}
#contentLeft {
	float: left;
	width: 243px;
	clear: none;
}
#flash {
	float: left;
	width: 100%;
	height: 369px;
	background-color: #333333;
	background-image: url(/sitefiles/1394/Images/bkgdflash.jpg);
	background-repeat: repeat-x;
}
#sliderWrapper {
	width: 1024px;
	margin: 0px auto;
	height: 367px;
	background-color: #333333;
	position: relative;
}
#subheader {
	width: 974px;
	margin: 0px auto;
	height: 76px;
	position: relative;
	padding-top:34px;
}
#headerWrapper {
	float: left;
	width: 100%;
	margin: 0px auto;
	height: 110px;
	background-color: #333333;
	background-image: url(/sitefiles/1394/Images/bkgdsubheader.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
#whyzellner {
	position: absolute;
	width: 398px;
	height: 204px;
	top: 0px;
	left: 347px;
	z-index: 800;
	background-image: url(/sitefiles/1394/Images/bkgdwhy.png);
	padding-right: 42px;
	padding-left: 218px;
	padding-top: 119px;
}
#whyzellner p {
		color: #ffffff;
	font-size:16px;
	line-height:21px;
}
#whyzellner h4 {
		color: #ffffff;
	font-size:24px;
	line-height:24px;
}
#hmAds {
	float: left;
	width: 708px;
	height: 111px;
}
#hmAds a img {
	border: 1px solid #14323b;
}
#hmAds a:hover img {
	border: 1px solid #45626c;
}
#contentRight {
	float: right;
	width: 666px;
	min-height: 400px;
}
#DEFcontentRight {
	float: right;
	width: 655px;
	min-height: 400px;
	font-size: 14px;
	line-height:21px;
	clear: right;
}
#DEFcontentRight p {
	width: 600px;
	font-size: 14px;
	line-height:21px;
	margin: 12px 0px 6px 10px;
	;
}
#DEFcontentRight {

}
.newstory {
	width: 190px;
	float: right;
	height:390px;
	padding: 10px;
	margin-left: 12px;
}
div.newstory:hover {
	background-image:url(/sitefiles/1394/Images/bkgdnewstory.png);
	background-repeat:no-repeat;
	margin-left: 12px;
}
.newstory h4 {
	margin:0px;
}
#contentRight img {
}
#contentRightBtm {
	float: left;
	width: 188px;
	height: 187px;
	background: url(/SiteFiles/####/Images/contentRightBtm.jpg) no-repeat;
	padding: 24px 12px 12px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	text-align: center;
}
#contentRightBtm img {
	float: none;
}

/* FOOTER */
#footer {
	margin: 0px auto;
	padding: 30px 0px;
	width: 974px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	height: 20px;
}
#footer p {
	display: block;
	float: left;
	width: 700px;
	font-size: 13px;
	margin: 0;
	color: #808080;
	text-indent: 18px;
}
#footer p a {
	color: #808080;
}
#footerLeft {
	float: left;
	width: 708px;
	font-size: 10px;
	color: #FFFFFF;
}
#footerLeft a {
	color: #FFFFFF;
}
#footerLeft a:hover {
	color: #FFFFFF;
}
#utilityLinks {
	float: left;
	width: auto;
	font-size: 10px;
	color: #6995ab;
}
#utilityLinks a {
	color: #6995ab;
}
#utilityLinks a:hover {
	color: #6995ab;
}
#footerRight {
	float: right;
	width: 212px;
}
.footerRight {
	float: left;
	margin-right: 18px;
}
#footerBottom {
	margin: 0px auto;
	padding: 30px 0px;
	width: 974px;
	color: #808080;
	height: 50px;
	text-indent: 18px;
	font-size: 11px;
}

/* DEFAULT CONTENT */

/* SEARCH TITLE */
.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
}
a.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration:none;
}
a.pageSearchTitle:hover {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration:underline;
}

/* PHOTO GALLERY */
.photogallery {
	padding: 0px;
	margin: 0px 0px 0px -10px;
	list-style: none;
}
.photogallery li {
	padding: 0 10px 10px 0;
	margin: 0px;
	background: none;
	float: left;
}
.photogallery li a {
	padding: 2px; 
	border: 1px solid #CCCCCC;
	display: block;
}
.photogallery li a:hover {
	padding: 2px; 
	border: 1px solid #666666;
	display: block;
}

/* BREADCRUMBS */
#breadcrumbs {
	float: left;
	width: 612px;
	text-align: left;
	margin-bottom: 14px;
}
#breadcrumbs ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#breadcrumbs li {
	margin: 0px;
	float: left;
	background:none;
	display:inline;
}
#breadcrumbs a {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/####/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:none;
	margin-right: 8px;
}
#breadcrumbs a:hover {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/####/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:underline;
	margin-right: 8px;
}
#breadcrumbs a.first  {
	padding: 0px;
	font-size: 11px;
	color: #2B4B77;
	background: none;
	text-decoration:none;
}
#breadcrumbs a.first:hover  {
	padding: 0px;
	font-size: 11px;
	color: #2B4B77;
	background: none;
	text-decoration:underline;
}
#breadcrumbs a.current  {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/####/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:underline;
	margin-right: 8px;
}

/* ----------------------------------------------------------------------------------------------------------------- Promotion Slider Styles */
.anythingSlider {
	width: 1024px;
	height: 360px;
	position: relative;
	margin: 0 auto 0px;
}
* html .wrapper ul li a {margin-left: 40px;}

html>body .wrapper ul li a  {*margin-left: 0px;}

.anythingSlider .wrapper {
	width: 1024px;
	height: 367px;
	overflow: auto;
	margin: 0px;
	position: absolute;
	top: 0;
	left: 0;
}
.anythingSlider .wrapper ul {
	width: 9999px;
	list-style: none;
	position: absolute;
	top: 0;
	margin: 0 0 0 -40px;
	background-color: #E12F39;
}
html>body .anythingSlider .wrapper ul { *left: 0px; } /* IE 7 only hack */

.tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #ffffff;
	display: block;
	padding: 7px;
	height: 24px;
	background-color: #E12F39;
}
.anythingSlider ul li {
	display: block;
	float: left;
	height: 360px;
	width: 1024px;
	margin: 0;
	padding: 0;
}
#thumbNav {
	width: 130px;
	height: 24px;
	position: absolute;
	right: 8px;
	top: 331px;
	text-align: center;
	padding: 7px 0px 0px 22px;
	z-index:4000;
}
#thumbNav a {
	color: #00548E;
	background-image:url(/sitefiles/1394/Images/bulletred.png);
	background-repeat:no-repeat;
	background-position:center;
	font: bold 11px Arial, Helvetica, sans-serif;
	display: inline-block;
	padding: 2px 9px;
	margin: 0 2px 0 0;
	text-align: center;
	text-indent: -9999px;
}
#thumbNav a:hover {
	background-image:url(/sitefiles/1394/Images/bulletred2.png);
	background-repeat:no-repeat;
	background-position:center;
}
#thumbNav a.cur {
	background-image:url(/sitefiles/1394/Images/bulletwhite.png);
	background-repeat:no-repeat;
	background-position:center;
}
#start-stop {
	display:none;
}
#start-stop.playing {
	background: url(/SiteFiles/1339/Images/i-pause.gif) no-repeat;
 }
#start-stop:hover {
	background: url(/SiteFiles/1339/Images/i-pause-stop.gif) no-repeat;
	border-right: 1px solid #1f6798;
	border-bottom: 1px solid #1f6798;
}
/*
  Prevents
*/
.anythingSlider .wrapper ul ul { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li { float: none; height: auto; width: auto; background: none; }
/*
    For Specific Slides
*/
#promotion2 {
	padding: 0px;
	background: url(/SiteFiles/1339/Clientside/promotion2.jpg) no-repeat;
	width: 769px;
	height: 235px;
}
#promotion2 h3 { font: 20px Georgia, Serif; }
#promotion2 h4 { text-transform: uppercase; font: 15px Georgia, Serif; margin: 10px 0; }
#promotion2 ul { list-style: disc; margin: 0 0 0 25px; }
#promotion2 ul li { display: list-item; }

#quoteSlide { padding: 30px; }
#quoteSlide blockquote { font: italic 24px/1.5 Georgia, Serif; text-align: center; color: #444; margin: 0 0 10px 0; }
#quoteSlide p { text-align: center; }

/* ----------------------------------------------------------------------------------------------------------------- Accordion Styles */
#accordion {
	float: left;
	width: 241px;
	border: 2px solid #E6E6E6;
}
/* ----------------------------------------------------------------------------------------------------------------- Site Credit */
a.site-credit-link {
	padding-left: 18px;
	color: #808080;
	font-size: 11px;
	line-height: 18px;
}
.ui-widget-content a {
	color:#E02F39;
}
.printthis {
	color:#999999;
	padding:10px 0px;
	font-size:10px;
	display: block;
	float: right;
	width:100px;
}
span.printthis a {
	color:#999999;
	padding:5px;
}

#bidboard-wrapper {
	height:70px;
}
#bidboard-wrapper div {
	float:left;
	height:70px;
	margin-right:40px;
	margin-top:7px;
}
#bidboard-wrapper a {
	-moz-border-radius:6px 6px 6px 6px;
	-webkit-border-radius:6px 6px 6px 6px;
	background-color:#E02F39;
	color:#FFFFFF;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	padding:6px 8px;
}
#bidboard-wrapper a:hover {
	text-decoration:none;
	text-shadow:0 1px 0 #666666;
}