@charset "utf-8";
/* CSS Document */
#serviceBox {
	position:absolute;
	left:0px;
	top:225px;
	width:900px;
	height:215px;
	z-index:1;
	padding: 0px;
	margin: 0px;
}
body {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 62.5%; 
}
p { 
    margin: 1em 0; 
}
#wrap {
	width: 900px;
	font-size: 1.2em;
}
.tabbed-box {
	width: 900px;
	border: 0;
	margin: 0;
	padding: 0;
}
.tabbed-box .tabs li {
      list-style: none;
      float: left;
	  margin: 0;
	  padding: 0;
}
.tabbed-box .tabs li a {
	display: block;
	width: 298px;
	margin: 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #888;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #72AFB6;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F5F5F5;
	border-left-color: #F5F5F5;
	background-color: #D7D7D7;
	line-height: 25px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
   .tabbed-box .tabs li:first-child a {
      border-left: none; }
   .tabbed-box .tabs li a:hover {
	color: #333;
	background-color: #CDCDCD;
}
   .tabbed-box .tabs li a:focus {
      outline: none; }
   .tabbed-box .tabs li a.active {
	color: #FFF;
	background-color: #000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #72AFB6;
}
.tabbed-content {
	display: none;
	background-color: #F5F5F5;
	padding-top: 20px;
	height: 215px;
}

