/* 
  ----------------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Layout 21: 2 column 760 Sidebar Right PMM
  ----------------------------------------
*/
body {
	min-width: 760px;
}
#tnav-center {
	width: 760px;
	border-left: 0 !important;
}
#columnwrapper {
	width: 760px;
	background-image: url(img/p7iq_2colSBR760.jpg);
	color: #000000;
}
#columns-top {
	background-image: url(img/p7iq_2colSBR760Top.jpg);
}
#c1, #c2 {
	width: 220px;
	margin-right: 20px;
}
#c1 {
	width: 520px;
}
#c2 {
	margin-right: 0px;
}
#columns-bottom {
	background-image: url(img/p7iq_2colSBR760Bottom.jpg);
}

/* Abacus Styles Added Below Here */

/* Modified Footer DIV */

.footer-heads {
	font: bold 1.1em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #a636af;
}
/* Additional Footer Columns */



#footer-c1, #footer-c2, #footer-c3 {
	float: left;
	width: 220px;
	padding: 10px;
}
#footer-bottom {
	display: inline-block;
	position: bottom;
	width: 720px;
	color: #868686;
	font: .86em "Lucida Grande", Lucida, Verdana, sans-serif;
}
#footer ul {
	list-style-type: none;
}
#footer li {
	line-height: 1.5em;
}
/* Additional Footer Link Styles */
#footer a:link {
	color: silver;
	text-decoration: none;
	line-height: 1.5em;
}
#footer a:visited {
	color: silver;
	text-decoration: none;
}
#footer a:hover {
	color: lime;
}