/* CSS Document */
body {
	margin: 0 auto;
	padding: 0;
	line-height: 18px;
	text-align: center;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ffffff;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #09C;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

p, h4, h3, h2 { margin-bottom: 20px; clear: both; }
h2 { font-size: 19px; border-bottom: 1px solid #eee; }

h3 { font-size: 16px; border-bottom: 1px dashed #eee; font-weight: 100; }

blockquote {
	margin: 0 3em 1em 3em;
	color: #666666;
}

.center_text { text-align: center; }

img.photo_right {
	float: right;
	margin: 0 0 10px 15px;
}

img.photo_left {
	float: left;
	margin: 0 15px 10px 0;
}

.picture_box {
	float: left;
	width: 350px;
	margin-right: 20px;
	background: #eee;
	text-align: center;
	display: block;
	padding: 15px;
}

.link_list li {
	list-style: none;
	font-weight: bold;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 18px;
}

.places_links {
	z-index: 100;
	height: 700px;
	position: relative;
}

.places_links li {
	list-style: none;
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
	height: 80px;
	width: 125px;
	padding: 0 15px 0 15px;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	font-size: 12px;
	font-weight: 100;
	text-align: center;
}
.places_links2 li strong { font-weight: 100; }
.places_links2 li img {  }


.places_links2 {
	z-index: 100;
	width: 350px;
	position: relative;
	float: left;
}

.places_links2 li {
	list-style: none;
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
	height: 80px;
	width: 125px;
	padding: 0 15px 0 15px;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	font-size: 12px;
	font-weight: 100;
	text-align: center;
}
.places_links2 li strong { font-weight: 100; }
.places_links2 li img {  }



#map_container {
	position: absolute;
	top: 250px;
	left: 0px;
	z-index: 200;
}

#new_map_container {
	position: relative;
	margin-bottom: 30px;
}



ul.vertical_list { margin-bottom: 25px; }
ul.vertical_list li {
	margin: 0 0 10px 35px;
}

ol.vertical_list { margin-bottom: 25px; }
ol.vertical_list li {
	margin: 0 0 10px 35px;
}

.sub_col_one {
	width: 48%;
	float: left;
}
.sub_col_two {
	width: 48%;
	float: right;
}

.three_col_one {
	width: 31%;
	float: left;
	margin-right: 20px;
}
.three_col_two {
	width: 31%;
	float: left;
	margin-right: 20px;
}
.three_col_three {
	width: 31%;
	float: left;
}




/* Layout Styles */

#container {
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 950px;
}

	#header {
		width: 950px;
		height: 91px;
		position: relative;
	}
	
		#header h1 {
			position: absolute;
			top: 15px;
			left: 0;
			width: 273px;
			height: 41px;
		}
			#header h1 a {
				display: block;
				width: 273px;
				height: 41px;
				text-indent: -9999px;
				background: url(images/Logo1.jpg) no-repeat;
			}
			
		
		
		#header > ul {
			position: absolute;
			top: 76px;
			left: 0;
			width: 114px;
			height: 500px;
		}
			#header > ul > li {
				list-style: none;
			}
				#header ul > li > a  {
					display: block;
					width: 114px;
					text-indent: -9999px;
				}
					#header > ul > li.nav_ashoka > a { background-image: url(images/MenuZ1.jpg); height: 235px; }
					#header > ul > li.nav_home > a { background-image: url(images/MenuZHome.jpg); height: 27px; }
					#header > ul > li.nav_country > a { background-image: url(images/MenuZThe.jpg); height: 29px; }
					#header > ul > li.nav_history > a { background-image: url(images/MenuZHist.jpg); height: 29px; }
					#header > ul > li.nav_culture > a { background-image: url(images/MenuZCult.jpg); height: 26px; }
					#header > ul > li.nav_philosophy > a { background-image: url(images/MenuZIndian.jpg); height: 27px; }
					#header > ul > li.nav_current > a { background-image: url(images/MenuZCurrent.jpg); height: 28px; }
					#header > ul > li.nav_future > a { background-image: url(images/MenuZFuture.jpg); height: 27px; }
					#header > ul > li.nav_visit > a { background-image: url(images/MenuZPlaces.jpg); height: 27px; }
					#header > ul > li.nav_about > a { background-image: url(images/MenuZAbout.jpg); height: 27px; }
					#header > ul > li.nav_commentary > a { background-image: url(images/MenuZComent.jpg); height: 27px; }
					#header > ul > li.nav_novel > a { background-image: url(images/MenuZNovelC3.jpg); height: 100px; }
					
		#header > #nav_links {
			position: absolute;
			top: 705px;
			left: 0;
			width: 114px;
			color: #999;
			line-height: 14px;
		}
					
	#content {
		position: relative;
		width: 780px;
		margin: 0 0 30px 170px;
		min-height: 930px;
	}
	
	#home_flash {
		position: absolute;
		top: -140px;
		left: -170px;
	}
	
		
		
	#footer {
		border-top: 5px solid #ccc;
		position: relative;
		width: 950px;
		height: 100px;
		background: #eee;
	}
		#footer_nav {
			position: absolute;
			top: 20px;
			left: 20px;
		}
			#footer_nav li {
				list-style: none;
				float: left;
				margin-right: 20px;
			}
			
		#footer_info {
			position: absolute;
			top: 50px;
			left: 20px;
		}
			#footer_info li {
				list-style: none;
				float: left;
				margin-right: 20px;
			}