* {
  margin: 0;
  border: 0;
  padding: 0;
  font-family: Verdana, Tahoma, Arial;
  font-size: 11px;
}
IMG, DIV, A { 
  behavior: url(css/iepngfix.htc);
}
INPUT, SELECT, TEXTAREA {
  color: #000000;
  background: #FFFFFF;
  padding: 3px;
  width: 280px;
}
INPUT.reset_button {
  width: 91px;
  height: 37px;
  text-indent: -10000px;
  background: url("../images/reset_btn.png") no-repeat;
}
INPUT.reset_button:hover {
  background-position: bottom center;
}
INPUT.send_button {
  width: 111px;
  height: 37px;
  text-indent: -10000px;
  background: url("../images/send_btn.png") no-repeat;
}
INPUT.send_button:hover {
  background-position: bottom center;
}

BODY {
  background: #333333;
  text-align: center;
  color: #FFFFFF;
}
DIV {
  float: left;
}
DIV.container {
  margin: 0 auto;
  width: 980px;
  min-height: 982px;
  background: 0 0 no-repeat #202020;
  text-align: left;
  border: 0px solid #000000;
  float: none;
}

/* HEADER STYLES */
DIV.header {
  width: 980px;
  height: 461px;
}
DIV.header DIV A {
  display: block;
  height: 100%;
  width: 100%;
}
DIV.header DIV.top01 {
  width: 202px;
  height: 46px;
  background: URL(../images/index_01.gif);
}
DIV.header DIV.top02 {
  width: 449px;
  height: 46px;
  background: URL(../images/index_02.gif);
}
DIV.header DIV.top03 {
  width: 329px;
  height: 83px;
  float: right;
  background: URL(../images/index_03.gif);
}
DIV.header DIV.top04 {
  width: 202px;
  height: 117px;
  background: URL(../images/index_04.gif);
}
DIV.header DIV.top05 {
  width: 449px;
  height: 56px;
  background: URL(../images/index_05.gif);
}
DIV.header DIV.top06 {
  width: 329px;
  height: 19px;
  background: URL(../images/index_06.gif);
}
DIV.header DIV.menubar {
  height: 21px;
  width: 778px;
}
DIV.header DIV.top21 {
  width: 778px;
  height: 40px;
  background: URL(../images/index_21.gif);
}
DIV.header DIV.top22 {
  width: 980px;
  height: 298px;
  background: URL(../images/index_22.jpg);
}

/* MENU STYLES */
DIV.menubar DIV.menuspacer {
  width: 7px;
  height: 21px;
  background: URL(../images/index_08.gif);
}
DIV.menubar DIV.top07 {
  width: 45px;
  height: 21px;
  background: URL(../images/index_07.gif);
}
DIV.menubar DIV.top07:hover {
  background: URL(../images/index_07a.gif);
}
DIV.menubar DIV.top09 {
  width: 72px;
  height: 21px;
  background: URL(../images/index_09.gif);
}
DIV.menubar DIV.top09:hover {
  background: URL(../images/index_09a.gif);
}
DIV.menubar DIV.top11 {
  width: 73px;
  height: 21px;
  background: URL(../images/index_11.gif);
}
DIV.menubar DIV.top11:hover {
  background: URL(../images/index_11a.gif);
}
DIV.menubar DIV.top13 {
  width: 104px;
  height: 21px;
  background: URL(../images/index_13.gif);
}
DIV.menubar DIV.top13:hover {
  background: URL(../images/index_13a.gif);
}
DIV.menubar DIV.top15 {
  width: 141px;
  height: 21px;
  background: URL(../images/index_15.gif);
}
DIV.menubar DIV.top15:hover {
  background: URL(../images/index_15a.gif);
}
DIV.menubar DIV.top17 {
  width: 66px;
  height: 21px;
  background: URL(../images/index_17.gif);
}
DIV.menubar DIV.top17:hover {
  background: URL(../images/index_17a.gif);
}
DIV.menubar DIV.top19 {
  width: 170px;
  height: 21px;
  background: URL(../images/index_19.gif);
}
DIV.menubar DIV.top19:hover {
  background: URL(../images/index_19a.gif);
}
DIV.menubar DIV.contact {
  width: 28px; 
  height: 25px; 
  margin-top: -4px; 
  padding-left: 0px; 
  background: url("../images/contact.gif") no-repeat right top black;
}
DIV.menubar DIV.contact A:hover {
  background: #000000;

  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  filter:alpha(opacity=60);
}
DIV.menubar DIV.top20 {
  width: 30px;
  height: 21px;
  background: #000000;
}
DIV.menubar DIV.active {
  height: 20px;
  border-bottom: 1px solid #D8EA05;
}

