﻿body
{
    font: 1.30em Verdana,'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif; /* 1.3em = 13px = 10pt */
    /*background: #FFF url('/images/webpage_layout_grid.gif') no-repeat top left;*/
    text-align: center;
}
a,
a:visited,
a:hover
{
/*    color: Blue;*/
}
a:hover{ text-decoration: underline; }

h1{ font-size: 2.50em; } /* 33px */
h2{ font-size: 2.00em; } /* 26px */
h3{ font-size: 1.50em; } /* 20px */
h4{ font-size: 1.25em; } /* 16px */

img { display: block; }
p { margin-bottom: 1em; }

div#wrapper
{ 
	margin: 0 auto;
	text-align: left;
    width: 965px;
    position: relative;
}
div#header
{
    position: relative;
    background: #fff;
    width: 100%;
    height: 90px;
    font-size: 1em;
}
div#auxNav
{
    position: absolute; 
    bottom: 0; 
    right: 10px; 
    width: 500px; 
    height: 33px; 
    text-align: right;
}
div#auxNav ul
{}
div#auxNav ul li
{
    list-style-type: none;
    display: inline;
    padding: 0 0 0 2.5em;
}
div#auxNav ul li a
{
    font-weight: bold;
    color: DarkGray;
}

#callUs {
	color:#8A8A8A;
	float:right;
	margin-right:10px;
	margin-top:2em;
}


div#mainMenu
{
	/*background: #054361;*/
	height: 34px;
	line-height: 30px;
	width: 100%;
    font-size: 1.3em;
}
div#mainMenu > div
{
    float: left;
}
div#mainMenu div#warehousing
{
    width: 162px; 
    height: 31px;
    background: url('/images/bkg-menu-warehousing.png') top left repeat-y; 
    text-align: right;
    float: left;
    margin-top: 3px;
}
div#mainMenu div#properties
{
    width: 153px; 
    height: 31px;
    background: url('/images/bkg-menu-properties.png') top left repeat-y; 
    text-align: right;
    margin-top: 3px;
}
div#mainMenu a,
div#mainMenu a:visited,
div#mainMenu a:hover
{
	font-weight: bold;
    color: #fff;
    margin-right: 10px;
    text-decoration: none;
}
div#mainMenu a:hover { color: #ffff00 }


div#content
{
    background: #21428a url('/images/bkg-home_content1.jpg') top left repeat-x;
	font-size: 0.9em;
	width: 898px;
	height: 368px;
	_height: 368px;
	padding: 0;
	position: relative;
	padding: 23px 0 0 67px;
}
div#content div#flashArea
{
    background: url('/images/bkg-flash.gif') top left no-repeat;
    width: 830px;
    height: 345px;
    position: relative;
    /*
    position: absolute;
    top: 23px;
    left: 67px;*/
}

div#content div#textArea
{
    width: 814px;
    height: 340px;
    padding: 5px 0 0 15px;
    overflow: visible;
    overflow-y: auto;
}
/*
div#content div#textArea
{
    background: #999;
    width: 965px;
    min-height: 60px;
    _height: 60px;
    overflow: visible;
    overflow-y: auto;
}
*/
div#content div#textArea h1,
div#content div#textArea h2 a,
div#content div#textArea h3 a,
div#content div#textArea h4 a
{
    font-weight: normal;
    color: #000;
}
div#content div#textArea h1 { font-size: 2em; }
div#content div#textArea h3 { font-size: 1.4em; }
div#content div#textArea #imageColumn
{
    width: 230px; 
    min-height: 300px; 
    _height: 300px; 
    float: right; 
    margin: 0 10px 0 10px; 
    text-align: center
}
div#content div#textArea #imageColumn img
{
    border: solid 1px #000; 
    border-right: solid 3px #000; 
    border-bottom: solid 3px #666;
    padding: 5px; 
    background: #fff
}
div#content div#textArea #imageColumn .caption
{
    margin-bottom: 1.5em;
    font-size: 0.9em;
}
div#content div#textArea p
{
    margin-right: 15px;
}
div#content div#textArea ul
{
    padding:0;
    margin:0 0 1.5em 0;
}
div#content div#textArea ul li
{
    margin-left: 2em;
    padding: 0 15px 0 0;
    list-style-type:square;
}

div#footer
{
    background: #fff;
	clear:both;
	height: 50px;
	width: 100%;
	font-size: 0.7em;
	padding: 5px 0 0 0;
	text-align: center;
	margin: 0 auto;
}

div#footer ul
{
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div#footer ul li,
div#footer ul li.first
{
    padding: 0 1em 0 1em;
    display: inline;
    list-style-type: none;
    border-left: solid 1px #666;    
}
div#footer ul li.first
{
    border: none;
}

div#footer ul#address
{
    font-weight: normal;
    list-style-type:disc;
    margin: 0.5em 0;
    padding: 0;
}
div#footer ul#address li,
div#footer ul#address li.first
{
    padding: 0 1em 0 1em;
    display: inline;
    list-style-type:disc;
}
div#footer ul#address li.first
{
    list-style-type: none; 
}
div#footer ul li a,
div#footer ul li a:visited,
div#footer ul li a:hover
{
    color: Blue;
    font-weight: bold;
}
div#footer ul li a:hover{}
