/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}


html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	background:#c20000 url(../images/bodybg4.jpg) top left;
}

body{
	height:100%;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:62.5%;
}

#mainbody{width:100%;}
#header{
	background:url(../images/crownbg2.jpg) center no-repeat;
	height:174px;
	width:100%;
	margin:0;
	padding:0;
}

#headerwrapper{
	margin:0 auto;
	width:738px;
}

#login{
	text-align: right;
	padding-right: 5px;
}

#flashclip{
	float:right;
	margin-top:5px;
	width:229px;
	height:157px;
	right:30px;
}

#content{
	margin:0 auto;
	width:780px;
	background:#fff;
	padding-bottom:10px;
}

#stripes{
	background:url(../images/stripes7.jpg) no-repeat top left #FFFFFF;
	height:81px;
}

#navbar{
	background:#f1efef url(../images/menuBg4.jpg) top left no-repeat;
	height:41px;
}

#menuHolder{
	width:740px;
	margin:0 auto;
	font-size:12px;
	color:#333333;
	padding-top:3px;}

.ina a{text-decoration:none; padding:3px; color:#333333;}
.ina a:hover{color:#FFFFFF  }
.ina ul li a:hover{background:#ECE3D2; color:#000000  }

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	text-align:left;
	
}

li.ina { /* all ina list items */
	float: left;
	position: relative;
	width:auto;
	height:28px;
	padding:0.3em 0.9em;
	font-weight:bold;
	
}

li.ina ul.anak a{font-size:12px; font-weight:bold}
li.ina ul.anak a{display:block;}
li ul.anak { /* second-level lists */
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	
}
li.ina ul.anak, li.ina ul.anak li{
background:#fff;
width:150px;
font-weight:normal;

}
li.ina ul.anak{
 border:#be1312 1px solid;
}
/*li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left 
	top: auto;
	left: auto;
}
*/

li:hover ul.anak, li.over ul.anak { /* lists nested under hovered list items */
	display: block;

}
li.ina:hover,li.ina.over{
background:#d9bba8 url(../images/singleMenu3.gif) top left repeat-x;
color:#fff;
}
/*li.ina:hover, li.ina.over, li p:hover {
background:#d9bba8;
display: block;

}
*/

#pathway{
	color:#636363;
	font-size:11px;
	text-align:left;
	width:755px;
	padding:20px 0 5px 0;
	margin:0 auto;
	border-bottom:#333333 1px dotted;
}

#pathway a{
	color:#636363;
	text-decoration:none;
}
.active{
	background:#d9bba8 url(../images/singleMenu3.gif) top left repeat-x;
	color:#fff;
}

#listBg{background:url(../images/menu1Img2.jpg) top left no-repeat; width:150px; height:93px;}
#footer{margin-top:30px; background:#203564 url(../images/footerBg.jpg) top left repeat-x; padding-top:20px; padding-bottom:20px}
#footer p, #footer a{color:#FFFFFF; text-decoration:none}
.lnspc{ line-height:1.5em}
.alis{clear:both; }

.backButton{
	padding:10px 0 5px 0;
	width:80px;
	margin:0 auto;
	text-align:center;
}
.backButton a{
	background:#FF0000;
	text-decoration:none !important;
	color:#FFFFFF !important;
	padding:5px 10px;
	display:block;
	font-size:14px;
}
.backButton a:hover{
	font-weight:bold ;
}

.myHr{
	border-bottom:#000000 1px dotted;
	width:100%;
	height:5px;
	padding-top:5px;
}

.ltypenum{
	list-style-type:decimal !important;
	}
.ltypealpha	{
	list-style-type:lower-alpha !important;
	}
.ltypedisc{
	list-style-type:disc !important;
	}	
	
.bottomSpace{
	padding-bottom:6px;
}
