﻿#container { 
	width: 1000px;  
	background: #FFFFFF;
	margin: 0 auto;	
	text-align: left; 
} 
#header { 
	background-image: url(../images/header.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding: 0 0px 0 0px;
	height: 160px;
} 
#header h1 {
	margin: 0;
	padding: 5px 0px 0px 20px;
	font-size: 2.2em;
	font-weight: normal;
	color: Black;
	border: none;
}
#header h2 
{
	margin: 0;
	padding: 20px 0px 0px 20px;
	font-size: 1.8em;
	font-weight: normal;
	font-style: italic;
}
#header h3 
{
	margin: 0;
	padding: 15px 0px 0px 20px;
	font-family: Georgia;
	font-size: 1.6em;
	font-weight: normal;
	font-style: italic;
	color: Black;
}
.content 
{
	width: 994px;
	border-left: 3px solid white;
	border-right: 3px solid white;
}

/*** Three Col ***/
#leftCol {
	float: left; 
	width: 169px;
	padding: 0px 0px 0px 0px; 
}
#rightCol {
	float: right; 
	width: 200px;
	padding: 5px 5px 0px 0px;	
}
#rightCol h1 { font-size: 1.3em; }
#rightCol p { text-indent: 0px;	margin: 5px 0px; }
#centerCol { 
	margin: 0px 225px 0px 179px; 
	padding: 5px 0px; 
}

/*** Two Column Right Large ***/
#rightColLarge {
	float: right; 
	width: 810px;
	padding: 5px;
}
#footer  
{
	width: 1000px;
	padding: 20px 0px 0 0px;
	text-align: center;
	background: #a6bf79 url(../images/contentFooter.png) no-repeat top;
	margin: 0px auto;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
.iqfooter a
{
    color: black; text-decoration:none; font-size: .90em;
}
.iqfooter img 
{
    margin: 5px; vertical-align:middle; border:none;
}

/*** Vertical Navigation Menu ***/
#menu .menuTop { background: url(../images/navTop.png) no-repeat top left; height: 18px; }
#menu .menuBottom { background: url(../images/navBottom.png) no-repeat bottom left; height: 16px; margin-top: -5px; }
#menu ul{
	list-style:none;
	padding:0px;
	margin:0px;
	background-color: #67aa4b;
}
/*** regular nav items ***/
#menu li a { text-decoration: none;	font-weight: normal; }
#menu li a.top { margin-top: -4px; }	
#menu li a:link, #menu li a:visited {
	color: white;
	display: block;
	background: #67aa4b;
	padding: 5px 0 5px 2px;
	margin-left: 5px;
	margin-bottom: 2px;
}	
#menu li a:hover { color: black; text-decoration: underline; }	
#menu li a:active {	color: black; }
#menu li a.current { font-weight: bold; }

