/*
Design by ICT Group CSS Templates
http://www.ictgroup.vn
*/

body {
	margin: 0;
	padding: 0;
	background:#dee2e5 url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #787878;*/
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #32639A;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	/*line-height:20px;*/
}

ul, ol {
}

a {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	color:#973034;
}
a:visited{
	color:#dbdad5;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 980px;
	height: 74px;
	margin: 0 auto;
}
/* catbox */
#catbox {
	width: 980px;
	margin-top:10px;
	padding-top: 0px;
	padding-bottom: 0px;

	/* color: #FFFFFF; */
}

#catbox a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom:2px;
	/* color: #FFFFFF; */
}

#catbox ul {
	margin-top: 0;
	margin-bottom:0px;
	padding: 0;
	list-style: none;
}

#catbox li {
	display: block;
	float: left;
	width: 140px;
	padding-left: 20px;
	margin-top: 0;
	margin-bottom:2px;
}



#catbox li ul {
	margin-bottom: 0px;
	margin-top: 0;
	margin-bottom:2px;
}

#catbox li li {
	display: list-item;
	float: none;
	padding: 2px 0;
	margin-bottom:2px;
}


#catbox h2 {
	margin-top: 0;
	margin-bottom:5px;
	/*color: #FFFFFF;*/
}







/* Header > Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding-top: 79px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 90px;
	height: 33px;
	margin-left: 6px;
	padding-top: 6px;
	background: url(images/img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #8fafc6;
	text-transform:uppercase ;
}

#menu a:hover {
	background-image: url(images/img04.gif);
	color: #ffffff;
}

#menu .active a {
	background-image: url(images/img04.gif);
	color: #a92a31;
}


/* Page */

#page {
	width: 980px;
	/* margin-top:200px;*/
	padding: 0;
}

#page-bgtop {
	padding: 10px 0px 0px 0px;
}

#page-bgbtm {
	margin-top:5px;
}

/* Content */

#content {
	float: right ;
	width: 980px;
	padding-top: 0px;
	padding-right: 0px;
}

.post {
	margin-bottom: 15px;
}

.post-bgtop {
}

.post-bgbtm {
	
}

.post .title {
	height: 20px;
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 0px;
	margin-top:5px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #32639A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.post .title a {
	color: #32639A;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
}

.post .meta {
	margin-bottom: 10px;
	padding: 5px 0px 15px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.post .meta .date {
	float: right;
}

.post .meta .posted {
	float: left;
}

.post .meta a {
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
/*	text-align: justify;*/
}

.links {
	padding-top: 20px;
	font-size: 10px;
	font-weight: bold;
}





/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	border-top: 1px solid #DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	color: #000000;
}

#footer a {
	color: #8A8A8A;
}

/* CSS needed for the script ajax tooltip */

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('/images/arrow.gif');
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:0px solid #317082;	/* Border width */
	left:15px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	width:300px;	/* Width of tooltip content */
	/* height:200px;	 Height of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}

/* box */

#box {
	width: 300px;
	background: url(images/img04.jpg) repeat-y;
}

#box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#box li {
	background: url(images/img05.jpg) no-repeat;
}

#box li ul {
	padding: 20px 20px 60px 20px;
	background: url(images/img06.jpg) no-repeat left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #FFFFFF;
}

#box li li {
	padding: 0;
	background: url(images/spacer.gif);
	color: #FFFFFF;
}

#box h2 {
	margin: 0;
	padding: 20px 20px 0 20px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #FFFFFF;
}

#box a {
	color: #FFFFFF;
}

