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

body {
  background: #fff url(images/body-bg.jpg) center top repeat-x;
  color: #000;
  margin: 0 auto;
  font-size: 13px;
  font-family:  Arial, Helvetica, sans-serif;
}

.footer-bg {
	background: #fff url(images/footer-bg.jpg) center top repeat-x;
	height: 150px;
}

a,a:link, a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #fe0000;
	text-decoration: none;
}

.left-bg {
	background: url(images/left-bg.jpg) center top repeat-y;
}
.page-hdng {
	font-size: 20px;
	color: #0A5A8F ;
}

.left-hdng {
	font-size: 16px;
	color: #fe0000;
}
.leftred {
	font-size: 13px;
	color: #fe0000;
}

.lefttestimonial-bg {
	background: url(images/testimonial-bg.jpg) center top no-repeat;
	height: 220px;
}

.headertoptext {
	font-size: 16px;
	color: #393939;
	}
	
a.headertoptext:link, a.headertoptext:visited {
	color: #fe0000;
	text-decoration: underline;
	}
a.headertoptext:hover {
	color: #333;
	text-decoration: none;
	}
	
.pageheading { 
  color: #930; 
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
}

A.contentlink:link, A.contentlink:visited { 
  color: #222; 
  font-size: 12px;
  text-decoration: underline;
}

A.contentlink:hover {
  color: #9B4E14;
  text-decoration: none;
}

A.headernav:link, A.headernav:visited { 
  color: #222; 
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

A.headernav:hover {
  color: #9B4E14;
  text-decoration: none;
}

A.footernav:link, A.footernav:visited { 
  color: #fff; 
  text-transform: capitalize;
  font-size: 11px;
  text-decoration: none;
}

A.footernav:hover {
  color: #ff7a6e;
  text-decoration: none;
}
.copyrighttoptext { 
  color: #777; 
  font-size: 11px;
  line-height: 110%;
}

.copyright { 
  color: #606060; 
  font-size: 11px;
}

a.nohover:hover img  {
filter:alpha(opacity=80); -moz-opacity: .80; opacity:.80;
}

