/*-----------------------------------------------
UPS Main Styles
Author:   Mario S. Cisneros
Version 1:  17 September 2005
-----------------------------------------------*/

html	
{font-size: 100.01%;
  height: 100%;
  margin-bottom: 1px;}

/*margins set to 0 in order to eliminate default margins in IE, Firefox, Mozilla and Netscape*/
/*padding set to "0" in order to eliminate default padding in Opera*/
/*text-align: center set to center the page in Internet Explorer 5.0 & 5.5*/
body	
{margin: 0;
  padding: 0;
  text-align: center;
  font: normal 1em/14pt verdana, arial, sans-serif;
  background: #F4F3EA;}

/*masthead
----------------------------------------------------------------------------------------*/
#logo 
{width: 100%;
  height: 80px;
  text-align: center;
  background: #330000;
  border-top: 5px solid #E9930E;}

#tagline 
{position: absolute;
  top: 20px;
  left: 570px;
  color: #88ACB8;
	font: bold 16px "trebuchet ms", serif;
  border-bottom: 1px dashed #88ACB8;}

#banner 
{position: absolute;
  top: 12px;
  left: 90.5%;
  width: 65px;
  height: 65px;}

#banner img
{border: 0;}


/*HEADING LEVELS
----------------------------------------------------------------------------------------*/
h1
{font: normal 14px "trebuchet ms", helvetica, arial, sans-serif;
  text-align: center;
	text-transform: uppercase;
  color: #fff;
  margin: 0 0 5px 0;
  border-bottom: 5px solid #330000;
  background-color: #B79868;}

h2
{font: bold 14px "trebuchet ms", verdana, arial, sans-serif;
  text-transform: uppercase;
  text-align: left;
  color: #000;
  margin: 0 0 5px 0;
  padding: 0 0 0 5px;
  background-color: #ddd;}

h3
{font: bold 1.5em "trebuchet ms", verdana, arial, sans-serif;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  border-bottom: 1px solid #000;}

h4
{font: bold 1.2em "trebuchet ms", verdana, arial, sans-serif;
  color: #330000;
  text-align: left;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: -5px;
  padding: 0 0 2px 5px;
  background-color: #ddd;}

h5
{font: normal 14px "trebuchet ms", helvetica, arial, sans-serif;
  text-align: center;
	text-transform: uppercase;
  color: #fff;
  margin: 0;
  border-bottom: 5px solid #330000;
  background-color: #B79868;}


/*STRUCTURE: 3 COLUMN LAYOUT
----------------------------------------------------------------------------------------*/
#container
{margin: 0 auto;
  padding: 0;
  position: relative;
  width: 760px;
  border-left: 1px solid #330000;
  border-right: 1px solid #330000;
	background: #fff;}

#leftcolumn, #centercolumn, #rightcolumn
{margin-bottom: 5px;}

#leftcolumn p, #centercolumn p
{margin-top: 0;
  margin-bottom: 10px;}

#leftcolumn
{width: 140px;
  float: left;
  padding: 0px 5px;}

#leftcolumn p img
{border: 0;}

#centercolumn
{width: 340px;
  float: left;
  font-size: 0.8em;
  text-align: left;
  margin-left: 17px;}

#rightcolumn
{width: 220px;
  float: right;
  text-align: left;
  font-size: 0.7em;
  background: #fff;
  margin-right: 5px;
  padding-bottom: 5px;
  border-bottom: 3px solid #330000;
  background-color: #F4F3EA;}

#rightcolumn img
{margin-left: 10px;
  margin-bottom: 10px;
  border: 1px solid #000;}

#rightcolumn ul
{margin: 0;
  padding: 0;
  list-style-type: square;
  list-style-position: inside;}

#rightcolumn ul .hr
{padding-bottom: 15px;
  border-bottom: 1px dashed #C8D5DF;}

#clear
{clear: both;
  height: 1px; 
  overflow: hidden;}


/*--------------------------------------------------------------------------------------
STYLE RULES: INTERIOR PAGES
----------------------------------------------------------------------------------------*/

/*WRAPPER 
----------------------------------------------------------------------------------------*/
#content
{position: relative;
  font-size: 0.8em;
  text-align: justify;
  padding: 5px 15px;}

#content #address
{float: right;
  position: relative;
  width: 320px;
  margin-top: 15px;}

#content #address dt
{font-weight: bold;}

.location
{float: left;
  position: relative;
  width: 260px;
  margin-top: 15px;
  border: 0;}

.location img
{width: 250px;
  height: 159px;
  border: none;}

#content #hours
{width: 450px;}


/*TWO-COLUMN LAYOUT: SERVICE OFFERINGS
----------------------------------------------------------------------------------------*/
#leftnavcol
{float: left;
  width: 180px;
  margin: 0 5px 15px 0;
  background-color: #9E2623;}

#leftnavcol p
{margin-top: 0;
  margin-bottom: 10px;}

#leftnavcol p img
{border: 0;}

#leftnavcol .otherservices
{font-size: 0.9em;
  text-align: left;
  text-transform: capitalize;
  padding-left: 20px;
  background-color: #F4F3EA;}

#right
{float: right;
  width: 530px;
  text-align: justify;
  font-size: 0.8em;
  margin: 0 10px 15px 15px;}

#right img
{border: 1px solid #000;
  float: right;
  margin-top: 8px;
  margin-left: 15px;}

#right table
{margin-top: 20px;
  border: 1px solid #000;}

#right table tr
{text-align: center;}

#right dt
{font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;}

#right dd
{margin: 0 0 10px 0;
  padding: 0;}

#right address
{margin-left: 30%;}


/*ADDITIONAL RULES
----------------------------------------------------------------------------------------*/
.box
{padding: 5px;
  border-top: solid 5px #ddd;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  border-left: solid 1px #ddd;}