/* 
  -----------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Global Styles
  Basic Layouts 1-7
  -----------------------------------
*/
html {
height:101%
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #3F3729;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bodyback.gif);
	background-repeat: repeat;
}
a {
	color: #6B644A;
}
a:hover {
	color: #998F6A;
}
#masthead {
	background-image: url(../img/backHead.gif);
	background-repeat: repeat-x;
	height: 187px;
}
#hdbarlft {
	
}
#hdbarrit {
}
#headbar {
	width:999px;
	height:187px;
	margin: 0 auto;
	background-image: url(../img/headbar.gif);
	background-repeat:no-repeat;
}
#menutop {
float:left;
margin-top:12px;
width:550px;
}
#logo {
	float:left;
	margin-left:0px;
}
#logo img {
	border: 0;
}
#telNum {
	color:#930;
	float:right;
	font-size:1.2em;
	margin-right:30px;
	margin-top:10px;
	text-align:center;
	vertical-align:middle;
	line-height:28px;
	background-image:url(../img/tele-button.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 176px;
}

/*COLUMNS*/
#columnwrapper {
	margin: 0 auto;
	background-repeat: repeat;
	margin-top:-25px;
	background-image: url(../img/pageback2.png);
}
#columns-top {
	margin-top:5px;
	background-repeat: no-repeat;
}
#c1, #c2, #c3, #c4 {
	float: left;
}
#columns-bottom {
	clear: both;
	background-repeat: no-repeat;
	height: 12px;
	font-size: 0px;
}
.content {
	font-size: 0.75em;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#c3Cent .content {
padding: 5px 40px;
}
.content p {
	margin: 6px 0px 12px;
}
h1 {
	margin: 0px;
	font-size: 1.3em;
	letter-spacing: 0.2em;
	color: #333;
}
h2 {
	font-size: 1.1em;
	margin: 28px 0px 0px;
}
h3 {
	font-size: 1em;
	margin: 28px 0px 0px;
}
#footer {
	font-size: .7em;
	background-image: url(../img/footBar2.png);
	height: 53px;
	width: 999px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footercontent {
	color:#6B644A;
	float:right;
	padding: 12px 0;
	margin-right:30px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#centText {
width:100%;
height:350px;
overflow:auto;
}

