/*** LAYOUT STYLE ***/

body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#FFFFFF;
	background-position:top;
	background-image: url('/root/images/bkg.gif'); /*** PIX HERE ***/
	background-repeat: no-repeat;
        background-attachment: fixed;
        min-height: 830px;
}

body,td,th {
	font-family: georgia,serif;
	color: #535353;
}

/* pv took this out 18 Aug 2008
{
padding: 0;
margin: 0;
border: 0;
}
*/

a {
color:#5f3a9c;
text-decoration: underline;
outline: none;
}

a:hover{
color: #ab8edb;
text-decoration: none;
}

.formDescription {
padding: 10px;

}

#contentarea{
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  position:relative;
  width:870px; 
  height:100%;
}

#menubar{
  text-align:left;
  position:absolute;
//  height:34px;
  margin-left:30px;
  margin-right:30px;
  z-index: 1;
}

#menubkg0{
  width:870px;
  height:118px;
  margin-left:10px;
  margin-right:10px;
  background-image: url('/root/images/header0.jpg'); /*** PIX HERE ***/
  background-repeat: no-repeat;
  
}

#menubkg{
  width:870px;
  height:118px;
  margin-left:10px;
  margin-right:10px;
  background-image: url('/root/images/header1.jpg'); /*** PIX HERE ***/
  background-repeat: no-repeat;
  
}

#menubkg2{
  width:870px;
  height:118px;
  margin-left:10px;
  margin-right:10px;
  background-image: url('/root/images/header2.jpg'); /*** PIX HERE ***/
  background-repeat: no-repeat;
  
}

#menubkg3{
  width:870px;
  height:118px;
  margin-left:10px;
  margin-right:10px;
  background-image: url('/root/images/header3.jpg'); /*** PIX HERE ***/
  background-repeat: no-repeat;
  
}

#menubkg4{
  width:870px;
  height:118px;
  margin-left:10px;
  margin-right:10px;
  background-image: url('/root/images/header4.jpg'); /*** PIX HERE ***/
  background-repeat: no-repeat;
  
}

#menubkg5{
  width:870px;
  height:118px;
  margin-left:10px;
  margin-right:10px;
  background-image: url('/root/images/header5.jpg'); /*** PIX HERE ***/
  background-repeat: no-repeat;
  
}

#returnhm{
  text-align:right;
  margin-bottom:10px;
  margin-right:18px;
  font-size:95%;
  
}

#returnhm a {
color:#5f3a9c;
outline: none;
text-decoration: none;
font-weight: bold;
}

#returnhm a:hover{
color: #ab8edb;
text-decoration: none;
}

/* pv changed the following on 18 Aug 2008
#hmflash{
  position:relative;
  width:870px; 
  height:450px;
  margin-left:90px;
  margin-right:90px;
}

#weiguicontent{
  margin-left:112px;
  margin-right:112px;
  text-align:left;
  position:relative;
  width:826px; 
  height:100%;
  margin-bottom:20px;
}

#footer{
  text-align:right;
  margin-left:90px;
  margin-right:90px;
  font-size:12px;
  height:34px;
}
*/

#hmflash{
  position:relative;
  width:870px; 
  height:450px;
  margin-left:40px;
  margin-right:30px;
}

#weiguicontent{
  margin-left:40px;
  margin-right:40px;
  text-align:left;
  position:relative;
  //width:826px; 
  height:100%;
  margin-bottom:20px;
}

#footer{
  text-align:right;
  margin-left:40px;
  margin-right:40px;
  font-size:12px;
  //height:34px;
}

#footer a {
color:#ffffff;
text-decoration: none;
}

#footer a:hover{
color: #ab8edb;
text-decoration: none;
}

/*Menu css*/

.yui-skin-sam .yuimenubar{
font-size:93%;
line-height:2;
*line-height:1.9;
border:solid 0px #808080;
background:url(../../../../assets/skins/sam/sprite.pngPV) repeat-x 0 0;
}

.yui-skin-sam .yuimenubaritemlabel{
padding:0 10px;
color:#000;
text-decoration:none;
cursor:default;
border-style:solid;
border-color:#808080;
border-width:0px 0;
*position:relative;
margin:-1px 0;
}

.yui-skin-sam .yuimenuitem a {_
border-bottom:solid 1px #fff;
font-size: 12px;
font-weight: bold;
color: #5f3a9c;
}

/* to change colours of the menu */

/* to change the border and the background colour of the drop down */
.yui-skin-sam .yuimenu .bd{
border:solid 1px #000000;
background-color:#ffffff;
}

/* to change the colour of the selected item in the drop down menu */
.yui-skin-sam .yuimenuitem-selected{
background-color:#ffffff;
}

.yui-skin-sam .yuimenubaritemlabel-disabled{
cursor:pointer;
color:#000000;
}

/* to remove the blue background image in the menu bar */
.yui-skin-sam .yuimenubaritem-selected{background:url(../../../../assets/skins/sam/sprite.pngPV) repeat-x 0 -1700px;}