/* 

  -----------------------------------

  IQ by Project Seven Development

  www.projectseven.com

  Global Styles

  Basic Layouts 1-7

  -----------------------------------

*/

body {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: .9em;

	color: #000000;

	background-color: #E0F2C4;

	margin: 0px;

	padding: 0px;

}

.masthead {

	background-image: url(img/p7iq_masthead.jpg);

	background-repeat: repeat-x;

	height: 160px;

	margin: 0 auto;

}

.logo img {

	border: 0;

	background-repeat: no-repeat;

}

/*COLUMNS*/

.columnwrapper {

	background-repeat: repeat-y;

	margin: 0 auto;

}

.c1, #c2, #c3, #c4 {

	float: left;

}

.columns-top {

	background-repeat: no-repeat;

	height: 12px;

}

.content {

	padding: 8px 20px;

	line-height: 1.5em;

	width: 900px;

}

.content p {

	margin: 6px 0px 12px;

}

.columns-bottom {

	clear: both;

	background-repeat: no-repeat;

	height: 12px;

	font-size: 0px;

}

h1 {

	color: #265902;

	margin: 0px;

	font-size: 1.6em;

}

h2 {

	color: #393;

	font-size: 1.4em;

	margin: 8px 0px 0px;

}

h3 {

	color: #719D44;

	font-size: 1.2em;

	margin: 0px;

}

.bold {

	font-weight:bold;

}

.colleft {

	float: left;

	width: 445px;

	padding: 0px;

}

.colright {

	float: right;

	width: 445px;

	padding: 0px;

	clear: both;

}

.col1 {

	width: 150px;

	padding-top: 5px;

	padding-right: 0px;

	padding-bottom: 5px;

	padding-left: 12px;

}

.col2 {

	float: right;

	width: 260px;

	padding-top: 5px;

	padding-right: 0px;

	padding-bottom: 5px;

	padding-left: 0px;

}

.col3 {

	float: left;

	width: 290px;

	padding: 5px;

	text-align: center;

}

.imageleft {

	float: left;

	margin: 0px 3px 0px 0px;

	padding: 10px 5px 10px 0px;

}

.imageright {

	float: right;

	margin: 0px 0px 0px 3px;

	padding: 10px 0px 10px 5px;

}

.footer {

	margin: 0px auto;

	font-size: .8em;

}

.footercontent {

	padding: 12px 0;

	text-align: center;

}

.clearfloat {

	clear: both;

	height: 0;

	line-height: 0.0;

	font-size: 0;

}

/*GLOBALS: Link Styles other than main navigation bar*/

a:link {

	color: #921E31;

	text-decoration: none;

}

a:visited {

	color: #921E31;

	text-decoration: none;

}

a:hover {

	color: #921E31;

	text-decoration: underline;

}

a:active {

	color: #921E31;

	text-decoration: none;

}

