/* Dalai Lama Trust */
/* ----------------------------------------- */

html {
	width:100%;
	height:100%;
	background: url("images/GC-forest.jpg") no-repeat fixed center top rgb(0, 0, 0);
}

body { 
	display:block;
	min-height:100%;
	width:990px;
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:1;
	border-top:none;
	border-bottom:none;
	overflow-x:hidden;
	overflow-y:scroll;
	background-color:#fff;
}

#header {
	width:100%;
	height:300px;
	position:relative;
	overflow:hidden;
	border-bottom:12px solid #ffdb5c;
}

#GC-menu {
	position:absolute;
	width:548px;
	height:32px;
	bottom:20px;
	right:25px;
	z-index:20;
}

#GC-menu a {
	background:url(images/GC-menu.png) no-repeat;
	display:block;
	height:32px;
	text-indent:-6500px;
	overflow:hidden;
	float:left;
}

#GC-menu a.menu1 {
	width:157px;
	background-position:0px 0px;
}

#GC-menu a.menu2 {
	width:83px;
	background-position:-157px 0px;
}

#GC-menu a.menu3 {
	width:166px;
	background-position:-240px 0px;
}

#GC-menu a.menu4 {
	width:142px;
	background-position:-406px 0px;
}

#GC-menu a.menu1:hover {
	background-position:0px -32px;
}

#GC-menu a.menu2:hover {
	background-position:-157px -32px;
}

#GC-menu a.menu3:hover {
	background-position:-240px -32px;
}

#GC-menu a.menu4:hover {
	background-position:-406px -32px;
}

#GC-title {
	position:absolute;
	width:391px;
	height:67px;
	bottom:10px;
	left:12px;
	z-index:20;
}

#slideshow {
	margin:0;
	position:relative;
	width:990px;
	height:300px;
	padding:0;
}
#slideshow > div {
	position:absolute;
	top: 0px;
	left: 0px;
}

#sightseeing #content img {
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	padding:6px;
}

#content {
	padding:40px 80px;	
	font-size:18px;
	line-height:23px;
}

#content p {
	margin-bottom:18px;	
}

#content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	color:#660000;
	font-weight:bold;
	margin-bottom:38px;
	text-align:center;
}
#content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#660000;
	font-weight:bold;
}

#content ul {
	margin-bottom:18px;	
}

#content ul li {
	list-style-type: square;	
}

strong { font-weight:bold; }


#nav {
	width:892px;
	height:137px;
	margin:0 auto;
	position:relative;
	display:block;
	margin-bottom:40px;
}

#nav a {
	background:url(images/GC-menu.png) no-repeat;
	display:block;
	height:32px;
	text-indent:-6500px;
	overflow:hidden;
	margin:105px auto 0px;
	position:relative;
}

#nav1 {
	width:211px;
	height:137px;
	background:url(images/nav1.jpg) no-repeat;
	float:left;
	margin-right:16px;
}

#nav2 {
	width:211px;
	height:137px;
	background:url(images/nav2.jpg) no-repeat;
	float:left;
	margin-right:16px;
}

#nav3 {
	width:211px;
	height:137px;
	background:url(images/nav3.jpg) no-repeat;
	float:left;
	margin-right:16px;
}

#nav4 {
	width:211px;
	height:137px;
	background:url(images/nav4.jpg) no-repeat;
	float:left;
}

#nav1 a.nav1 {
	width:157px;
	background-position:0px 0px;
}

#nav2 a.nav2 {
	width:83px;
	background-position:-157px 0px;
}

#nav3 a.nav3 {
	width:166px;
	background-position:-240px 0px;
}

#nav4 a.nav4 {
	width:142px;
	background-position:-406px 0px;
}

#nav1 a.nav1:hover {
	background-position:0px -32px;
}

#nav2 a.nav2:hover {
	background-position:-157px -32px;
}

#nav3 a.nav3:hover {
	background-position:-240px -32px;
}

#nav4 a.nav4:hover {
	background-position:-406px -32px;
}


#footer { 
	position:relative;
	width:990px;
	height:120px;
	background-color:#660000;
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#fff;
	border-top:12px solid #ffdb5c;
}

#footer p {
	float:left;
}

#footer p.col1 {
	margin:25px 0 0 198px;
	text-align:right;
}

#footer p.col2 {
	margin:25px 0 0;
}

#footer #logo {
	width:119px;
	height:88px;
	margin:15px 30px 0;
	float:left;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
.clearfix:before, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}
.clearfix:after {
	clear: both
}
.clearfix {
	zoom: 1
}

#content ul.thumbs {
	list-style-type: none;
	padding: 0px;
	margin: 0 0 30px 0;
}
#content ul.thumbs li {
	list-style-type: none;
	float:left;
	margin-right:5px;
}