
/* GENERAL CSS RESET STYLES */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; 	padding: 0; border: 0; 	outline: 0; }
/* remember to define focus styles! */
/* fix for ff3 outline */
a { outline: none }
/* end fix for ff3 outline */
:focus { outline: 0; }
body { line-height: 12px; color: black; background-color: white; font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
ol, ul { 	list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/* LINK CSS */
 a {}
 a:link { color: #FFFFFF; text-decoration: none; }  
 a:visited { color: #FFFFFF; text-decoration: none; }  
 a:hover { color: #FFFFFF; text-decoration: underline;  }  
 a:active { color: #FFFFFF; text-decoration: underline; }
/* H1 -> H2 Tags */
 h1 { font-size: 30px; font-weight: normal; }  
 h2 { font-size: 24px; font-weight: normal; }  
 h3 { font-size: 18px; font-weight: normal; }  
 h4 { font-size: 12px;  font-weight: normal; }  
 h5 { font-size: 11px; font-weight: normal; }  
/* end of header styles */
/* INPUT ITEMS TEXT, IE7 HAS Border: 2px all around and PADDING 1px ALL AROUND. FIREFOX DOES NOT HAVE THE LEFT ADN RIGHT PADDING */
input { padding: 0px; margin: 0px; border: 0px; }
textarea { padding: 0px; margin: 0px; border: 0px; }
/* IMAGES MUST HAVE DISPLAY BLOCK TO PREVENT IE6 FROM DISPLAYING A 2-3 PX BUG */
img { display: block; }
/* end of other weird bugs discovered category */
/* END OF RESET STYLES CSS */

/* USEFULL GENERAL CSS CLASSES ALWAYS USED */
.floatLeft { float: left; }
.floatRight { float: right; }
.clear, #pageWrap .clear { clear: both; overflow: hidden; height: 0px; }
.noMargins { margin: 0px 0px 0px 0px; }
.noPadding { padding: 0px 0px 0px 0px; }
.noMarginsOrPadding { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
/* CLASSES EDITED AT EACH PAGE CREATION  == ACTUAL CSS FILE HERE */

/* smallest size at the top, largest at the bottom */
.size1 {}
.size2 {}
.size3 {}
.size4 {}
.size5 {}
.size6 {}
.size7 {}
.size8 {}
.size9 {}
/* end custom size classes*/

/* Border Style  -> ALL PAGES UNDER THIS 
t
t b
t b l
t b l r
t b l r bl
t b l r bl br
t b l r bl br tl
t b l r bl br tl tr
t b l r bl br tl tr background: none afterwards else lots of troubles and headaches, mofo
*/	

/* ========================= PAGE CSS ========================= */

/* ================== CONTENT ============== 
	
	1) GENERAL CSS
	2) Homepage Specific CSS
	3) SubPage Specific CSS 

*/

/* ============== General CSS =================== */	
body { background-image: url("./../iwiImages/bgRepeat.png"); overflow: auto; overflow-x: hidden;}
#pageWrap { background-image: url("./../iwiImages/bgRepeatBottom.png"); background-repeat: repeat-x; background-position: left bottom; padding-bottom: 165px;}
#pageWrap .innerHeaderWrap { background-image: url("./../iwiImages/liRepeat.png"); background-repeat: repeat-x; background-position: left 168px;}
#pageWrap .innerWrap { width: 1035px; margin: 0px auto; }

/* header */
.innerWrap .header { width: 875px; margin: 0px auto;}
.innerWrap .header .absImgTop { background-image: url("./../iwiImages/logo.png"); background-repeat: no-repeat; background-position: center right; float: left; position: absolute; width: 349px; height: 189px; z-index: 10;display: inline; }
.innerWrap .header img { margin-top: 9px;}
/* all menu links */
#nav a, #subMenusContainer a{ text-decoration:none; display:block;  }

#nav a { background-image: url("./../iwiImages/liDefCenter.png"); background-repeat: repeat; background-position: center; text-transform: uppercase;}
#nav a span.l { background-image: url("./../iwiImages/liDefLeft.png"); background-position: left center; background-repeat: no-repeat; display: block;}
#nav a span.r { background-image: url("./../iwiImages/liDefRight.png"); background-position: right center; background-repeat: no-repeat; display: block; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica; font-weight: bold; font-size: 14px; line-height: 16px; padding-left: 20px; padding-right: 20px; padding-top: 22px; padding-bottom: 23px; color: #fff;}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav a{ margin:0; float:left; }

/* Just sub menu links */
#subMenusContainer a, #nav li li a{ text-align:left; font-size: 13px; font-family: "Trebuchet MS", Helvetica; line-height: 16px; font-weight: bold; padding: 8px 8px; border-top: 1px solid #a79064; color: #fff; }

/* All menu links on hover or focus */
/*#nav a:hover, #nav a:focus, #subMenusContainer a:hover, #subMenusContainer a:focus { background-color:#F6C739; color:#FFF; }*/
#nav a:hover, #nav a:focus { background-image: url("./../iwiImages/liCenter.png"); background-repeat: repeat-x; background-position: center;}
#nav a:hover span.l, #nav a:focus span.l { background-image: url("./../iwiImages/liLeft.png"); background-repeat: no-repeat; background-position: left center;}
#nav a:hover span.r, #nav a:focus span.r { background-image: url("./../iwiImages/liRight.png"); background-repeat: no-repeat; background-position: right center; color: #fff;}

/* sub menu links on hover or focus */
#subMenusContainer a:hover, #subMenusContainer a:focus { background-color: #cdb796; color: white; }

/* Parent Sub Menu Links ---[javascript users only]*/
.subParentBtn {}
.subMenuParentBtn{ }

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused{ }


/* Parent Main Menu Links ---[javascript users only]*/
.mainParentBtn {}
.mainMenuParentBtn{	}


/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
#nav .mainMenuParentBtnFocused{  background-image: url("./../iwiImages/liCenter.png"); background-repeat: repeat-x; background-position: center;}
#nav .mainMenuParentBtnFocused span.l { background-image: url("./../iwiImages/liLeft.png"); background-repeat: no-repeat; background-position: left center;}
#nav .mainMenuParentBtnFocused span.r  { background-image: url("./../iwiImages/liRight.png"); background-repeat: no-repeat; background-position: right center; color: #fff;}


/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ display:none;  
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 2px;
	margin:0 0 0 -2px;
	width: 183px;
}

/* All submenu OLs and ULs */
#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol { /*border around submenu goes here*/ border-top: 5px solid #ae8f5f; border-bottom: 5px solid #ae8f5f; left:0; }

/* All ULs and OLs */
#nav, #nav ul, #nav ol, #subMenusContainer ul, #subMenusContainer ol { padding: 0; margin: 0; list-style: none; line-height: 1em; }
 #nav ul, #nav ol { display: none;}
/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li { /*great place to use a background image as a divider*/ display:block; list-style:none; position:relative; float:left; }
#nav li.sep { height: 61px; background-image: url("./../iwiImages/liSep.png"); background-repeat: no-repeat; background-position: center; width: 2px;}
#subMenusContainer li{ list-style: none;  padding: 0px 10px; background-image: url("./../iwiImages/navSubLi.png"); background-repeat: repeat-y; background-position: left center; }
#subMenusContainer li:first-child a{ border-top: 0px none;}
/* main menu ul or ol elment */
#nav{ list-style:none; margin:0 0 0 0; z-index:5; text-align: right; display:block; height: 61px; }
#subMenusContainer{	display:block; 	position:absolute;	top:0;	left:0;	width:100%;	height:0;	overflow:visible;	z-index:1000000000; }



.innerWrap .content { width: 1035px; background-image: url("./../iwiImages/largeCenterR.jpg"); background-repeat: repeat-y; background-position: top center;}
.innerWrap .contentTop { background-image: url("./../iwiImages/largeCenterTop.jpg"); background-repeat: no-repeat; background-position: top center;}
.innerWrap .contentBottom { background-image: url("./../iwiImages/largeCenterBottom.jpg"); background-repeat: no-repeat; background-position: center bottom;}
.innerWrap .innerContent { width: 816px; margin: 0px auto; padding-top: 20px;} 
.innerContent .welcomeBox { padding: 10px; width: 415px; height: 269px; background-color: #fff; margin-bottom: 8px;}
.innerContent .experienceBox { padding: 15px 20px; background-image: url("./../iwiImages/rightSideShape.png"); background-repeat: no-repeat; background-position: center left; width: 338px; height: 260px; margin-bottom: 8px;}
.innerContent .experienceBox h1 { color: #fff; font-family: "Palatino Linotype", Verdana, Arial;  font-weight: bold; font-size: 17px; line-height: 24px; margin-bottom: 12px;}
.innerContent .experienceBox p { color: #f0dab0; line-height: 23px; font-size: 13px;}
.innerContent .experienceBox a { color: #ffce59; text-decoration: none; font-weight: bold; display: block; width: 75px; line-height: 14px; margin-top: 20px; margin-left: 260px;}

.innerContent .newsBox { margin-right: 10px; width: 268px; display: inline; }
.innerContent .newsBox h2 { background-image: url("./../iwiImages/mainPageNewsBox.png"); background-repeat: no-repeat; background-position: center; line-height: 84px; font-size: 24px; font-family: "Arial Narrow", Arial, Helvetica; font-weight: normal; width: 255px; padding-left: 13px; color: #7e2300; }
.innerContent .newsBox .newsBoxC { background-image: url("./../iwiImages/mainPageNewsBoxC.png"); background-repeat: repeat-y; background-position: center; width: 255px; padding-left: 13px; padding-right: 0px; }
.innerContent .newsBox .newsBoxB { background-image: url("./../iwiImages/mainPageNewsBoxB.png"); background-repeat: no-repeat; background-position: bottom right; width: 255px; height: 32px;  padding-top: 25px; }
.innerContent .newsBox .newsBoxB a { width: 90px; height: 25px; display: block; margin-left: 160px;}
.innerContent .newsIndv { margin-top: 15px; padding-right: 10px;}
.innerContent .first { margin-top: 0px;}
.innerContent .newsIndv h3 { font-size: 16px; color: #fff; font-weight: bold; line-height: 20px; margin-bottom: 0px;}
.innerContent .newsIndv p.date { color: #fff; font-size: 13px; line-height: 16px; margin-bottom: 5px;}
.innerContent .newsIndv p { color: #f0dab0; font-size: 13px; line-height: 19px; }
.innerContent .newsIndv p a { color: #ffce59; text-decoration: underline; font-size: 12px; font-weight: bold;}
.innerContent .newsIndv p a:link, .innerContent .newsIndv p a:visited, .innerContent .newsIndv p a:active, .innerContent .newsIndv p a:focus, .innerContent .newsIndv p a:hover { color: #ffce59; text-decoration: underline;}

.innerContent .bigAdventure { background-image: url("./../iwiImages/nextAdventureBg.png"); background-repeat: no-repeat; background-position: center; height: 370px; width: 260px;}
.innerContent .bigAdventure img { margin-left: 27px; margin-top: 112px; margin-bottom: 15px;}
.innerContent .bigAdventure h3 { font-family: "Arial Narrow", Arial, Helvetica; font-size: 15px; font-weight: bold; color: #e7ccc3; line-height: 17px; margin-bottom: 5px; padding: 0px 10px; text-align: center;}
.innerContent .bigAdventure p { font-family: Arial, Helvetica; color: #e7ccc3; font-size: 13px; line-height: 15px; padding: 0px 10px; text-align: center;}

.innerContent .contactUsBox { height: 370px;}
.innerContent .contactUsBox h2 { line-height: 84px; background-image: url("./../iwiImages/contactUsTop.png"); background-repeat: no-repeat; background-position: center; font-size: 24px; font-family: "Arial Narrow", Arial, Helvetica; font-weight: normal; width: 248px; text-align: right; padding-right: 20px; color: #7e2300;}
.innerContent .contactUsBox .contactBox { padding: 0px 20px; background-image: url("./../iwiImages/contactUsCenter.png"); width: 228px;}
.innerContent .contactUsBox .contactBox .topB { background-image: url("./../iwiImages/topBoxBg.jpg"); background-repeat: no-repeat; background-position: left bottom; padding-bottom: 11px; margin-bottom: 10px; width: 228px;} 
.innerContent .contactUsBox .contactBox h5 { color: #f0dab0; font-size: 13px; line-height: 17px; margin-bottom: 5px;}
.innerContent .contactUsBox .contactBox p.lBox { width: 55px; float: left; font-size: 13px; line-height: 15px; margin-bottom: 7px; text-align: right; color: #f0dab0; display: inline;}
.innerContent .contactUsBox .contactBox p.rBox { float: left; font-size: 13px; line-height: 15px; margin-bottom: 7px; color: #fff; margin-left: 5px; display: inline;}
.innerContent .contactUsBox .contactBox p.indent { margin-left: 60px; display: block; display: inline;}

 /* .innerContent .contactUsBox .contactBox .bottomB { padding-bottom: 26px; } */
.innerContent .contactUsBox .contactBox .bottomB p.lBox { line-height: 20px; }
.innerContent .contactUsBox .contactBox .bottomB p.rBox { line-height: 20px; font-size: 18px; font-weight: bold;}
.innerContent .contactUsBox .contactBox .bottomB p.rBox a { font-size: 12px; font-weight: bold; color: #ffce59; text-decoration: underline; line-height: 20px;  float: left; margin-right: 5px; display: inline;}
.innerContent .contactUsBox .contactBox .bottomB p.rBox a.bottom { margin-right: 0px;}
.innerContent .contactUsBox .contactBox .bottomB p.rBox span { display: block; float: left; margin-right: 5px;}
.innerContent .contactUsBox .contactBox .bottomB p.rBox span.clear { float: none;}

.innerContent .footer { padding-top: 55px; }
.innerContent .footer p { line-height: 18px;}
.innerContent .footer .first { border-left: 0px none; margin-left: 0px; padding-left: 0px;}
.innerContent .footer a { border-left: 1px solid #fff; margin-left: 10px; padding-left: 10px; color: #fff; text-decoration: none;}
.innerContent .footer a:link, .innerContent .footer a:active, .innerContent .footer a:visited { text-decoration: none; color: #fff;}
.innerContent .footer a:hover, .innerContent .footer a:focus { color: #fff; text-decoration:underline;}
.innerContent .footer p.floatLeft { color: #f1dfd8; font-family: Verdana, Arial, Helvetica; font-size: 11px; line-height: 15px; margin-top: 10px;}
.innerContent .footer p.floatRight { color: #f1dfd8; font-family: Verdana, Arial, Helvetica; font-size: 11px; line-height: 15px; margin-top: 10px;}
.innerContent .footer p.floatRight a { border-left: 0px; margin-left: 0px; padding-left: 0px; color: #ffa700; line-height: 15px; font-weight: bold; font-size: 11px; }

/* ===================== Subpage CSS ================= */
.subPage .subPageC { width: 815px; background-image: url("./../iwiImages/subPageContent.png"); background-repeat: repeat-y; background-position: top center; margin-bottom: 10px;}
.subPage .subPageTop { background-image: url("./../iwiImages/subPageTop.png"); background-repeat: no-repeat; background-position: top center;}
.subPage .subPageBottom { background-image: url("./../iwiImages/subPageBottom.png"); background-repeat: no-repeat; background-position: bottom center; padding: 20px;}

.subPage .subPageBottom .textArea { width: 550px; }
.subPage .subPageBottom .textArea h1.title { font-size: 18px; font-weight: bold; color: #fff; font-family: "Palatino Linotype", "Lucida Grande", Arial, Helvetica; line-height: 24px; margin-bottom: 10px;}

.subPage .subPageBottom .sideLinks { width: 202px;}
.subPage .subPageBottom .sideLinks h1.title  { font-size: 18px; font-weight: bold; color: #fff; font-family: "Palatino Linotype", "Lucida Grande", Arial, Helvetica; line-height: 24px; margin-bottom: 10px;}
.subPage .subPageBottom .sideLinks ul { background-color: #4a3e29; margin-bottom: 15px;}
.subPage .subPageBottom .sideLinks img { margin: 0px auto;}
.subPage .subPageBottom .sideLinks ul li {  border: 2px solid #a40000; background-image: url("./../iwiImages/inactiveSideL.png"); margin-bottom: 2px;}
.subPage .subPageBottom .sideLinks ul li a { display: block; padding: 10px; color: #fff;  }
.subPage .subPageBottom .sideLinks ul li a:link, .subPage .subPageBottom .sideLinks ul li a:active, .subPage .subPageBottom .sideLinks ul li a:visited { color: #fff; text-decoration: none;}
.subPage .subPageBottom .sideLinks ul li a:focus, .subPage .subPageBottom .sideLinks ul li a:hover { background-image: url("./../iwiImages/activeSideL.png"); color: #f0dab0; text-decoration: none;}

.subPage  .testimonials { background-image: url("./../iwiImages/testimonialsPage.png"); background-repeat: no-repeat; background-position: top center; height: 370px; width: 260px; position: relative;}
.subPage .testimonials img { position: absolute; margin-top: 205px; margin-left: 32px;}
.subPage  .testimonials span p { margin-top: 90px; padding: 0px 30px; line-height: 21px; font-size: 13px; color: #e7ccc3; }
.subPage  .testimonials span p span { color: #ffce59; font-weight: bold;}
.subPage .contactUsForm { width: 269px; height: 370px;}

.subPage .subPageBottom .textArea p { line-height: 19px; margin-bottom: 10px; font-size: 13px; font-family: Arial, Helvetica; }
.subPage .subPageBottom .textArea ul { margin-bottom: 15px; }
.subPage .subPageBottom .textArea ul li { font-family: Verdana, Arial, Helvetica; font-size: 13px; color: #fff; padding-left: 15px; background-image: url("./../iwiImages/listIcon.png"); background-repeat: no-repeat; background-position: left 5px; line-height: 17px; margin-bottom: 5px;}
.subPage .subPageBottom .textArea ol { list-style-type: decimal; list-style-position: outside; padding-left: 15px; margin-bottom: 15px;}
.subPage .subPageBottom .textArea ol li { line-height: 17px; margin-bottom: 5px; color: #f0dab0; }
.subPage .subPageBottom .textArea ol li span { color: #fff;}
.subPage .subPageBottom .textArea table { border-spacing: 5px; margin-bottom: 15px;}
.subPage .subPageBottom .textArea table tr td { padding: 10px; color: #000; line-height: 13px; font-family: Verdana, Arial, helvetica; }
.subPage .subPageBottom .textArea blockquote { padding-left: 15px; margin-bottom: 15px;}
.subPage .subPageBottom .textArea a { font-family: Verdana, Arial, helvetica; font-size: 13px; color: #ffce59; text-decoration: underline; line-height: 17px;}
.subPage .subPageBottom .textArea a:link, .subPage .subPageBottom .textArea a:active { color: #ffce59; text-decoration: underline;}
.subPage .subPageBottom .textArea a:visited { color: #f0dab0; text-decoration: underline;}
.subPage .subPageBottom .textArea a:focus, .subPage .subPageBottom .textArea a:hover { text-decoration: underline; color: #fff000;}
.subPage .subPageBottom .textArea h1 { font-size: 18px; font-weight: bold; color: #fff; font-family: "Palatino Linotype", "Lucida Grande", Arial, Helvetica; line-height: 24px; margin-bottom: 10px; }
.subPage .subPageBottom .textArea h2 {font-size: 16px; font-weight: bold; color: #fff; font-family: "Palatino Linotype", "Lucida Grande", Arial, Helvetica; line-height: 22px; margin-bottom: 10px; }
.subPage .subPageBottom .textArea h3 { font-size: 14px; font-weight: bold; color: #fff; font-family: "Palatino Linotype", "Lucida Grande", Arial, Helvetica; line-height: 20px; margin-bottom: 10px; }
.subPage .subPageBottom .textArea h4 { font-size: 12px; font-weight: bold; color: #fff; font-family: "Palatino Linotype", "Lucida Grande", Arial, Helvetica; line-height: 18px; margin-bottom: 10px; }

/* ============================== Alternate Sub ============================ */

.alternateSub .subPageBottom .textArea { width: 775px;}


#pagination span { margin-right: 10px; }
#pagination span.current {margin-right: 0px;}
#pagination .heading {
	font-weight: bold;
}

#testimonialDiv span, .newsIndv .readMore { display: block; text-align: right; }
.newsIndv h3 {margin-bottom: 0;}

#RVSearchResults { width: 100%;  height: 450px;  display: none;}


/*  ========== ASP Script ========== */

.for-sale-owner-cell{padding:9px;text-align:center;}
.for-sale-owner-cell img{border:solid 1px #333; display: inline; float: left;}
.subPage .subPageBottom .textArea .for-sale-owner-cell p{font-size:20px;text-align:center;color:#fff;}
.subPage .subPageBottom .textArea .container-table table { margin:0; border-spacing: 0; } 
.subPage .subPageBottom .textArea .container-table table tr td { padding: 0; } 
.subPage .subPageBottom .textArea .container-table .container-table .rv-sorting-cell { color: #fff; }
.subPage .subPageBottom .textArea .container-table .heading-search-table {}
.subPage .subPageBottom .textArea .container-table .heading-record-amount-table {}
.subPage .subPageBottom .textArea .container-table .search-result-type-table {}
.subPage .subPageBottom .textArea .container-table .column-title-notification-table { margin-top: 15px; }
.subPage .subPageBottom .textArea .container-table .page-number-table { margin-bottom: 15px; }
.subPage .subPageBottom .textArea .container-table .rv-sorting-table td { padding-right: 5px;}
.subPage .subPageBottom .textArea .container-table .rv-sorting-table .rv-sorting-cell { font-weight: bold; margin-bottom: 0;  }
.subPage .subPageBottom .textArea .container-table .rv-sorting-table .rv-sorting-cell img { display: none;  }
.subPage .subPageBottom .textArea .container-table .rv-sorting-table td.rv-sorting-cell { font-weight: bold; margin-bottom: 0; border-bottom: 2px solid #000; }
.subPage .subPageBottom .textArea .container-table .row1 { border-bottom: 1px solid #000; }
.subPage .subPageBottom .textArea .container-table .row2 { border-bottom: 1px solid #000; }
.subPage .subPageBottom .textArea .container-table p { margin: 10px 0;}
.subPage .subPageBottom .textArea .container-table .rv-desc-name { font-size: 18px; font-weight: bold; color: #fff; font-family: "Palatino Linotype", "Lucida Grande", Arial, Helvetica; line-height: 24px; margin-bottom: 10px; }
.subPage .subPageBottom .textArea .container-table .rv-desc-pic img { border:solid 1px #333; }
.subPage .subPageBottom .textArea .container-table .rv-desc-details p span[style] { background: none !important; font-weight: bold; color: #ffce59 !important;}
.subPage .subPageBottom .textArea .container-table .rv-warranty-row img {display: none; }
.subPage .subPageBottom .textArea .container-table .rv-warranty-row { background: url(http://newsite.adventurervctr.com/iwiImages/iwar3.png) top left no-repeat; height: 18px; }
.subPage .subPageBottom .textArea .container-table .rv-financial-row img {display: none; }
.subPage .subPageBottom .textArea .container-table .rv-financial-row { background: url(http://newsite.adventurervctr.com/iwiImages/ifin3.png) top left no-repeat; height: 18px; }
.subPage .subPageBottom .textArea .container-table .rv-flyer-row a {display: block; width: 176px; height:18px; background: url(http://newsite.adventurervctr.com/iwiImages/printflyer.png) top left no-repeat; }
.subPage .subPageBottom .textArea .container-table .rv-flyer-row a img{ display: none;  }
.subPage .subPageBottom .textArea .container-table .rv-flyer-row { padding-top: 15px;}

.column-title-cell { font-style: oblique;}
p.page-navigation-cell { text-align: right; }






















