/* 
  -----------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Global Styles
  Basic Layouts 1-7
  -----------------------------------
  headers: 	#5f9ba6
  orange:	#ff9b36
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#masthead {
	background-image: url(img/p7iq_masthead.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	/*height:80px;*/
}
#logo img {
	border: 0;
}
/*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 16px;	/* was 8px 20px */
	font-size: 0.75em;
	line-height: 1.5em;
}
.content p {
	margin: 6px 0 12px 0;
}
h1, h2, h3, h4, h5, h6 {
	clear:both;
}
h1 {
	margin: 10px 0 5px 0;
	font-size: 1.5em;
	letter-spacing: 0.0em;
	color:#006666;
	border-bottom:1px solid #099;
}
h2 {
	font-size: 1.3em;
	margin: 18px 0 0 0;
	color:#006666;
}
h3 {
	font-size: 1.1em;
	margin: 12px 0 0 0;
	color:#006666;
}
#footer {
	margin: 0px auto;
	font-size: .6em;
}
#footercontent {
	padding: 12px 0;
}
#footercontent a{
	text-decoration:none;
	color:#999;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*GLOBALS: Nav Bar*/
#tnav {
	background-color: #FFCC33;	/* #ABCACF */
	font-size: 0.8em;
	background-image: url(img/p7iq_navbg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 12px;
	margin-bottom: 10px;
	background-position: left bottom;
}
#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: #000;
	padding: 10px;
	text-decoration: none;
	border-right: 1px solid #333;
}
#tnav #BasicNav a:hover {
	color: #fff;
	background-color: #000;
}
#p7PMnav {
	background-image: none !important;
	background-color: transparent !important;
}
/*GLOBALS: Link Styles other than main navigation bar and headers*/
a:link {
	color: #03c;
}
a:visited {
	color: #6C92FF;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
h1 a:link, h2 a:link, h3 a:link, h1 a:visited, h2 a:visited, h3 a:visited {
	color: #066;
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h1 a:active, h2 a:active, h3 a:active {
	color: #FF9B36;
	text-decoration:none;
}
/*CUSTOM ELEVATOR STYLES*/
#masthead #epmExternal {
	position: absolute;
	left: 250px;
	z-index: 999999;
	top: 44px;
	font-size: 0.7em;
	border: 0;
}
#iQ-elevator .p7epm_cwrapper,
#iQ-elevator .p7epm_content,
#iQ-elevator .p7EPM02 {
	border: 0;
	font-size: .9em;
}
#masthead #epmExternal .p7epm_trigs li {
	margin-right: 8px;
}
#masthead #epmExternal .p7epm_trigs a {
	color: #ccc;
	padding: 2px 10px;
	line-height: 1.4em;
	display: block;
	text-decoration: none;
	background-color: #2A2A2A;
	float: left;
	border-top: 1px solid #999;
	border-right: 1px solid #777;
	border-bottom: 1px solid #666;
	border-left: 1px solid #999;
}
#masthead #epmExternal .p7epm_trigs a:hover {
	color: #fff;
}
#masthead #epmExternal .p7epm_trigs .p7epm_open {
	color: #FFFFFF !important;
	background-color: #414141;
	border-color: #000;
}
/* TE Styles */
#masthead #tagline {
	position: absolute;
	right: 170px;
	z-index: 999999;
	top: 46px;
	font-size: 0.8em;
	letter-spacing:0.1em;
	border: 0;
	color:#eaeaea;
	text-transform:lowercase;
	font-weight: 200;
}
#masthead #tagpict1, #masthead #tagpict2 {
	position: absolute;
	z-index: 999;
	border: 0;
}
#masthead #tagpict1 {
	right: 100px;
	top: 12px;
	clear:none;
	width:200px;
	height:100px;
}
#masthead #tagpict2 {
	right: 26px;
	top: 18px;
}
.content img {
	float:right;
	padding:2px;
	border: 1px solid #999;
	margin: 0 0 10px 10px;
}
.content img .noframe{
	padding:2px;
	border: 0 solid #999;
}
.content img.left, .p7epm_cwrapper p img.left{
	float:left;
	margin: 0 15px 10px 0;
}
.content img.left-noframe {
	float:left;
	margin: 0 15px 10px 0;
	padding:2px;
	border: 0 solid #999;
}
.content img.right-noframe {
	float:right;
	margin: 0 0 10px 10px;
	padding:2px;
	border: 0 solid #999;
}
.content img.standalone {
	clear:both;
	float:none;
	margin-bottom:10px;
}
.content p.tagline {
	font-weight:bold;
	font-size:0.9em;
	color:#666;
	margin-top:0;
	text-transform:uppercase;
	line-height:1em;
}

