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

/* GLOBAL CLASSES */

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

a {
	color:#7bb84e;
	text-decoration:none;
}

a:visited {
	color:#7bb84e;
	text-decoration:none;
}

a:hover {
	color:#7bb84e;
	text-decoration:underline;
}

a:active {
	color:#7bb84e;
	text-decoration:underline;
}

h1 {
	font-size:26px;
	color:#fff;
	padding:162px 0px 0px 10px;
	margin:0px;
	font-weight:bold;
}

h2 {
	font-size:26px;
	color:#5ea231;
	padding:5px 0px 5px 0px;
	margin:0px;
	font-weight:bold;
}

h3 {
	color:#fff;
	width:272px;
	font-size:18px;
	font-weight:normal;
	padding:0px 0px 3px 0px;
	margin:0px 0px 10px 0px;
	text-transform:uppercase;
}

/* PAGINATION STYLES */

.pages {
	width:auto;
	font-size:11px;
	padding:0px 0px 5px 0px;
	margin:0px auto 0px auto;
	clear: left;
	text-align:center;
	font-weight:normal;
}

.pages a, .pages span {
	display: block;
	float: left;
	padding: 0.2em 0.5em 0.2em 0.5em;
	margin-right: 0.1em;
	border:1px solid #ffffff;
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	font-weight:normal;
	font-size:11px;
}

.pages span.current {
	border: 1px solid #5ea231;
	font-size:11px;
	font-weight: bold;
	background-color: #5ea231;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	color: #ffffff;
	font-weight:normal;
}

.pages a {
	border:1px solid #5ea231;
	text-decoration: none;
	font-weight:normal;
	font-size:11px;
	color: #43811a;
}

.pages a:hover {
	border-color: #244d09;
	font-weight:normal;
	font-size:11px;
	color: #244d09;
}

.pages span.nextprev {
	font-size:11px;
	color: #666666;
}

.pages span.nextprev {
	font-size:11px;
	border:1px solid #dddddd;
	color: #999999;
}

/* FRAMEWORK CLASSES */

.topline {
	display:block;
	width:100%;
	height:10px;
	font-size:0px;
	background-color:#8ac56e;
	background-image:url(images/bg-topline.gif);
	background-repeat:repeat-x;
}

.top {
	width:100%;
	height:124px;
	background-color:#096e88;
	background-image:url(images/bg-top.gif);
	background-repeat:repeat-x;
}

.nav {
	width:100%;
	height:55px;
	background-color:#569729;
	background-image:url(images/bg-nav.gif);
	background-repeat:repeat-x;
	border-top:1px solid #c0efa1;
	border-bottom:1px solid #214907;
}

.main {
	width:100%;
	padding:0px 0px 25px 0px;
	background-color:#d5e7eb;
	background-image:url(images/bg-main.gif);
	background-repeat:repeat-x;
	background-position:top;
}

.content {
	position:relative;
	width:970px;
	height:auto;
	margin:0px auto 0px auto;
}

.content_top {
	display:block;
	width:970px;
	height:39px;
	background-image:url(images/bg-content-top.png) !important;
	background-image:url(images/bg-content-top.gif);
}

.content_middle {
	width:970px;
	height:auto;
	background-image:url(images/bg-content.png) !important;
	background-image:url(images/bg-content.gif);
}

.content_bottom {
	display:block;
	width:970px;
	height:29px;
	background-image:url(images/bg-content-bottom.png) !important;
	background-image:url(images/bg-content-bottom.gif);
}

.bottom {
	width:100%;
	height:auto;
	padding:15px 0px 25px 0px;
	background-image:url(images/bg-bottom.gif);
	background-repeat:repeat-x;
	color:#fff;
}

/* NAVIGATION STYLES */

#mainnav {
	position:relative;
	list-style: none;
	margin:0px;
	padding:0px;
	width:600px;
	height:55px;
	font-size:18px;
	text-align:center;
}

#mainnav li {
	display: block inline;
	float:left;
	width:auto;
	height:55px;
	line-height:18px;
	font-size:18px;
	text-align:center;
	font-weight:bold;
}

#mainnav li a {
	display: block inline;
	float:left;
	width:auto;
	height:18px;
	padding:18px 8px 19px 8px;
	line-height:18px;
	text-decoration: none;
	color:#c0efa1;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	margin:0px 27px 0px 0px;
}

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

#mainnav li a:hover, #mainnav li.current {
	text-decoration: none;
	color: #ffffff;
}

/* CONTENT CLASSES */

.switch {
	padding-top:15px;
	text-align:right;
	color:#fff;
	font-weight:bold;
}

.switch a, .switch a:visited {
	color:#72cbe4;
	text-decoration:none;
	font-weight:bold;
}

.switch a:hover, .switch a:active {
	color:#93def3;
	text-decoration:underline;
	font-weight:bold;
}

.search {
	height:42px;
	text-align:right;
	padding-top:13px;
}

