@charset "utf-8";
/* CSS Document */

.twoColFixLt #container #sidebar1 #blurb {
	height: 250px;
	}

#apDiv2 {
	height:150px;
	z-index:-1;
	margin-bottom:-98px;
}

#apDiv3 {
	margin-top:-150px;
	height:150px;
}

#apDiv4 {
	margin-top:-150px;
	height:250px;
}

#apDiv5 {
	margin-top:-250px;
	height:150px;
}

.twoColFixLt #belowblurb {
	margin-top:-10px;
} 

.breadcrumb {
	color: #8081bc;
}

.dashedline{
	border-bottom:1px #CCCCCC dashed;
	margin-right:10px;
}



.twoColFixLt #mainContent .txt-inner p{
	line-height: 16px;
}

.twoColFixLt #mainContent .txt-inner .example{
	font-size:10px;
	word-spacing: 5px;
}

.twoColFixLt #mainContent .txt-wrapper .txt-inner ul{
	margin-top:10px;	
	*padding:0;
	list-style-type:disc;
}

.note{
	font-size:10px;
	color:#3E3E3E;
}

/* ------------*/
/*IMAGE GALLERY*/
/* ------------*/
.gallerycontainer{
	position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
	border: 1px solid efebe3;
	margin: 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	margin-left:-70px;
	margin-top:-2px;
	background-color: #FFFFFF;
	padding: 0px;
	border: 1px solid #efebe3;
	visibility: hidden;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 3px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/* -----------------------*/
/*Collapsible Outline List*/
/* -----------------------*/
.twoColFixLt #mainContent .txt-wrapper .txt-inner  .outline {
	list-style: none;
}

.twoColFixLt #mainContent .txt-wrapper .txt-inner  .outline ul {
	list-style: none;
}

.twoColFixLt #mainContent .txt-wrapper .txt-inner  .outline li {
	cursor: auto;
}

.twoColFixLt #mainContent .txt-wrapper .txt-inner  .olink {
	border-style: none;
	padding-right: 10px;
}
.twoColFixLt #mainContent .txt-wrapper .txt-inner  .oimg {
	border-style: none;
	
}.twoColFixLt .txt-wrapper .txt-inner .columns {
	padding: 0px;
	float: left;
	height:280px;
	width: 116px;
	background-color:#FFFFFF;
	background-image:url(../02/images/extratips-bg.png);
	background-repeat:repeat-x;
	border:#ececec 1px solid;
	display:block;
	margin-left:5px;
	margin-right:6px;
	*padding-top:10px;
	margin-bottom:10px;
}

/**Rates Table**/
.rates .heading{
	font-size:12px;
	font-weight:bold;
	text-align:left;
	vertical-align:top
}
table.rates td{
	font-size:11px;
	text-align:left;
	color:#333333
}

table.ratesAnchor td{
	font-size:11px;
	text-align:left;
	color:#333333
}
