html {
	min-height: 100%;
	height: auto;
}


* {
	margin: 0; padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-size: .7em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #2a2727;
	background: url(../assets/cityscape2.jpg) no-repeat bottom left;
	background-attachment: fixed;
	height: 100%;
	overflow-y:auto;
}
#container1 {
	float: left;
	background-repeat: repeat;
}
#sidebar {
	font-size: .8em;
	width: 21em;
	padding-top: 2em;
	left: 1.5em;
	float: left;
	top: 0em;
	position: fixed;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	background-image: url(../assets/transparent_bg/whiteTransparent80_50.png);
	background-repeat: repeat;
	height: 100%;
}
#navlist {
	padding-left: 0px;
	padding-bottom: 0em;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px;
	list-style-type: none;
}
#navlist a, #navlist a:visited {
	padding-bottom: .8em;
	padding-top: .8em;
	margin: 0px;
	padding-left: 24px;
	padding-right: 1px;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: solid;
	border-bottom-color: #000;
	border-top-color: #ddd;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-top-width: 1px;
	display: block;
	background-image: url(../assets/transparent_bg/blackTransparent50_50.png);
	background-repeat: repeat;
	background-position: 0% 50%;
	color: #EEE;
	text-decoration: none;
}
#navlist a:hover {
	background-image: url(../assets/l1_over.png);
	color: #2D1E2D;
}
#sidebar #navlist .uberlink {
	background-image: url(../assets/l1_over.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #333 !important;
	font-weight: bold;
	cursor: default;
}
#sidebar ul li {
	display: inline;
}
#form {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 1em;
	padding-left: 1em;
	line-height: 1.7em;
	background-repeat: repeat;
	background-image: url(../assets/transparent_bg/whiteTransparent85_50.png);
	color: #333333;
}
#contact {
	line-height: 1.7em;
	padding: 1em;
}
#main_content {
	width: 45em;
	padding-top: 1.7em;
	position: absolute;
	float: left;
	left: 21em;
	color: #191919;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: none;
	background-image: url(../assets/transparent_bg/whiteTransparent85_50.png);
	background-repeat: repeat;
	border-width: 1px;
}
#tour_info_content {
	width: 60em;
	padding-top: 1.7em;
	position: absolute;
	float: left;
	left: 21em;
	color: #191919;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: none;
	background-image: url(../assets/transparent_bg/whiteTransparent85_50.png);
	background-repeat: repeat;
	border-width: 1px;
}
#features_content {
	width: 69em;
	padding-top: 1.7em;
	position: absolute;
	float: left;
	left: 20em;
	color: #191919;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: none;
	background-image: url(../assets/transparent_bg/whiteTransparent85_50.png);
	background-repeat: repeat;
	border-width: 1px;
}
#features_content h2 {
	margin-left: 2em;
	margin-right: 1.6em;
	padding-top: .4em;
	font-size: 1.25em;
	padding-bottom: 1.2em;
}
#main_content h2 {
	margin-left: 2em;
	margin-right: 1.6em;
	padding-top: .4em;
	font-size: 1.25em;
	padding-bottom: 1.2em;
}
#tour_info_content h2 {
	margin-left: 2em;
	margin-right: 1.6em;
	padding-top: .4em;
	font-size: 1.25em;
	padding-bottom: 1.2em;
}
#main_content h3 {
	padding-top: .3em;
	font-size: 1em;
	padding-bottom: 1em;
	margin-right: 2em;
	margin-left: 2em;
	text-decoration: none;
}
#tour_info_content h3 {
	padding-top: .3em;
	font-size: 1em;
	padding-bottom: 1em;
	margin-right: 2em;
	margin-left: 2em;
	text-decoration: none;
}
#features_content h3 {
	padding-top: .3em;
	font-size: 1em;
	padding-bottom: 1em;
	margin-right: 2em;
	margin-left: 2em;
	text-decoration: none;
}
.title {
	background-repeat: repeat;
	text-align: right;
	color: #e6e6e6;
	background-image: url(../assets/transparent_bg/blackTransparent50_50.png);
}
.content {
	padding-bottom: 1.4em;
	font-size: .8em;
	line-height: 2.8em;
	padding-right: 2em;
	padding-left: 2em;
	list-style-position: outside;
	list-style-type: disc;
	text-align: justify;
}
.review_list {
	margin-left: 3em;
	padding-bottom: 1em;
	font-size: .8em;
	line-height: 2em;
	padding-right: 2em;
	padding-left: .5em;
	list-style-position: outside;
	list-style-type: disc;
	text-align: justify;
}
A:link {
	color: #ff0080;
	text-decoration: none;
}
A:visited {
	color: #ff52ac;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
#footer {
	position: fixed;
	bottom: 0em;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-right-width: 1px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	text-align: left;
	background-repeat: repeat;
	background-image: url(../assets/transparent_bg/whiteTransparent80_50.png);
}
.quotes {
	font-style: italic;
	font-weight: bold;
}
#main_content ul li {
}
#images {
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	background-image: url(../assets/transparent_bg/whiteTransparent85_50.png);
	background-repeat: repeat;
	float: left;
	left: 69em;
	position: absolute;
}
#gallery_container {
	position:relative; 
    width: 68em; 
    height:495px; 
    margin:20px auto 0 auto; 
    border:1px solid #aaa;
}
#gallery_container a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden;
    }
