@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
#othermenu {
  background: #7DC144;
  width: 95%;
}
#othermenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
}
#othermenu ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#othermenu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#othermenu.align-right ul li {
  float: right;
}
#othermenu.align-center ul {
  text-align: center;
}
#othermenu ul li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 15px 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
#othermenu ul li a:hover {
  color: #0C7E12;
}
#othermenu ul li a:hover:before {
  width: 100%;
}
#othermenu ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 19px;
  height: 6px;
  width: 6px;
  background: #ffffff;
  opacity: .5;
}
#othermenu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #0C7E12;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#othermenu ul li.last > a:after,
#othermenu ul li:last-child > a:after {
  display: none;
}
#othermenu ul li.active a {
  color: #0C7E12;
}
#othermenu ul li.active a:before {
  width: 100%;
}
#othermenu.align-right li.last > a:after,
#othermenu.align-right li:last-child > a:after {
  display: block;
}
#othermenu.align-right li:first-child a:after {
  display: none;
}
@media screen and (max-width: 1000px) {
  #othermenu ul li {
    float: none;
    display: block;
  }
  #othermenu ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #16831C;
  }
  #othermenu ul li.last > a,
  #othermenu ul li:last-child > a {
    border: 0;
  }
  #othermenu ul li a:after {
    display: none;
  }
  #othermenu ul li a:before {
    display: none;
  }
}


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
table, tr, th, td,{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	width:100%;
	max-width:500px;
	color:#000000;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*ส่วนที่เขียนด้วยตัวเอง*/
* {
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body {
	font:13px/1.5 Arial, Helvetica, sans-serif;
	color:#000;
	background:/*#648124*/url(images/bg-body.png) repeat left top;
}

h1,h2,h3,h4,h5,h6 {
	line-height:1.3;
}
h1 {
	color: #a90b0a;
	text-transform: uppercase;
	font-size:22px;
	font-weight:900;
	margin-bottom:16px;
}

h1 span {
	color:#e27c00;
	font-weight:400;
	text-transform:none;
	font-size:18px;
	display:block;
	margin-top:-3px;
}

h2 {
	margin-bottom:13px;
	padding:0 0 4px 10px;
	font:16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #a1a1a1;
	/* text-transform:capitalize; */
}
h3 {
	font-size:20px;
	color:#090;
	margin-bottom:16px;
	border-bottom:#999 1px dashed;
}
h4 {
	color: #333;
	font-size: 15px;
	font-weight:normal;
	letter-spacing: 0.1em;
	left: 15px;
	margin: 20px 0 10px 0;
	padding: 5px 10px;
	top: -14px;
	border-top:#a5b857 1px solid;
	border-bottom:#a5b857 2px solid;
	width:100%;
	max-width:900px;
	background:#dce8ac;
}
h5 {
	color: #333;
	font-size: 14px;
	font-weight:normal;
	left: 50px;
	margin: 20px 0 10px 0;
	padding: 5px 10px;
	margin:auto;
	top: -14px;
	border:#FFA851 1px solid;
	/*width:100%;*/
	max-width:800px;
	background:#FFF8F0;
	text-align:center;
}
p {
	margin-bottom:13px;
}
img {
	max-width:100%;
	height:auto;
	
}
hr {
	border:#CCC solid 2px;}
strong,b {
	font-weight:700;
}
a {
	color:#F60;
	text-decoration:none;
}

a:hover {
	color:#090;
}
a{
	text-decoration:none;
}
/* Layout */
.layout {
	width:95%;
	max-width:1000px;
	margin:auto;
	/*background:#FFF;*/
}
.layout p {
	margin:0 15px 0 25px ;
}
#nav{
	z-index:20;}
	
#nav li {
	display:inline;
	
}
#nav a {
	color:#39932C;
	margin-right:3px;
	padding-right:3px;
	border-right:1px solid #39932C;
	text-transform:capitalize;
	font-weight:700;
}
#nav a:hover {
	color: #1C6610;
}
#nav li:last-child a {
	border-right: none;
}


/* Header */
header {
	height:auto;
	position:relative;
	background:#FFF9DE;
	
}
/* Logo */
/*.logo {
	position:absolute;
	z-index:2;
	top:3%;
	left:11px;
}*/
.logomusc {
	max-width:20%;
	height:auto;
	position:absolute;
	z-index:2;
	left:11px;
}
.banner {
	margin:0;	
}
/* Navigation */
#main-nav {
	height:38px;
	/*margin-bottom:27px !important;*/
	
	/*margin-top:25px !important;*/
	background:#7DC144;
}
#main-nav li {
	display:inline;
}
#main-nav a {
	display: block;
	float: left;
	width: 122px;
	height: 35px;
	font:  700 15px/35px Arial, Helvetica, sans-serif;
	text-align:center;
	text-transform:capitalize;
	color:#16831C;
}
#main-nav li:last-child a { 
	background:none;
}
/*#menu {
	
	width:100%;
	float:right;
	background:#fff;
	padding:10px 10px 0px 10px;
	min-height:280px;
}
#menu ul li{
	margin:0 0 1px 0px;
	list-style: none  ;
	padding:9px;
	background:#E2E2E2 url(images/arrow_142.png) no-repeat left center;

	
}
#menu ul li a {
	color :#666;
	font-size: 16px;
	padding: 20px 20px;
	
	
	
	
}
#menu li a:hover {
	color:#090;
}
#menu h1 {
	font-size:18px;
	color:#002b5f;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}*/
