HTML, BODY 
{
	height: 100%;
}

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

#header
{
	background: url("/images/header-bg.gif") repeat-x 0 0;
	height: 79px;
	width: 100%;
}
.banner
{
	width: 800px; 
	margin: 0px auto;
	padding: 0;
	height: 79px;
}

#headerShadow
{
	background: url("/images/header-shadow-bg.gif") repeat-x 0 0;
	height: 8px;
}

#content
{
	width: 800px;
	margin: 0px auto;

	padding-bottom: 20px; /* this is the size of the footer */
}

#footer
{
	height: 20px;
	width: 100%; 
	background: url("/images/footer-bg.gif") repeat-x 0 0; 
	position: absolute; 
	bottom: 0;
	text-align: center;
	padding-top: 1px;	
}	

TABLE.layout TR TD
{
	vertical-align: top;
}

/***
 * boxes
 ***/
.boxContent
{
	margin-left: 3px;
	margin-right: 9px;
	padding: 0 1em 0.1em 1em;
}

.mainBox
{
	width: 580px;
}

.sideBox
{
	width: 210px;
}

.box
{
	padding: 0;
	margin: 0;
	padding-top: 17px;
}
.box1
{
	padding: 0;
	margin: 0;
	padding-bottom: 23px;
}
.box2
{
	padding: 0;
	margin: 0;
}
.boxBlue
{
	background: url("/images/main-box-blue-top.jpg") no-repeat 0 0;
}
.boxBlue1
{
	background: url("/images/main-box-blue-bottom.jpg") no-repeat 0% 100%;
}
.boxBlue2
{
	background: url("/images/main-box-blue-bg.gif") repeat-y 0 0;	
}
.boxWhite
{
	background: url("/images/main-box-white-top.jpg") no-repeat 0 0;
}
.boxWhite1
{
	background: url("/images/main-box-white-bottom.jpg") no-repeat 0% 100%;
}
.boxWhite2
{
	background: url("/images/main-box-white-bg.gif") repeat-y 0 0;	
}

.sideBoxWhite
{
	background: url("/images/side-box-white-top.jpg") no-repeat 0 0;
}
.sideBoxWhite1
{
	background: url("/images/side-box-white-bottom.jpg") no-repeat 0% 100%;
}
.sideBoxWhite2
{
	background: url("/images/side-box-white-bg.gif") repeat-y 0 0;	
}

/**
 * Text
 */
H1, H2, H3, H4 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
H1
{
	font-size: 14pt;
}
H2
{
	font-size: 12pt;
}

.emailAddr 
{
	color: blue;
}

/**
 * For the tabs
 */
.tabs {
    margin: 0; padding: 0;
}
.tabs .tab {
    margin-top: 52px;
    float: right;
    width: 75px;
    height: 16px; /* 30 - (padding-top)  */
    background: url('/images/tab75.png') no-repeat top left;
    padding: 5px 0;
    text-align: center;
    margin-right: 5px;
    /* position: relative; */
    bottom: 0;
}
.tabs .tab a {
    color: black;
    text-decoration: none;
}
.tabs .tab a:hover {
    text-decoration: underline;
}

/**
 * For the quotes pages 
 */
 .quoteTitle {
     margin-top: 1.5em;
     font-weight: bold;
 }
.quoteText, .quoteDetails {
    margin-top: 0.5em;
}
.quoteDetails {
    padding-left: 2em;
}

