/* Trinity Campers Home CSS - 03-07-2012
 * copyright by Impressive Websites and Alan Darge
 * use in Home page 
 */

body {
  background: #E5FFCC;
}

#container {
  display: block;
  width: 960px;
	
	position: relative;
	left: 0;
	top: 0;
  color: #222;
  padding: 0;
  margin: 0 auto;
}

#inContainer {
  display: block;
  width: auto;
  background: #316137 url('../images/bgs/grad_50x1_bff5a7-316137.jpg') repeat-y;
  padding: 20px 10px 20px 0;
  margin: 0 auto;
}

#main {
  width: 660px;
  font-size: 1.2em;
  text-align: center;
  background-color: #FFFFFF;
  border-top: 1px solid #696;
  border-left: 1px solid #696;
  border-bottom: 1px solid #b6c7a1;
  border-right: 1px solid #b6c7a1;
  padding: 10px 0;
  margin: 20px auto;
}

/* Header Section */
#header {
  display: block;
  width: auto;
  height: 150px; /* height of header pix */
  color: #000000;
  text-align: left;
  font-size: 8px; /* size of alt text */
  font-weight: bold;
  background-color: transparent;
  padding: 0;
  margin: 0 auto;
}
#hdrTextLeft { /* normally covered by pix */
	width: 600px;
	color: #000000;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #000000;
  padding: 1em;
  margin: 10px auto;
	overflow: hidden;
}
#hdrTextRight {
  float: right;
  color: #000000;
  text-align: left;
  font-size: 2.6em;
  font-weight: normal;
  padding: 1em 0 0 0;
  margin: 0;
}
#hdrPix {
	position: absolute;
	left: 40px;
	top: 0px;
}

#pageTitle {
  position: absolute;
  left: 520px;
  top: 10px;
  width: 260px;
  color: #005500;
  text-align: right;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  font-style: italic;
}

#tagLine {
  width: auto;
  color: #775500;
  text-align: center;
  font-style: italic;
  font-size: 20px;
  font-weight: bold;
  background-color: #CFC;
  border-top: 2px solid green;
  border-bottom: 2px solid green;
  margin: 0 auto 6px auto;
}

.footer, .footerHvr {
	width: auto;
	height: auto;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding: 10px;
	margin: 0 auto;
}
.footer {
	color: #AAA;
	background-color: transparent;
}
.footer a:link, .footer a:hover, .footer a:visited, .footer a:active{ color: #AAA;}
.footer img, .footerHvr img{
	width: 163px;
	height: 40px;
	float: right;
	border: 0;
	opacity: 0.3;
}
.footerHvr {
	color: #333;
	background-color: #BBD0A7;
}
.footerHvr a:link, .footerHvr a:visited, .footerHvr a:active{ color: #00F;}
.footerHvr a:hover{ color: #F00;}
.footerHvr img{opacity: 1;}

.gobackButtons {
  color: #000000;
  font-size: 1em;
  background-color: #EEFFEE; /* light */
  border-color: #008000; /* dark */
  margin: 0 5px;
}

.simpleBox {
  width: auto;
  font-size: 1em;
  font-weight: 400;
  text-align: left;
  background-color: #e5ffcc; /* light */
  border: 1px solid #108010; /* dark */
  padding: 10px 20px;
  margin: 0 20px 6px 20px;
}

.adBx{
	width: 468px;
	margin: 16px auto;
}
.adBx a {
	display: block;
	color: #222;
}
.adBx a:hover { color: #008}