/* 
  -----------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Layout 04: 2 column 940 sidebar left
  -----------------------------------
*/
body {
	min-width: 940px;
}
#tnav-center {
	width: 940px;
}
#columnwrapper {
	width: 940px;
	background-image: url(img/p7iq_2col940.jpg);
	color: #000000;
}
#columns-top {
	background-image: url(img/p7iq_2col940Top.jpg);
}
#c1, #c2 {
	width: 240px;
	margin-right: 20px;
	font-size: 1.1em;
}
#c2 {
	margin-right: 0px;
	width: 680px;
}
#columns-bottom {
	background-image: url(img/p7iq_2col940Bottom.jpg);
}
#footer {
	width: 940px;
}
#sidenav {
	background-color: #FFF;
	border: thin solid #999;
}
#sidenav li {
	background-color: #FFF;
	margin-bottom: -2px;
}
#sidenav ul li a:link {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#sidenav ul li a:visited {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#sidenav ul li a:hover{
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
#sidenav ul li a:active {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

div.css-column-5050 {
	overflow: hidden;
	background-image: url(../assets/vertical-rule.gif);
	background-repeat: repeat-y;
	background-position: 50% 0%;
}
div.css-column-5050-left, div.css-column-5050-right { 
float: left; width: 48%; 
margin-right: 4%; 
}
div.css-column-5050-right { margin-right: 0; }


div.css-column-50percent { display: table-cell; padding: 0 20px; width: 50%; vertical-align: top; }
div.css-column-70percent { display: table-cell; padding: 0 20px 0 0; width: 70%; vertical-align: top; }
div.css-column-30percent { display: table-cell; padding: 12px 20px; width: 30%; border-left: 1px dotted #000; vertical-align: top; font-size: 13px; line-height: 1.3; }