h1.introhead {
	letter-spacing: 0.0em;
	font-weight:bold;
	margin-top:0;
	color:#5f9ba6;
	font-size: 2em;
	border-bottom:0;
	font-family:"arial Black", Arial,sans-serif;
	text-transform:uppercase;
}
#sectionhead {
	letter-spacing: 0.0em;
	font-weight:bold;
	padding-bottom:10px;
	color:#5f9ba6;
	font-size: 3em;
	border-bottom:0;
	font-family:"arial Black", Arial,sans-serif;
	text-transform:uppercase;
}
.columnlinks {
	margin: 0 0 20px 0;
	padding: 0;
}
.columnlinks li {
	list-style-type: none;
}
.columnlinks a {
	text-decoration: none;
	border-bottom: 1px solid #E4E4E4;
	color: #637194;
	padding: 2px 0;
	display: block;
}
.columnlinks a:visited {
	color: #637194;
}
.columnlinks a:hover, .columnlinks a:active, .columnlinks a:focus {
	color: #000;
	background-color: #FF9B36;
}
.content .readmore {
	font-size:0.9em;
	font-weight:bold;
	/*letter-spacing:0.1em;*/
	text-transform:uppercase;
	text-align:right;
}
.content .readmore a:link, .content .readmore a:visited {
	color:#063;
	text-decoration:underline;
	text-transform:uppercase;
	text-align:right;
}
.content p .newsdate {
	text-transform:uppercase;
	font-size:0.8em;
	font-weight:bold;
	color:#666;
}

#breadcrumbs {
	position:relative;
	top:-16px;
	width: 940px;
	margin: 0 auto;
	font-size:0.6em;
	text-transform:uppercase;
}
#breadcrumbs a {
	text-decoration:none;
}
/* TOASTER */
#toaster-head, #toasterlogin {
	background-color: transparent;
	position:absolute;
	left:10px;
	top:0;
}
#toaster-head p, #toasterlogin p {
	margin: 0;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	font-family:Tahoma, Arial,sans-serif;
}
#toasterbox {
	margin: 0 0 20px 0;
	width:180px;
	padding: 0;
	border:1px solid #666;
	background: #eaeaea url(img/toaster_TG30x27.gif) no-repeat 5px 10px;
	font-family:Tahoma, Arial,sans-serif;
	font-size:11px;
	text-transform:uppercase;
}
#toasterbox li {
	margin: 0;
}
#toasterbox ul {
	margin: 10px 0 10px 60px;
}
img.toasterlink {
	clear: none;
	float: right;
	margin: 0;
	border:0;
}
/* Web Polls */
#poll {
	font-family: arial, helvetica, sans-serif;
	font-size:0.8em;
	background-color:#eaeaea;
	text-align:left;
	margin:10px 0 0 15px;
	padding:10px;
	border-top:1px solid #fff;
	border-right:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
	border-left:1px solid #fff;
	width: 170px;
}
#poll form {
	margin:0 0;
}
#poll td.vote {
	padding-bottom: 0.4em;
	border-bottom:1px solid #ccc;
}
#poll td.result {
	border-bottom:1px solid #ccc;
}
#poll #polltitle{
	background: transparent url(img/sign_poll_TW20x20.gif) left 2px no-repeat;
	padding-left:30px;
	padding-bottom:10px;
	font-weight:bold;
	font-size: 1.1em;
	height:28px;
	border-bottom:1px solid #ccc;
}
#poll #pollquestion, #poll #pollthanks {
	font-weight:normal;
	font-size: 13px;
	margin:10px 0;	
}
#poll #cmdVote, #poll #cmdResults {
	width: 76px;
	font-size:10px;
}
/* QA - PARENT */
.QA-expandable {
	color:#5f9ba6;
	cursor:pointer;
	font-size:1.2em;
	font-weight:bold;
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
}	
.QA-expandable:hover {
	background-color:#5f9ba6;
	color:#fff;
}	
.QA-shown {
	color:#5f9ba6;
	cursor:pointer;
	font-size:1.2em;
	font-weight:bold;
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
}
/* QA - CHILD */
.QA-collapsed {
	display:none;
}
.QA-expanded {
	margin:0;
	padding:10px;
}