/* start global settings */
body,html {
	background: #fff url(../assets/bkgnd-gradient.gif) 0 0 repeat-x fixed;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	height: 100%;
	margin: 0;
	padding: 0;
}
acronym, dfn {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	cursor: help;
}
img {
	border: 0;
}
p, form {
	clear: left;
	padding: 3px 0 9px 0;
	margin: 0;
}
a {
	color: #2c77d1;
	outline: none;
}
* html hr {
	clear: both;
	display: none;
}
hr {
	clear: both;
	visibility: hidden;
}
h1, h1 a {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #B0302B;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
h2, h2 a {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #D4A82C;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
h3, h3 a {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #99BE52;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
h4, h4 a {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #B0302B;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
h5, h5 a {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #D4A82C;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
h6, h6 a {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #99BE52;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
blockquote{
	clear: both;
	margin-top: 10px;
	margin-left:0;
	margin-right:0;
	background-color: #EBEBE1;
	padding: 8px 10px 8px 14px;
	border-left: 1px solid #999999;
}
label { 
  text-align: right;
  display: block; 
  float: left; 
  clear: both; 
  width: 6em; 
  margin: 1em 0.5em 0 0; 
}
.inputtext { 
  width: 370px; 
  margin: 1em 0 0 0;
  font-family: "Courier New", Courier, mono;
  font-size: 11px;
  height: 20px;
}
.textarea { 
  width: 370px; 
  margin: 1em 0 0 0;
  font-family: "Courier New", Courier, mono;
  font-size: 11px;
}
.submitbutton { 
  margin: 1em 0 0 0;
}
.clear {
	clear: both;
}
div#tour h1 span,
div#footer span {
	display: none;
}
/* end global settings */


/* start styles */
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.left {
	float: left; 
}
.right {
	float: right;
}
.stroke {
	border: #666666 1px solid;
}
/* end styles */



/* start icon styles */
div#comments {
	background-image: url(../assets/icon-comment.gif);
	background-repeat: no-repeat;
	background-position: left;
} 
div#comments a {
	padding-left: 20px;
} 
/* end icon styles */


/* start div design */
#ibelieve a {
	position: absolute;
	left: 0;
	top: 0;
	height: 65px;
	width: 65px;
	background: url(../assets/ibelieve.png) no-repeat;
	text-indent: -5000px;
}

* html #ibelieve a {
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../assets/ibelieve.png', sizingMethod='crop');
	cursor: pointer;
}

div#wrapper {
	width: 772px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#roundedtop {
	height: 7px;
	margin-top: 20px;
	background-image: url(../assets/wrapper-top.png);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
}
div#content {
	background-image: url(../assets/bkgrnd-content.gif);
	background-position: bottom;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
div#searchcontent {
	background-image: url(../assets/search-content.gif);
	background-position: bottom;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
div#subcontent {
	background-image: url(../assets/bkgrnd-subcontent.gif);
	background-position: bottom;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
div#topnav {
	background-color: #FFFFFF;
}
div#clicklets {
	float: left;
	padding-left: 20px;
} 
div#sitemap {
	float: right;
} 
div#search {
	float: right;
	padding: 0 20px 0 10px;
	height: 16px;
} 
div#search form{
	padding: 0;
	margin: 0;
} 
.searchbox {
	background-color: #F5F9FD;
	border: 1px solid #999999;
	padding: 0 3px 0 3px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	height: 1.5em;
}
div#header {
	clear: both;
	background-color: #87181C;
	z-index: 1;
}
.action {
	float: right;
	display: inline;
	padding-left: 5px;
}
#overview, .post {
	clear: both;
	margin-top: 10px;
	margin-left:0;
	margin-right:0;
	background-color: #F6F6F6;
	padding: 8px;
	border: 1px solid #999999;
}
div#tour {
	clear: both;
	width: inherit;
	height: 24px;
	background-color: #eee;
	background-image: url(../assets/tour-bottom.jpg);
	background-repeat: no-repeat;
	background-position: right;
} 
div#feature {
	background-image: url(../assets/gradient-grywht.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C2C2;
	background-color: #FFFFFF;
}
div#wavelink-header {
	position: absolute;
	width: 730px;
	margin: 20px 20px 0 20px;
}
div#1column {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C2C2;
	background-color: #FFFFFF;
}
.headerline {
	float: left;
	display: inline;
	padding-right: 10px;
}
div#spotimage {
	float: right;
	display: inline;
	margin: 0 0 0 20px;
}
.spotimage {
	float: right;
	padding-top: 5px;
	margin-left: 20px;
}
div#leftcolumn50 {
	width: 385px;
	background-color: #EAEAEA;
	float: left;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C2C2C2;
	
}
div#rightcolumn50 {
	width: 384px;
	background-color: #FFFFCC;
	float: right;
	display: block;
}
div#leftcolumn70 {
	width: 538px;
	background-color: #EAEAEA;
	float: left;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C2C2C2;
	
}
div#rightcolumn30 {
	width: 231px;
	background-color: #FFFFCC;
	float: right;
	display: block;
}
.greysolid {
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C2C2;
	background-color: #DADADA;
}
.yellowsolid {
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C2C2;
}
.greybottom {
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-image: url(../assets/gradient-whtgry.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #DADADA;
}
.yellowbottom {
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-image: url(../assets/gradient-whtylw.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFCC;
}
div#footer {
	clear: both;
	width: 772px;
	height: 17px;
	background-image: url(../assets/footer.gif);
	background-repeat: no-repeat;
	background-position: left;
	
}
div#footnav {
	clear: both;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}
