/* 
  -----------------------------------
  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: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#masthead {
	/*background-image: url(img/p7iq_masthead.jpg);
	background-repeat: repeat-x;*/
	background-color: #FFF;
}
#logo img {
	border: 0;
}
/*COLUMNS*/
#columnwrapper {
	margin: 0 auto;
	background-repeat: repeat-y;
}
#columns-top {
	background-repeat: no-repeat;
	height: 1px;
}
#c1, #c2, #c3, #c4 {
	float: left;
}
#columns-bottom {
	clear: both;
	background-repeat: no-repeat;
	height: 12px;
	font-size: 0px;
}
.content {
	padding: 15px 20px;
	font-size: 0.75em;
	line-height: 1.5em;
}
.content p {
	margin: 6px 0px 12px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 1.8em;
	letter-spacing: 0.1em;
	color:#E1B500;
	padding-bottom: 20px;
}
h2 {
	font-size: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
	letter-spacing: 0.1em;
	color:#666;
}
h2.showcase {
	font-size: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 10px 0 0 20px;
	letter-spacing: 0.1em;
	color:#000;
}
h3 {
	font-size: 1em;
	margin: 28px 0px 0px;
	color:#019A01;
}
h4 {
	font-size: 1em;
	margin: 10px 0px 0px;
	color: #393;
}
#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: #ABCACF;
	font-size: 0.8em;
	background-image: url(img/p7iq_navbg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 12px;
	margin-bottom: 30px;
	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: #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: #333;
	text-decoration:none;
	font-size: 12px;
}
a:visited {
	color: #333;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}
a:active {
	color: #000000;
}
/*GLOBALS: Link Styles other than main navigation bar*/
a:link.green {
	color: #090;
	text-decoration:none;
	font-size: 12px;
}
a:visited.green {
	color: #090;
}
a:hover.green {
	color: #090;
	text-decoration:underline;
}
a:active.green {
	color: #090;
}
/*CUSTOM ELEVATOR STYLES*/
#masthead #epmExternal {
	position: absolute;
	left: 200px;
	z-index: 999999;
	top: 36px;
	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: 2px;
}
#masthead #epmExternal .p7epm_trigs a {
	color: #999999;
	padding: 4px 10px;
	line-height: 1.5em;
	display: block;
	text-decoration: none;
	background-color: #2A2A2A;
	float: left;
	border-top: 1px solid #3C3C3C;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #3C3C3C;
}
#masthead #epmExternal .p7epm_trigs a:hover {
	color: #FFFFFF;
}
#masthead #epmExternal .p7epm_trigs .p7epm_open {
	color: #FFFFFF !important;
	background-color: #414141;
	border-color: #000000;
}
/*Start of Navcontainer*/
#navcontainer ul {
	list-style-type: none;
	text-align: left;
	padding-left: 0px;/*pads left li*/
	margin-top:5px;
	margin-bottom: 0px;
}
#navcontainer ul li {
	padding-bottom: 0px;
	margin-bottom: 4px;
	border-bottom: dashed #999 1px;
	margin-right: 10px;
}
#navcontainer ul li a {
	background: transparent url(../_images/list-off.gif) left center no-repeat;
	padding-left: 15px; /*this is padding relative to the bullet*/
	text-align: left;
	text-decoration: none;
	color: #000;
	font-size: 11px;
	letter-spacing: 0px;
	
}

#navcontainer ul li a:hover
{
background: transparent url(../_images/list-on.gif) left center no-repeat;
color: #000;
text-decoration:none;
}

#navcontainer ul li a#current
{
background: transparent url(../_images/list-active.gif) left center no-repeat;
color: #666;
}
/*End of Navcontainer*/
/*Start of Navcontainer2*/
#navcontainer2 ul {
	list-style-type: square;
	text-align: left;
	padding-left: 0px;/*pads left li*/
	margin-top:5px;
	margin-bottom: 0px;
}
#navcontainer2 ul li {
	padding-bottom: 5px;
	margin-bottom: 4px;
	border-bottom: dashed #999 1px;
	margin-right: 8px;
	margin-left: 20px;
}
#navcontainer2 ul li a {
	/*background: transparent url(../_images/list-off2.gif) left center no-repeat;*/
	padding-left: 0px; /*this is padding relative to the bullet*/
	text-align: left;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	letter-spacing: 0px;
	
}

#navcontainer2 ul li a:hover
{
/*background: transparent url(../_images/list-on2.gif) left center no-repeat;*/
color: #000;
text-decoration:underline;
}

#navcontainer2 ul li a#current
{
background: transparent url(../_images/list-active2.gif) left center no-repeat;
color: #666;
}
/*End of Navcontainer2*/
td.borderight {
	border-right: 1px solid #CCC;
}
td.borderbottom {
	border-bottom: 1px dotted #999;
}
p.leftpad {
	padding-left: 20px;
}
p.indent {
	padding: 0 20px;
}
#aboutjnht {
	padding: 5px 10px; 
	background-image: url(../_images/about_jnht.jpg);
}
.bold { font-weight:bold;}
.italic { font-style:italic;}
.floatright { float:right; margin: 5px 0 5px 5px; border: 2px solid #019A01;}
.floatleft { float:left; margin: 5px 5px 5px 0; border: 2px solid #FFCC00;}
.floatright_noborder { float:right; margin: 5px 0 5px 5px;}
.floatleft_noborder { float:left; margin: 5px 5px 5px 0;}
.captions { text-align:center; line-height: 12px; font-style:italic; padding: 3px 0; color:#666;}

#masthead #search 			{ height: 44px; margin:0; padding:0; width:300px; }
#masthead #search a			{ display: block; color: #978d4c; font-size: 11px; line-height: 12px; text-decoration: none; text-transform: lowercase;}
#masthead #search .fl 		{ margin: 0; padding:0;}
#masthead #search .input 	{ background: url('../_image/content-main-search-input.gif') top left no-repeat;   border:0;  color: #979797;  font-size: 11px;  display: inline-block; height: 27px; margin:0; padding: 0 15px 0 12px; width: 140px; }
#masthead #search .submit 	{ background: url('../_image/content-main-search-submit.gif') top left no-repeat; border: 0px; display: inline-block; font-size: 0%; height: 27px; line-height: 0px; margin : 0 15px 0 0; text-indent: 0; width: 26px; cursor: pointer; }

