/* General Style Info */
body, html {
	background-color: #fff;
	color:#FFF;
	font-family: Arial, 'lucida grande',verdana,helvetica,sans-serif;
	font-size:11px;;
	margin: 0;
	height: 100%;
}

/* Layout */
#inner {
	background-color: #FFF;
	width: 1000px;
	margin: auto;
}

#outer {width: 100%; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

/* #middle {position: absolute; top: 50%;} for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static; width: 100%;}

/* #container {position: relative; top: -50%; width: 1000px; margin-left: auto; margin-right: auto;} for explorer only */

#top {
	background: #656565 url('../img/grey_top.gif') repeat-x bottom;
}

#bottom {
	background: #656565 url('../img/grey_bottom.gif') repeat-x top;
}

img {
	border: 0px none;
}

#navigation {
	padding-left: 30px;
}

#ceo_message {
	padding: 12px;
	background-color: #60A626;
	font-size: xx-large;
}

#ceo_message span {
	font-size: 0.7em;
	display: block;
}

img#ceo {
	padding-right:20px;
}
#content {
	padding: 20px 20px 20px 125px;
}
#content div {
	color: #696969;
	line-height: 150%;
	overflow: auto;
	padding-left: 9px;
	padding-top: 0px;
	margin: 0px;
	font-size: 1.2em;
}

.smaller {
	font-size: small;
}

.large {
	font-size: large;
}
.menu {
	font-size: 14px;	
}

a {
	color: #fff;
	text-decoration: none;
}

/*p {
	margin:0;
	padding:0px 0 0px 0;
}*/
/*menu dong ah*/
#pad {height:130px;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#dropline {padding:0 0 0 30px; margin:0 0 0 90px; list-style:none; height:30px; background:url(img/ulback.jpg) repeat-x; position:relative;}
#dropline table {border-collapse:collapse: width:0; height:0; margin:-3px -10px;}

#dropline li {float:left;}
#dropline li a {display:block; height:30px; line-height:30px; padding:0 20px 0 0; float:left; color:#fff; text-decoration:none; font-size:12px;}
#dropline li a b {display:block; height:30px; float:left; padding:0 0 0 20px; cursor:pointer;}
#dropline li a:hover {background:url(../img/tab_a.jpg) no-repeat right top; line-height:30px; height:30px}
#dropline li a:hover b {background:url(../img/tab_b.jpg) no-repeat left top; line-height:30px;}

#dropline li:hover > a {background:url(../img/tab_a.jpg) no-repeat right top; line-height:30px; height:30px}
#dropline li:hover > a b {background:url(../img/tab_b.jpg) no-repeat left top; line-height:30px;}

#dropline ul {padding:0; margin:0 0 0 30px;; list-style:none; position:absolute; height:25px; width:auto; background:#397655; left:-9999px; top:30px; z-index:10;}
#dropline ul li {height:25px; line-height:25px;}
#dropline ul.right li {float:right;}
#dropline ul li a {color:#FFF; padding:0 10px 0 10px; height:25px; line-height:25px; border-right:1px solid #60A626; font-weight:bold; font-size:11px;}
#dropline ul li a:hover {height:25px; line-height:25px; background:transparent; color:#95E255;}
#dropline ul.right li a {border-left:1px solid #60A626; border-right:0;}
#dropline ul li a.last {border:0;}

#dropline :hover ul {left:0;}

#dropline li.current ul {left:0; z-index:1;}
#dropline li.current a {background:url(img/tab_a.jpg) no-repeat right top; line-height:30px; height:30px}
#dropline li.current a b {background:url(img/tab_b.jpg) no-repeat left top; line-height:30px;}
#dropline li.current ul li a {color:#000; padding:0 10px 0 10px; height:25px; line-height:25px; background:transparent;}
#dropline li.current ul li.current_sub a {color:#c60;}
#dropline li.current ul li a:hover {color:#c60;}

/*----- Slide Show ------*/

#slideshow {
    position:relative;
    height:300px;
    width:550px;
    margin: 20px 0px 20px 0px;
    padding:10px;
    background-color:#DDDDDD;
    border: #CCCCCC solid 1px;
}

#slideshow IMG {
    position:absolute;
    top:10;
    left:10;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

#slideshow .caption .content {
		margin:5px
	}
	
#slideshow .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}

#rightside {
    position:relative;
    width:380px;
    margin: 0px 0px 20px 20px;
    border-left: #60A626 solid 4px;
    float:left;
}

.pagetitle {
	font-size: 22px;
	color: #60A626;
	margin-left:10px;
	font-weight:bold;
}
.right-content{
    position:relative;
    margin: 0px 0px 0px 10px;
    color:#666;
    font-size:1.3em;
    text-align:justify;
}


