html {
  margin: 0;
  padding: 0;
}
body {
  margin: 10px 10px 0px 10px;
  padding: 0;
  background-color: #fff;
  font: 62.5% Arial, Verdana, Helvetica, sans-serif;
}
#header_print { display: none; }
/* OUTER SHELL */
#shell {
  margin: 0 auto 0 auto;
  width:100%;
  min-width: 880px;
  padding:0px;
  text-align:left;
}
/********************************************************************/


/* HEADER STYLE */
#header {
  background: url(/images/marblemastbred.gif) repeat-x;
  width: 100%;
  padding: 0px;
  background-color: #fff;
  text-align: left;
  vertical-align: middle;
  font: normal .7em Arial, Verdana, Helvetica;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  margin-bottom: 10px;
  height: 100px;
}
html>body #header { height:100px; }
#header #print_logo { display: none; }
#header .sub {
  float: right;
  font-size: 12px;
  font-weight: bold;
  font-style:italic;
  margin: 75px 5px 5px 0;
  letter-spacing: 0.1em;
  overflow:visible;
}
/********************************************************************/


#main { width: 100%; }
/* LEFT MENU STYLE */
#menu {
  float:left;
  width: 190px;
  background-color:#c5c8e3;
  background: url(/images/marblebtnred.gif) repeat-y;
  font-size: 12px;
  border: 1px solid #000;
}
/* MAIN CONTENT STYLE */
#content {
  background: #fff;
  margin: 0 10px 175px 210px;
  voice-family: "\")\"";
  voice-family: inherit;
  font-size: 1.2em;
  padding-bottom: 20px;
}
#contact_info {
  width:190px;
  padding:0px;
  float:left;
  background-color:#fff;
  font-size: 11px;
}
/* RIGHT BOX STYLE */
#feature {
  /*	width:140px;
	padding:5px;
	margin-right: 0px;
	float:right;*/
	position: absolute;
  right: 10px;
  top: 115px;
  width: 140px;
  background-color:#e4ceb3;
  border: 1px solid #000;
}
#feature h1 {
  font-size: 14px;
  font-weight: bold;
}
#feature p {
  font-size: 11px;
  padding: 10px;
}
/********************************************************************/


/* FOOTER STYLE */
#footer {
  clear: both;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  font: bold 11px Arial, Verdana, Helvetica;
  border-top: 0px solid #909aac;
  margin-bottom: 20px;
  margin-top: 50px;
}
a.footer:link, a.footer:visited, a.footer:active {
  text-decoration: none;
  padding-right: 15px;
  padding-left: 15px;
  color: #993333;
}
#footer a.footer:hover { text-decoration: overline underline; }
#footer_info { padding-top:15px; }
#footer_info a:link, #footer_info a:visited, #footer_info a:active {
  text-decoration: underline;
  color: #993333;
}
#footer_info a:hover { text-decoration: none; }
/********************************************************************/

p { font-size: 1em; }
.contact {
  background-image: url('/images/btn_email_bg.gif');
  background-repeat: no-repeat;
  padding-left: 20px;
  font-weight: bold;
}
.contact a:link { text-decoration: none; }
.contact a:hover { color: #404878 }
h1 {
  font-size: 1.75em;
  margin-top: 0;
}
h2 {
  font-size: 1.5em;
  margin-top: 0;
}
h3 {
  font-size: 1.15em;
  margin-top: 0;
  margin-bottom: 3px;
}
h4 {
  font-size: .9em;
  margin-top: 0;
  margin-bottom: 3px;
}
h5 { font-size: .8em; }
a:link, a:active, a:visited {
  text-decoration: underline;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #445677;
}
.heavy { font-weight: bold; }
/* This will indent 15px */
.indent15 { margin-left: 15px; }
/* This will indent 25px */
.indent25 {
  margin-left: 25px;
  padding-bottom: 2px;
}
.indent40 {
  margin-left: 40px;
  padding-bottom: 2px;
}
p.return { padding-top: 45px; }
p.link {
  background-image: url('/images/icon_web.png');
  background-repeat: no-repeat;
  padding-left: 20px;
  font-weight: bold;
}
/* This is to wrap text to the right of an image */
.leftimg {
  float: left;
  margin-right: 20px;
  margin-bottom: 6px;
}
/* This is to wrap text to the left of an image */
.rightimg {
  float: right;
  margin-left: 20px;
  margin-bottom: 6px;
  margin-right: 15px;
}
/* This is if they want some text to "stand out" on the page */
.red { color: #ff0000; }
/*
input, textarea {
	color: #000;
	background-color: #fff;
	font-family: Arial, Verdana, Helvetica;
}

input:focus, textarea:focus {
	font-weight: bold;
	background-color: #E9E9E9;
}
*/

/* hide from incapable browsers */
div#sizer { float:right; }
/* breathing room between images in sizer */
div#sizer img { margin-right:3px; }

