﻿#container { 
	width: 1000px;  
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; 
} 
#header, #content, #footer {
	width: 1000px;
}
/* header */
#header {
	height: 276px;
	text-align: left;
	margin: 0 auto; padding: 0;
	position: relative;
	background: url(../images/swan_city_car_show_header.gif) no-repeat top left;
}
#header .logo {
	position: absolute;	
	border: none;
	margin: 0; padding: 0;
	top: 0; left: 0px;
}
#header .tagline {
	position: absolute;	
	font-size: 1.2em;
	text-transform: none;
	color: #000;	
	margin: 0; padding: 0;
	top: 60px; left: 75px;
}
#header .right {
	position: absolute;	
	border: none;
	margin: 0; padding: 0;
	top: 0; right: 0px;
}

/* header menu */
#header #nav 
{
	position: absolute;
	left: 0px; top: 210px; width: 100%;
	text-align: center;
}
#header #nav ul {	
	font: bold 1.3em 'Trebuchet MS', sans-serif;
	color: #000;
	list-style: none;
	margin: 0 auto; 
	padding: 0 0 0 35px;	
}
#header #nav li {
	display: inline;
}
#header #nav li a {
	float: left;
	display: block;
	padding: 5px 10px;	
	margin: 0px 30px;
	color: #000;
	background-color: Yellow;
	text-decoration: none;
	border: 3px solid black;
}
#header #nav li a:hover,#header #nav li a.current:hover {
	background: #81c344;
	color: #000;
}
#header #nav li a.current {
	background: #2ac3e8;
	color: #000;
}
#header #nav li ul {
	position: absolute;
	display: none;
	padding: 0px;
	margin: 0px;
	background: #089a00;
}
/* content */
#content {
	text-align: left;	
	padding: 5px 0px 0px 0px;
	margin: 0 auto;
	clear: both;
	width: 1000px;
}

/**** Two col right small ****/
#rightColSmall {
	float: right;
	width: 20%;
	margin: 0 0 10px 0; padding: 0;	
}	
.sidebox h1 {
	font-size: 1.3em;
	border-bottom: 1px solid #FFFFFF;
	margin-left: 0px;
	padding-left: 5px;
}
.sidebox {
	background: #f2f2f2;
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
	padding: 5px;
}
#rightColSmall ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;
	background: #F2F2F2;			
}
#rightColSmall ul.sidemenu li {
	padding: 0px 10px;
}
#rightColSmall ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration:none;
}
#rightColSmall ul.sidemenu a.top{	
	border-top: 1px dashed #D4D4D4;
}
#rightColSmall ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #65944A;
	color: #65944A;		
}
#leftColLarge {
	float: left;
	width: 78%;	
	margin: 0 0 10px 0; padding: 0px 0px 0px 5px;	
}

/*** Three Col ***/
#threeColLeft {
	float: left; 
	width: 160px; 
	background: #FFF; 
	padding: 0px 0px 0px 0px; 
}
#threeColRight {
	float: right; 
	width: 200px;
	background: #FFF; 
	padding: 5px 10px 0px 0px;
}
#threeColRight .container {
	
	width: 200px;
    /*background: #FFF url(../images/rightcontent.gif);*/	
	color: #ccc;
	border: 4px double #4096ee;
}
#threeColRight .container .footer
{
	padding: 0px 5px 20px 10px;
	color: #000;
	/*background: url(../images/rightfooter.gif) no-repeat left bottom;*/
}
#threeColRight .container h3 {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 10px;
	font-size: 1.1em;
	color: #000;
	/*background: url(../images/rightheader.gif) no-repeat top left;*/
	/*background: #EEE url(../images/underline2.gif) no-repeat left bottom;*/
	background: #DDD;
}
#threeColMiddle { 
	margin: 0px 230px 0px 170px; 
	padding: 5px 0px; 
}

/*** Two Column Right Large ***/
#rightColLarge {
	float: right; 
	width: 800px;
	background: #FFF; 
	padding: 5px;
}
#leftColSmall 
{
	float: left; 
	width: 160px; 
	background: #FFF; 
	padding: 0px 0px 0px 0px; 
}

/**** footer ****/
#footer {	clear: both; margin: 0; padding: 5px 0px; text-align: center; border-top: 3px solid #bb141a;}
#footer p { margin: 6px 0px; }
#footer a {	text-decoration: underline;	color: #555;}
#footer a:hover {	text-decoration: underline;	color: #222;}
#footer .iqfooter a {    color: black; text-decoration:none; font-size: .90em; }
#footer .iqfooter a:hover {    color: #222; text-decoration:underline; font-size: .90em; }
.iqfooter img {    margin: 5px; vertical-align:middle; border:none;}