/* import Rich Content specific styles */
/* AT:20090302 - this is getting in the way of the client approved legacy css, commenting out for now */
/* @import url('rc.css'); */

/* baseline override styles */
/* @import url('baseline.css'); */

/* approved css from legacy (pre level cms) site */
/* @import url('css/w.com.content.css'); */

/* import module specific styles */
/* @import "modules.css"; */



/* These baseline default styles are overriding the desired styles from the approved legacy css files */

body {
  /* font-family:verdana;
  background-color:#FFFFFF; */
}
/* body, p, ul, ol, td { font-size: 83%;}

ul ul, ul ol, td ul, td ol, td p, p ul, p ol, p td, body p { font-size:100%;}
div ol, div ul { font-size:100%;}
table.content td {font-size:100%;}

h1 { font-size: 140%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
h5 { font-size: 83%; }

h1, h2, h3, h4, h5
{
    font-weight: bold;
    font-style: normal;
    margin: 1.25em 0 0.5em 0;
    padding: 0;
} */


/* The following styles are overrides from the legacy css or new styles to accommodate any new features/functionality*/

#headerimgcontainer,
.headerimgcontainer {
        position: relative;
	width:595px;
	height:255px;
	margin:-43px -43px 0 -43px;
}

.clearfloat {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  display: block;
}

form legend {
  display:none;
}

form ol {
  list-style-type:none;
}

#secondary form #ArrivalDate {
  height:15px;
  width:160px;
}

#secondary form table.UC_searchForm_template_text p {
  margin-top:0;
}

#secondary form input {
  margin:0;
}



#secondary form a#lnkCalander img, body#home #secondary form a#lnkCalander img, #secondary form .ui-datepicker-trigger {
  margin:0 0 -8px;
  padding:0;
}

#content .left h1 {
  margin-top:0;
}
#content #SingleSearch {
  width: auto !important; 
}
#content #SingleSearch ol {
  margin: 0 !important;
  padding: 0 !important;
}

#content div.propsearch.pullOut {
  margin:0 0 0 15px;
}

#content div.propsearch {
  float:right;
  width:190px;
}

#content div.propsearch fieldset {
  border-bottom:none;
  margin:0;
}

#content div.propsearch .row {
  width:50px;
}

#content div.propsearch .buttonrow {
  text-align: center;
}

.error {
  color: #ff0000;
  font-size: 80%;
}
