/*global*/

html, body {
height: 100%;
}

body {
	line-height: 20px;
	background-color: #EEEEEE;
	font-family: thonburi, Tahoma, 'Lucida Gr10.ande', Verdana, Arial, Sans-Serif;
	margin: 0px;
	font-size: 11px;
	color: #666666;
	background-image: url(../images/corp/img_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

*html .png {
	behavior:	url("png/pngbehavior.htc");
}

a {
	text-decoration: none;
	color: #669900;
	}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

h1 {
	font-weight: bold;
	font-size: 16px;
}

h2	{
	font-weight: bold;
	font-size: 14px;
}

h3 {
	font-weight: bold;
	font-size: 12px;
}

ul {
	margin: 0px;
	padding: 0px;	
	list-style-type: none;
}


li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}

.clear {
clear: both;
margin: 0;
padding: 0;
height: 0px;
font-size: 1px;
line-height: 0px;
}

/*meat*/

#container {
	text-align: left;
	width: 940px;
	padding: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -95px; /* the bottom margin is the negative value of the footer's height */
}

/*header*/

#header {	
	margin: 0;
	padding: 0px;
	float: left;
	height: 150px;
	width: 940px;
}

*html #header {
	display: inline;
}

#main_menu {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 940px;
	border-bottom: 1px solid #cccccc;

}

#main_menu_left {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 39px;
	width: 810px;

}

#main_menu_right {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	float: right;
	height: 39px;
	width: 110px;

}

*html #main_menu_right {
	display: inline;
}


#TRlogo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 70px;
	width: 940px;
}

#sub_menu {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 940px;
	background-image: url(../images/corp/img_submenuBG.jpg);
	background-position: left top;
}

/*content*/
#content {
	clear: both;		
	margin: 0;
	padding: 0px;
	width: 940px;
}

*html #content {
	position: relative;
}

#page_heading {
	margin: 0px 20px;
	padding: 0px;
	width: 900px;
	height: 40px;
}

/*footer*/
#footer {		
	margin: 0px auto;
	padding: 0px;
	width: 940px;
	height: 95px;
	clear: both;
}

.push {
	height: 95px;
}

#footer_menu {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	float: left;
	height: 33px;
	width: 940px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

#footer_menu_left {
	text-align: left;
	margin: 0;
	padding: 0;
	float: left;
	height: 33px;
	width: 820px;

}

#footer_menu_left li {
	border-right: 1px solid #888888;
	margin: 10px 0px;
	padding: 0px 20px;
}

#footer_menu_left a	{
	color: #888888;
}

#footer_menu_left a:hover	{
	color: #666666;
}

#footer_menu_right {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	float: right;
	height: 33px;
	width: 100px;

}

*html #footer_menu_right {
	display: inline;
}

#copyright {
	text-align: center;
	width: 940px;
	height: 30px;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 9px;
	color: #666666;
}




