/* 
  -----------------------------------
  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;
}
#headback { background: url(../img/load2.gif) no-repeat 50% 50%; }
html, body {height: 100.1%;}
#masthead {
	background-image:url(img/headback1.jpg);
	background-repeat: repeat-x;
	background-color: #283442;
}
#logo img {
	border: 0; 
	margin-left: 100px;
}
a img{ 
border:0; 
} 
/*COLUMNS*/
#columnwrapper {
	margin: 0 auto;
	background-repeat: repeat-y;
}
#columns-top {
	background-repeat: no-repeat;
	height: 12px;
}
#c1, #c2, #c3 {
	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: 1.4em;
	letter-spacing: 0.25em;
}
h2 {
	margin: 0px;
	font-size: 1em;
	letter-spacing: 0.25em;
	line-height: 1.6em;
	/*margin: 28px 0px 0px;*/
}
h3 {
	font-size: 1em;
	margin: 28px 0px 0px;
}
h4 {
	font-size: 1em;
	margin: 5x 0px 0px;
}
#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: #E3E3E3;
	font-size: 0.8em;
	background-image: url(img/p7iq_navbg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 12px;
	margin-bottom: 15px;
	background-position: left bottom;
}
#tnav-center {
	margin: 0 auto;
	border-left: 1px solid #333;
}

/*GLOBALS: Link Styles other than main navigation bar*/
a:link {
	color: #0033CC;
}
a:visited {
	color: #6C92FF;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
.floatleft { 
    float: left; 
   	padding: 14px 14px 4px 4px; 
	}
.floatright { 
    float: right; 
 	margin: 0 25px 10px 10px;
		}
.backer {
    background: url(../img/load.gif) no-repeat 50% 50%;
		}
#c1, #c2, #c3 {
float: left;
overflow: hidden;
}
.vidlink a:link {
	color: #0000FF;
	text-decoration: underline;
}
.vidlink a:visited {
	color: #0000FF;
	text-decoration: underline;
}
.vidlink a:hover {
	color: #003366;
	text-decoration: none;
	background-color:#98CAEF;
}
.vidlink a:active {
	color: #0000FF;
	text-decoration: underline;
}
.headit {
	font-size: 1.5em;
	color:#8AB801;
	line-height:1.5em;
	margin: 2px 0px 5px 0px;
}

.c2main {font-size: 1.12em;}
.csmall {font-size: 0.9em; color:#666666; text-align:center;}
.bntext {font-size: 1.7em; color:#47614A; font-weight:bolder; }
.borderstext {font-size: 1.7em; color:#000000; font-weight:bolder; }
.wrapper {overflow:hidden;}
.col1 {
float:left;
width:290px;
}
.col2 {
float:right;
width:290px;
}

