a img {
  border: 0px;
}

img.center {
  display: block;
  padding: 5px 0px 10px 0px;
  margin: 0px auto;
}

img.float_left {
  float: left;
  padding: 5px 10px 5px 0px;
  position: relative;
}

img.float_right {
  float: right;
  padding: 5px 0px 5px 10px;
  position: relative;
}

img.inline {
  display: inline;
}

span.em {
  font-style: italic;
  font-weight: bold;
}

.highlight {
  color: #0967AD;
}

.bold {
  font-weight: bold;
}

.cursor_hand {
  cursor: pointer;
}

.make_relative {
  left: 0px;
  position: relative;
  top: 0px;
}

body {
  background: #0967AD;
  font-size: 12pt;
  font-family: "Trebuchet MS",Helvetica,Arial,serif;
  margin: 0px;
  padding: 0px;
  text-align: center;   /* Allows a centered page in IE6 */
}

#wrapper {
  background: #FFFFFF;
  margin: 0px auto;
  text-align: left;
  width: 913px;
}

#header, #navigation, #content, #footer {
  position: relative;
  width: 913px;
}

/***************************************************
 *
 *  HEADER STYLES
 *
 ***************************************************/

#header {
  font-size: 0pt;
}

#header img {
  display: block;
}

#header a {
  left: 23px;
  position: absolute;
  top: 21px;
}

#header a img {
  border: 0px;
}

/***************************************************
 *
 *  NAVIGATION STYLES
 *
 ***************************************************/

#navigation {
  font-size: 10pt;
  z-index: 1;       /*  Allows drop-down to be displayed above other page contents */
}

#navigation ul {
  margin: 0px;
  min-height: 28px;
  padding: 0px;
}

#navigation li {
  background: #FFFFFF;
  border-right: 1px solid #FFFFFF;
  float: left;
  position: relative;
  list-style: none;
  width: 151px;
}

#navigation li.first {
  border-left: 1px solid #FFFFFF;
}

#navigation li ul {
  display: none;
  height: 112px;
  left: 0px;
  position: absolute;
  top: 28px;
}

#navigation li ul li {
  border: 0px;
}

/* Resets positioning for all browsers except IE */
#navigation li>ul {
  top: auto;
  left: auto;
}

/* Displays drop down menu */
#navigation li:hover ul, #navigation li.over ul {
  display: block;
}

#navigation a {
  display: block;
  background: #0967AD;
  background-color: #0967AD;
  color: #FFFFFF;             /* This is required for IE6 to work properly */
  font-size: 9pt;
  padding: 5px 0px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

#navigation a.current {
  background: #3399FF;
  background-color: #3399FF;
}

#navigation a:hover {
  background: #3399FF;
  background-color: #3399FF;
}

/***************************************************
 *
 *  CONTENT STYLES
 *
 ***************************************************/

#content a {
  color: #0967AD;
  font-weight: bold;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#content .graybg {
  background-color: #E7E4DD;
}

#content h2 {
  color: #0967AD;
  font-size: 14pt;
  font-weight: bold;
  margin: 5px 0px;
}

#content h2.first {
  padding-top: 20px;
  text-align: center;
}

#content h2 span.small {
  color: #555555;
  font-size: 11pt;
  font-weight: normal;
}

#content p.center {
    text-align: center;
}

.clear {
  clear: both;
}

#content .full_column {
  clear: both;
  padding: 0px 10px;
  position: relative;
}

#content .full_column .section {
  padding-top: 0px;
}

#content .left_column {
  float: left;
  position: relative;
}

#content .left_column .section {
  position: relative;
  margin: 15px 10px 0px 15px;
}

#content .message {
  color: #FF0000;
  display: block;
  text-align: center;
}

#content .right_column {
  float: right;
  position: relative;
}

#content .section {
  color: #555555;
  margin: 0px;
  padding: 15px;
  position: relative;
}

#content .section h1 {
  font-size: 16pt;
  margin: 0px;
  padding: 0px 0px 5px 0px;
}

#content .section h1 span {
  color: #0967AD;
}

#content .section p {
  margin: 0px 0px 10px 0px;
}

/***************************************************
 *
 *  FOOTER STYLES
 *
 ***************************************************/

#footer {
  background: #2C80C0 url(../images/footer_bg.png) left bottom no-repeat;
  clear: both;
  color: #FFFFFF;
  font-size: 12px;
  text-align: left;
  border-top:1px solid #0967ad;
}

#copyright {
	float:left;
	padding: 58px 0 0 44px !important;
	padding: 68px 0 0 44px; /*For IE6*/
}