div#footnav img {
	margin: 0 2px 6px 2px;
}
.centeredcontent {
	text-align: center;
	padding-bottom: 20px;
}
.centeredcontent img{
	
}
div#home-portfolio {
	margin: 5px 0 0 0;
}
div#home-portfolio img {
	border: solid 1px #999999; 
	margin: 0 8px 0 0;
}
.table-checks {
	width: 370px;
	margin: 8px 0 0 73px;
}
/* end div design */



/* start portal areas */

ul#dest-feature {
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	margin-top: 12px;
	background-image: url(../assets/icon-link.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	font-weight: normal;
	float: left;
	padding-right: 4px;
	margin-bottom: 0px;
}
.destinations {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	background-image: url(../assets/icon-link.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	font-weight: normal;
	margin-left: 0px;
	margin-top: -10px;
	margin-bottom: 10px;
}
ul#links1, 
ul#links2, 
ul#links3, 
ul#links4,
ul#links5,
ul#links6 {
	margin-top: 5px;
}
ul#dest-feature li,
ul#links1 li, 
ul#links2 li, 
ul#links3 li, 
ul#links4 li,
ul#links5 li,
ul#links6 li{
	display: inline;
}

ul#linklist, 
ul#audiolist, 
ul#downloadlist {
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none;
}
ul#linklist li a,
ul#audiolist li a,
ul#downloadlist li a{
	padding-left: 20px;
}
ul#linklist li {
	background-image: url(../assets/icon-linkgo.gif);
	background-repeat: no-repeat;
	background-position: left;
}
ul#audiolist li {
	background-image: url(../assets/icon-sound.gif);
	background-repeat: no-repeat;
	background-position: left;
}
ul#downloadlist li {
	background-image: url(../assets/icon-save.gif);
	background-repeat: no-repeat;
	background-position: left;
}
li#showmorestuffs {
	background-image: url(../assets/icon-search.gif);
	background-repeat: no-repeat;
	background-position: left;
}
ol {
	margin: 6px 0 0 0;
	padding: 0;
	list-style: none;
}
ol li {
	margin: 0 0 8px 0;
	padding: 0 0 6px 20px;
	border-bottom: solid 1px #999999;
}

/* end portal areas */


