/*--  filename = mapsoc_GeoIndex.css  --*/
  
body {
	font-family: Times;
	background: url(../ill/maphist.gif);
}

.container {
	position: relative;  
	display: block;
		width: 80%;
    		margin-left: auto;
		margin-right: auto;	
}

.h1_mapSoc {
	position: relative;  
	display: block;
		/*--  top: 10;  --*/
		width: 50%;
    		margin-left: auto;
		margin-right: auto;
		padding: 10px 10px 10px 10px;
  	font-family: "Times New Roman";
	font-size: 22px;
	color: blue;
	background-color: transparent;
	line-height: 30px;
	font-weight: 600;
	font-style: italic;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	border: 2px double blue;
}

.h2_mapSoc {
	position: relative;
	display: block;
		width: 60%;
    		margin-left: auto;
		margin-right: auto;
		padding: 10px 10px 0px 10px;
	background-color: transparent;
	line-height: 30px;
  	font-family: "Times New Roman";
	font-size: 22px;
	color: blue;
	font-weight: 600;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}


p {
	position: relative;
	top: 10px;
	color: blue;
	padding: 0px 0px 0px 0px;
}

.table-1 {
	position: relative;
	display: block;
	top: 50px;
	width: 85%;
    	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.table-2 {
	position: relative;
	display: block;
	top: 15px;
	width: 80%; 
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

td {	
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	overflow:hidden;
	text-align: center;
}

.td-button {
	font-size: 15px;
	font-weight: 600;
	padding: 3px 3px 3px 3px;
	line-height: 55px;
	height: 170px;
	overflow:hidden;
	border: 4px Blue;
	border-style: double;
}

#id {

}

ul, li {
	list-style: none;
	padding: 3px 3px 3px 3px;
}

a:link    {
	font-size: 20px;
	color : #0000FF;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
}

a:visited {
	color : #0000FF;
	text-decoration: none;
}

a:hover   {
	color : #FF0000;
	text-decoration: none;
}

body {
	font-family: Times;
	background: url(../ill/maphist.gif);
}

hr {
	position: relative;
	display: block;
	width: 90%;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
	margin-top: 3.5em;
	margin-bottom: 0.5em;
	border-style: inset;
	border-width: 3px;
}

/*----------------------------------------------------*/
/*--  Last Copyright & Modified Date  --*/
/*--  vietnam-pubs.html  --*/
/*--  Use HTML: <span class="JSHcopyright-vnPubs"> to invoke --*/

.JSHcopyright{
	position: fixed;
	bottom: 50px; /*--  larger # is higher from bottom of window. --*/
	left: -35px;  /*--  force to left  --*/
	width: 110px;
	height: 35px;
	border: 1px solid #6d0019;
	margin:  1px 0px 0px 3px;  /*-- Outside border top right bottom left --*/
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
		/*--  Color is defined on individual pages.
			vietnam-pubs.html = color: #009966??; /*-- green --*/
		   /*-- about_photos.html = color: #009966??;
			       index.html = color: white;  --*/
		color: black;
		background-color: transparent;
		font-size: 0.5625em;
		letter-spacing: 0px;
		line-height: 8px;
		font-weight: 100;
		text-align: center;
		text-decoration: none;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
		padding: 3px 0px 0px 0px;  /*-- Inside Border top right bottom left --*/
	/*--  Rotate  --*/
	-ms-transform: rotate(-90deg);  /*--  IE 9  --*/
	-webkit-transform: rotate(-90deg);  /*--  Chrome, Safari, Opera  --*/
	transform: rotate(-90deg);
}
