/* style.css - a simple style sheet */

body
{
	background-color: white;
	color: black;
	font-size: 10pt;
	font-family: Arial; 
}
td
{
	background-color: transparent;
	color: black;
	font-size: 10pt;
	font-family: Arial; 
	vertical-align: top;
}
h1
{
	font-weight: 600;
	font-size: 1.2em;
	color:#647B9B;
	font-weight: bolder;
	background-color: white;
  text-align: center;
  }

h2
{ 
  font-size:1.1em;
  background-color: white;
  color:black;
  font-weight: bold;
  margin: 0px;
  padding: 3px;
  text-align: center;
}

h3
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 1em;
	padding-bottom: 2px;
	margin: 2px;
    color:black;
	padding-top: 2px;
	background-color: white;
}
h3.TopHeading
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 2em;
	padding-bottom: 2px;
	margin: 2px;
	color: steelblue;
	padding-top: 2px;
	font-family: Andalus;
	background-color: white;
}

.virttour
{ 
  font-size: 1.25em;
  font-style: italic;
  color:#647B9B;
  background-color: white;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 3px;
  padding: 0px;
}

.low-space {
   margin: 0px;
   padding: 4px;
}
  
.splashtext
{
	background-color: white;
	color: #000000;
	font-size:0.9em;
	font-family: Arial;
    left: 1px;
    margin: 1px 10px;
    padding: 0px 5px; 
}
.indent50
{
	margin-left: 50px;
}
.indent100
{
	margin-left: 100px;
}
ul.ul100 {
/*    float: left; */
    margin: 0px;
    padding: 10px 0px;
    border: 0px none; 
    list-style-type: square;
    list-style-position: inside;
    position: relative; 
    left: 100px;
    width: 400px;
  }
ul.numeric
{
	list-style-type: decimal;
    list-style-position: inside;
/*    float: left; */
    margin: 0px;
    padding: 10px 0px 10px;
    border: 0px none; 
    position: relative; 
    left: 100px;
    width: 400px;
  }

/* Start of style elements for input form(s) */


/* Start of style elements for bulleted list */
  #div {width: 550px;}
  
  ul.left {
    float: left;
    width: 275px; 
    margin: 0px;
    padding: 10px 0px;
    border: 0px none; 
    list-style-position: inside;
    list-style-type: square;
    position: relative;
    left: 10px;
  }
  
  ul.right {
    float: right;
    width: 275px; 
    margin: 0px;
    padding: 20px 0px;
    border: 0px none; 
    list-style-position: inside;
    list-style-type: square;
  }
  
  .no-space {
    margin: 0px;
    padding: 1px;
  }
/* End of style elements for bulleted list */

/* Start of style elements for FAQs and terms*/
.question {
  color: black;
  font-family: Arial;
  font-weight: bolder;
  font-style: italic;
  font-size: 7.5;
  margin: 12px 0px 0px 0px;
  padding: 0px;
}
.answer {
  color: black;
  font-family: Arial;
  font-size:0.9em;
  margin: 0px 3px 0px 0px;
  padding: 0px;
}
.term {
  color: black;
  font-size: 1.1em;
  margin: 8px 0px 0px 0px;
  padding: 0px;
}
/* End of style elements for FAQs */

/* End of style elements for home advantages */
.adv { 
  font-size:1.3em;
  color:#647B9B;
  font-weight:900; 
  margin: 0px;
  padding: 0px;
}
.subadv { 
  font-size:1.1em;
  color:#647B9B;
  font-weight:600;
  margin: 0px;
  padding: 0px;
}
/* End of style elements for home advantages */

/* Start of style elements for  menu */
/* color was #2B3749 #3C4E62 */
.menulist a{
color: black;
width: 153px;
height: 16px;
font-weight: 800;
display: block;
margin-left: 3px;
padding-left: 3px;
padding-top: 2px;
margin-bottom: 1px;
background-image: url(images/menu.jpg);
background-repeat: no-repeat;
background-position: 2px 0px;
font: 0.8em Arial, Verdana, sans-serif;
text-decoration: none;
}

.menulist a:hover{
/* WLM Added Color */
background-color: #3C4E62;
background-image: url(images/menuover.jpg);
color: white;
}
/* End of style elements for  menu */


/* Start of style elements for left side inquiry table */
.sidefieldset
{
   background: #97BBD5;
   width: 144px;
   border: 1px solid #3C4E62;
   padding: 1px 1px 1px 1px;  /* was 2 all around */
}
.sidelegend
{
	font-size: 1.3em;
	font-weight: 600;
	font-family: tahoma, verdana, Helvetica;
	color: #3C4E62;
}
.sideinput
{
	background: white;
	height: 15px;
	padding: 0px 0px 0px 3px;
	border: 1px solid #999;
    margin-top :0px;
	font-size: 0.9em;
	font-family: tahoma, verdana, Helvetica;
}
.sidetextarea
{
	overflow: hidden;
	background: white;
	width: 140px;
	padding: 1px 0px 0px 1px;
	border: 1px solid #999;
    margin-top :0px;
	font-size: 0.9em;
	font-family: tahoma, verdana, Helvetica;
}
.sideselect, .sideoption
{
	background: white; 
	font-size: 0.9em;
	font-family: tahoma, verdana, Helvetica ; 
	color:#000000;
	border: 1px solid #999;
	margin-top :4px;
	margin-bottom :4px;
	padding: 1px 0px 0px 3px;
}
/* End of style elements for left side inquiry table */

/* Start of style elements for contact us form */
.changedField
{
color:white;
background: navy;
}
.currentField
{
color:white;
background:red;
}
/* End of style elements for contact us form */