/* 
  -----------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Global Styles
  Basic Layouts 1-7
  -----------------------------------
*/
html {
	height: 102%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #E6F1D6;
	margin: 0px;
	padding: 0px;
}
#masthead {
	background-image: url(../images/top4_r2_c2.jpg);
	background-repeat: no-repeat;
	background-color: #E6F1D6;
	height: 120px;
	background-position: center;
}

#logo img {
	border: 0;
	padding: 10px 0 10px 15px;
}
/*COLUMNS*/
#columnwrapper {
	margin: 0 auto;
	background-repeat: repeat-y;
}
#columns-top {
	background-repeat: no-repeat;
	height: 12px;
}
#c1, #c2, #c3, #c4 {
	float: left;
}
#columns-bottom {
	clear: both;
	background-repeat: no-repeat;
	height: 12px;
	font-size: 0px;
}
.content {
	padding: 8px 20px;
	font-size: 0.75em;
	line-height: 1.5em;
}
.content p {
	margin: 6px 0px 12px;
}
h1 {
	margin: 0px;
	font-size: 1em;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 1.1em;
	margin: 28px 0px 0px;
}
h3 {
	font-size: 1em;
	margin: 28px 0px 0px;
}
h4 {
	margin: 0px;
	font-size: 15px;
	color:#613F24;
	letter-spacing: .06em;
	font-weight:bold;
}
h5 {
	margin: 0px;
	font-size: 24px;
	color:#613F24;
	letter-spacing: 0.25em;
	line-height: 40px;
	font-weight:bold;
	text-align:center;
}
#footer {
	margin: 0px auto;
	font-size: .7em;
}
#footercontent {
	padding: 12px 0;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*GLOBALS: Nav Bar*/
#tnav {
	background-color: #613F24;
	font-size: 0.8em;
	background-image: url(../images/navBG.jpg);
	background-repeat: repeat-x;
	padding-bottom: 12px;
	margin-bottom: 30px;
	background-position: left bottom;
	font-weight: bold;
}
#tnav-center {
	margin: 0 auto;
	border-left: 1px solid #333;
}
#tnav ul {
	margin: 0;
	padding: 0;
}
#tnav li {
	list-style-type: none;
	float: left;
}
#tnav #BasicNav a {
	float: left;
	color: #000000;
	padding: 10px;
	text-decoration: none;
	border-right: 1px solid #333333;
}
#tnav #BasicNav a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
#p7PMnav {
	background-image: none !important;
	background-color: transparent !important;
}
/*GLOBALS: Link Styles other than main navigation bar*/
a:link {
	color: #0033CC;
}
a:visited {
	color: #6C92FF;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
/*CUSTOM ELEVATOR STYLES*/
#masthead #epmExternal {
	z-index: 999999;
	font-size: 0.7em;
	border: 0;
	float: right;
	padding-top: 50px;
	padding-right: 15px;
}
#iQ-elevator .p7epm_cwrapper,
#iQ-elevator .p7epm_content,
#iQ-elevator .p7EPM02 {
	border: 0;
	font-size: .9em;
}
#masthead #epmExternal .p7epm_trigs li {
	margin-right: 2px;
}
#masthead #epmExternal .p7epm_trigs a {
	color: #FFF;
	padding: 4px 10px;
	line-height: 1.5em;
	display: block;
	text-decoration: none;
	background-color: #613F24;
	float: left;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	font-weight: bold;
}
#masthead #epmExternal .p7epm_trigs a:hover {
	color: #FFFFFF;
}
#masthead #epmExternal .p7epm_trigs .p7epm_open {
	color: #FFFFFF !important;
	background-color: #414141;
	border-color: #000000;
}
label {
	display:block;
	font-weight: bold;
}
.contactInfo {
	float: left;
}
.contactForm {
	float: left;
	padding-left: 20px;
}
.error {
		color: #F00;
		font-weight: bold;
}
.rightLinks {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.rightLinks a:link, .rightLinks a:visited {
	display: block;
	padding: 2px 2px 2px 10px;
	margin: 2px 0;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	background-color: #613F24;
	color: #FFF;
	text-decoration: none;
}
.rightLinks a:hover, .rightLinks a:active {
	background-color: #DDD1C1;
	color: #000;
}
.rightLinksOn a:link, .rightLinksOn a:visited, .rightLinksOn a:hover, .rightLinksOn a:active {
	background-color: #3a7200 !important;
	color: #000 !important;
}
.floatRight {
	float: right;
	padding: 10px;
}
.floatLeft {
	float: left;
	padding: 10px;
}

