/* GLOBAL RESET SETTINGS******/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: bold;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

a img {
	border: none;
}

html {
	height: 100%;
}

/* PAGE SETTINGS**************/

html {
	background: #261f1f url("../images/bg1.gif") repeat-x 0 0;
}

body {
	height: 100%;
	position: relative;
	background: transparent url("../images/bg.gif") no-repeat top center;
	font: 10px Arial, Helvetica, sans-serif;
	color: #fff;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
#wrap {
	width: 750px;
	position: relative;
	margin: 0 auto;
	background: url("/images/wrapbgi.jpg") no-repeat top right;
}

#home #wrap {
	background: url("/images/wrapbg.jpg") no-repeat top right;
}

#topnav2{
position:absolute;
right:210px;
top:2px;
}

/* ASIDE SETTINGS************/

.aside {
	float: left;
	position: relative;
	width: 201px;
	height: 450px;
}

.aside h1 a {
	display: block;
	text-indent: -9999px;
	position: absolute;
	background: url("../images/logo.gif");
	width: 173px;
	height: 36px;
	top: 16px;
	left: 16px;
	overflow: hidden;
}

.aside ul {
	border-bottom: 1px solid #5e5e5e;
	padding-top: 70px;
}

.aside ul li a {
	display: block;
	text-align: center;
	width: 100%;
	border-top: 1px solid #5e5e5e;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 30px;
}

.aside ul li a:hover,
.aside ul li a:focus {
	color: #82852c;
	font-size: 18px;
}

.aside img {
  margin: 53px 0 0 23px;
}

.callUsToday {
  background-image: url("../images/callus.gif");
  background-repeat: no-repeat;
  background-position: top left;
  height: 80px;
  margin: 0 auto;
  margin-top: 2em;
  text-indent: -9999px;
  width: 154px;
}

/* CONTENT SETTINGS */

.content {
  position: relative;
  height: 450px;
  overflow: hidden;
}

.links-col {
  margin-left: 40px;
  padding-top: 10px;
}
.links-col h3 {
  font: bold 18px/150% "Trebuchet MS", arial, sans-serif;
  margin: 0 0 5px 0;
  text-decoration: underline;
}
.links-col dl {
  margin: 0 0 5px 0;
}
.links-col dl dt {
  font: normal 14px/125% "Trebuchet MS", arial, sans-serif;
}
.links-col dl dd {
  font: normal 12px/125% "Trebuchet MS", arial, sans-serif;
  margin: 0 0 15px 0;
}
.links-col dl dd a {
  color: #82852c;
}
.links-col img.footer {
  border: 10px solid #fff;
}

.col {
  float: left;
  display: inline;
  margin-left: 40px;
  width: 212px;
  height: 400px;
}

.col img {
  margin-top: 0px;
}
.pageTitle {
  margin-top: 32px;
  margin-left: 40px;
}
.content h2 {
	font-size: 48px;
	line-height: 48px;
	color: #82852c;
	padding-bottom: 2px;
	text-transform: uppercase;
	width: 100%;
}
h3 {
	font-size: 24px;
	text-transform: uppercase;
	width: auto;	
}
.content h3.tagline {
	font-size: 1em;
	margin-bottom: 1em;
	padding-bottom: 0;
	line-height: inherit;
	text-transform: uppercase;
}
.content h2 span {
	color: #fff;
}

#home .content h2 {
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	color: #efb376;
	padding-bottom: 2px;
	text-transform: none;
}

#home .content .inner {
  padding:125px 115px 0 25px;
}
#home .content .inner h2 {
  border-bottom: 1px solid #7d563a;
  color: #fff;
  font: bold 16px/150% 'Trebuchet MS', arial, sans-serif;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
#home .content .inner h2 .larger {
  font-size: 21px;
}
#home .content .inner h2 .green {
  color: #82852c;
}

.content p {
	padding-bottom: 2em;
	text-align: justify;
	font-size: 1em;
}

#home .content p {
  font-size: 13px;
  line-height: 150%;
  padding-bottom: 10px;
}
#home .content p .dropCap {
  color: #82852c;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
#home .content p.button {
  background: url('/images/bg_button.png') repeat-x 0 0; /* Old browsers */
  background: -moz-linear-gradient(top, #6d7024 0%, #81842c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d7024), color-stop(100%,#81842c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6d7024 0%,#81842c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6d7024 0%,#81842c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6d7024 0%,#81842c 100%); /* IE10+ */
  background: linear-gradient(top, #6d7024 0%,#81842c 100%); /* W3C */
  border: 2px solid #fff;
  float: right;
  font-size: 13px;
  font-weight: bold;
  line-height: 41px;
  padding: 0 7px 0 0;
}
#home .content p.button a {
  background: url('/images/bg_button_link.png') no-repeat 100% 50%;
  color: #fff;
  display: block;
  padding: 0 17px 0 7px;
  text-decoration: none;
}

h4 {
  font-size: 18px;
  font-family: "Trebuchet MS", CharcoalCY, Arial, Helvetica, sans-serif;
  padding-top: 0;
  font-weight: bold;
}
.peach {
  color: #a7734e;
}
.green {
  color: #82852c;
}

.homelink1 {
  display: block;
  text-indent: -9999px;
  position: absolute;
  background: url("../images/hl1.gif");
  width: 95px;
  height: 87px;
  top: 10px;
  left: 10px;
  overflow: hidden;
}

.homelink1X {
	display: block;
	text-indent: -9999px;
	position: absolute;
	background: url("../images/hl1TRANS.gif");
	width: 95px;
	height: 87px;
	top: 10px;
	left: 10px;
	overflow: hidden;
}

.homelink2 {
	display: block;
	text-indent: -9999px;
	position: absolute;
	background: url("../images/hl2.gif");
	width: 95px;
	height: 87px;
	top: 10px;
	left: 112px;
	overflow: hidden;
}

.homelink2X {
	display: block;
	text-indent: -9999px;
	position: absolute;
	background: url("../images/hl2TRANS.gif");
	width: 95px;
	height: 87px;
	top: 10px;
	left: 112px;
	overflow: hidden;
}

/* FOOTER SETTINGS************/

.footer {
	clear: both;
	font-size: 9px;
}

.footer p {
	padding-top: 6px;
	width: 360px;
	color: #eee;
	float: left;
}

.footer li {
	float: left;
	text-indent: -9999px;
	display: block;
	margin-top: 12px;
}

.footer .fimg1 {
	float: right;
	width: 93px;
	height: 34px;
	background: url("../images/fimg1.gif") no-repeat 0 0;
}

.footer .fimg3 {
	float: right;
	width: 85px;
	height: 35px;
	background: url("../images/hpba.gif") no-repeat 0 0;
}

.footer .fimg2 {
	float: right;
	margin-left: 25px;
	width: 180px;
	height: 21px;
	background: url("../images/fimg2.gif") no-repeat 0 0;
}



