body {
	margin: 0px; 
	padding: 0px; 
	font-size: 60%; 
	font-family: "Verdana", Arial, Sans-Serif;
	background: white; /*#00361F;*/
	color: #000;
}

/* LINKS */
a { 
	color: #0a55a2; 
	text-decoration: none; 
	background-color: inherit;
	border:none;
}

a:hover { 
	color:deeppink;
	background-color: inherit;
}

img
{
	border:none;
}


/* HEADINGS */
h1 { 
	padding: 0px 0px 22px 0px; 
	font-size: 1.4em; 
}

h2 {
	font-size: 1.2em;
	margin: 0px;
}

h3 {
	width: 100%; 
	font-size: 15px; 
	color: #c20a3e; 
	font-weight: bold;
	font-family:Times New Roman;
	letter-spacing: 2px; 
	line-height: 1.5em; 
	padding: 0px 0px 0px 0px; 
	margin-top:10px;
	height:20px;
	/*background:transparent url("daun.png") no-repeat;*/
	background:transparent url("daun.gif") no-repeat;
}

h4 {
	text-transform:uppercase;
	width:95%;
	color:#2c5574;
	font-size:11px;
	padding:2px 2px 2px 7px;
}


.red {
	color: #8B1714;
	background-color: inherit;
}

/* PARAGRAPH */
p { 
	font-size: 1.5em; 
	color: #1c3f90; 
	line-height:1.7em; 
	margin: 0px 0px 5px 0px; 
	padding: 0px;

}

li
{
	font-size: 1.1em; 
	color: #1C336A; 
	line-height:1.3em; 
	margin: 0px 20px 5px 20px; 
	padding: 0px;
	background-color: inherit;
}

#wrap 
{
	margin: 0px auto; 
	padding: 0px; 
	width: 950px; 
	margin-top:60px;
}

*html #wrap 
{
	margin-top:60px;
}

#container 
{ 
	margin-left: 0px; 
	padding: 0px; 
	width: 950px;
}

#basic
{
	float: left; 
	margin: 0px; 
	padding: 0px; 
	width: 950px; 
	background: white; /*#00361f;*/
	/*background: url("bg.gif") repeat-y;*/
	margin-bottom:30px;
}

#top { 
	width: 800px; 
	height: 25px; 
	margin: 0px; 
	padding: 0px; 
	background: url("top.gif") no-repeat top left; 
}

#header { 
	background: transparent url("banner.gif") 10% 0% no-repeat;
	height:80px;
	color: #919FAE;
	font-weight: bold;
	font-size: 1.3em;
	margin-top:-119px;
}


#middle {
	background:transparent url("middle2.gif") repeat-x;
	height:40px;
	color:#c81111;
	margin-top:-65px;
}

*html #middle 
{
	margin-top:-85px;
}
#middle a
{
	/*background:transparent url("daun.png") no-repeat;*/
	
	padding-left:30px;
	font-weight:bold;
	font-family:Serif;
	letter-spacing:5px;
	font-size:15px;
}

#middle a:hover
{
	color:white;
}

#headerrepeat {
	/*background:transparent url("bannerrepeat.png") repeat-x;*/
	/*background:transparent url("header.jpg") repeat-x;*/
	background:transparent url("header2.gif") repeat-x;
	height:150px;
}

*html #headerrepeat {
	height:168px;
}

#topic1{
	background-image: url("topic.png");
	width:143px;
	height:30px;
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration:none;
	border:none;
	float:left;
	
}

#schedules1{
	background-image: url("schedules.png");
	width:143px;
	height:30px;
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration:none;
	border:none;
	float:left;
	
	
}
#sponsors1{
	background-image: url("sponsors.png");
	width:143px;
	height:30px;
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration:none;
	border:none;float:left;
}

#speakers1{
	background-image: url("speakers.png");
	width:143px;
	height:30px;
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration:none;
	border:none;
	float:left;
	
}

#others1{
	background-image: url("others.png");
	width:143px;
	height:30px;
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration:none;
	border:none;
	float:left;
}

#header_about p
{
	font-family:Tahoma;
	font-size:25px;
	color:white;
	letter-spacing:1px;
	padding-top:150px;
	padding-left:30px;
	border-top:solid 1px;
}

#header_about { 
	margin: 0px; 
	background-color: inherit;
	background-image: url("pajangan.jpg");
	height:200px;
	background-repeat: no-repeat; 
	font-weight: bold;
	font-size: 1.3em;
}

/* HORIZONTAL MENU */
#hmenu { 
	margin: 0 0px 0 0px;
	padding: 10px 0 10px 0;
	background: #285dad; 
	color: #808080;
}

#hmenu_child { 
	margin: 0 0px 0 0px;
	padding: 10px 0 10px 0;
	background: #e82d54; 
	color: #808080;
}

#hmenu_child a {
	color: white;
	margin: 0px 3px 0px 8px;
	padding: 0 0px 0 9px;
	background-color: transparent;
	background-image: url("arrow.gif");
	background-repeat: no-repeat;
	background-position: center left;
	
}

