/*************MP added******************************/
#welcome a{
    text-decoration: none;
}
#welcome ol {
    margin-left: 10px;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#support img {
  border-radius: 50%;
}
/****************************************/
html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #E0D5B7 url(images/index_page/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #74653D;
	padding-bottom: 10px;
	padding-top: 31px;
}

/** layout bottom**/
#wrapper {
	text-align: left;
	margin: auto;                                                   /*location of page*/
    width: 960px;                                                   /*changed from 778px footer width => 182px difference*/
    position: relative;
    background: url(images/index_page/body_bg_2.gif) repeat-y;      /*changed to 960px this is content MAIN PART*/
}
/*************************************************/
#header {
  position: absolute;
  top: 0;
  left: 243px;
  width: 717px;                                                     /*changed 535px header image*/
  height: 279px;
  background: url(images/index_page/header_2e.jpg) no-repeat;       /*717px*/
}
#left {
  float: left;
  width: 243px;
}
#logo {
  width: 244px;
  height: 152px;
  background: url(images/index_page/header_1.jpg) no-repeat;   /*Top menu*/
  text-align: center;
  color: #595959;
}
#logo h1 {
  padding-top: 30px;
  font: 24px "arial narrow", arial, sans-serif;
}
#logo p {
  margin: 8px 25px 4px 25px;
  border-top: 1px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
  padding: 3px;
  letter-spacing: 0.2em;
  font-weight: bold;
}
/*********************MENU****************************/
#nav {
  background: url(images/index_page/nav_left.jpg) no-repeat;
}
#nav ul {
  margin-left: 9px;
  padding-left: 1px;
  padding-bottom: 29px;
  background: #2A2A2A bottom left url(images/index_page/nav_bot.jpg) no-repeat;     /**Menu bg**/
}
#nav li {
  list-style: none;
  font: 14px "arial narrow", arial, sans-serif;
  border-top: 1px solid #959595;
  background: 188px 10px url(images/index_page/arr_white.gif) no-repeat;
  padding: 7px 0 0 31px;
}
#nav a {
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #959595;
  padding-left: 10px;
  display: block;
  width: 90%;
  padding: 2px 0 6px 8px;
}
#nav a:hover {
  text-decoration: underline;
}
#nav .important {
  border: none;
  background: 188px 10px url(images/index_page/arr_orange.gif) no-repeat;
}
#nav .important a {
  color: #E9C379;
}

/****************************news=SIGNUP********************/
#news {
  background: url(images/index_page/news_bg.jpg) repeat-y;               /**Signup bg**/
  padding-left: 37px;
  padding-right: 22px;
  padding-bottom: 3px;
  text-align: justify;
}
#news h2 {
  font-size: 12px;
  color: #BE8B06;
}
#news h3, #news p {
  font-size: 11px;
  margin: 1em 8px 1em 0;
}
#news a {
  color: #74653D;
  font-weight: bold;
  text-decoration: underline;
}
#news a:hover {
  color: #38301A;
}
#news .more {
  font-size: 9px;
}
#news .hr-dots {
  background: center url(images/index_page/dots.gif) repeat-x;
  height: 10px;
}

/*******************************************MP = support******/
#support {
  background: url(images/index_page/support1.jpg) no-repeat;
  padding: 1px;
  height: 160px;
  color: #1A1A18;
}
#support p {
  margin: 0.7em 2.6em;
}
#support table{
    color: black;
    background-color: #C4AE7C;
}

/*************************************************/
#right {
  float: right;
  width: 670px;         /*will change content's width! 490px*/
  padding-right: 9px;
  padding-top: 301px;
}
#right h2 {
  font: 18px arial, sans-serif;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#right h3 {
  font: 14px arial, sans-serif;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
  margin-top: 2em;
}
/*************************************************/
#welcome {
  margin-right: 20px;
  color:#74653D; /*MP*/
  font-size: 13px; /* Add this to change font size on main */
}
/*************************************************/
#profile {
  margin-right: 16px;
}
/*********************/
#right .left {
  margin-right: 18px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}
/*********************/
#corp, #indu, #pic3 {
  float: left;
  width: 33%;   /*49%*/
}
#corp {
  margin-right: 1%;
}
#corp-img, #indu-img, #pic3-img {
  /*background: url(images/index_page/pic_2.png) no-repeat;*/
  width: 60px;
  height: 27px;
  float: left;
  margin-right: 18px;
  text-align: center;
  padding-top: 90px;
  font-size: 9px;
  font-weight: bold;
}
#corp-img {                                                    /*Minh added*/
  background: url(images/index_page/pic_2.png) no-repeat;
  width: 60px;
}
#indu-img {
  background: url(images/index_page/pic_3b.jpg) no-repeat;
  width: 60px;
}
#pic3-img {
  background: url(images/index_page/resume.png) no-repeat;
  width: 60px;
}
/*************************************************/
#spacer {
  height: 2em;   /*2em;*/
}
/*************************************************/
#footer {
  background: url(images/index_page/footer_bg_2.gif) repeat-y;     /*changed to 960px*/
}
#copyright {
  text-align: center;
  padding: 22px 0px 30px 00px;
  font-size: 9px;
  color: #715F36;
  font-weight: bold;
}
#footerline{
	background: url(images/index_page/footerline_2.gif) no-repeat;    /*changed to 960px*/
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}
