html {overflow: scroll}

body {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: .85em;
  text-align: center;
  background-color: #d7deae;
  margin-top:10px;
  margin-bottom:10px;
  color:#000000;
}

h1 {
	font-size: 1.3em;
}

input, select, textarea {
	border: 1px solid #C0C0C0;
}

A:link {
	COLOR: blue; text-decoration: none
}
A:visited {
	COLOR: blue; text-decoration: none
}
A:active {
	COLOR: blue; text-decoration: none
}
A:hover {
	COLOR: blue; text-decoration: underline
}


h2 a{
color:blue;
text-decoration:none;
}

h2 a:hover{
color:blue;
text-decoration:underline;
}

#page_wrapper {
  margin-top: -10px;
  margin-left: 8px; 
  margin-right: auto;
  width: 960px;
  text-align: left;
  background: #FFFFFF url('../img/content_bg.gif') top left repeat-y;
}

#page_header {
  height: 140px;
  background: #FFFFFF url('../images/car.jpg') bottom left no-repeat;
  clear: both;
}

#page_header h1 {
  padding-top:50px; padding-left:15px;
  margin:0px;
  font-family: verdana;
  font-size: 24px;
  color: #FBD539;
  line-height:26px;
  letter-spacing:-1px;
}

#page_header h2 {
  margin:0px;
  padding-left:15px;
  font-family: verdana;
  font-size: 12px;
  color: #D5D0B0;
  line-height:22px;
}

#menu_bar {
  margin:0px;
  padding:0px;
  border:0px dashed #cccccc;
  height:31px;
  clear:both;
  background: /*#FFFFFF*/ url('../img/menu_bg.gif') bottom left no-repeat;
}

#content_wrapper {
  margin-top:10px;
  margin-bottom:10px;
  margin-left:10px;
  margin-right:10px;      
  border:0px dashed #FFFFFF;  
}

#center {
  margin-left:240px;
/*  margin-right:160px;*/
  border:0px dashed #cccccc;
}

#center h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  padding:4px;
  border: 1px solid #425227;
  background-color: #d7deae;
}

#center p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

#left_side {
  float: left;
  width:200px;
  border:0px dashed #cccccc;
}

#left_side h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  padding:4px;
  border: 1px dotted #177b03;
  background-color: #d7deae;
}

#left_side p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
}

#right_side {
  float: right;
  width:140px;
  border:0px dashed #cccccc;
}

#right_side h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  padding:4px;
  border: 1px solid #425227;
  background-color: #739240;
}

#right_side p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
}

#page_footer {
  height: 60px;
  background: #b8c097;
  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:#666666;
}

#page_footer A:link {
	COLOR: #40439b; text-decoration: none
}
#page_footer A:visited {
	COLOR: #40439b; text-decoration: none
}
#page_footer A:active {
	COLOR: #40439b; text-decoration: none
}
#page_footer A:hover {
	COLOR: #40439b; 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;
}

#linklist {
  padding-left: 0;
  margin-left: 0;
/* border-bottom: 1px solid #D1D9C4; */
  width: 140px;
}

#linklist li {
  list-style: none; 
  margin: 0;
  line-height:20px;
/*  border-top: 1px solid #D1D9C4;*/
  font-family:verdana;
  font-size:10px;
}

#linklist li a { text-decoration: none; }

.thumbnail_left {
  float:left;
  margin-right:10px;
  margin-bottom:5px;
  border:0px;
}

.thumbnail_right {
  float:right;
  margin-left:10px;
  margin-bottom:5px;
  border:0px;
}

#display {
padding-left:20px;
padding-top:20px;
width:593px;
border:1px solid #ccc;
background: #fff url('../images/display_top3.gif') no-repeat; 
}

#bus_card {
padding-left:30px;
width:350px;
height:150px;
background: url('../images/business_card.gif'); 
border: 2px #aaa solid;
}

#img_background
{
	padding-left:3px;
	padding-top:3px;
	width:110px;
	height:107px;
	background:url(../images/shadow_border.gif);
}















#bpage_wrapper {
margin-top: -10px;
margin-left: 16px; 
margin-right: auto;
width: 960px;
text-align: left;
background: #d7deae;
}

#bpage_header {
height: 140px;
width:960px;
margin-left: -8px;
background: #d7deae url('../images/header.jpg') bottom left no-repeat;
clear: both;
}

#bpage_header h1 {
padding-top:50px; padding-left:15px;
margin:0px;
font-family: verdana;
font-size: 28px;
color: #FBD539;
line-height:26px;
letter-spacing:-1px;
}

#bpage_header h2 {
margin:0px;
padding-left:15px;
font-family: verdana;
font-size: 12px;
color: #D5D0B0;
line-height:22px;
}

#bpage_header.p {
padding-top:49px; padding-left:16px;
display: inline;
margin:0px;
font-family: verdana;
font-size: 28px;
color: #000;
line-height:26px;
letter-spacing:-1px;
}

#bmenu_bar {
margin-left:-8px;
padding:0px;
border:0px dashed #cccccc;
height:31px;
clear:both;
background: #d7deae url('../images/menu_bg.jpg') bottom left no-repeat;
}

#bnavcontainer ul {
padding-left: 0;
margin-left: 0px;
margin-top:0px;
background-color: #C86000;
background: url('../img/bar.jpg') top right no-repeat; 
color: White;
float: left;
width: 99.2%;
font-family: verdana, arial, helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

#bnavcontainer ul li { display: inline; }

#bnavcontainer ul li a {
margin-left:0px;
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;
}

#bnavcontainer ul li a:hover {
background-color: #DE6B02;
background: url('../images/2.jpg') top right repeat-x; 
color: #fff;
}