/* FOOTER STYLES */
DIV.container DIV.footer {
  width: 950px;
  height: 65px; 
  font-size: 10px;
  color: #888888;
  text-align: right;
  padding-top: 25px; 
  padding-right: 30px; 
  background: #000000;
}
DIV.footer P {
  margin: 0 0 4px 0;
  font-size: 10px;
  float: right;
  width: 600px;
}
DIV.footer UL.links {
  list-style: none;
  margin: 0 0 0 20px;
  float: left;
  width: auto;
}
DIV.footer UL.links LI {
  float: left;
  margin-right: 5px;
}
DIV.footer A {
  color: #888888;
  font-size: 10px;
  text-decoration: none;
}
DIV.footer A:hover {
  color: #FFFFFF;
}

/* CONTENT STYLES */
DIV.content_container DIV.content_spacer {
  height: 0;
  width: 0;
}
DIV.container DIV.content_container {
  width: 980px;
  height: 522px;
  min-height: 522px;
  height: auto !important;
}
DIV.content_container DIV.content {
  width: 980px;
  height: 522px;
  min-height: 522px;
  height: auto;
}
DIV.content_container DIV.content_left {
  width: 528px;
  height: 521px;
  background: url(../images/index_23a.gif) bottom repeat-x #0C0A09;
}
DIV.content_container DIV.content_right {
  background: url("../images/index_24a.gif") no-repeat scroll left bottom #000000;
  width: 452px;
  height: 516px;
  float: right;
}
DIV.content_container DIV.section23 {
  width: 30px;
  height: 430px;
}
DIV.content_container DIV.section_content {
  width: 440px;
  height: 430px;
}
DIV.content_container DIV.section24 {
  width: 25px;
  height: 521px;
}
DIV.content_container DIV.section25 {
  width: 400px;
  height: 13px;
}
DIV.content_container DIV.section27 {
  width: 400px;
  height: 266px;
  background: #000000;
}
DIV.content_container DIV.section28 {
  width: 400px;
  height: 70px;
  background: URL(../images/index_28.gif);
}
DIV.content_container DIV.section29 {
  width: 200px;
  height: 127px;
  background: URL(../images/index_29.gif);
}
DIV.content_container DIV.section29 :hover {
  background: URL(../images/index_29a.gif);
}
DIV.section29 A {
  display: block;
  height: 100%;
  width: 100%;
}
DIV.content_container DIV.section30 {
  width: 200px;
  height: 127px;
  background: URL(../images/index_30.gif);
}
DIV.content_container DIV.section30 :hover {
  background: URL(../images/index_30a.gif);
}
DIV.section30 A {
  display: block;
  height: 100%;
  width: 100%;
}
DIV.content_container DIV.book_button {
  width: 289px;
  height: 37px;
  background: URL(../images/book_btn.png) no-repeat top center;
}
DIV.book_button A {
  background: URL(../images/book_btn.png) no-repeat top center;
  display: block;
  height: 100%;
  width: 100%;
}
DIV.book_button A:hover {
  background-position: bottom center;
}
DIV.book_button_spacer {
  width: 60px;
  height: 37px;
}
DIV.content_container A {
  color: #EDF945;
  text-decoration: none;
}
DIV.content_container A:hover {
  color: #FFFFFF;
}
DIV.content_container P {
  font-size: 11px;
  margin: 10px 0;
  line-height: 140%;
}
DIV.content_container H1 {
  text-transform: uppercase;
  color: #EDF945;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 14px;
  clear: both;
}
DIV.content_container H2 {
  text-transform: uppercase;
  color: #EDF945;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 6px;
  clear: both;
}
DIV.content_container H3 {
  text-transform: uppercase;
  color: #EDF945;
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 6px;
  clear: both;
}
DIV.content_container UL {
  margin-left: 50px;
  width: auto;
  list-style-type: disc;
}
DIV.content_container LI {
  margin-bottom: 5px;
}
DIV.content_container TABLE TH {
  padding: 6px;
  padding-right: 8px;
  font-weight: normal;
  text-align: right;
}
DIV.content_container TABLE TD {
  padding: 6px;
}
DIV.content_container I {
  color: #999999;
}