/* Adding the thumbnail images */
#gallery_container a.gallery, #gallery_container a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:1px solid #000; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
#gallery_container a.slidea {
    background:url(../images/thumbnails/bc_2007_27.jpg); 
    height:93px; 
    width:60px;
    }
#gallery_container a.slideb {
    background:url(../images/thumbnails/bc_2007_45.jpg); 
    height:93px; 
    width:60px;
    }
#gallery_container a.slidec {
    background:url(../images/thumbnails/bc_2007_47.jpg); 
    height:93px; 
    width:60px;
    }
#gallery_container a.slided {
    background:url(../images/thumbnails/bc_2007_29.jpg); 
    height:60px; 
    width:93px;
    }
#gallery_container a.slidee {
    background:url(../images/thumbnails/bc_2007_42.jpg); 
    height:60px; 
    width:93px;
    }
#gallery_container a.slidef {
    background:url(../images/thumbnails/bc_2007_51.jpg); 
    height:93px; 
    width:60px;
    }
#gallery_container a.slideg {
    background:url(../images/thumbnails/bc_2007_33.jpg); 
    height:93px; 
    width:60px;
    }
#gallery_container a.slideh {
    background:url(../images/thumbnails/bc_2007_45.jpg); 
    height:93px; 
    width:60px;
    }
#gallery_container a.slidei {
    background:url(../images/thumbnails/bc_2007_36.jpg); 
    height:60px; 
    width:93px;
    }
#gallery_container a.slidej {
    background:url(../images/thumbnails/bc_2007_50.jpg); 
    height:60px; 
    width:93px;
    }
#gallery_container a.slidek {
    background:url(../images/thumbnails/bc_2007_53.jpg); 
    height:93px; 
    width:60px;
    }
#gallery_container a.slidel {
    background:url(../images/thumbnails/bc_2007_31.jpg); 
    height:93px; 
    width:60px;
    }
#gallery_container a.slidem {
    background:url(../images/thumbnails/bc_2007_28.jpg); 
    height:93px; 
    width:60px;
    }
#gallery_container a.sliden {
    background:url(../images/thumbnails/bc_2007_39.jpg); 
    height:60px; 
    width:93px;
    }
#gallery_container a.slideo {
    background:url(../images/thumbnails/bc_2007_35.jpg); 
    height:60px; 
    width:93px;
    }
/* set the size of the unordered list to neatly house the thumbnails */
#gallery_container ul {
    width:198px; 
    height:386px;
    padding:0; 
    margin:0; 
    list-style-type:none;
    margin:5px; 
    float:right;
    }
#gallery_container li {
    float:left;
    }
/* change the thumbnail border color */
#gallery_container a.gallery:hover {
    border:1px solid #fff; 
    }
/* styling the :hover span */
#gallery_container a.gallery:hover span {
    position:absolute; 
    width:530px; 
    height:480px; 
    top:5px; 
    left:5px; 
    color:#000;
    }