
* 
{
    padding:0;
    margin:0;
} 
a img 
{
    border:none;
}
.clear
{
    font-size:1px;
    width:1px;
    height:1px;
    position:relative;
    clear:both;
    display:block;
}
ul,li
{
    list-style-type:none;
}
.display 
{
    display:none;
}
body, html
{
    height:100%;
    font-size:100%;    
}
/*----------------------------------------------------------------------*/
/*--------*//* BODY */
body
{
	font:95% Verdana, Verdana, Geneva, sans-serif;
	font-size:0.8em;
	color:#414042;
    background:#000 url(../images/backgrounds/sub-bkg.gif) top center repeat-x;    
}
body.home
{
    background:#000 url(../images/backgrounds/home-bkg.gif) repeat-x;
}
body.full
{
    background:#000 url(../images/backgrounds/full-bkg.gif) top center repeat-x;
}
/*----------------------------------------------------------------------*/
/*--------*//* WRAPPERS */
#container1
{
	width:100%;
	text-align:center;
}
#container2
{
	margin:0 auto;
	position:relative;
	padding:302px 0 0 0; 
	width:971px;
	text-align:left;
	color:#6d6c6c;	
}
#maincontent
{
	padding:25px 25px 15px 25px;
	width:971px;
	w\idth:921px;			
}
/*----------------------------------------------------------------------*/
/*--------*//* COLUMNS */
#subContent
{
    float:left;
    width:202px;
}
#bodyContent
{
    float:right;
    width:677px;
}
body.full #bodyContent
{
    float:none;
    width:920px;
}
body.home #bodyContent
{
    position:absolute;
    top:460px;
    left:20px;   
    z-index:999; 
    width:410px; 
    height:120px;
}
body.home #bodyContent h1
{
    margin:0;
    padding:0 0 5px 0;
    font-size:1.0em;
}
body.home #bodyContent p
{
    font-size:0.85em;
}
#bodyContent #leftcol
{
    float:left;
    width:462px;
}
body.full #bodyContent #leftcol
{
    float:left;
    width:705px;
}
#bodyContent #rightcol
{
    float:right;
    width:200px;
}
body.full.contact #bodyContent #leftcol
{
    float:left;
    width:600px;
}
body.full.contact #bodyContent #rightcol
{
    float:right;
    width:220px;
}
/*----------------------------------------------------------------------*/
/*--------*//* NAVIGATION */
#navigation
{  
    position:absolute;
    top:50px;
    left:0;
    width:950px;
    height:25px;
} 
/*----------------------------------------------------------------------*/
/*--------*//* LOGO */
#logo
{  
    position:absolute;
    top:10px;
    right:10px;
    width:209px;
    height:64px;
    font-size:1.6em;
    text-align:right;
    background:url(../images/logo.gif) no-repeat;
}  
/*----------------------------------------------------------------------*/
/*--------*//* BANNER */
#banner
{  
    position:absolute;
    top:84px;
    left:10px;
    width:950px;
    height:186px;
}
body.home #banner
{  
    position:absolute;
    top:84px;
    left:10px;
    width:950px;
    height:466px;
    background:none;
}
/*----------------------------------------------------------------------*/
/*--------*//* BREADCRUMBS */
#breadcrumbs
{  
    position:absolute;
    top:282px;
    left:10px;
    width:950px;
    height:18px;
}
