﻿
* 
{
    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;
}
#body ul
{
    margin:0 0 0 20px;
}
#body ul li
{
    padding:0 0 5px 0;
    list-style-type:disc;
}
.display 
{
    display:none;
}
body
{
    font-size:100%;
    background:#ccc;
}
/*----------------------------------------------------------------------*/
/*--------*//* BODY */
body 
{
	font:95% Arial, Helvetica, sans-serif;
	background:#fff url(../images/backgrounds/page.gif) top center no-repeat;
}
body.home
{
    background:#fff url(../images/backgrounds/home.gif) top center no-repeat;
}
body.subPage
{
    background:#fff url(../images/backgrounds/sub.gif) top center no-repeat;
}
/*----------------------------------------------------------------------*/
/*--------*//* WRAPPERS */
#container1
{
	width:100%;
	text-align:center;
}
#container2
{
	position:relative;
	margin:0 auto;
	padding:40px 14px 0 14px;	
	font-size:0.9em;
	text-align:left;
	color:#231f20;
	width:970px;
	w\idth:942px;  
}
#maincontent
{
    width:942px;
    padding:209px 0 10px 0;
}
body.home #maincontent
{
    padding:359px 0 10px 0;    
}
/*----------------------------------------------------------------------*/
/*--------*//* COLUMNS */
#leftcol
{
    float:left;
    width:638px;
}
#rightcol
{
    float:right;
    width:295px;
}
#rightcol .inner
{
    padding:12px;
    width:295px;
    w\idth:271px;
}
#leftcol #body
{
    padding:15px;
    width:638px;
    w\idth:608px;
}
#leftcol #subNav
{
    float:left;
    width:202px;
}
body.subPage #leftcol #body
{
    float:right;
    padding:15px;
    width:436px;
    w\idth:406px;
}
#b1
{
    float:left;
    padding:15px 0 0 0;
    width:300px;
}
#b2
{
    position:relative;
    float:right;
    padding:15px 0 0 0;
    width:300px;
}
/*----------------------------------------------------------------------*/
/*--------*//* BANNER */
#banner
{
	position:absolute;
    top:40px;
    left:14px;
    width:942px;
	height:200px;	
}
body.home #banner
{
	height:350px;
	overflow:hidden;
}
#photoCredit
{
    position:absolute;
    top:374px;    
    right:14px;      
    padding:1px 5px;
    width:942px;
    w\idth:932px;
    font-size:0.8em;
    text-align:right;
    color:#fff;
    z-index:999;
    background:#000;
}
/*----------------------------------------------------------------------*/
/*--------*//* NAVIGATION */
#navigation
{  
    position:absolute;
    top:0;
    left:0;
    width:970px;
    height:50px;
    z-index:500;    
    background:url(../images/bacgrounds/nav-strip.png) repeat-x;
}
/*----------------------------------------------------------------------*/
/*--------*//* SUB NAVIGATION */
#subNav
{
    position:absolute;
    top:249px;
    left:16px;
}