*
{
padding: 0;
margin: 0;
}

body {
  margin: 0px;
  padding: 0px;
	background-color: #BDAF97;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-align: center;
}

h4 {
	font-size:16px;
}

table {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

image { border: 0px; }

a:link { color: blue; text-decoration: underline; }
a:hover { color: red; }
a:visited { color: blue; text-decoration: underline; }
a:visited:hover { color: red; }


.tAlignL { text-align: left; }
.tAlignR { text-align: right; }
.tAlignC { text-align: center; }

.vAlignT { vertical-align: top; }
.vAlignM { vertical-align: middle; }
.vAlignB { vertical-align: bottom; }

.clearL { clear: left; }
.clearR { clear: right; }
.clearB { clear: both; }

.PadL { padding-left: 15px; }
.PadR { padding-right: 15px; }

/* ------------------------- Begin Layouts -------------------------- */

#BodyContainer {
  width: 995px;
  background-color: white;
	background-image:url(../images/page_border3.gif);
	color: #e2e1d1;
  margin: 0px;
  padding: 0px;
	z-index:-1;
}

#OpBlurb {
	width: 685px;
	float: left;
	
}

#ContentContainer { padding: 15px 15px 15px; margin: 0px 8px 0px 8px; background-color:#F6F6F6; color:#000000; }
#ContentContainer  p { margin-top: 16px; margin-bottom: 16px; color:#000000; }
#Content { padding: 0px 15px 0px 15px; }
#ContentSkinny { margin-left: 100px; width: 750px; }

#DestinationContainer { padding:0px; margin:0px; }

#DestinationContainer p { color:#000000; margin-top:0px; }

#DestImages { margin:0px;margin-left:15px;float:right;margin-bottom:15px; }

#ContentBanner {
  margin-top: 0px;
	margin-bottom: 15px;
  text-align: center;
	padding-top: -15px;
	padding-bottom: 5px;
	color: #000000;
}

#BannerLogo {
  margin-top: 5px;
  margin-bottom: 15px;
	margin-left: 20px;
}

#BannerVTGLink {
  margin-top: -20px;
  margin-bottom: 0px;
	margin-left: -8px;
	width:360px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#808080;
}

#BannerVTGLink a:link {	color:#808080; text-decoration:none; }
#BannerVTGLink a:visited {	color:#808080; text-decoration:none; }
#BannerVTGLink a:hover { color:#808080; text-decoration:underline; }
#BannerVTGLink a:visited:hover { color:#808080; text-decoration:underline; }

#BannerSpecialist {	font-size: 18px; font-weight: normal; color: #130101; }

#BannerPhone {
  color: red;
  font-size: 22px;
  white-space: nowrap;
}

.SitePhone { white-space: nowrap; }

.reddiamo { list-style-image: url(/images/reddiamo.gif); margin-left: 30px; }

#PageFooterContainer {
  text-align: center;
  font-size: 11px;
	line-height:15px;
  color: gray;
	padding-top: 15px;
	/*background-color:white;  Removing this line causes footer to shift on mouseover in IE (of course) very strange... */
	background-color:#F6F6F6;
}

#PageFooterContainer a { margin: 5px; text-decoration: none; background-color: #F6F6F6;}
#PageFooterContainer a:link { color: #888888;  }
#PageFooterContainer a:hover { color: #670001; border-bottom: 1px dashed #670001; }
#PageFooterContainer a:visited { color: #888888; }
#PageFooterContainer a:visited:hover { color: #670001; border-bottom: 1px dashed #670001; }

#FooterExtend {
  width: 995px;
  background-color: #F6F6F6;
	background-image:url(../images/page_border4.gif);
	height:100%;
	position:absolute;
	margin:0px;
	bottom:-1px;
	left:50%;
	margin-left:-497px;
	*margin-left:-498px;
	z-index:-1;
}

#InsTable td {
  padding-left: 8px;
  padding-right: 8px;
}

#InsTable p {
  padding-top: 0px;
  padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#WthrTable td {
  padding-left: 8px;
  padding-right: 8px;
}

#WthrTable p {
  padding-top: 0px;
  padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#BlendSlidesContainer { position: relative; width: 400px; height: 300px; }
#Slide0 { position: absolute; top: 0; left: 0; z-index: 10; }
#Slide1 { position: absolute; top: 0; left: 0; }
#BtnRunPause { font-size: 11px; }

.CommentContainer { width: 600px; margin-bottom: 25px; text-align: left; }
.Comment { margin-bottom: 3px; }
.Customer { padding-left: 400px; text-align: left; }

.b { font-weight:bold; }
.stat_header { background-color:#FF9933; color:#FFFFFF; }
.stats { border-bottom : 1pt solid #FF9933; }
.amen_header { background-color:#009966; color:#FFFFFF; }
.amen { border-bottom : 1pt solid #009966; }

/* -------------------------- End Layouts --------------------------- */


