﻿* 
{
    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:url(../images/backgrounds/strip.gif) top center repeat-y;
}
/*----------------------------------------------------------------------*/
/*--------*//* WRAPPERS */
#container1 
{
	width:100%;
	text-align:center;
	background:url(../images/backgrounds/main.gif) top center no-repeat;
}
#container2
{
	margin:0 auto;
	position:relative;
	width:926px;
}
#container3
{
	padding:145px 0 0 0;
	width:926px;
	min-height:532px;
	text-align:left;
}
/*----------------------------------------------------------------------*/
/*--------*//* COLUMNS */
#mainNav
{
    float:left;
    padding:6px 0 0 0;
    width:226px;
    border-top:#fff 10px solid;
}
#mainContent 
{
    float:right;
    width:688px;
}
#mainContent .inner
{
    padding:10px 0 20px 0;
    width:688px;
    height:490px;
    /* he\ight:490px; */
    min-height:490px;    
    height:auto !important;
    height/**/:490px;
    background:url(../images/backgrounds/content.gif) 2px top no-repeat;
}
#mainContent #leftCol
{
    float:left;
    width:450px;
}
#mainContent #rightCol
{
    float:right;
    width:215px;
    font-size:0.9em;
}
body#homePage #mainContent #rightCol
{
    padding:48px 0 0 0;
}
/*----------------------------------------------------------------------*/
/*--------*//* HEADER */
#header
{
    position:absolute;
    top:0;
    left:0;
    width:926px;
    height:135px;
    background:#92d6e3;
    border-top:#fff 10px solid;
}
/*----------------------------------------------------------------------*/
/*--------*//* LOGO */
#logo
{
    position:absolute;
    top:45px;
    left:22px;
    width:353px;
    height:69px;
    background:url(../images/logo.gif) top left no-repeat;
}
/*----------------------------------------------------------------------*/
/*--------*//* TELEPHONE */
#telephone
{
    position:absolute;
    top:61px;
    right:22px;
    width:296px;
    height:41px;
    overflow:hidden;
    text-indent:-3000px;
    font-size:2.4em;
    color:#fff;
    background:url(../images/backgrounds/telephone.gif) top left no-repeat;
}
