BODY 
{ 
scrollbar-base-color: 006699; 
scrollbar-arrow-color: white;
background: #C17A4D url(/images/body_bg.gif) left repeat-y;
}

.text{font-family:verdana, arial, tahoma;font-size:12px;color:#fff}
.head{font-family:verdana, arial, tahoma;font-size:11px;color:#fff}
.nav{font-family:verdana, arial, tahoma;font-size:12px;color:#fff}
  a:link{text-decoration: none; color:#E6E6CC}
  a:visited{text-decoration: none; color: #E6E6CC}
  a:hover{text-decoration: underline; color: #fff}
  a:active{text-decoration: none; color: #E6E6CC}
p, tr, td, ul, li {
  font: 12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #FFF
  }
ul li {
  margin:0;
  list-style-type: bullet;
  }
table {align: center;}
table td { vertical-align:top;}
#HeaderLinks {
position: absolute; top: 100px; left: 175px;
}

#HeaderLinks,#HeaderLinks ul {
float:left;
list-style:none;
line-height:1;
font-weight:700;
/*margin:10px 0 1em 3px;*/
padding:0;
}

#HeaderLinks ul li a,#HeaderLinks ul li li a {
display:block;
color:#fff;
text-decoration:none;
border-bottom:none;
margin:0 10px;
/*padding:15px 0;*/
}

#HeaderLinks ul li li a {
margin:0 10px;
padding:5px 0;
}

#HeaderLinks ul li.last {
border-bottom:none;
}

#HeaderLinks a.parent {
background:url(/images/theme/sub-menu.png) center right no-repeat;
}

#HeaderLinks li {
float:left;
padding:0;
}

#HeaderLinks li ul {
position:absolute;
left:-999em;
height:auto;
width:160px;
font-weight:400;
background-color:#006599;
border:1px solid #005480;
margin:0;
padding:2px 3px 2px 5px;
text-align:left;
}

#HeaderLinks li li {
padding-right:1em;
width:145px;
border-bottom:1px solid #005480;
}

#HeaderLinks li ul a {
width:145px;
}

#HeaderLinks li ul ul {
margin:-1.75em 0 0 155px;
}

#HeaderLinks li:hover ul ul,#HeaderLinks li:hover ul ul ul,#HeaderLinks li.sfhover ul ul,#HeaderLinks li.sfhover ul ul ul {
left:-999em;
}

#HeaderLinks li:hover ul,#HeaderLinks li li:hover ul,#HeaderLinks li li li:hover ul,#HeaderLinks li.sfhover ul,#HeaderLinks li li.sfhover ul,#HeaderLinks li li li.sfhover ul {
left:auto;
}

#HeaderLinks li:hover,#HeaderLinks li.sfhover {
background:#B9963B;
}

#HeaderLinks li li:hover,#HeaderLinks li li.sfhover {
background:#0076B3;
}
#FooterLinks ul {
  margin:0;
  white-space:nowrap;
  text-align: center;}
#FooterLinks li {
  display: inline;
  list-style-type: none;
 }
#FooterLinks a {
  padding: 0 7px 0 10px;
  color: #fff;
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: center;
  }
#FooterLinks a:hover {
  color: #000;
  text-decoration: none;
  background: #D19B7A;
  }

blockquote {background-color: #efefef; color:#333; padding: 2px 10px 2px 10px; margin: 0;}
blockquote p {color:#333;}
.subNote {font-style:italic; font-size: 10px;}
#starburst img {
border: none;
float: right;
} 
/**************************************************************
   Form Elements
 **************************************************************/
input,
textarea,
select {
  padding: 1px;
  margin: 1px;
  font: 400 1em verdana, sans-serif;
  color: #666;
  background: #EEE;
  border: 1px solid #999;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E7F1F3;
  border: 1px solid #888;
}


/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	font-weight:bold;
	padding:2px 5px;
	cursor:pointer;
	background: #F7F2DB;
}
.buttonSubmitHovered {
	background-position:left bottom;
}
#AdLocationMap a {
color: blue;
}