/*-----Full Screen Setting-----*/
html, body {
	height:100%;
	width: 100%;
}

body {
	padding:0;
	margin:0;
	background-color: #0E2B89;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}


#outer{
	width: 100%;
	min-height:100%;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:-60px;
	background-image: url(../aboutus/images/topbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

* html #outer{height:100%;} /* IE6 and under treat height as min-height anyway*/





/*-----Top Setting-----*/
#topwrapper{
	height: 343px;
	width: 100%;
	margin: 0px;
	position: relative;
	background-image: url(../aboutus/images/ins_top_center_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 5;
	behavior: url("css/iepngfix.htc");
}

#topwrapper #topcontainer {
	height:342px;
	width:1000px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

/*Newslettter Setting*/
#topwrapper #newsletter {
	float:left;
	width:175px;
	height:62px;
	padding: 350px 0px 0px 15px;
}

#topwrapper #newsletter .homenewsltr {
	color:#7D4800;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}


/*Navigation Setting*/
#topwrapper #navi {
	width: 1000px;
	height: 230px;
	float: right;
	padding: 112px 0px 0px 0px;
	background-image: url(../images/navibg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	behavior: url("css/iepngfix.htc");
}

#topwrapper #navi ul {
	list-style-type: none; 
	margin: 0px;
	width: 969px;
	height: 40px;
	padding: 176px 0px 0px 4px;
}

#topwrapper #navi ul li {
	position:relative;
	float: left;
}

#topwrapper #navi ul li a {
	margin: 0px;
	padding: 0px;
	color: #000000;
	display: block;
}

.separator {
	width:1px;
	height: 40px;
	background-image: url(../images/navi_separator.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}



/*-----Content Setting-----*/

#contentwrapper {
	height: auto;
	width: 100%;
	margin: -1px 0px 0px 0px;
	position: relative;
	background-image: url(../images/btmbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 4;
	behavior: url("css/iepngfix.htc");
}

#contentwrapper #main {
	margin: 0px auto 0px auto;
	width: 980px;
	height: auto;
	background-color: #FFFFFF;
}

.clearer {
	clear: both;
	height: 0px;
	width: 980px;	
}

#sitemap {
	margin: 0px;
	width: 980px;
	height: auto;
}

#sitemap .ttl {
	height:34px;
	line-height:32px;
	padding-right:20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #B29471;
	text-align: right;
	background-image: url(../images/sitemap_ttlbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#sitemap #content {
	margin: 0px;
	padding: 25px 30px 50px 50px;
	width: 900px;
	height: auto;
	background-image: url(../aboutus/images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;	
	position: relative;
}

.txtlink a {
	display: block;
	font-size: 12px;
	margin: 0px;
	color: #534640;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 25px;
	line-height: 26px;
	text-indent: 30px;
	background-color: #E1E1E1;
	background-image: url(../images/sitemap_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
}

.txtlink a:hover {
	color: #FFFFFF;
	background-color: #33A02B;
	background-image: url(../images/sitemap_arrow_o.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;	
}

.ttllink a {
	display: block;
	font-size: 14px;
	margin: 0px;
	color: #0E2B89;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 25px;
	line-height: 26px;
	text-indent: 8px;
	border-bottom: 1px dotted #999999;
}

.ttllink a:hover {
	background: #0E2B89;
	color: #FFFFFF;
	
}




/*-----Footer Setting-----*/
#footer {
	width:100%;
	height:60px;
	clear:both;
	position:relative;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

* html #footer {/*only ie gets this style*/
	\height:62px;/* for ie5 */
	he\ight:60px;/* for ie6 */
}

#clearfooter{clear:both;height:70px;}/*needed to make room for footer*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */


/*Footer Content*/
#footer #content {
	width:960px;
	height:45px;
	margin: 0px auto 0px auto;
	padding-top: 13px;
	padding-left: 20px;
	font-size: 11px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	z-index: 2;
}

#footer #content a {
	font-size: 11px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#footer #content a:hover {
	font-size: 11px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#footer #content .copyright {
	font-size: 11px;
	color: #33A02B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
}

/*Footer Animation*/
#animate {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height:60px;
	z-index: 1;
	width: 100%;
	margin: 0px;
}
#bnrpost {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height:310px;
	z-index: 1;
	width: 100%;
	margin: 0px;
	z-index:3;
}

