body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
  margin:0; 
  padding:0; 
} 

table {
  border-collapse:collapse; 
  border-spacing:0;
} 

fieldset,img {
  border:0; 
} 

address,caption,cite,code,dfn,em,strong,th,var { 
  font-style:normal; 
  font-weight:normal; 
} 

ol,ul { 
  list-style:none; 
} 

caption,th { 
  text-align:left; 
} 

h1,h2,h3,h4,h5,h6 { 
  font-size:100%; 
  font-weight:normal; 
} 

q:before,q:after { 
  content:''; 
} 

abbr,acronym { 
  border:0; 
}

/*---general content---*/

body {
	background: #fff url(../images/bground.jpg) repeat-x left top; 
	font-family: Verdana, Arial, sans-serif;
}

#wrapper {
  width: 800px;
  font-size:15px;
  background: #252525 url(../images/content_bground.jpg) no-repeat left top;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-left: auto;
	margin-right: auto;
}

#header {
  width: 780px;
	height: 109px;
	background: #FFFFFF url(../images/banner_bground.jpg) no-repeat left top;
	margin-left:10px;
	border: 2px solid #0c2c84;
}

#header p{
  float: right;
  margin-top: 85px;
  margin-right: 10px;
  font: 70% Verdana, Arial, sans-serif;
  color:#0c2c84;
}

#image_left {
  margin:5px;
  margin-left:10px !important;
  margin-left:5px;
  padding: 0px 5px 4px 5px;
  float: left;
  border: 2px solid #0c2c84;
  background: #fff url(../images/menu_bground.jpg) repeat-y;
}

#image_left img {
  border: 1px solid #0c2c99;
  margin-top:5px;
}

#text {
  float: right;
  width: 436px;
  padding-top: 8px;
}

#text p {
  font-size: 85%;
  font-weight:normal;
  padding: 5px 15px 5px 5px;
  color: #fff;
}

#text a {
  color: #fff;
}

#text a:hover {
  color: #97d8e8;
}

h1 {
  font-size: 100%;
  padding: 5px 0px 5px 0px;
  color:#97d8e8;
  font-family: Verdana, Arial, sans-serif;
}

h2 {
  font-size: 100%;
  padding: 5px 0px 5px 0px;
  color:#97d8e8;
}

p {
}

#footer {
  width:780px;
  margin: 10px;
  padding-top: 5px;
  text-align:center;
  color:#555;
  margin:auto;
}

#footer p {
  font-size: 65%;
  padding: 0px 0px 5px 5px;  
}

#footer a {
  color: #555;
}

#footer a:hover {
  color: blue;
}

/*--- header bsi logo image ---*/

p.bsi_logo a img {
  margin-top:-55px;
}

/*------top menu---------*/

#nav_wrapper {
  background: #fff url(../images/menu_bground.jpg) no-repeat left top;
  margin-left: 10px;
  width:780px;
  height:32px;
  list-style-type: none;
  border: 2px solid #0c2c84;
  border-top:none;
}

#top_menu{
width:800px;
height:32px;
}

#top_menu p {
  width:780px;
  float:right;
  text-align: center;
  font-size:100%;
  color:#FFFFFF;
}

ul.menu {
  padding-left:5px;
}

ul.menu li {
	display: inline;
}

ul.menu a {
	display: block;
	float: left;
	height: 15px;
	border:none;
  margin: 7px 5px 5px 10px;
  text-align: center;
	font-size: 100%;
	color: #0c2c84;
	text-decoration:none;
}

ul.menu a:hover {
  background: none;
	text-decoration: none;
	color:#0c2c84;
	border-bottom: 2px solid #0c2c84;
	padding-bottom:3px;
}

ul.menu .active a {
	background: none;
	text-decoration: none;
	color:#0c2c84;
	border-bottom: 2px solid #0c2c84;
	padding-bottom: 3px;
}

/*--- homepage content ---*/

/*--- about content ---*/

/*--- services content ---*/


ul.services {
  padding-left: 20px;
}

ul.services li {
  font-size: 85%;
  color: #fff;
  padding: 2px 0px 2px 5px;
  list-style-type: disc;
}

/*--- clients/projects ---*/

ul.clients {
  padding-left: 0px;
}

ul.clients li {
  font-size: 85%;
  color: #fff;
  padding: 2px 0px 2px 5px;
}

/* --- not needed if no clients page

#clients_text {
  float: right;
  width: 420px;
  padding-top: 8px;
}

#clients_text p {
  font-size: 85%;
  font-weight:normal;
  padding: 5px 15px 5px 5px;
  color: #fff;
}

#clients_text a {
  color: #fff;
}

#clients_text a:hover {
  color: #97d8e8;
}

#clients_image_left {
  margin:10px;
  width: 345px;
  padding: 0px 5px 0px 5px;
  float: left;
  border: 2px solid #0c2c84;
  background: #fff url(../images/menu_bground.jpg) repeat-y;
}

#clients_image_left p {
    color: #0c2c84;
    padding-bottom: 5px;
}

#clients_image_left img {
  border: 1px solid #0c2c99;
  margin-top:5px;
}

---*/

/*--- contact content---*/

dt {
  font-size: 95%;
  color: #97d8e8;
  padding: 5px 0px 5px 0px;
}
  

dd {
  font-size: 85%;
  color: #fff;
  padding: 2px 0px 2px 5px;
}