@charset "utf-8";

*{margin:0; padding:0;}
.tb_display {
	width: 100%;
	text-align: center;
	padding: 5px;
}
.tb_display td {
	padding-right: 10px;
	padding-left: 10px;
}



html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/houstonBG.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.left {
	float: left;
	padding-right: 10px;
}
.right {
	float: right;
	padding-left: 10px;
}

#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	
	-webkit-box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 50);
	box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 50);
}
#apDiv1 {
	width: 223px;
	height: 188px;
	z-index: 2;
	top: 0;
	position: absolute;
	left: 398px;
}
#header {
	float: left;
	width: 1024px;
	position: relative;
	background-color: #000;
}

#content {
	float: left;
	width: 1024px;
	position: relative;
	background-color: #000;
}
#content2 {
	background-color: #FFF;
	float: left;
	width: 974px;
	padding: 25px;
}
#content2 a { text-decoration: none; }

#content2 a:hover { text-decoration: underline; }

#content2 img a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content2 li {
	list-style-position: outside;
	margin-left: 50px;
	padding-left: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
#content3 {
	background-color: #FFF;
	float: left;
	width: 974px;
	padding: 25px;
}

#TourTB {
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#TourTB th {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding: 5px;
	background-color: #900;
}

#TourTB td {
	padding: 5px;
	font-size: 14px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#apDiv2 {
	position: absolute;
	top: 10px;
	width: 222px;
	height: 140px;
	z-index: 1;
	background-color: #000;
	border: 2px solid #FFF;
	color: #FFF;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	left: 760px;
}
#apDiv2 li {
	list-style-position: outside;
	margin-left: 15px;
	margin-bottom: 5px;
}
.widecol {
	padding: 10px;
	background-color: #FFF;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #F00;
	clear: both;
	float: left;
	width: 984px;
}


.col1 {
	padding: 10px;
	float: left;
	width: 221px;
	margin-right: 5px;
}
.col1 h3 {
	font-size: 16px;
}
.col1 p {
	font-size: 14px;
}



.txBox {
	background-color: #FFF;
	padding: 10px;
	float: left;
	width: 29.2%;
	margin: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	height: 730px;
	border: 1px solid #F00;
}
.txBox ul {
	list-style-position: outside;
	padding-left: 15px;
}
.txBox li {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	font-size: 16px;
}


.txBox a { text-decoration: none; }
.txBox a:hover { text-decoration: underline; }



.txBox a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.txBox table td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#footer {
	float: left;
	width: 1024px;
}
