@import url("css/menu.css");

/* CSS Document */



A:link {
	COLOR: #C86000; text-decoration: none
}
A:visited {
	COLOR: #C86000; text-decoration: none
}
A:active {
	COLOR: #C86000; text-decoration: none
}
A:hover {
	COLOR: #C86000; text-decoration: underline
}

#page_wrapper {
background: #ffffff;
  margin-left: auto; 
  margin-right: auto;
  width: 900px;
  text-align: left;
    border:1px solid #000000;
 /* background: #FFFFFF url('img/content_bg.gif') top left repeat-y;*/
}

#page_header {
  height: 140px;
  background: #FFFFFF url('img/header.jpg') bottom right no-repeat;
  clear: both;
}



#menu_bar {
/*background-color: #FF9933;*/
background-image:url(img/bar.jpg);
  margin:0px;
  padding:0px;
  border:0px dashed #cccccc;
  height:25px;
  clear:both;
 /* background: #FFFFFF url('img/menu_bg.gif') bottom left no-repeat;*/
}




.LeftPane {
background-color: #F8F6E7;
  float: left;
  width:225px;
  border-right:1px solid #cccccc;
  
}



.RightPane {
background-color:#F8F6E7;
  float: right;
  width:225px;
  border:0px dashed #cccccc;
}


#page_footer {
color:#FBD539;
padding-top:10px;
  margin-left: auto; 
  margin-right: auto;
  height: 30px;
  width: 900px;
  background: #425227;
  clear: both;
  border-left: 1px solid #425227;
  border-right: 1px solid #425227;
  border-bottom: 1px solid #425227;
}

#page_footer p {
  padding-top:15px;
  text-align:center;
  font-family: verdana;
  font-size: 10px;
  line-height:14px;
  color:#D5D0B0;
}

#page_footer A:link {
	COLOR: #FBD539; text-decoration: none
}
#page_footer A:visited {
	COLOR: #FBD539; text-decoration: none
}
#page_footer A:active {
	COLOR: #FBD539; text-decoration: none
}
#page_footer A:hover {
	COLOR: #FBD539; text-decoration: underline
}


#navcontainer ul {
  padding-left: 0;
  margin-left: 0;
  margin-top:0px;
  background-color: #C86000;
  background: url('img/bar.jpg') top right no-repeat; 
  color: White;
  float: left;
  width: 100%;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left:10px;
  padding-right:10px;
  background-color: transparent;
  color: White;
  text-decoration: none;
  float: left;
  border-right: 1px solid #BD620E;
}

#navcontainer ul li a:hover {
  background-color: #DE6B02;
  background: url('img/bar_bg_hover.gif') bottom left repeat-x; 
  color: #fff;
}


#bread_style{ float:left; padding:2px 10px 0px 10px; color:#000000; font-size:13px; }
/*------------ Breadcrumb Style --------------*/
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:active,a.Breadcrumb:visited{ color:#4F839F; font-size:13px; }
a.Breadcrumb:hover{color:#C00;}

/*-------------- User Style --------------*/
.user,a.user:link,a.user:active,a.user:visited { color:#4F839F; font-size:12px;}
a.user:hover{color:#C00;}

#login_style{ float:right; padding:2px 10px 0px 10px; }

#top_bar{
height:20px;
background: #F8F6E7;
/* border: 1px solid #425227;*/
}
