
.service-panel {
	float: left;
	width: 283px;
	margin-right: 7px;
	background: url(images/simple_background.gif) repeat;
	text-align: justify;
}

.pushbutton ul {
	list-style:none;
	padding:0;
	margin:0
}
.pushbutton li {
	float:left;
	margin:0 0.15em;
	background:none;
	padding:0
}
.pushbutton li a {
	color:#0d2474;
	text-decoration:none;
	float:left;
	background:url(images/css-nav.gif) repeat-x bottom left;
	display:block;
	width:8em;
	height:2em;
	border:0.1em solid #dcdce9;
	text-align:center;
	line-height:2em;
	font-weight: bold;
}
.pushbutton li a:visited, .pushbutton li a:hover, .pushbutton li a:active, .pushbutton li a:focus {
	color:#0d2474;
	background:url(images/css-nav.gif) repeat-x bottom left;
}
.pushbutton li a:hover, .pushbutton li a:active, .pushbutton li a:focus {
	text-decoration:underline
}

/* Hide from IE5-Mac \*/
.button li a {float: none}
/* End hide */

/* set background images for corners */
.rbtop div  { background: url(images/simple_top_left.gif) no-repeat top left; }
.rbtop      { background: url(images/simple_top_right.gif) no-repeat top right; }
.rbbot div  { background: url(images/simple_bottom_left.gif) no-repeat bottom left; }
.rbbot      { background: url(images/simple_bottom_right.gif) no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.rbcontent  { margin: 0 14px; }

/* --- Middle Button -- */

.roundcont {
	float: left;
	width: 295px;
/*	background-color: #f90;*/
	background-color: #4E92E3;
	margin-right: 7px;
	color: #000000;
}

.roundcont h2 {
	margin-left: 15px;
	margin-right: 15px;
}

.roundcont p {
	margin: 0 15px;
	text-align: justify;
}

.roundtop { 
	background: url(images/ne.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/se.gif) no-repeat top right; 
}

img.cornerpic {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}


