/* CSS Document */

body {
	width:100%;
	height:100%;
	background-color:#494949;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	margin:0px;
}

a {
	color:#317bce;
	text-decoration:underline;
}

a:visited {
	color:#317bce;
	text-decoration:underline;
}

a:hover {
	color:#165296;
	text-decoration:none;
}

a:active {
	color:#165296;
	text-decoration:none;
}

h1 {
	width:778px;
	height:33px;
	padding:8px 10px 0px 10px;
	margin:0px;
	border:1px solid #000000;
	background-image:url(images/bg_title.gif);
	background-repeat:repeat-x;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
}

h2 {
	width:228px;
	height:33px;
	padding:8px 10px 0px 10px;
	margin:0px;
	border:1px solid #000000;
	background-image:url(images/bg_title.gif);
	background-repeat:repeat-x;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
}

h3 {
	width:518px;
	height:33px;
	padding:8px 10px 0px 10px;
	margin:0px;
	border:1px solid #000000;
	background-image:url(images/bg_title.gif);
	background-repeat:repeat-x;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
}

dl {
	width:778px;
	height:auto;
	background-color:#ffffff;
	padding:10px 10px 0px 10px;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	margin:0px 0px 10px 0px;
}

dt {
	width:758px;
	height:auto;
	padding:5px 10px 5px 10px;
	background-color:#195fad;
	border-bottom:1px solid #002d5e;
	color:#ffffff;
	font-size:16px;
}

dd {
	width:778px;
	padding:10px 0px 20px 0px;
	margin:0px;
}

.cleardiv {
	clear:both;
	width:100%;
	height:0px;
	font-size:0px;
}

.topinfo {
	width:100%;
	height:auto;
	border-bottom:1px solid #454545;
	padding:6px 0px 6px 0px;
	background-color:#000000;
}

.topwrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	color:#ffffff;
	font-size:10px;
}

.hours {
	float:right;
}

.headertall {
	width:100%;
	height:354px;
	background-image:url(images/bg_header.gif); /* HOLIDAY */
	background-repeat:repeat-x;
	background-position:center;
}

.headerwrappertall {
	position:relative;
	width:833px;
	height:354px;
	padding-right:33px;
	margin-left:auto;
	margin-right:auto;
}

.logotall {
	float:left;
	width:243px;
	height:354px;
}

.headersmall {
	width:100%;
	height:170px;
	background-image:url(images/bg_header.gif); /* HOLIDAY */
	background-repeat:repeat-x;
	background-position:center;
}

.headerwrappersmall {
	position:relative;
	width:822px;
	height:170px;
	padding-right:22px;
	margin-left:auto;
	margin-right:auto;
}

.logosmall {
	float:left;
	width:145px;
	height:170px;
}

.frontheader {
	float:left;
	width:590px;
	height:354px;
	background-color:#3b6089;
	font-size:11px;
	color:#ffffff;
}

.frontheadertitle {
	width:570px;
	height:30px;
	padding:8px 10px 0px 10px;
	font-size:18px;
	color:#ffffff;
	background-image:url(images/bg_top_title.gif);
	background-repeat:repeat-x;
	border-bottom:1px solid #004087;
}

.frontheadertitlelink {
	float:right;
	margin-top:4px;
}

.frontheadertitlelink a, .frontheadertitlelink a:visited  {
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#b8d7fa;
}

.frontheadertitlelink a:hover, .frontheadertitlelink a:active  {
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#ffffff;
}

.nav {
	width:100%;
	height:35px;
	background-image:url(images/bg_nav.gif);
	background-repeat:repeat-x;
	border-top:1px solid #cbcbcb;
	border-bottom:1px solid #000000;
}

.navwrapper {
	position:relative;
	width:805px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#mainnav {
	float:left;
	list-style: none;
	margin:0px;
	padding:0px;
	width:auto;
	height:35px;
	font-size:14px;
	text-align:center;
	border-right:1px solid #cbcbcb;
	border-left:1px solid #000000;
}

#mainnav li {
	display: block inline;
	float:left;
	width:auto;
	height:35px;
	line-height:14px;
	font-size:14px;
	margin-left:0px;
	text-align:center;
}

#mainnav li a {
	display: block inline;
	float:left;
	width:auto;
	height:26px;
	padding:9px 25px 0px 25px !important;
	padding:9px 25px 0px 24px;
	line-height:14px;
	text-decoration: none;
	color: #ffffff;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	margin:0px;
	border-left:1px solid #cbcbcb;
	border-right:1px solid #000000;
}

#mainnav li a.last {
	border: 0;
}

#mainnav li a:hover, #mainnav li.current {
	background-image:url(images/bg_nav_hover.gif);
	background-repeat:repeat-x;
	text-decoration: none;
	color:#ffffff;
}

.main {
	width:100%;
	height:auto;
	background-color:#cbcbcb;
	background-position:top;
	background-image:url(images/bg_main_shadow.gif);
	background-repeat:repeat-x;
}

.mainwrapper {
	position:relative;
	width:800px;
	height:auto;
	padding:15px 0px 25px 0px;
	margin-left:auto;
	margin-right:auto;
}

