/*
  -----------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Global Styles
  Basic Layouts 1-7
  -----------------------------------
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #E6E0E2;
	margin: 0px;
	padding: 0px;
}
#masthead {
	background-color: #FFFFFF;
}
#logo img {
	border: 0;
}
/*COLUMNS*/
#columnwrapper {
	margin: 0 auto;
	background-repeat: repeat-y;
}
#columns-top {
	background-repeat: no-repeat;
	height: 12px;
}
#columns-bottom {
	clear: both;
	background-repeat: no-repeat;
	height: 12px;
	font-size: 0px;
}
.content {
	padding: 8px 19px;
	font-size: 0.75em;
	line-height: 1.5em;
}
.content p {
	margin: 6px 0px 12px;
}
.content img {
	border: 1px solid #9A9A9A;
}
h1 {
	margin: 0px;
	font-size: 1.3em;
	letter-spacing: 0.2em;
	padding-bottom: 5px;
	border-bottom:1px solid #E9A248;
	margin-bottom: 25px;
}
h2 {
	font-size: 1.1em;
	margin: 28px 0px 15px 0px;
	padding-bottom: 3px;
	border-bottom:1px solid #E9A248;
}
h3 {
	font-size: 1em;
	margin: 28px 0px 0px;
}
hr {
	BORDER-TOP: medium none;
	BORDER-RIGHT: medium none;
	BORDER-LEFT: medium none;
	BORDER-BOTTOM: medium none;
	WIDTH: 100%;
	HEIGHT: 1px;
	COLOR: #E9A248;
	BACKGROUND-COLOR: #E9A248;
}
#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 {
	display: none;
}
.gruen {
	background-color: #005542;
	padding-left: 5px;
	color:#FFFFFF;
	font-weight: bold;
}
.orange {
	background-color: #E97810;
	padding-left: 5px;
	color:#FFFFFF;
	font-weight: bold;
}
.rot {
	background-color: #DC143C;
	padding-left: 5px;
	color:#FFFFFF;
	font-weight: bold;
}
noscript {
	color: #FF0000;
	font-weight: bold;
}
/* 
  ----------------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Layout 21: 2 column 760 Sidebar Right PMM
  ----------------------------------------
*/
body {
	min-width: 760px;
}
#columnwrapper {
	width: 760px;
	background-image: url(img/p7iq_2colSBR760.jpg);
	color: #000000;
}
#columns-top {
	background-image: url(img/p7iq_2colSBR760Top.jpg);
}
#c1, #c2 {
	float: left;
}
#c1 {
	width: 520px;
	margin-right: 20px;
}
#c2 {
	width: 220px;
	margin-right: 0px;
}
#c2 .content p img {
	margin: 0;
}
#columns-bottom {
	background-image: url(img/p7iq_2colSBR760Bottom.jpg);
}
#footer {
	width: 760px;
} 
.highlight {
	background-color: #ffff00;
}