﻿* 
{
    margin:0;
    padding:0;    
}
.clear
{
    position:relative;
    display:block;
    width:1px;
    height:1px;
    font-size:1px;
    clear:both;
}
.display
{
    display:none;
}
body, html
{
    font-size:100%;
}
/*----------------------------------------------------------------------*/
/*--------*//* BODY */
body
{
    font:95% Arial, Helvetica, sans-serif;
    background:#f2f2f2 url(../images/main-bkg.gif) repeat-x;
}
/*----------------------------------------------------------------------*/
/*--------*//* WRAPPERS */
#container1 
{
	width:100%;
	text-align:center;	
}
#container2
{
	margin:0 auto;
	position:relative;
	padding:160px 0 0 4px;
	width:944px;
}
#mainContent 
{
    padding:0 0 30px 0;
    text-align:left;
    color:#000;
}
/*----------------------------------------------------------------------*/
/*--------*//* COLUMNS */
#leftCol
{
    float:left;
    width:780px;
}
#leftCol .left
{
	float:left;
	width:220px;
}
#leftCol .right
{
	position:relative;
	float:right;
	padding:0;
	width:540px;
}
body#homePage #leftCol .right
{
	padding:332px 0 0 0;
}
#leftCol .right .left, #leftCol .right .right
{
	float:left;
	width:260px;
}
#leftCol .right .right
{
	float:right;
}
#rightCol
{
    float:right;
    width:148px;
}
body#fullWithSearch #leftCol
{
	width:220px;
}
body#fullWithSearch #rightCol
{
	float:left;
	padding:0 0 0 20px;
	width:700px;
}
body#fullWithSearch #rightCol .inner
{
	padding:5px;
	width:690px;
	background:#fff;
}
/*----------------------------------------------------------------------*/
/*--------*//* TOP NAVIGATION */
#topNav
{
	position:absolute;
	top:82px;
	right:4px;
}
/*----------------------------------------------------------------------*/
/*--------*//* MAIN NAVIGATION */
#mainNav
{
    position:absolute;
    top:124px;
    left:4px;
    width:944px;
}
/*----------------------------------------------------------------------*/
/*--------*//* LOGO */
#logo
{
    position:absolute;
    top:22px;
    left:4px;
    width:140px;
    height:69px;
    background:url(../images/logos/top-large.gif) no-repeat;
}
/*----------------------------------------------------------------------*/
/*--------*//* TOP BANNER */
#topBanner
{
    position:absolute;
    top:26px;
    right:4px;
    text-align:right;
}
/*----------------------------------------------------------------------*/
/*--------*//* FOOTER */
#footer
{
	width:100%;
    height:auto;
	background:#E3E3E3 url(../images/footer-bkg.gif) repeat-x;
}
#footer .inner
{
	position:relative;
	margin:0 auto;
	padding:30px 0 10px 120px;
	width:820px;
	text-align:left;
}