/* ---- COLORED BULLET LISTS ------- */
.bullet-blue {	
	margin: 6px 0 0 0;
	padding: 0;
	list-style: none;
}
.bullet-blue li {	
	background-image: url(../assets/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0;
	padding-left: 18px;
}
.bullet-black {	
	margin: 6px 0 0 0;
	padding: 0;
	list-style: none;
}
.bullet-black li {	
	background-image: url(../assets/bullet_black.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0;
	padding-left: 18px;
}
.bullet-green {	
	margin: 6px 0 0 0;
	padding: 0;
	list-style: none;
}
.bullet-green li {	
	background-image: url(../assets/bullet_green.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0;
	padding-left: 18px;
}
.bullet-orange {	
	margin: 6px 0 0 0;
	padding: 0;
	list-style: none;
}
.bullet-orange li {	
	background-image: url(../assets/bullet_orange.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0;
	padding-left: 18px;
}
.bullet-red {	
	margin: 6px 0 0 0;
	padding: 0;
	list-style: none;
}
.bullet-red li {	
	background-image: url(../assets/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0;
	padding-left: 18px;
}
.bullet-white {	
	margin: 6px 0 0 0;
	padding: 0;
	list-style: none;
}
.bullet-white li {	
	background-image: url(../assets/bullet_white.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0;
	padding-left: 18px;
}
.bullet-yellow {	
	margin: 6px 0 0 0;
	padding: 0;
	list-style: none;
}
.bullet-yellow li {	
	background-image: url(../assets/bullet_yellow.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0;
	padding-left: 18px;
}
.bullet-purple {	
	margin: 6px 0 0 0;
	padding: 0;
	list-style: none;
}
.bullet-purple li {	
	background-image: url(../assets/bullet_purple.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0;
	padding-left: 18px;
}

/* ---- STAFF PAGE STYLES ---- */
.container {
	display: block;
	clear: both;
	margin: 0 0 20px 0;
	background: url(../assets/title-bar.gif) no-repeat 0 0;
	padding: 5px 8px 0 8px;
}
.portrait {
	float: right;
	display: inline;
	margin: 45px 0 0 20px;
}
.title {
	font-size: 13px;
	margin-bottom: 5px;
}
.peoplelist {
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.peoplelist li a {
	padding-left: 20px;
}
.peoplelist li {
	background-image: url(../assets/icon-forum.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.distribute {
	float: left;
	display: inline;
	padding-right: 58px;
}
.top a {
	float: right;
	height: 16px;
	width: 16px;
	background: url(../assets/icon-top.gif) no-repeat;
	text-indent: -5000px;
}

/* ---- BLOG PAGE STYLES ---- */
ul.blog-archive {
	margin: 5px 0 5px;
	padding: 0;
	list-style-type: none;
}
ul.blog-archive li a{
	padding-left: 20px;
}
ul.blog-archive li {
	background-image: url(../assets/icon-archive.gif);
	background-repeat: no-repeat;
	background-position: left;
}
div#pastblogs {
	background: #f0f0f0 url(../assets/bkgnd-recentblogs.gif) repeat;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C2C2;
}
div#pastblogs h1{
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	color: #638cbc;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
div#blogicons {
	width:730px;
	height:70px;
	margin:5px 0 8px 0;
	overflow:hidden;
	
}
div#blogicons img{
	display:inline;
	float:left;
	padding:0 14px 0 0;
}

/* ---- PODCAST PAGE STYLES ---- */
.audiolist {
	margin: 5px 0 5px;
	padding: 0;
	list-style-type: none;
}
.audiolist li a {
	padding-left: 20px;
}
#morestuffs {
	float: left;
	margin-top: -5px;
	position: relative;
}
* html #morestuffs li a {
	padding-left: 4px;
}
.audiolist li {
	background-image: url(../assets/icon-sound.gif);
	background-repeat: no-repeat;
	background-position: left;
}


/* ---- SUBSCRIPTIONS PAGE STYLES ---- */
ul#feeds {
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none;
}
ul#feeds li a{
	padding-left: 20px;
}
ul#feeds li {
	background-image: url(../assets/icon-feed.png);
	background-repeat: no-repeat;
	background-position: left;
}
ul#podcasts {
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none;
}
ul#podcasts li a{
	padding-left: 20px;
}
ul#podcasts li {
	background-image: url(../assets/icon-itunes.png);
	background-repeat: no-repeat;
	background-position: left;
}