#hmenu_child a:hover {
	color: #F0F2F4;	
	background-color: transparent;
}

#hmenu a {
	color: white;
	margin: 0px 3px 0px 8px;
	padding: 0 0px 0 9px;
	background-color: transparent;
	background-image: url("arrow.gif");
	background-repeat: no-repeat;
	background-position: center left;
	
}

#hmenu a:hover {
	color: #F0F2F4;	
	background-color: transparent;
}

/* LEFT COLUMN */
#left_column {
	background: none;
	clear:both;
	margin: 30px 10px 0px 13px;
	width: 200px;
	border-right:dotted 1px gray;
}

#left_column h3{
	padding-left:40px;
	margin-top:0px;
}

#topLeft
{
	float: left;
	/*background:transparent url("left.png") no-repeat;*/
	background:transparent url("left.gif") no-repeat;
	width: 200px;
	height:50px;
	margin: 0px 0px 0px 13px;
}

*html #left_column
{
	margin: 0px 0px 0px 10px;
	width: 175px;
}

*html #topLeft
{
	margin-left:5px;
}

#left_column p { 
	color: #1F5D9A; 
	padding:10px;
	margin: 0px;
	background-color: inherit;
}

/* MAIN MENU (LEFT) */
#left_menu {
	height:100px;
}

.left_menu {
	width:200px;
	height:25px;
	background: url("menu.png") no-repeat;
	margin-bottom:2px;
}


/* LINK TITLE - visible on hover */
.underline {
	border-bottom: 1px dotted white;
}

.white { 
	color: #FFF; 
	font-size: 0.8em; 
	background-color: inherit;
	background: url("menudivider.gif");
	background-repeat: no-repeat;
	background-position: center left; 
	padding: 0px 0px 0px 8px; 
}


#right_column {
	float:left;
	width: 690px;
	margin: 30px 5px 0px 5px;
	padding: 0px;
	background-color:none;
 }

 
*html #right_column
{
	width: 685px;
	margin-bottom:50px;
}

#very_right_column {
	float: left;
	width: 140px;
	margin: 40px 5px 0px 5px;
	padding: 0px;
 }

 #very_right_column {
 width:150px;
 }



/* MAIN ARTICLES */
.main_article {
	margin: 0px 0px 0px 0px; 
	font-size:10px;
	font-family:Verdana;
	letter-spacing:0.2px;
	color:#7e8995;
	text-align:justify;
	font-size:10px;
	font-family:Verdana;
	padding: 3px 8px 0px 8px;
	line-height:16px;
}

.rightMain
{
	/*background:transparent url("right.png") no-repeat 100% 0%;*/
	background:transparent url("right.gif") no-repeat 100% 0%;
	width:695px;
	height:50px;
	margin:0px;
	margin-bottom:-30px;
}

*html .rightMain
{
	width:690px;
}

/* THE FOLLOWING SHORT ARTICLES */
.other { 
	margin: 0px 0px 0px 0px;
}

.other p { 
	padding: 5px; 
	color: #808080;
	background-color: inherit;
}

/* LEFT SHORT ARTICLE */
.left { 
	
	width: 44%;  
	float: left; 
	background: #eee url("greybg.gif") repeat-x top left; 
	padding: 5px;
	color: #808080; 
}

/* RIGHT SHORT ARTICLE */
.right {  
	float: left; 
	width: 44%; 
	background: #FDF7DF url("yellowbg.gif") repeat-x top left; 
	border-left: 2px solid #FFF; 
	padding: 5px; 
	color: #808080;
}

/* FOOTER */

#footer { 
	clear:both; 
	margin: 0px 0px 0px 0px; 
	padding:100px 0 0 0;
	height:50px;
	background: transparent url("footer.gif") repeat-x; 
	text-align: center; 
	color: white; 
	letter-spacing:1px;
}

*html #footer
{
	margin: 0px 0px 0px 0px; 
}

#footer a { 
	color: #BDC6CE; 
	background-color: inherit;
	border-bottom: 1px dotted #919FAE; 
}

/* {END BARBECUE} */

/*menu hover*/

#menu_hover
{
	width:800px;
	height:40px;
	float:left;
}

.show
{
	display:inline;
}

.hidden
{
	display:none;
}

.menu
{
	width:156px;
	height:22px;
	background:transparent url("menu.png") no-repeat;
	font-family:Verdana;
	text-transform:Capitalize;
	font-size:11px;
	font-weight:bold;
	padding-left:50px;
	padding-top:2px;
	letter-spacing:-1px;
	line-height:9px;
}

*html .menu
{
	width:146px;
}

.menu a
{
	color:#03429;
}

.menu a:hover
{
	color:deeppink;
}

.menu:hover
{
	color:deeppink;
	width:200px;
	height:22px;
	background:transparent url("menu_hover.png") no-repeat;
}

#child
{
	height:100px;
	top:217px;
	position:relative;
}

#child_about_us
{
	height:100px;
	background-color:#d1dff9;
	font-family:Arial;
	font-size:11px;
}

