@charset "utf-8";
/* CSS Document */

html,body,p,table,td,form,img,h1,h2,h3,h4,h5,h6,input{
	font-size:1em;
	}
body{
	font-size:70%;
	background-color: #CEE6F3 ;
	}
html,body,div,iframe,p,img,h1,h2,h3,h4,h5,h6{
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	padding:0px;
	margin:0px;
	border:0px transparent none;
	background-position:left top;
	background-repeat:no-repeat;
	}
p,td,h1,h2,h3,h4,h5,h6{
	line-height:1.2em;
	}
a,a:visited{
	color:#4E7DC2;
	text-decoration:none;
	font-size:14px;
	}
a:active,a:hover{
	color:#4E7DC2;
	text-decoration:underline;
	font-size:14px;
	}
ul{
	margin:0;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:25px;
	}
li{
	margin:0;
	padding:0;
	font-size:14px;
	color:#003366;
	}
h2{
	color:#2e5374;
	font-family:Segoe,Tahoma,Verdana,sans-serif;
	font-size:1.5em;
	font-weight:normal;
	}
h3{
	font-size:1.5em;
	color:#6c7275;
	font-weight:normal;
	font-family:Segoe,Verdana,sans-serif;
	margin-bottom:13px;
	}
h4{
	font-weight:bold;
	line-height:1.4em;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1em;
	}
h5{
	color: #003366;
	}
p{
	line-height:1.4em;
	font-size:1.2em;
	color:#003366;
}
#bg_top{
	background-image: url(picture/Stage_BG_top.png);		
	background-repeat:repeat-x;
	
}
#bg_bottom{
	background-image: url(picture/Stage_BG_btm.png);
	background-repeat:repeat-x;
	background-position:left bottom;
}
#beforelogocontainer{
	width:inherit;
	height: 20px;
}
#logo_container{
	height: 150px;
	width: inherit;
	
	background-image:url(picture/logoBG.jpg);
	background-repeat:no-repeat;
}
#logo{
	padding-top: 20px;
	padding-left:80px;
	float:left;
	
}
#logo_text_container{
	padding-top: 40px;
	padding-left:180px;
}
#logo_text_thai{
	font-size:30px;
}
#logo_text_English{
	font-size: 30px;
}
#languagechange{
	margin:0px 10px auto auto;
	text-align:right;
	display: none;
}

/*////////////////////*/

#topmenuwrap{
	width: inherit;
	background-color:#FFFFFF;
	clear:both;
	padding-bottom:20px;
	
}
#undertopmenuwrap{
	margin:0px 0px 0px 180px;
	padding:5px 20px 5px 0px;
	text-align:right;
	background-color:#FFFFFF;
	/*border-bottom:  #4E7DC2 thick solid;*/
}	
#topmenu{

}
#topmenu ul{
	list-style: none;
}
#topmenu li{
	display: inline;
	
	
	padding: 2px 5px 2px 5px;
	
	background-color:#FFFFFF; 
}
/*////////////////////*/



#page{
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	width: 960px;
	height: auto;
	top:0px;
	
}

#datacontainer{
	background-color:#FFFFFF;
	background-image:url(picture/bgg.jpg);
	background-repeat:no-repeat;
	height: 1550px;
	width: inherit;
	clear:both;
} 


#leftcontent{
	width: 250px;
	height: auto;
	margin: 0px 10px 0px 0px;
	float:left;
	
}
#leftbox{
	background:#FFFFFF;
	width: 180px;
	height: auto;
	margin: 00px 0px 5px 25px;
	padding: 10px;
	clear:both;
	border:thin #CCCCCC solid;
	
}
#leftboxformenu{
	background:#FFFFFF;
	width: 180px;
	height: auto;
	margin: 0px 0px 5px 25px;
	padding: 0px;
	clear:both;
	border:thin #CCCCCC solid;
	
}


/*/////////////////////////////*/
#wrapper-menu-left {
	width: inherit;
	padding: 0px;
	height: 200px;
	
	
}

#menu-left{
	
}
#menu-left ul{
	margin:0px;
	list-style: none;
}
#menu-left li {
	display: block;
	float: left;
	clear:both;
	padding: 2px 0px 2px 5px;
	width: 195px;
	background-color:#FFFFFF; 
	
}
#menu-left li:hover {
	background-color: #6699FF ;
	
}
#menu-left a {
	float: left;
	border-bottom-style: none;
	margin:0px;
	padding:0px;
	 
}
#menu-left a:visited{
	border-bottom-style: none;
}

#menu-left a span {
	
	border-bottom-style: none;
	color: #0066CC;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

#menu-left a:hover, a:link span { border-bottom-style: none; }
#menu-left a:visited { border-bottom-style: none; }
#menu-left a:hover span {border-bottom-style: none; }
#menu-left a:link span {border-bottom-style: none; }
/*////////////////////*/



