
* 
{
    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% Trebuchet MS, Helvetica, sans-serif;
	font-size:0.8em;
	color:#414042;
    background:#C3C3C3 url(../images/backgrounds/sub-bkg.gif) top center repeat-x;
}
body.home
{
	background:none;
}
body.full
{
	background:none;
}
body.home #container1
{
	background:#fff url(../images/backgrounds/home-bkg.gif) top center repeat-x;
}
body.full #container1
{
	background:#fff 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:#939393;	
}
#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:464px;
    left:10px;   
    z-index:999; 
    width:430px; 
    height:120px;
}
#bodyContent #leftcol
{
    float:left;
    width:462px;
}
body.full #bodyContent #leftcol
{
    float:left;
    width:705px;
}
#bodyContent #rightcol
{
    float:right;
    width:200px;
}
/*----------------------------------------------------------------------*/
/*--------*//* NAVIGATION */
#navigation
{  
    position:absolute;
    top:50px;
    left:0;
    width:950px;
    height:25px;
} 
/*----------------------------------------------------------------------*/
/*--------*//* LOGO */
#logo
{  
    position:absolute;
    top:25px;
    right:10px;
    width:230px;
    height:40px;
    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;
}