﻿h1 {
  font: bold 330%/100% "Lucida Grande";
  position: relative;
  color: #464646;
}
h1 span {
  background: url(images/gradient-white.png) repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  height: 31px;
}

div.cm_bg { background-image:url(images/bg.gif); background-repeat:repeat-x;}
.cm_banner {background-image:url(images/banner.gif); height: 121px; width:1030px;}
.cm_chambername { position: relative; top: 0; left: 5px; font-family: verdana, arail, san-serif; font-size: 20px; letter-spacing:-.05em; color: #000;}
.cm_orange
{
    color: #c67205;
    font-weight: bold;
}


.gradient2 h1 {
	font: bold 310%/100% "Lucida Grande", Arial, sans-serif;
	position: relative;
	margin: 30px 0 50px;
	color: #464646;
	text-transform: uppercase;
	letter-spacing: -2px;
}
.gradient2 h1 span {
	background: url(images/gradient-glossy.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 18px;
}

body 
{
    margin:0px;
    font-family: verdana, arail, san-serif;
}

#backgroundPopup
{
    background-position: #000000;
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: border: 1px solid #cecece;
    z-index: 1;
    background-color: #000000;
}
#popupContact
{
    background-position: #FFFFCC;
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 384px;
    width: 408px;
    background: #FFFFCC;
    border: 2px solid #cecece;
    z-index: 2;
    padding: 12px;
    font-size: 13px;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
cursor:pointer;
}
#button{
text-align:center;
margin:100px;
}

#DemoMsg
{
    font-family: Arial, Helvetica, sans-serif;
    color: #FF0000;
    font-size: medium;
}

#infoBox
{
    position: relative;
    width: 408px;
    background: #FFFFCC;
    border: 2px solid #cecece;
    z-index: 2;
    padding: 12px;
    font-size: 13px;
}
#infoBox h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}