/* ---- LINKS PAGE STYLES ---- */
.leftcolumn div, .rightcolumn div { margin-bottom: 20px; }
.leftcolumn {
	width: 49%;
	display: block;
	float: left;
	clear: left;
}
.rightcolumn {
	width: 49%;
	display: block;
	float: right;
	clear: right;
}
.linklist {
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.linklist li a {
	padding-left: 20px;
}
.linklist li {
	background-image: url(../assets/icon-linkgo.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/* ---- DOWNLOADS PAGE STYLES ---- */
.downloadlist {
	margin: 5px 0 15px 0;
	padding: 0;
	list-style-type: none;
}
.downloadlist li a {
	padding-left: 20px;
}
.downloadlist li {
	background-image: url(../assets/icon-save.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.accentbox {
	clear: both;
	margin-top: 10px;
	margin-left:0;
	margin-right:0;
	background-color: #FFFFCC;
	padding: 8px;
	border: 1px solid #999999;
}

/* ---- GALLERIES PAGE STYLES ---- */
div#tourblack {
	clear: both;
	width: inherit;
	height: 39px;
	background-color: #000;
	background-image: url(../assets/tourblack-bottom.jpg);
	background-repeat: no-repeat;
	background-position: right;
} 
div#slideshow {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C2C2;
	background-color: #000;
	color: #CCCCCC;
}
div#slideshowdetails {
	width: 210px;
}
div#slideshowpause {
	padding: 3px 0 0 20px;
	position: absolute;
}
div#slideshow h1{
	color: #FFFFFF;
}
div#slideshow a{
	color: #c0d7f2;
}
div#slideshowinclude {
	margin:0;
	padding:0;
}
.photolist {
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.photolist li a {
	padding-left: 20px;
}
.photolist li {
	background-image: url(../assets/icon-photos.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/* ---- TOUR PAGE STYLES ---- */
div#onlinetour {
	background: #FFFFFF url(../assets/tour-back.jpg) no-repeat top;
}
div#videoright {
	float: right;
	padding: 15px 15px 0 0;
}


/* ---- VIDEOS PAGE STYLES ---- */
.four_columns {
	float: left;
	display: inline;
	width: 182px;
}
div#video {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C2C2;
	background-color: #000;
	color: #CCCCCC;
}
div#videodetails {
	width: 310px;
}
div#videodetails h1{
	color: #FFFFFF;
}
div#videodetails a{
	color: #c0d7f2;
}
.expanding_list {
	background-image: url(../assets/bullet_toggle_plus.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.expanding_list a {
	padding-left: 15px;
}
.videochoose {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.videochoose li a {
	padding-left: 20px;
}
.videochoose li {
	background-image: url(../assets/icon-video.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.videolist {
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
}
.videolist li a {
	padding-left: 20px;
}
.videolist li {
	margin-left: 5px;
	background-image: url(../assets/control-play.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/* ---- PORTFOLIO PAGE STYLES ---- */
.portfoliothumb {
	padding: 3px 4px 4px 4px;
	background-color: #fff;
	border: #999999 1px solid;
	width: 120px;
	text-align: center;
	float: left;
	margin-right: 20px;
}
.portfoliothumb img {
	border: solid 1px #999999; 
}
.portfoliothumb-end {
	padding: 3px 4px 4px 4px;
	background-color: #fff;
	border: #999999 1px solid;
	width: 120px;
	text-align: center;
	float: left;
}
.portfoliothumb-end img {
	border: solid 1px #999999; 
}
div#portfolio-images {
	margin-top: 10px;
}
div#portfolio {
	margin: 0;
	padding: 0 20px 10px 20px;
	height: 500px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C2C2;
	background-color: #000;
	color: #CCCCCC;
}
div#portfoliodetails {
	width: 210px;
}
div#portfoliopause {
	padding: 3px 0 0 20px;
	position: absolute;
}
div#portfolio h1{
	color: #FFFFFF;
}
div#portfolio a{
	color: #c0d7f2;
}
.portfoliolist {
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.portfoliolist li a {
	padding-left: 20px;
}
.portfoliolist li {
	background-image: url(../assets/icon-portfolio.gif);
	background-repeat: no-repeat;
	background-position: left;
}
div#playvideo {
	margin-top:0;
	margin-left:0;
	padding:0px;
	width: 180px;
	height: 54px;
	background: url(../assets/btn-watch.gif) top left repeat-x;	
	
}
div#playvideo a{
	display:block;
	width:180px;
	height: 54px;
	text-decoration: none;
	text-indent: -9000px;
	padding: 0px;
}
div#videoinclude {
	margin:0;
	padding:0;
	position: absolute;
	visibility:hidden;
}
div#webaddress {
	margin-top:0;
	margin-left:0;
	padding:0px;
	width: 180px;
	height: 54px;
	background: url(../assets/btn-webpage.gif) top left repeat-x;	
	
}
div#webaddress a{
	display:block;
	width:180px;
	height: 54px;
	text-decoration: none;
	text-indent: -9000px;
	padding: 0px;
}

/* ---- COMMENTS PAGE STYLES ---- */
.comments-list {
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.comments-list li {
	clear: both;
}
.comments-most {
	float: left;
	background-image: url(../assets/bullet_yellow.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.comments-most a {
	padding-left: 20px;
}
.comments-hot {
	float: left;
	background-image: url(../assets/bullet_green.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.comments-hot a {
	padding-left: 20px;
}
.comment-bubble {
	float: right;
	margin: 2px 0 0 3px;
	padding: 0;
	width: 16px;
	height: 16px;
	background: url(../assets/icon-comment.gif) top left repeat-x;	
	
}
.comment-bubble a{
	display: block;
	padding: 0px;
	width:16px;
	height:16px;
	text-decoration: none;
	text-indent: -9000px;
}
.error {
	color: #CC0000;
}
.passcode {
	width: 255px;
}
.captcha-image {
	margin: 0 0 -14px 2px;
}
* html .captcha-image {
	margin-bottom: -8px;
}
.image-captcha {
	margin: 0 0 -15px 10px;
}
* html .image-captcha {
	margin-bottom: -7px;
}

/* ---- FACILITES PAGE STYLES ---- */
div#floorplan {
	background: #282828 url(../assets/gradient-blkgry.gif) top repeat-x;
	padding: 0 20px 10px 20px;
	border-bottom: 1px solid #C2C2C2;
}
div#qtvr {
	margin: 5px 0 15px 0;
	background: transparent url(../assets/qtvr.gif) no-repeat left;
}
div#qtvr a{
	padding-left: 20px;
}