#rightcontent{
	width:670px;
	float:right;
	margin: 0px 20px 0px 0px;
	overflow: auto;
}
/*#rightbox_service{
	margin: 0px 0px 30px 0px;
	width: inherit;
	background:#FFFFFF;
	height:200px;
	overflow: auto;
}*/
#rightbox_contact{
	margin: 0px 0px 20px 0px;
	width: inherit;
	background:#FFFFFF;
	height:660px;
	overflow: auto;
}
#rightbox_contact_form{
	margin:0px ;
	text-align:center;
	height:500px;
	
}
#languagetab{
	clear:both;
	padding:10px;
}
.alcenter{
	text-align:center;
}
.alleft{
	text-align:left;
}
.alright{
	text-align:right;
}	
.almargin30{
	margin:30px;
}
.almargin20{
	margin:20px;
}
.rightmargin20{
	margin: 5px 5px 5px 20px;
}
.rightmargin30{
	margin: 5px 5px 5px 30px;
}
.rightmargin40{
	margin: 5px 5px 5px 40px;
}
#readmore{
	margin:5px 20px 5px 20px;
	width: 560px;
	text-align: right;
	clear:both;
}
#menuinthebox{
	margin: 10px;
	z-index: 30;
	width:100px;
	height: 300px;
	float: right;
	overflow:hidden;
}
#rightbox{
	margin: 0px 0px 0px 0px;
	width: 640px;
	background:#FFFFFF;
	height: 250px;
	overflow: auto;
	border:#CCCCCC thin solid;
}
#rightbox3{
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	width: 640px;
	background:#FFFFFF;
	height: 210px;
	overflow: auto;
	border:#CCCCCC thin solid;
}
#rightboxevent{
	margin: 0px 0px 0px 0px;
	width: 640px;
	background:#FFFFFF;
	height: 400px;
	overflow: auto;
	border:#CCCCCC thin solid;
}
#rightbox1000{
	margin: 0px 0px 0px 0px;
	width: 640px;
	background:#FFFFFF;
	height: 1250px;
	overflow: auto;
	border:#CCCCCC thin solid;
}
#rightbox_ann{
	margin: 0px 0px 0px 0px;
	width: 640px;
	background:#FFFFFF;
	height: 500px;
	overflow: auto;
	border:#CCCCCC thin solid;
}
#rightboxtittle{
	margin:10px 10px 5px 15px;
	color: #003366;
	font-size:16px;
	background-color: #B3D7FB ;
	clear: both;
	width: 590px;
	
}
#rightboxstory{
	
	margin:5px;
	height:130px;
}
#rightboxofficerrecord{
	
	margin:10px;
	height:100px;
}
#rightboxdetails{
	margin:5px;
	color: #003366;
	font-size:13px;
	float:right;
	width: 460px;
}
#rightboxdetails a{
	font-size: 13px;
}
#rightboxdetails2{
	margin:5px;
	color: #003366;
	font-size:13px;
	float:right;
	width: 410px;
}
#rightboxdetails2 a {
	font-size:13px;
}

#rightboxdetailsnotmargin{
	margin:5px 10px 5px 20px;
	color: #003366;
	font-size:14px;
	float:left;
	width: 580px;
}
#rightboxpicture{
	margin:5px;
	border:#666666 thin solid;
	float:left;
	padding: 5px;
}
.picture{
	margin:4px;
	border:#CCCCCC 1px solid;
	float:left;
	padding: 4px;
	clear:both;
}
#rightboxpictureofficer{
	margin:10px 5px 5px 100px;
	border:#666666 thin solid;
	float:left;
	padding: 5px;
}
#rightboxdetailsofficer{
	margin:20px;
	color: #003366;
	font-size:14px;
	font-weight:bold;
	float:right;
	width: 380px;
}

#passportbox{
	float:left;
	clear:left;
	
}
#visabox{
	float:left;
	clear: both;
	background-image:url(images/visa_test.png);
	background-repeat:no-repeat;
	background-position:right;
	width:600px;
	height:300px;
}
#otherservicebox{
	
}

#righttittle{
	width: 620px;
	margin: 20px 20px 0px 20px;
}

#beforefooter{
	background-image:url(picture/bottomBG.jpg);
	background-repeat:no-repeat;
	height:280px;
	width: inherit;
	margin-bottom:0px;
	clear:both;
}
#footer{
	margin:140px 20px 0px 0px;
	width:330px;
	float: left;
	color:#FFFFFF;
}
.embassyname{
	font-size:14px;
	padding: 0px 0px 0px 30px;
}
.embassyaddress{
	font-size:10px;
	padding: 0px 0px 0px 30px;
}
.copyrightanddesign{
	font-size:10px;
	text-align:right;
	color:#FFFFFF;
	padding: 190px 30px 0px 0px;
	float:right;
}
