/* CSS Document */

/* General Text / Links */
p {
	font-size:16px;
}

a img {
	border:0px;
	margin:0px;
	padding:0px;	
}

.navbutton1 {
	border:0px;
	margin:0px;
	padding:0px;
	float:left;	
}

h1 {
	font-size:24px;
	padding-top:0px;
	margin-top:0px;
		font-family:Arial, Helvetica, sans-serif;	

}

h2 {
	font-size:20px;
	color: #06C;
		font-family:Arial, Helvetica, sans-serif;	
	
}

h3 {
	font-size:18px;
		font-family:Arial, Helvetica, sans-serif;	

}

h4 {
	font-size:16px;
		font-family:Arial, Helvetica, sans-serif;	

}

.sub {
		color: #06C;	
}

.readmore {
	font-size:14px;	
}

/* Layout */

* {
	margin:0px;
	padding:0px;
}

body {
	background-color:#FFF;	
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	background-position:center top;
	color: #164874;	
}

.page_wrapper {
	height:auto;
	width:990px;
	margin-left:auto;
	margin-right:auto;
	border:0px solid #CCC;
	
}

#header {
width:990px;
height:88px;	
}

#main_navigation {
width:990px;
height:36px;
position:relative;
}

#page_content {
	width:990px;
	height:auto 0;
	padding-top:6px;	
}

#page_bottom {
	height:81px;
	width:990x;
	background-image:url(../images/page_bottom.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	clear:both;
}

.block_content {
	padding-left:4px;padding-right:4px;	
}

.service_box {
	background-image:url(../images/service_block_03.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:960px;	
	height:198px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:10px;
	float:left;
}

.service_box_top {	
	background-image:url(../images/service_block_02.png);
	width:960px;	
	height:10px;
	padding-right:20px;
	padding-top:0px;
	background-repeat:no-repeat;
	padding-left:10px;
	float:left;
	
}

.service_thumb {
	float:left;padding-right:5px;padding-top:1px;width:132px;
}

a, a:visited {
	font-weight:bold;
	text-decoration:none;	
	color: #164874;	
}

a:hover {
	font-weight:bold;
	text-decoration:underline;	
}

.members {
	float:right;
	width:192px;
	height:auto;
	color:white;
	border:0px solid black;	
	margin-right:40px;
	margin-top:6px;
	padding-left:8px;
	font-size:14px;
}

.team {
	font-weight:bold;	
}

#map_canvas {
	width:450px;
	height:300px;
	
}

#billboard {
	list-style-type:none;		
}

/* override the arrow image of the tooltip */
.tooltip {
	display:none;
	background:transparent url(../images/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
	z-index:100;
}

.service_image {
float:left;border:1px solid #ccc;margin-right:5px;	
}

ul.std li {
	margin-left:32px;	
}