.searchbox {
	float:right;
	width:276px;
	height:28px;
	border:1px solid #22410c;
	background-color:#ddffc5;
	font-size:18px;
	font-weight:normal;
	color:#22410c;
}

.mocksearch {
	width:236px;
	height:20px;
	font-size:16px;
	font-weight:normal;
	color:#92b37b;
	background-color:#ddffc5;
	border:0px;
	padding:2px 5px 0px 5px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/quick-search.gif);
	background-repeat:no-repeat;
}

.realsearch {
	width:236px;
	height:20px;
	font-size:16px;
	font-weight:normal;
	color:#22410c;
	background-color:#ddffc5;
	border:0px;
	padding:2px 5px 0px 5px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

.citybanner {
	width:940px;
	height:200px;
	margin-bottom:10px;
	background-repeat:no-repeat;
	overflow:hidden;
}

.areabox {
	width:292px;
	height:auto;
	border:4px solid #6eb43f;
	background-color:#3e6f1d;
	background-image:url(images/bg-green.gif);
	background-repeat:repeat-y;
	color:#fff;
	margin-bottom:15px;
}

.areaboxbg {
	width:272px;
	height:auto;
	padding:10px;
	background-image:url(images/bg-green-top.gif);
	background-repeat:no-repeat;
	background-position:top;
}

.areadrop {
	width:272px;
	height:auto;
	padding:2px;
	border:1px solid #000;
	background-color:#fff;
	font-size:16px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

.sidesearchbox {
	width:292px;
	height:auto;
	border:4px solid #428da0;
	background-color:#004e63;
	background-image:url(images/bg-navy.gif);
	background-repeat:repeat-y;
	color:#fff;
	margin-bottom:15px;
}

.sidesearchboxbg {
	width:272px;
	height:auto;
	padding:10px;
	background-image:url(images/bg-navy-top.gif);
	background-repeat:no-repeat;
	background-position:top;
}

.sidesearchtextbox {
	width:266px;
	height:auto;
	padding:2px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	border:1px solid #000;
}

.sidesearchdropbox {
	width:272px;
	height:auto;
	padding:2px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	border:1px solid #000;
}

.browsebox {
	width:292px;
	height:auto;
	border:4px solid #428da0;
	background-color:#76aab7;
	background-image:url(images/bg-blue.gif);
	background-repeat:repeat-y;
	color:#fff;
}

.browseboxbg {
	width:272px;
	height:auto;
	padding:10px;
	background-image:url(images/bg-blue-top.gif);
	background-repeat:no-repeat;
	background-position:top;
}

.browsebox a, .browsebox a:visited {
	display:block;
	width:245px;
	height:14px;
	color:#023745;
	text-decoration:none;
	padding:12px 10px 11px 37px;
	background-image:url(images/bg-subnav-hover.gif);
	background-position:left;
	background-color:#d2e6eb;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	opacity:.8;
}

.browsebox a:hover, .browsebox a:active {
	display:block;
	width:245px;
	height:14px;
	color:#023745;
	text-decoration:none;
	padding:12px 10px 11px 37px;
	background-image:url(images/bg-subnav-hover.gif);
	background-position:left;
	background-color:#d2e6eb;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	opacity:1;
}

.sortbox {
	width:612px;
	height:auto;
	border:4px solid #428da0;
	background-color:#003e4e;
	background-image:url(images/bg-sort.gif);
	background-repeat:repeat-y;
	color:#b5edfb;
	margin-bottom:15px;
}

.sortboxbg {
	width:592px;
	height:22px;
	padding:10px;
	background-image:url(images/bg-sort-top.gif);
	background-repeat:no-repeat;
	background-position:top;
}

.sortdrop1 {
	width:257px;
	height:auto;
	padding:2px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	border:1px solid #000;
}

.sortdrop2 {
	width:120px;
	height:auto;
	padding:2px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	border:1px solid #000;
}

.listingbox {
	float:left;
	width:300px;
	height:auto;
	margin:0px 20px 15px 0px;
}

.listingtitle {
	width:280px;
	height:14px;
	padding:4px 10px 7px 10px;
	color:#fff;
	font-size:14px;
	background-image:url(images/bg-box-title.gif);
	background-repeat:repeat-x;
	background-color:#011b23;
	text-decoration:none;
}

.listingbuttons {
	width:300px;
	height:auto;
	padding:5px 0px 5px 0px;
}

.listingbutton1 {
	float:left;
	width:87px;
	height:24px;
	margin-right:4px;
}

.listingbutton1 a {
	display:block;
	width:87px;
	height:12px;
	padding:6px 0px 6px 0px;
	background-image:url(images/box-button1.gif);
	background-repeat:no-repeat;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

.listingbutton2 {
	float:left;
	width:105px;
	height:24px;
	margin-right:3px;
}

.listingbutton2 a {
	display:block;
	width:105px;
	height:12px;
	padding:6px 0px 6px 0px;
	background-image:url(images/box-button2.gif);
	background-repeat:no-repeat;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

.listingbutton3 {
	float:left;
	width:100px;
	height:24px;
	text-align:right;
}

.listingbutton3 a {
	float:right;
	margin-left:1px;
}

.bottomlinks {
	width:225px;
}

.bottomlinks a, .bottomlinks a:visited {
	display:block;
	width:220px;
	height:auto;
	color:#86c557;
	text-decoration:none;
	padding:1px 0px 1px 5px;
	margin-bottom:1px;
	font-weight:bold;
}

.bottomlinks a:hover, .bottomlinks a:active {
	display:block;
	width:220px;
	height:auto;
	color:#a8e07e;
	text-decoration:none;
	padding:1px 0px 1px 5px;
	margin-bottom:1px;
	font-weight:bold;
}

.credits {
	width:100%;
}

.credits a, .credits a:visited {
	color:#86c557;
	text-decoration:none;
	font-weight:bold;
}

.credits a:hover, .credits a:active {
	color:#a8e07e;
	text-decoration:none;
	font-weight:bold;
}

.listingimage {
	float:right;
	width:300px;
	height:auto;
	margin:0px 0px 10px 10px;
}

.infoleft {
	width:90px;
	font-weight:bold;
}

.inforight {
	width:210px;
}

.contactrow {
	width:610px;
	padding:5px;
	border-bottom:1px solid #eaeaea;
}

.contactrow:hover {
	width:610px;
	padding:5px;
	background-color:#eaeaea;
	border-bottom:1px solid #eaeaea;
}

.contact1 {
	float:left;
	width:130px;
}

.contact2 {
	float:left;
	width:130px;
}

.contact3 {
	float:left;
	width:100px;
}

.contact4 {
	float:left;
	width:240px;
}

.citythumb {
	width:460px;
	height:98px;
	background-repeat:no-repeat;
	margin-bottom:15px;
}

.citythumb a {
	display:block;
	width:450px;
	height:14px;
	padding:78px 5px 5px 5px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}

#weather {
	position:absolute;
	top:391px;
	left:50%;
	width:240px;
	height:auto;
	margin-left:220px;
	color:#fff;
	font-size:14px;
	z-index:3;
	text-align:right;
}

.photofloat {
	float:left;
	width:122px;
	height:122px;
	margin:2px 1px 0px 1px;
}

.photofloat img {
	border:1px solid #7bb84e;
	padding:2px;
}

.photofloat img:hover {
	border:1px solid #3d6b1c;
	padding:2px;
}

.videoleft {
	float:left;
	width:320px;
	margin-right:20px;
}

.videoright {
	float:left;
	width:280px;
}

.eventcal {
	float:left;
	width:100px;
	height:95px;
	padding:3px 0px 0px 0px;
	margin-right:10px;
	background-image:url(images/icon-cal.jpg);
	background-repeat:no-repeat;
}

.month {
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	padding-bottom:5px;
	color:#fff;
}

.day {
	font-size:34px;
	font-weight:bold;
	color:#333;
	padding-bottom:2px;
	text-align:center;
}

.year {
	font-sie:12px;
	color:#333;
	text-align:center;
}

.eventinfo {
	float:left;
	width:510px;
}

.saleleft {
	float:left;
	width:100px;
	height:auto;
	padding:3px 0px 0px 0px;
	margin-right:10px;
}

.saleinfo {
	float:left;
	width:510px;
}

/* LIKWID PAGE */

.textbox {
	width:790px;
	height:auto;
	padding:2px;
	color:#333;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #368ea4;
	background-color:#ffffff;
}

.formleft {
	float:left;
	width:125px;
	height:auto;
	padding-top:3px;
	font-weight:bold;
	font-size:14px;
}

.formright {
	float:left;
	width:795px;
	height:auto;
}

.success {
	width:925px;
	font-weight:bold;
	padding:3px 0px 3px 0px;
	color:#065700;
	background-color:#9fd89a;
	border:1px solid #087400;
	text-align:center;
	margin-bottom:15px;
}

.error {
	width:925px;
	font-weight:bold;
	padding:3px 0px 3px 0px;
	color:#8e0000;
	background-color:#f2aeae;
	border:1px solid #c20000;
	text-align:center;
	margin-bottom:15px;
}

.otherlinks {
	margin-top:15px;
	/*border-top:1px solid #ccc;*/
}

.linkrow {
	width:615px;
	padding:2px 0px 2px 5px; 
}

.linkrow:hover {
	width:615px;
	padding:2px 0px 2px 5px;
	background-color:#e9ffda;
}

.linkrow1 {
	float:left;
	width:190px;
	font-weight:bold;
}

.linkrow2 {
	float:left;
	width:170px;
}

.linkrow3 {
	float:left;
	width:105px;
}

.linkrow4 {
	float:left;
	width:140px;
}