/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

img { 
	border: 0 none;
}

form {
	margin: 0;
	padding: 0;
}

input {
}

a {
	color: #d60709;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus, object {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
}

h1 {
	font-size: 24px;
	margin: 20px 0;
}

h2 {
	font-size: 20px;
	margin: 0 0 15px 0;
}

h3 {
	font-size: 18px;
	margin: 0 0 10px 0;
}

h4 {
	font-size: 16px;
	margin: 0 0 10px 0;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

hr {
}

ul {
}

ol {
}

li {
}

table {
}

td, th {
	vertical-align: top;
}

p {
	margin: 0 0 20px 0;
}


/****** GENERIC ******/

.clear {
	clear: both;
}

br.clear {
	height: 0;
	line-height: 0;
}

.clearHid {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearFix {
	display: block;
}

.clearLeft {
	clear: left
}

.clearText {
	display: block;
	text-indent: -999999em;
}

.listEnd {
	margin-right: 0 !important;
}

/**************** STYLES */
.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.moreLink {
	padding: 1px 0 1px 25px;
	background: url(../images/icons/rounded-arrow_re-wh-r.gif) no-repeat left top;
}

/**************** FLASH TEXT DEFAULTS */
h1.mainTitle {
	font-size: 35px;
	margin: 0;
}

h2.homeHeading {
	font-size: 17px;
	font-weight: bold;
	padding-top: 4px;
	margin: 0;
}

/*========================================== LAYOUT */
.container {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

/**************** HEADER */
div#headerContainer {
	background: url(../images/bg/hdr_tile.gif) repeat-x top left;
}

div#headerContainer div.container {
	background: url(../images/bg/hdr_bg.jpg) no-repeat top center;
	height: 162px;
	width: 950px;
	padding-left: 10px;
}

/********* TOP NAV */
div#topNavigation {
	height: 36px;
	float: right;
	width: 260px;
	line-height: normal;
	padding-right: 10px;
}

div#topNavigation div.contain {
	text-align: center;
}

div#topNavigation ul {
	list-style: none;
	margin: 0 15px;
	padding: 10px 0;
	font-size: 11px;
	height: 16px;
	background: #151617;
}

div#topNavigation ul li {
	display: inline;
	padding-right: 8px;
	margin-right: 7px;
	border-right: 1px solid #38393a;
}

div#topNavigation ul li.listEnd {
	padding-right: 0;
	margin-right: 0;
	border-right: 0 none;
}

div#topNavigation ul a {
	color: #a7a9ac;
	text-decoration: none;
}

div#topNavigation ul a:hover {
	text-decoration: underline;
}

/********* NAV */
div#mainNavigation {
	position: absolute;
	top: 115px;
	right: 5px;
}

div#mainNavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/*width: 760px;*/
	width: 624px;
}

div#mainNavigation ul li {
	float: left;
	padding-left: 10px;
}

div#mainNavigation ul a {
	display: block;
	height: 30px;
	background-image: url(../images/nav/mainnav.gif);
	background-repeat: no-repeat;
}

li#navWhat a {
	background-position: -146px top;
	width: 100px;
}
li#navWhat a:hover, li#navWhat a.active { background-position: -146px bottom; }

li#navVisi a {
	background-position: -256px top;
	width: 83px;
}
li#navVisi a:hover, li#navVisi a.active { background-position: -256px bottom; }

li#navConf a {
	background-position: -349px top;
	width: 111px;
}
li#navConf a:hover, li#navConf a.active { background-position: -349px bottom; }

li#navRegi a {
	background-position: -471px top;
	width: 181px;
}
li#navRegi a:hover, li#navRegi a.active { background-position: -471px bottom; }

li#navExhi a {
	background-position: -661px top;
	width: 99px;
}
li#navExhi a:hover, li#navExhi a.active { background-position: -661px bottom; }


/**************** BANNER */
div#bannerContainer {
	height: 475px;
	background: url(../images/bg/slide_tile.gif) repeat-x center top;
}

div#bannerContainer div.bannerBg {
	background: url(../images/bg/slide_bg.png) no-repeat center top;
}

div#bannerContainer div#bannerButton {
	position: absolute;
	right: 0;
	top: 380px;
}

div#bannerObj {
	height: 475px;
}

div#noFlashContainer {
/*	z-index: 50;
	width: 960px;
	margin: 0 auto;
 */
	padding: 40px 0;
}

div#noFlash {
/*	position: absolute;
	z-index: 99;*/
	text-align: center;
	width: 500px;
	margin: 0 auto;
	padding: 40px 20px;
	background: #fff;
	line-height: 18px;
}

/**************** TOP */
div#topContainer {
	background: url(../images/bg/top_tile.gif) repeat-x top left;
	color: #fff;
}