#child_field_of_practices
{
	height:100px;
	background-color:#d1dff9;
	font-family:Arial;
	font-size:11px;
}

.promo
{
	padding:10px 10px 10px 10px;
	margin-top:10px;
	color:#7e8995;
	font-size:11px;
	font-family:Tahoma;
	letter-spacing:1px;
	background-color:none;
}

SELECT { BORDER-RIGHT: #666666 1px solid; PADDING-RIGHT: 1px; BORDER-TOP: #666666 1px solid; PADDING-LEFT: 3px; PADDING-BOTTOM: 2px; FONT: 11px geneva, verdana, arial, sans-serif; BORDER-LEFT: #666666 1px solid; COLOR: #000000; PADDING-TOP: 1px; BORDER-BOTTOM: #666666 1px solid; HEIGHT: 17px; BACKGROUND-COLOR: #ffffff;}
TEXTAREA { BORDER-RIGHT: #666666 1px solid; PADDING-RIGHT: 1px; BORDER-TOP: #666666 1px solid; PADDING-LEFT: 3px; PADDING-BOTTOM: 2px; FONT: 11px geneva, verdana, arial, sans-serif; BORDER-LEFT: #666666 1px solid; COLOR: #000000; PADDING-TOP: 1px; BORDER-BOTTOM: #666666 1px solid;  BACKGROUND-COLOR: #ffffff;}

INPUT.litle {BORDER-RIGHT: #666666 1px solid; PADDING-RIGHT: 1px; BORDER-TOP: #666666 1px solid; PADDING-LEFT: 3px; PADDING-BOTTOM: 2px; FONT: 11px geneva, verdana, arial, sans-serif; BORDER-LEFT: #666666 1px solid; COLOR: #000000; PADDING-TOP: 1px; BORDER-BOTTOM: #666666 1px solid; HEIGHT: 17px; BACKGROUND-COLOR: #ffffff;}
INPUT.BUTTON {BORDER-RIGHT: #666666 1px solid; PADDING-RIGHT: 1px; BORDER-TOP: #666666 1px solid; PADDING-LEFT: 3px; PADDING-BOTTOM: 1px; FONT: 10px geneva, verdana, arial, sans-serif; BORDER-LEFT: #666666 1px solid; COLOR: #000000; PADDING-TOP: 1px; BORDER-BOTTOM: #FF9900 solid; HEIGHT: 19px; BACKGROUND-COLOR: #ffffff; cursor:hand}

.show
{
	display:inline;
}

.hidden
{
	display:none;
}

.sub .subMenu a, .sub .subMenu li
{
	color:white;
	font-weight:normal;
}

.sub a
{
	color:white;
	font-weight:bold;
}

.sub .subMenu ul
{
	margin: 0 0 0 0;
}

*html .sub .subMenu ul
{
	margin-top: 7px;
}

.sub .subMenu li
{
	padding: 0 0 0 0;
	margin-left:-40px;
	padding-left:25px;
	background:#006a0a;
	width:175px;
	margin-top:1px;
	margin-bottom:1px;
	height:auto;
}

*html .sub .subMenu li
{
	width:175px;
	margin-left:-30px;
	margin-right:0px;
}

.sub li
{
	margin-left:0px;
	padding-left:30px;
	width:200px;
	margin-top:0px;
	margin-bottom:0px;
	list-style: none;
	height:20px;
	background:transparent url("submenu.png") no-repeat;
}

*html .sub li
{
	width:170px;
	margin-left:-16px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}

.sub a:hover, .sub li:hover
{
	color:navy;
}


/*rounded corner*/
.roundcont {
	width: 250px;
	background-color: #f90;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	/*background: url(t_r_left.png) no-repeat top right; */
}

.roundbottom {
	background: url(b_r_right.png) no-repeat top right; 
}

*html .roundbottom {
	margin-right:-156px;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/*vmenu*/

.vmenu
{
	margin-top: -40px;
	margin-left: 400px;
	float:left;
	z-index: 30;
}

*html .vmenu
{
	margin-top:-30px;
	margin-left:180px;
}

.vmenu li
{
	background:transparent url("menu.gif") no-repeat;
	list-style:none;
	float:left;
	height:30px;
	width:100px;
	font: bold 11px arial;
	margin-right:-13px;;
}

*html .vmenu li
{
	margin-right:-21px;
	width:120px;
}

.vmenu li:hover
{
	background:transparent url("menuhover.gif") no-repeat;
}

.vmenu li a
{	display: block;
	width: auto;
	padding:7px 5px 5px 10px;
	color:#c4121a;
}

.vmenu li a:hover
{
	background:transparent url("menuhover.gif") no-repeat;
	letter-spacing:1.5px;
	color:#c4121a;
}

#slogan
{
	width:800px;
	height:150px;
	background:transparent url("slogan2.gif") no-repeat;
	margin:0 auto;
}

#slogan2
{
	width:800px;
	height:150px;
	background:transparent url("slogan2.gif") no-repeat;
	margin:0 auto;
}