.whiteboxwide {
	width:778px;
	height:auto;
	background-color:#ffffff;
	padding:10px;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	margin-bottom:10px;
}

.frontimage {
	float:right;
	width:235px;
	height:auto;
	padding:0px 10px 10px 10px;
}

.left {
	float:left;
	width:250px;
	height:auto;
	margin-right:10px;
}

.right {
	float:left;
	width:530px;
	height:auto;
}

.frontleft {
	float:left;
	width:395px;
	height:auto;
	margin-right:10px;
}

.frontright {
	float:left;
	width:395px;
	height:auto;
}

.whiteboxright {
	width:518px;
	height:auto;
	background-color:#ffffff;
	padding:10px;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	margin-bottom:10px;
}

.whiteboxleft {
	width:228px;
	height:auto;
	background-color:#ffffff;
	padding:10px;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	margin-bottom:10px;
}

.navleft {
	width:248px;
	height:auto;
	background-color:#ffffff;
	padding:0px;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	margin-bottom:10px;
}

.navleft a, .navleft a:visited {
	display:block;
	width:228px;
	height:auto;
	padding:4px 10px 4px 10px;
	border-bottom:1px solid #cbcbcb;
	color:#195fad;
	background-color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

.navleft a:hover, .navleft a:active {
	display:block;
	width:228px;
	height:auto;
	padding:4px 10px 4px 10px;
	border-bottom:1px solid #cbcbcb;
	color:#ffffff;
	background-color:#195fad;
	text-decoration:none;
	font-weight:bold;
}

.brandfloat {
	float:left;
	width:150px;
	height:auto;
	padding:2px;
}

.frontrow {
	width:373px;
	height:auto;
	padding:0px 0px 5px 0px;
	margin-bottom:5px;
	border-bottom:1px solid #cbcbcb;
}

.frontdate {
	font-size:10px;
	color:#666666;
	padding-bottom:6px;
}

.bottom {
	width:100%;
	height:auto;
	background-image:url(images/bg_bottom.gif);
	background-repeat:repeat-x;
	padding-top:15px;
	color:#ffffff;
	font-size:11px;
}

.bottom a {
	font-weight:bold;
}

.bottomwrapper {
	position:relative;
	width:800px;
	height:auto;
	padding-bottom:25px;
	margin-left:auto;
	margin-right:auto;
}

.bottomcredits {
	float:right;
	width:400px;
	height:auto;
	text-align:right;
}

.calendar {
	float:left;
	width:76px;
	height:67px;
	margin-right:5px;
	background-image:url(images/icon_calendar.jpg);
	background-repeat:no-repeat;
}

.calmonth {
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	padding-top:6px;
}

.calday {
	height:24px;
	padding:1px 0px 1px 0px;
	text-align:center;
	color:#333333;
	font-weight:bold;
	font-size:22px;
}

.calyear {
	text-align:center;
	color:#333333;
	font-weight:bold;
	font-size:12px;
}

.fronteventinfo {
	float:left;
	width:260px;
	height:auto;
}

.teamsleft {
	float:left;
	width:385px;
	height:auto;
	margin-right:8px;
}

.teamsright {
	float:left;
	width:385px;
	height:auto;
}

.salerow {
	width:778px;
	padding:10px 0px 0px 0px;
	margin-bottom:10px;
	border-top:1px solid #cbcbcb;
}

.salepic {
	float:left;
	width:150px;
	height:auto;
	padding:2px;
	border:1px solid #cbcbcb;
	margin-right:10px;
}

.salepic:hover {
	float:left;
	width:150px;
	height:auto;
	padding:2px;
	border:1px solid #333333;
	margin-right:10px;
}

.saleinfo {
	float:left;
	width:612px;
	height:auto;
}

.saletitle {
	font-size:16px;
	font-weight:bold;
	padding-bottom:2px;
}

.saleprice {
	font-size:14px;
	color:#CC0000;
	font-weight:bold;
	padding-bottom:10px;
}

.contacttitle {
	color:#333333;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
}

.textbox {
	border:1px solid #666666;
	padding:2px;
	width:510px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	margin-bottom:10px;
}

.picfloat {
	float:left;
	width:150px;
	height:auto;
	padding:2px;
	border:1px solid #cbcbcb;
	margin:8px !important;
	margin:5px;
}

.picfloat:hover {
	float:left;
	width:150px;
	height:auto;
	padding:2px;
	border:1px solid #000000;
	margin:8px !important;
	margin:5px;
}

.picchop {
	width:150px;
	height:150px;
	overflow:hidden;
}

.newsrow {
	width:518px;
	padding:10px 0px 0px 0px;
	margin-bottom:10px;
	border-top:1px solid #cbcbcb;
}

.storytitle {
	font-size:18px;
	padding-bottom:2px;
}

.subheaderimage {
	float:right;
	width:120px;
	height:120px;
	overflow:hidden;
	margin-left:5px;
}

.subheaderinfo {
	float:right;
	width:650px;
	height:auto;
	color:#fff; /* HOLIDAY */
	margin-top:20px;
}

.subheadertitle {
	font-weight:bold;
	font-size:16px;
	padding-bottom:5px;
}