.footer_trademark {
	color:#87cbfe;
	font-weight:bold;
}

.footer_copyright {
	font-style: italic;
	color:#ddd;
	font-weight:normal;
}

.footerlinks, .footerlinks2 {
	float:right;
	padding-right: 50px;
	padding-left: 30px;
	background: transparent url(../images/footer_border.png) 0px 13px no-repeat;
}

#footer ul {
	margin:0;
	list-style:none;
	padding: 14px 0 20px;
}

#footer .li_title {
	color:#87cbfe;
	font-weight:bold;
	padding-bottom:4px;
}

#footer li {
	line-height:1.1em;	
}

#footer .footerlinks a, #footer .footerlinks2 a {
	color:#fff;
	font-size:10px;
	text-decoration: none;
}

#footer .footerlinks a:hover, #footer .footerlinks2 a:hover {
  color: #b3deff;
}

/***************************************************
 *
 *  PLUGIN STYLES
 *
 ***************************************************/

/*******************************
 *
 *  FIND HOME/AGENT STYLES
 *
 *******************************/

#content .search {
	color: #FFFFFF;
	width: 254px;
  margin-top: 20px;
  padding-left: 15px;
  position: relative;
}

#content .searchContents {
  background: #2C80C0;
  height: 290px;
  padding: 15px 20px;
  margin: 0px;
}

#content .searchNav {
  height: 30px;
  margin: 0px;
  padding: 0px;
}

#content .searchNav a {
  background-position: top right;
  background-repeat: no-repeat;
  border: 0px;
  display: block;
  height: 30px;
  text-decoration: none;
  width: 126px;
}


#content .searchNav a.home {
  background-image: url(../images/vt_homeSearchTab.jpg);
  float: left;
}

#content .searchNav a.agent {
  background-image: url(../images/vt_agentSearchTab.jpg);
  float: right;
}

#content .searchNav a.active {
  background-position: top left;
}

#content .searchNav a:hover {
  background-position: top left;
  border: 0px;
}

#content .search div.wrapper {
  padding: 28px;
}

#content .search h2 {
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

#content .search h2 span {
  border-bottom: 2px solid #69BAEF;
  color: #FFFFFF;
  font-size: 12pt;
}

#content .search input.textbox {
  color: #32547A;
}

#content .search input, #content .search label {
  margin-top: 10px;
}

#content .search label, #content .search .label {
  font-size: 10pt;
}

#content .button.short {
  width: 89px;
}

#content .select.short {
  width: 87px;
}

#content .textbox.long {
  width: 208px;
}

#content .textbox.short {
  width: 83px;
}

#content .search .right {
  position: absolute;
  right: 0;
}

#content .search div.row {
  margin: 8px 0px;
  position: relative;
  width: 100%;
}

/*******************************
 *
 *  FEATURED TOUR STYLES
 *
 *******************************/

.tour1, .tour2, .tour3, .tour4 {
  display: none;
  position: absolute;
  top: 15px;
}

.tour1{
  left:5px;
}
.tour2{
  left:135px;
}
.tour3{
  left:265px;
}
.tour4{
  left:395px;
}
.imgHolder{
  height:77px;
  margin-right:2px;
  padding-right:2px;
  padding-left:2px;
  padding-bottom:4px;
  padding-top:4px;
  text-align: center;
  width: 122px;
}
#featuredTour .imgHolder img {
  border: 2px solid #999999;
}
.cityStateHolder{
  font-family: Arial,Verdana,Trebuchet MS, sans-serif;
  font-size: 9pt;
  font-weight:bold;
  color: #666666;
  background: transparent;
  height:20px;
  margin-right:2px;
  padding-right:2px;
  padding-left:2px;
  padding-bottom:0px;
  text-align: center;
  width: 122px;
}
.loadingText{
  font-family: Arial,Verdana,Trebuchet MS, sans-serif;
  font-size: 12pt;
  font-weight:bold;
  color: #666666;
  background: transparent;
}
.loadingPrompt{
  display:block;
  background: transparent;
  position:absolute;
  left:0px;
  top:15px;
  height:120px;
  padding-bottom:0px;
  text-align: center;
  width: 100%;
  z-index:0;
}

#featuredTour {
  left: 25px;
  position: relative;
}

#featuredTourWrapper {
  /*background: url(/images/template.jpg) top left no-repeat;*/
  height: 153px;
  position: relative;

}

#featuredTourWrapper a {
  border: 0px;
}

#featuredTourWrapper a:hover {
  border: 0px;
}