#menu {
	width:100%;
	float:right;
	width: 100%;
	/*border-right: 1px solid #000;*/
	padding: 0 0 1.4em 0;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
	background-color: #90bade;
	color: #333;
	max-height:300px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
#menu li {
	border-bottom: 1px solid #90bade;
	margin: 0;
	list-style: none;
	list-style-image: none;
	
}
/*#menu li a {
	display: block;
	padding:11px;
	border-left: 10px solid #2C4E86;
	border-right: 10px solid #A6CBF0;
	background-color: #6784B3;
	color: #fff;
	text-decoration: none;
	width: 100%;
	font-size:16px;
}*/
	
#menu li a {
	display: block;
	padding:12px;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
	font-size:16px;
}

html>body #menu li a {
	width: auto;
}

#menu li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}

.column-vdo {
	/*max-width:300px;*/
	width:30%;
	height:300px;
	background:url(images/bg-body2.jpg) repeat left top;
	text-align:center;
	padding:10px;
	margin:auto;

}
.column-menu {
	/*max-width:300px;*/
	width:30%;
	max-height:300px;
	background:#dce8ac;
	/*padding:10px;*/
}
.column-wide {
		width:100%;
	}
.column-head{
	width:70%;
	/*max-width:700px;*/
	max-height:300px;	
}
/* Content */
.column-wide {
	width:31.3%; /*261px/735px*/
	margin: 1%;
}
#head-box{
	width:100%;
	max-width:1000px;}
#content {
	overflow:hidden;
	background:#FFF;
	padding:20px;
}
#content-head {
	overflow:hidden;
}
.content-box {
	border-bottom:5px solid #6EBC10;
	padding:5px 10px 6px 10px;
	overflow:hidden;
	margin-bottom:16px;
	background:#F2FBE0;
	width:100%;
	box-shadow: 0px 0px 15px #888;
	min-height:130px;
}
.heading-content{
	color:#39932C;
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-top:10px;
font-size: 16px;}

/* Footer */
footer {
	clear:both;
	padding:5px 0 0 0;
	overflow:hidden;
	background:#fff url(images/foot-bg.jpg) no-repeat bottom left;
	min-height:120px;
	border-top:#7A9F1C 1px dashed;
	
}
footer small {
	margin-left:2.176870748%;
	color:#666;
}
#footer-nav li {
	display:inline;
	margin-bottom:10px;
}
#footer-nav a {
	color:#333;
	margin-right:3px;
	padding-right:3px;
	border-right:1px solid #333;
	text-transform:capitalize;
	font-weight:700;
	/*margin-top:20px;*/
	padding:2px;
	
}
#footer-nav a:hover {
	color: #000;
}
#footer-nav li:last-child a {
	border-right: none;
}



/* Shared classes */
.left {
	float:left;
}
.right {
	float:right;
}
.readmore{
	text-align:center;
	background:#5CA00D;
	width:80px;
	color:#FFF;}
.readmore a{
	color:#FFF;}

.echo-paragraph:first-line {
	color:#a61260;
}
.indent-paragraph {
	margin-left:1em;
}
.red-color {
	color: #a90b0a;
}
.pink-color {
	color: #a61260;
}
.orange-color {
	color: #e27c00;
}
.photo-frame {
	border:1px solid #ececec;
	padding:2px;
	margin-right:16px;
}
.overflow {
	overflow:hidden;
}
.thumb {
	width:80px;
}
.tree{
	width:85%;
	margin:10px auto;
	min-height:300px;
	border:#090 double;
	padding: 10px;
	background:#F4FFF4;}
.heading{
	width:auto;
	margin:10px;
	margin-left:10px;
	border:#027602 double;
	padding: 7px;
	background:#D5FFD5;
	float:left;
	font-size:15px;
	
	}

.heading a {
	
	color:#030;}
.heading a:hover {
	
	color:#090;}




@media(max-width:1000px) {
	#main-nav {
		height:auto;
		background:none;
		overflow:hidden;
		margin-bottom:20px !important;
		
	}
	#main-nav li {
		display:block;	
	}
	#main-nav a {
		width:50%;
		background:url(images/menu-divider.gif) no-repeat right center;
		border-bottom:1px dashed #ccc;	
	}
	#main-nav .even {
		background:none;	
	}
	.column-wide {
		width:100%;
	}
	.indent-paragraph {
		margin-left:0;	
	}
}
@media(max-width:1000px) {
	#menu {
		height:auto;
		background:none;
		overflow:hidden;
		margin-bottom:20px !important;
		background:#fff;
		
	}
	#menu li {
		display:block;
		background:#E2E2E2 url(images/arrow_142.png) no-repeat left center;	
	}
	#menu a {
		width:100%;
		
	}
	
	.indent-paragraph {
		margin-left:0;	
	}
	#menu li a:hover {
	color:#fff;
}
	.column-menu{
		width:100%;	
	}
	.column-head {
		width:100%;
		max-height:300px;		
	}
	.column-vdo {
		width:100%;
		max-height:400px;
	}

	
}


@media print {
	* {
		font-family: Arial, Helvetica, sans-serif;
		background:none;
		color: black;
	}
	.layout,.column-wide {
		width:100%;	
	}
	header.layout {
		display:none;	
	}
	.column-menu{
		width:100%;	
	}
	.column-head {
		width:100%;
		max-height:300px;	
	}
	.column-vdo {
		width:100%;
		max-height:400px;
	}
}