div#topContainer div.container {
	background: url(../images/bg/top_bg.jpg) no-repeat top center;
	height: 80px;
	overflow: hidden;
}

div#topContainer div.container h1 {
	text-align: right;
	padding: 18px 7px 0;
}

/**************** PAGE */
div#pageContainer {
}

div#pageMain {
	padding: 30px 0;
	width: 700px;
	color: #444;
}

div#pageSide {
	width: 220px;
	float: right;
	padding-bottom: 20px;
}

div#pageMain div.imageArea img {
	margin-bottom: 20px;
}

div#pageMain div.contentArea {
	padding-right: 25px;
}

div#pageMain .descArea {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}

div#titleArea {
	float: right;
	width: 500px;
}

/**************** BREADCRUMB */
div#breadcrumbArea {
	float: left;
	width: 400px;
	padding-top: 40px;
	color: #fff;
	font-size: 11px;
}

div#breadcrumbArea a {
	color: #fff;
	margin-right: 10px;
	padding-right: 11px;
	background: url(../images/icons/arrow_wh-tr-r.gif) no-repeat right 5px;
}

div#breadcrumbArea span {

}

/**************** SIDE MENU */
div.sideMenu {
	background: #d60709 url(../images/bg/menu_btm.gif) no-repeat center bottom;
	margin-bottom: 10px;
}

div.sideMenu ul {
	list-style: none;
	margin: 0;
	padding: 25px 0 15px 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

div.sideMenu ul li {
	border-bottom: 1px solid #de3637;
}

div.sideMenu ul a {
	display: block;
	color: #fff;
	padding: 8px 25px 8px 45px;
	line-height: 18px;
	background-image: url(../images/icons/rounded-arrow_wh-re-r_nav.gif);
	background-repeat: no-repeat;
	background-position: 25px 10px;
}

div.sideMenu ul a:hover ,
div.sideMenu ul a.active {
	text-decoration: none;
	background-color: #83181b;
	background-position: -195px 10px;
	/*color: #670e10;*/
}

/**************** SIDE */
div.quoteArea {
	color: #d60709;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 2px;
}

div.quoteArea p {
	margin: 0 0 10px 0;
}

div.quoteArea p.author {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

/**************** CALLS */
div.callArea {
	margin: 7px 0;
}

div.callArea a.button {
	display: block;
	font-weight: bold;
	font-size: 14px;
	padding: 3px 0 8px;
}

div#callRegister {
	background: url(../images/calls/side_register-to-attend.gif) no-repeat center top;
	padding: 68px 15px 15px 20px;
	height: 193px;
	color: #fff;
}

div#callRegister p {
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 7px 1px;
}

/**************** BOTTOM */
div#bottomContainer {
	border-top: 1px solid #e5e3e3;
	padding: 15px 0 60px;
}

div#bottomContainer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 60px;
}

div#bottomContainer li {
	float: left;
}

div#bottomContainer li a {
	display: block;
/*	margin-left: 13px;*/
}

/**************** FOOTER */
div#footerContainer {
	font-size: 11px;
	color: #777;
	padding: 25px 0;
	background: url(../images/bg/ftr_tile.gif) repeat-x left top;
}

div#footerContainer img {
	vertical-align: middle;
	margin-right: 15px;
}

div#footerContainer a {
	color: #777;
	text-decoration: none;
}

div#footerContainer a:hover {
	color: #333;
}

ul.footerLinks {
	list-style: none;
	padding: 0 0 15px 0;
	margin: 0;
}

ul.footerLinks li {
	display: inline;
	padding-right: 11px;
}

/*========================================== SPECIFIC */
h1#logo {
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
}

/**************** HOME */
div#homeContainer {
	padding: 0 0 20px 0;
}

/* AD */
div#homeContainer div.adSpace {
	background: url(../images/bg/ad-bg.gif) repeat-y center center;
	float: right;
	width: 308px;
}

div#homeContainer div.adSpace div.bgTop {
	background: url(../images/bg/ad-top.gif) no-repeat center top;
}

div#homeContainer div.adSpace div.bgBtm {
	background: url(../images/bg/ad-btm.gif) no-repeat center bottom;
	padding: 4px;
}

/* COLUMNS */
div#homeContainer div.column {
	position: relative;
	float: left;
	width: 280px;
	margin-right: 40px;
	background: url(../images/bg/home_hdr.gif) no-repeat center top;
}

div#homeContainer div.column div.header {
	height: 28px;
	color: #fff;
	overflow: hidden;
	padding: 5px 15px 0;
}

div#homeContainer div.column div.image {
	/*margin-top: -25px;*/
	position: absolute;
	top: 28px;
}

div#homeContainer div.column div.content {
	margin-top: 155px;
	color: #444;
	line-height: 18px;
}



/* END OF CSS */