/** GENERAL **/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg); 
	background-position: top left; 
	background-repeat: repeat-x;
	background-color:#29376e;
}
body,td,th {
	font-family: Trebuchet MS, Arial, MS Sans Serif;
	font-size: 11px;
	color: #000033;
}
h1 {
	font-family: Tahoma, Arial, 'MS Sans Serif'; 
	font-size:27px; 
	color:#a52239; 
	font-weight: bold;
	}
h2 {
	font-family: Tahoma, Arial, 'MS Sans Serif'; 
	font-size:15px; 
	color:#29376e;  
	font-weight: bold;
	padding:0;
	margin:0;
	}
h3 {
	font-family: Tahoma, Arial, 'MS Sans Serif'; 
	font-size:15px; 
	color:#29376e; 
	font-weight: bold;
	padding: 0;
	margin: 0;
	}
h4 {
	font-family: Tahoma, Arial, 'MS Sans Serif'; 
	font-size:15px; 
	color:#a52239; 
	font-weight: bold;
	padding: 0;
	margin: 0;
	}
img {
	border: none;
	}


/** GLOW **/
.glowLeft {
	background-position: top right;
	background-repeat: repeat-y;
	width: 16px;}
	
/* IE ignores styles with [attributes], so it will skip the following. */
.glowLeft[class] {
	background-image:url(images/GlowLeft.png);
}	
.glowRight {
	background-position: top right;
	background-repeat: repeat-y;
	width: 16px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.glowRight[class] {
	background-image:url(images/GlowRight.png);
}
.topGlow {
	width: 800px;
	height:15px;
	background-position: bottom left;
	background-repeat: repeat-x;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.topGlow[class] {
	background-image: url(images/GlowTop.png);
}	
.topGlowLeft {
	width: 16px;
	height:15px;
	background-position: bottom right;
	background-repeat: no-repeat;		
}
/* IE ignores styles with [attributes], so it will skip the following. */
.topGlowLeft[class] {
	background-image: url(images/GlowCornerTopLeft.png);
}	
.topGlowRight {
	width: 16px;
	height:15px;
	background-position: bottom left;
	background-repeat: no-repeat;	
}
/* IE ignores styles with [attributes], so it will skip the following. */
.topGlowRight[class] {
	background-image: url(images/GlowCornerTopRight.png);
}	
.bottomGlow {
	width: 800px;
	height:21px;
	background-position: top left;
	background-repeat: repeat-x;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.bottomGlow[class] {
	background-image: url(images/GlowBottom.png);
}	
.bottomGlowLeft {
	width: 16px;
	height:21px;
	background-position: top left;
	background-repeat: no-repeat;	
}
/* IE ignores styles with [attributes], so it will skip the following. */
.bottomGlowLeft[class] {
	background-image:url(images/GlowCornerBottomLeft.png);
}	
.bottomGlowRight {
	width: 16px;
	height:21px;
	background-position: top right;
	background-repeat: no-repeat;	
}
/* IE ignores styles with [attributes], so it will skip the following. */
.bottomGlowRight[class] {
	background-image:url(images/GlowCornerBottomRight.png);
}


/**HEADER**/
.header {
	 background: url(images/header.jpg) top left no-repeat;
	 width: 800px;
	 height: 110px; 
	 font-family: "Tahoma", Times, serif; 
	 font-size:18px; 
	 color:#ffffff;  
	 }
.headerText {
	text-align:right;
	padding:20px 10px 0 0;
	width: 400px;
	float:right;
}
.headerTextBold {
	font-weight:bold; font-size:22px;
}


/** NAVIGATION **/
.mainmenu{
	background-color: #bcd0e9;
	}
.navContainer {
	 border-bottom: 2px solid #d4af8c;
	 }
.mainmenu ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
	 }	
.mainmenu li {
	display: inline;
	 }	
.mainmenu li a{
	font-family: "Tahoma", Times, serif;
	display: block;
	background: url(images/nav.gif) no-repeat top left; 
	list-style: none; 
	width: 165px;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	line-height: 30px;
	padding: 0;
	margin: 0;
	text-indent: 20px;
	 }	
.mainmenu li a:hover {
	color:#ffffff;
	background: url(images/navOver.gif) no-repeat top left; 
	text-decoration:none;
	}

 
/** CONTACT BOX **/
.contactText {
	 background-image: url(images/contactBG.jpg); 
	 background-color: #ffffff; 
	 background-repeat: repeat-x; 
	 background-position: bottom left; 
	 border: 1px solid #29376e; 
	 margin: 10px 3px 3px 3px; 
	 padding: 10px; 
	 font-family: "Tahoma", Times, serif; 
	 font-size: 10px; 
	 color:#333333; 
	 font-weight: bold; 
	 vertical-align: top;
	 }	  
.redText {
	 color:#a52239;
	 font-size:12px;
	 }
.blueText {
	color:#5d7697;
	}
.smallText {
	font-size:10px;
	color:#333333;
	}


/** RENTALS **/
.rentalTable td{
	border-bottom: 2px dotted #CCCCCC;
	padding: 5px;
	}

	
/**MAIN CONTAINER **/
.main {
	background-color:#ffffff; 
	padding: 10px 10px 20px 10px;
	}
.main a {
	color:#b28d67; 
	font-size: 11px; 
	font-weight: bold;
	text-decoration:none;
	font-weight: bold;
	font-family: "Tahoma", Times, serif; 
	}
.main a:hover {
	color: #a52239;
	text-decoration: underline;
	font-weight: bold;
	}
.floatLeft {
	float: left;
	}
.mainLeft {
	float:left; 
	width:300px; 
	padding-right:30px;
	}
.mainRight{
	float:right; 
	width:270px;
	}

	
/** INVENTORY LINKS **/	
.inventory ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position:inside;
	 }
.inventory li {
	list-style-type: none;
	background: url(images/star.gif) no-repeat 0 50%;
	padding-left: 20px;
	margin: 0;
	}	 	
.inventory li a{
	font-family: "Tahoma", Times, serif;
	color:#b28d67; 
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none;
	}
.inventory li a:hover {
	color: #a52239;
	text-decoration: underline;
	}

/** CONTACT FORM **/
.contactInfo {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}
.contactContainerLeft {
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	top: 0px;
	}
.contactContainerRight {
	float: right;
	width: 350px;
	}
.contactContainerColor {
	background-color: #f2f2f2;
	}
.contactCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.copyAreaCode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
.copyPadding {
	padding-left: 15px;
	}
.copyHighlight {
	color: #CC0000;
	}
.contactStatement {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#29376e;
	padding-bottom: 5px;
	}
.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border:1px solid #cccccc;
	}
.requiredFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFCC;
	}
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #8f2021;
	color : #ffffff;
	font-weight: bold;
	} 
input.required, textarea.required {
	border: 1px solid #CC0000;
	}
.formErrorMsg {
	margin-top: 20px;
	padding:10px;
	background-color: #8F2021;
	color: #ffffff;
	border: 1px solid #000000;
	}
	
/********** FEATURED UNITS **********/

#featuredUnits {
	margin: 0 0 20px;
}
#featuredUnits h2.featuredHeadline {
	font-size:18px;
	color:##B28D67;
	background:#edf6ff;
	padding:15px 0 15px 5px;
}
#featuredUnits .featuredOuterTable {
	font-size: 11px;
	text-align: center;
}
#featuredUnits h2 {
}
#featuredUnits a {
	color:##B28D67;
	text-decoration: underline;
}
#featuredUnits a:hover {
	color:#a81e22;
	text-decoration: underline;
}
#featuredUnits font {
	display: block;
}
#featuredUnits .uviss-rv_featured-unit-description {
	display:block;
}
#featuredUnits .uviss-rv_featured-container {
	margin:0.5%;
	width:24%;
}
#featuredUnits .uviss-rv_featured-unit-title {
	font-size:11px;
	background:none;
}
#featuredUnits .uviss-rv_featured-unit-title a:link, #featuredUnits .uviss-rv_featured-unit-title a:visited {
	font-size:11px;
	text-decoration:none;
	text-align:center;
}
#featuredUnits .uviss-rv_featured-unit-price {
	font-size:12px;
	height:20px;
	padding-bottom:15px;
}
#featuredUnits .uviss-rv_saleprice {
	font-size:12px;
	height:20px;
}
	
/** FOOTER **/
.footerBG {
	 border-top: 2px solid #a52239; 
	 background-image: url(images/footerBG.jpg);
	 }	 	  
.footerText {
	 color: #ffffff; 
	 float: right; 
	 padding: 12px 10px 0px 0px;
	 }
.footerText a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	}	 	 
.footerText a:hover {
	font-weight: bold;
	color: #a52239;
	text-decoration: none;
	}
