@charset "utf-8";
/* HTML TAGS */
* {
    margin: 0;
    padding: 0;
}
body{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:Black;
	background:#FCF8F2;
}

p{
	font-size: 12px;
	padding: 18px 3px 0px 0px;
	margin: 0;
	text-align: justify;
	line-height: 18px;
}
ul {
	margin: 0px;
	padding: 0px 0px 0px 18px;
	list-style-type: square;
} 
a:link, a:visited {
	color: #975F12;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #975F12;
}
h1 {
	font-size: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: Black;
	font-weight: normal;
	margin-top: 0px;
}
h2 {
	font-size: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: Black;
}
/* LAYOUT CLASSES */
.header{
	background: #CC6600;
	border-bottom: 2px solid #996600;
	color:White;
}
.header #top{
	height: 29px;
	padding: 16px 30px 0px 30px;
	background:#CC6600;
	border-bottom: 2px solid #996600;
}
.header #left{
	float:left;
	width:200px;
	text-align:left;
}
.header #right{
	float:right;
	width:200px;
	text-align:right;
}
.header #middle{
	width:100%;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	margin-top:-3px;
}
.header #logo{
	background:url(../images/Header_Asia_Sun.jpg) no-repeat 50% 0;
	height:200px;
}
.contentleftborder{
	background:url(../images/left_border.jpg) left top repeat-y;
}
.contentrightborder{
	background:url(../images/right_border.jpg) right top repeat-y;
}
.contentheader{
	background:url(../images/topmenu_bg.jpg) left top repeat-x;
	text-align:center;
	color:#FFF;
	line-height:38px;
}
.contentheader #hleftcorner{
	background:url(../images/topmenu_left.jpg) left top no-repeat;
}
.contentheader #hrightcorner{
	background:url(../images/topmenu_right.jpg) right top no-repeat;
}
.contentheader #topmenu{
	padding:2px;
}
.contentheader ul,li{
	display:inline;
	list-style-type:none;
}
.contentheader a{
	color:White;
	text-decoration:none;
	font-weight:bold;
	padding:9px;
}
.contentheader a:hover, 
.contentheader #active_menu, 
.contentheader li#current a {
	background:url(../images/topmenu_over.jpg) top left repeat-x;
	color: White;
}
.contentbottom{
	background:url(../images/bottom.gif) left bottom repeat-x;
}
.contentbottom #bleftcorner{
	background:url(../images/bottom_left.jpg) left bottom no-repeat;
}
.contentbottom #brightcorner{
	background:url(../images/bottom_right.jpg) right bottom no-repeat;
	height:20px;
}
.content{
	padding:0px 15px 0px 15px;
}
.content #leftmodule{
	width: 188px;
	float: left;
	padding-bottom: 30px;
}
.content #rightmodule{
	width:260px;
	float:right;
	padding-bottom: 30px;
}
.module, .moduletable2, .module_menu, .module_text{
	background-repeat: repeat-y;
	margin-top: 5px;
	background-image: url(../images/moduletable_bg.gif);
}
#leftmodule .module div, #leftmodule .moduletable2 div, #leftmodule .module_menu div, #leftmodule .module_text div,#rightmodule .module div, #rightmodule .moduletable2 div, #rightmodule .module_menu div, #rightmodule .module_text div{
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image: url(../images/moduletable_bottom.gif);
}
#leftmodule .module div div, #leftmodule .moduletable2 div div, #leftmodule .module_menu div div, #leftmodule .module_text div div,#rightmodule .module div div, #rightmodule .moduletable2 div div, #rightmodule .module_menu div div, #rightmodule .module_text div div{
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../images/moduletable_top.gif);
}
#leftmodule .module div div div, #leftmodule .moduletable2 div div div, #leftmodule .module_menu div div div, #leftmodule .module_text div div div,#rightmodule .module div div div, #rightmodule .moduletable2 div div div, #rightmodule .module_menu div div div, #rightmodule .module_text div div div{
	padding: 5px 5px 10px 5px;
	width: 172px;
}
#leftmodule .module div div div div, #leftmodule .moduletable2 div div div div, #leftmodule .module_menu div div div div, #leftmodule .module_text div div div div,#rightmodule .module div div div div, #rightmodule .moduletable2 div div div div, #rightmodule .module_menu div div div div, #rightmodule .module_text div div div div{
	padding:0;
	background:none;
}
#rightmodule .module div div div, #rightmodule .moduletable2 div div div, #rightmodule .module_menu div div div, #rightmodule .module_text div div div{
	width: 250px;
}
#rightmodule .module, #rightmodule .moduletable2, #rightmodule .module_menu, #rightmodule .module_text{
	background-image: url(../images/moduletable_bg_r.gif);
}
#rightmodule .module div, #rightmodule .moduletable2 div, #rightmodule .module_menu div, #rightmodule .module_text div {
	background-image: url(../images/moduletable_bottom_r.gif);
}
#rightmodule .module div div, #rightmodule .moduletable2 div div, #rightmodule .module_menu div div, #rightmodule .module_text div div{
	background-image: url(../images/moduletable_top_r.gif);
}
#leftmodule h3,#rightmodule h3{
	background-image: url(../images/moduletable_h3.gif);
	height: 35px;
	width: 172px;
	background-repeat: no-repeat;
	color: White;
	line-height: 35px;
	text-indent: 20px;
	margin: 0 0 5px 0;
	font-size: 13px;
	font-weight: bold;
}
#rightmodule h3{
	background-image: url(../images/moduletable_h3_r.gif);
	width: 250px;
}
#leftmodule ul,#rightmodule ul,#leftmodule li,#rightmodule li{
	list-style-type: none;
}
#leftmodule ul.menu,#rightmodule ul.menu{
	margin-left:-17px;
}
#leftmodule ul.menu li a, #rightmodule ul.menu li a
{
	display: block;
	height: 25px;
	line-height: 25px;
	width: 172px;
	text-indent:0px;
	border-bottom: 1px dotted #965E11;
	color: #975F12;
	font-weight:normal;
}
#leftmodule ul.menu li ul li a, #rightmodule ul.menu li ul li a
{
	display: block;
	height: 17px;
	line-height: 17px;
	width: 162px;
	text-indent: 8px;
	background:url(../images/sublevel.gif) left no-repeat;
	border:none;
	font-size:10px;
	margin-left:-15px;
	font-weight:normal;
}
#leftmodule ul.menu li ul li ul li a, #rightmodule ul.menu li ul li ul li a
{
	display: block;
	height: 15px;
	line-height: 15px;
	width: 162px;
	text-indent: 8px;
	background: url(../images/sublevel.gif) left no-repeat;
	border:none;
	font-size:10px;
	margin-left:-26px;
	font-weight:normal;
}
#leftmodule ul.menu li a:hover, #rightmodule ul.menu li a:hover
{
	font-weight:bold;
	text-decoration:none;
	color: #CC6600;
}
ul.menu li#current a, ul.menu li ul li#current a , ul.menu li ul li ul li#current a {
font-weight:bold;
}
ul.menu li#current.parent.active a, ul.menu li#current.parent.active ul li a, ul.menu li.parent.active a, ul.menu li.parent.active ul li a {
font-weight:none;
}
.content #middlemodule{
	margin-left:188px;
	margin-right:260px;
	text-align:justify;
	padding:5px 12px 0px 12px;
}
.footer #footlogo{
	background: #FCF8F2 url(../images/Footer_orange.jpg) no-repeat 50% 0;
	height:200px;
	border-top: 2px solid #996600;
	border-bottom: 2px solid #996600;
}
.bottom{
	background: #CC6600;
	height:45px;
}
.clear{
	clear:both;
	height:0;
	width:0;
}
/* JOOMLA CLASSES */
.sitetitle {
	display:none;
}
.button {

	background:#F1F4FA url(../images/button.jpg) repeat-x;
	border: 1px solid #CC6600;
	font-size: 12px;
	font-weight: bold;
	color: White;
	padding: 3px 5px;
}
.inputbox, input {
	border: 1px solid #cccccc;
}
.input, img {
	border: none;
}
a.readon {
	background-image: url(../images/readon.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 102px;
	color: White;
	float: left;
	text-indent: 25px;
	line-height: 20px;
	margin: 10px 0 0 0;
	font-weight: bold;
	font-size: 9px;
}
.componentheading {
	font-size: 18px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-top: 12px;
	padding-left:2px;
}
.contentheading, .contentheading a {
	font-size: 17px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	line-height: 24px;
	text-align: left;
} 
.contentdescription {
	padding: 10px;
} 
.sectiontableheader {
	padding:3px 5px;
	font-size: 15px;
}
.sectiontableentry1, 
.sectiontableentry2 {
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	text-indent: 5px;
	padding:0;
}
.createdate, 
.small {
	font-size: 10px;
	color:#999999;
}
.poll {
	background-color:#ffffff;
}
.pollstableborder {
	background-color:#ffffff;
}
span#simplelists-description {
	text-align: justify;
}
div.simplelists {
    padding-bottom: 0px ;
	width:100%;
}
div.simplelists-item {
    width: 100%;
    padding-bottom: 25px ;
}
div.simplelists-item div.image {
    text-align: center;
    width: 100% ;
}
div.simplelists-item div.image img {
    border: 0px ;
    margin: 5px ;
}
div.simplelists-category {
    width: 99%;
    padding-bottom: 25px ;
	 margin-left: 2px;
	 text-align: justify;
}
table.blog {
}
#jflanguageselection
{
    float: none;
	margin:0;   
}
.rawimages {
	text-align: center;
	margin: 0;
	width:60px;
	float:right;
}
.rawimages img {
	border: none;
	margin:0;
}
.rawimages span#active_language img
{
	margin:0;
	border: none;
}
#middlemodule ul {
	margin: 0px;
	padding: 12px;
	padding-left:25px;
}
#middlemodule li{
	display:list-item;
	list-style-type: square;
}

