body
{
	background-color: #FAF8DE;
	padding: 10px;
	margin: 0;
	font-size: 80%;
	font-family: Tahoma, Arial, Sans-Serif;
	line-height: 150%;
	color: #595959;
}

div.container
{
	width: 822px;
	margin: 0 auto 0 auto;
	background-image: url('../images/backshadow.gif');
	background-repeat: repeat-y;
	position: relative;
}

div.shadowpadding
{
	padding: 0 11px 10px 11px;
	margin: 0 auto 0 auto;
	position: relative;
}

div.logobar
{
	height: 116px;
	position: relative;
	background-image: url('../images/topgrad.gif');
	background-repeat: repeat-x;
}

img.logo
{
	position: absolute;
	left: 20px;
	top: 35px;
	border: none;
}

div.tagline
{
	position: absolute;
	right: 20px;
	top: 81px;
	width: 500px;
	text-align: right;
	color: #CC0033;
	font-size: 140%;
}

div.toptel
{
	position: absolute;
	right: 20px;
	top: 32px;
	width: 400px;
	text-align: right;
	color: #CC0033;
	font-size: 150%;
	font-weight: bold;
}

div.tagline2
{
	position: absolute;
	right: 20px;
	top: 6px;
	width: 500px;
	text-align: right;
	color: #CC0033;
	font-size: 100%;
}

div.topmenu
{
	position: absolute;
	background-color: #666666;
	height: 22px;
	width: 800px;
	border-bottom: 2px solid red;
	z-index: 5;
}

div.content
{
	position: relative;
	padding: 20px;
}

div.leftcontent
{
	position: absolute;
	top: 10px;
	left: 20px;
	width: 500px;
}

div.rightcontent
{
	position: absolute;
	top: 50px;
	right: 10px;
}

div.rightcontent img
{
	border: none;
}

div.seperator
{
	width: 100%;
	height: 2px;
	background-color: #FF0000;
	margin: 0 auto 0 auto;
}

img.mainimg
{
	position: absolute;
	left: 245px;
	top: 45px;
}

div.contentblock
{
	width: 170px;
	float: left;
}

div.contentblock img
{
	border: none;
}

div.contentblock_margin
{
	margin-right: 40px;
	margin-left: 40px;
}

div.contentblock .tel
{
	color: #CC0033;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
}

div.blankshadow
{
	width: 185px;
	height: 129px;
	background-image: url('../images/blankshadow.jpg');
	background-repeat: no-repeat;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

div.footer_spacer
{
	height: 54px;
}

div.footer
{
	height: 54px;
	width: 800px;
	margin-left: 11px;
	background-repeat: repeat-x;
	background-image: url('../images/botgrad.gif');
	position: absolute;
	bottom: 0px;
	border-bottom: 2px solid red;
	font-size: 80%;
}

div.copyright
{
	position: absolute;
	bottom: 7px;
	left: 20px;
	color: #CC0033;
}

div.footermenu
{
	position: absolute;
	color: #CC0033;
	bottom: 7px;
	right: 20px;
	text-align: right;
}

div.footline
{
	text-align: right;
}

p.footerlinks
{
	text-align: right;
	margin: 0;
	padding: 0 20px 0 20px;
}

div.clear
{
	clear: both;
}

h1
{
	font-size: 190%;
	color: #333333;
	font-variant: small-caps;
}

a
{
	color: #CC0033;
	text-decoration: none;
}

a:hover
{
	color: #82464F;
}

a img
{
	border: none;
}

img.quote
{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

p.contactnum
{
	font-size: 140%;
	font-weight: bold;
	color: Red;
	margin-top: 0;
	padding-top: 0;
}

table.contact td
{
	vertical-align: top;
}

p.small
{
	font-size: 80%;
	padding: 0;
	margin: 2px;
}

span.tel
{
	color: Red;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}


/* NAV */

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 800px; /*For KHTML*/
  list-style: none;
  height: 22px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999 !important;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0 1px 0 2px;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 22px;
  z-index: 999 !important;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 999 !important;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
  z-index: 999 !important;
}

ul#navmenu ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  z-index: 999;
}

/* Root Menu */
ul#navmenu a {
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background-color: Transparent;
  color: white;
  font: 11px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  z-index: 999;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  color: white;
  text-decoration: underline;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #666666;
  color: white;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #999999;
  color: white;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #666666;
  color: white;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #999999;
  color: white;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #666666;
  color: white;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #999999;
  color: white;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
  z-index: 999;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

/* END NAV */