DIV.content_container DIV.profile_header {
  width: 501px; 
  height: 37px; 
  margin-bottom: 10px; 
  margin-left: -35px;
}
DIV.content_container DIV.profile_header A {
  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
}
DIV.content_container DIV.profile_header A:hover {
  background: #888888;

  opacity: 0.1;
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  filter:alpha(opacity=10);
}
DIV.content_container DIV.profile_area_container {
  width: 142px;
  margin-bottom: 15px;
}
DIV.profile_area_container DIV.profile_area_box {
  width: 142px;
  margin-bottom: 10px;
}
DIV.profile_area_box UL, UL {
  list-style-type: none;
  margin-left: 5px;
  margin-bottom: 8px;
  width: 127px;
}
DIV.profile_area_box UL A, UL A {
  color: #FFFFFF;
  white-space: nowrap;
}
DIV.profile_area_box UL A:hover , UL A:hover{
  color: #CCCCCC;
}
BR.break {
  clear: both;
}

/****** JAVASCRIPT CALENDAR ******/
div.calendar {
  font-size: smaller;
  color: #000;
}
div.calendar.popup {
  margin-left: -40px;
  margin-top: -100px;
}
div.calendar table {
  background-color: #eee;
  border: 1px solid #aaa;
  border-collapse: collapse;
}
div.calendar thead {
  background-color: white;
}
div.calendar td, div.calendar th {
  padding: 3px;
  text-align: center;
}
div.calendar td.title {
  font-weight: bold;
  color: #000000;
}
div.calendar td.button {
  color: #000000;
}
div.calendar th {
  background: #ddd;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-weight: bold;
  color: #555;
}
div.calendar tr.days td {
  width: 2em;
  color: #555;
  text-align: center;
  cursor: pointer;
}
div.calendar tr.days td:hover, div.calendar td.button:hover {
  background-color: #34ABFA;
  cursor: pointer;
}
div.calendar tr.days td:active, div.calendar td.button:active {
  background-color: #cde;
}
div.calendar tr.days td.selected {
  font-weight: bold;
  background-color: #fff;
  color: #000;
}
div.calendar tr.days td.today {
  font-weight: bold;
  color: #D50000;
}
div.calendar tr.days td.otherDay {
  color: #bbb;
}
input#popupDateField:hover {
  cursor: pointer;
} 

/****** TESTIMONIAL GALLERY ******/
DIV.gallery {
  position: relative; 
  height: 430px; 
  float: none;
}
DIV.gallery DIV {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 430px;
}
DIV.gallery_select {
  float: none;
  text-align: center;
  background: url("../images/bar.png") no-repeat center center transparent;
  height: 30px;
}
DIV.gallery_select TABLE { 
  margin: 1px auto 0;
}
DIV.gallery_select TABLE TD { 
  padding: 0 4px;
}
DIV.gallery_select TABLE A {
  color: #FFFFFF;
  display: block;
  padding: 6px;
}
DIV.gallery_select TABLE A.active {
  border: 1px solid #FFFFFF;
  background: #777777;

  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  filter:alpha(opacity=60);  
}
DIV.gallery DIV DIV P {
  margin: 5px 0;
}
DIV.gallery DIV DIV.quote_top {
  width: 67px;
  height: 76px;
  background: url("../images/quote_top.png") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -15px;
  margin-top: -15px;

  opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  filter:alpha(opacity=30);
}
DIV.gallery DIV DIV.quote_bot {
  width: 67px;
  height: 100%;
  background: url("../images/quote_bot.png") no-repeat bottom center;
  position: absolute;
  left: 378px;
  bottom: 0px;

  opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  filter:alpha(opacity=30);
}
.invalid {
  border: 1px solid #FF0000!important;
}
