﻿
* 
{
    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
{
    font-size:100%;
}
/*----------------------------------------------------------------------*/
/*--------*//* BODY */
body 
{
	font:95% Arial, Helvetica, sans-serif;
}
/*----------------------------------------------------------------------*/
/*--------*//* WRAPPERS */
#container1
{
	width:100%;
	text-align:center;
}
#container2
{
	margin:0 auto;
	position:relative;
	padding:310px 0 0 0;
	width:850px;
	font-size:0.885em;
	text-align:left;
	color:#344167; 
}
#maincontent
{
    padding:0 15px 30px 15px;
    width:850px;
    w\idth:820px;    
}
body.contactUs #maincontent
{
    background:url(../images/page-images/contact-us.jpg) top right no-repeat;
    height:529px;
}
/*----------------------------------------------------------------------*/
/*--------*//* COLUMNS */
#leftcol
{
    float:left;
    width:500px;
}
body.contactUs #leftcol
{
    width:250px;
}
#rightcol
{
    float:right;
    padding:0;
    width:260px;
}
/*----------------------------------------------------------------------*/
/*--------*//* BANNER */
#banner
{
	position:absolute;
	top:0;
	left:0;
	width:850px;
	height:200px;
	overflow:hidden;
}
/*----------------------------------------------------------------------*/
/*--------*//* LOGO */
#logo
{
	position:absolute;
	top:220px;
	left:15px;
	width:261px;
	height:26px;
	background:url(../images/logo.gif) no-repeat;	
}
/*----------------------------------------------------------------------*/
/*--------*//* NAVIGATION */
#navigation
{  
    position:absolute;
    top:232px;
    right:15px;
}
/*----------------------------------------------------------------------*/
/*--------*//* FOOTER */
#footer
{
    padding:5px 15px 25px 15px;
    width:850px;
    w\idth:820px;
    background:url(../images/footer.gif) top left repeat-x;
}
#footer .left
{
    float:left;
}
#footer .right
{
    float:right;
}
#footer a
{   
    font-weight:normal;
    text-decoration:none;
    color:#344167;
}
#footer a:hover
{
    color:#a8a8a8;
}
