@charset "UTF-8";
body {
  font-family: Lucida Grande,Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 0.8em;
	color: black;
	background-color: #B0B0B0;
	margin: 0px;
	padding: 0px;
}

h1 {
  font-size: 1.3em;
  color: #c72029;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px 0px 0.5em 0px;
}

h2 {
  font-size: 1.1em;
  color: #c72029;
  font-weight: bold;
  padding: 0px;
  margin: 0px 0px 0.5em 0px;
}

td h1 {  /* Used for callout boxes */
  color: black;
  margin: 0px;
}

img {
  border: 0px;
}

div.hr {
  line-height: 0px;
  font-size: 0px;
  margin: 10px 0px 10px 0px;
  padding: 0px;
  height: 3px;
  background: url('../image/hr.gif');
}

#pageframe {
  text-align: left;  /* To correct the IE 5.5 hack applied in body */
  width: 820px;
  margin-left: auto;
  margin-right: auto;
}

#webpage {
  text-align: left;  /* To correct the IE 5.5 hack applied in body */
  width: 820px;
  margin-left: auto;
  margin-right: auto;
}

/* HEADER */

#header {
  width: 820px;
  height: 295px;
}

#header div.info {
  font-size: 1.0em;
  position: relative;
  top: 30px;
  height: 130px;
  text-align: right;
  padding-right: 20px;
  margin-bottom: 105px;
}

#header div.info span.company-name {
  color: #c72029;
  font-size: 2.6em;
  font-weight: bold;
}

#header div.info span.company-llc {
  color: #c72029;
  font-size: 2.1em;
  font-weight: bold;
}

#header div.info div.company-phone {
  font-size: 0.9em;
  margin-top: 5px;
  color: #c72029;
  font-style: italic;
  font-weight: bold;
}

/* MENU */

div.menu {
/*  position: relative;*/
/*  top: 105px;*/
  margin-left: 7px;
  width: 805px;
}

td.menuitem {
  font-size: 11px;
  font-weight: bold;
  width: 115px;
  text-align: center;
  vertical-align: bottom;
  height: 50px;
}

td.menuitem a { text-transform: uppercase; color: black; text-decoration: none; }
td.menuitem a:hover { text-decoration: underline; }



/* SIDEBAR */
#leftcolumn {
  float: left;
  width: 300px;
  margin-right: 40px;
}

#rightcolumn {
  float: right;
  width: 440px;
}

/* MAIN PAGE CONTENTS */

#contents {
	margin: 0px;
	padding: 20px 20px 10px 20px;
	background-color: white;
}

#contents div.col1 {
  float: left;
  width: 325px;
}

#contents div.col2 {
  float: right;
  width: 325px;
}


/* FOOTER */

#footer {
	background-color: white;
	padding: 0px 20px 10px 20px;
	margin-bottom: 20px;
	font-size: 0.8em;
}



/* THUMBNAIL GRID */

div.thumbnailcontainer {
  float: left;
  width: 139px;
  text-align: center;
  font-size: 0.9em;
}

div.thumbnailframe {
  width: 139px;
  height: 90px;
  margin-bottom: 5px;
}

/* CONTACT */

div.contact-large {
  width: 642px;
  margin: 20px 0px 30px 70px;
  line-height: 1.2em;
}

div.contact-large div.contact-large-frame {
  width: 642px;
  height: 482px;
  margin-bottom: 5px;
}

div.contact-large div.contact-department {
  font-weight: bold;
  margin-bottom: 5px;
}



div.contact {
/*  float: left;*/
  width: 163px;
  line-height: 1.2em;
  overflow: hidden;
}

div.contact-row {
  margin-bottom: 30px;
}

div.contact div.contact-frame {
  width: 163px;
  height: 190px;
  margin-bottom: 10px;
}

div.contact div.contact-department {
  font-weight: bold;
  margin-bottom: 5px;
}

div.contact div.contact-phone {
  margin-bottom: 5px;
}

div.contact div.contact-hours {
  margin-top: 5px;
}

div.contact div.contact-name {
  font-weight: bold;
}

div.contact div.contact-title {
  font-style: italic;
  margin-bottom: 5px;
}