/**
Rounded rect heading and list elements
*/
.rect-heading {
	height: 49px;
	margin: 6px 0 15px 0;
	padding: 0;
}
.rect-heading ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rect-heading li.first {
	margin-left: 0 !important;
}

.rect-heading li.label {
	background: none;
	margin-left: 0 !important;
}

.rect-heading li.extra-spacing {
	margin-left: 20px;
	padding-left: 15px;
}

.rect-heading li {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	padding-left: 10px;
	display: inline;
	font: 18px/21px "Myriad Pro", "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	color: #21457a;
/* 	background: url(../images/rect-heading/bullet.png) -20px 8px no-repeat; */
	background: url(../images/rect-heading/bullet.png) no-repeat 0 5px;
}

.rect-heading-l {
	float: left;
	width: 13px;
	height: 49px;
	background: url(../images/rect-heading/left.png) no-repeat;
}
.rect-heading-r {
	float: right;
	width: 14px;
	height: 49px;
	background: url(../images/rect-heading/right.png) no-repeat;
}

.rect-heading-content {
	height: 49px;
/* 	width: 99%; */
	background: url(../images/rect-heading/middle.png) repeat-x;
	padding: 15px 0 0 0;
}

/**
Headings and Paragraphs
*/
body {
	line-height: 18px;
}

.attribute {
	color: #21457a;
	font-style: italic;
	font-weight: bold;
	margin-left: 25px;
}

.center {
	text-align:center;
}
strong {
	color: #21457a;
}

.indented {
	margin-left: 25px;
}

.box h5 {
	margin: 0;
	padding: 0;
	font-size: 13px;
/* 	color:#1c3e6e; */
	color: #da251d;
	font-weight: normal;
	margin: 15px 0 10px 8px;
	
}

.box h5 + ul {
	margin: 0;
	padding: 0;
	margin: 0 0 15px 25px;
}

.box h5 + ul li {
	margin-bottom: 5px;
	line-height: 16px;
}

.certs-container {
	margin: 10px 0;
	text-align: center;
}

.oracle-managed-services-title,
.our-services-title {
	margin:0;
/* 	width:125px; */
	height:35px;
	text-indent:-9999px;
}

.oracle-managed-services-title {
	background:url(../images/text-oracle-managed-services.png) no-repeat;
}
.our-services-title {
	background:url(../images/text-our-services.gif) no-repeat;
}

/***
 Side navigation
 */

.sidelinks .items ul li {
	margin-left: 0;
	padding-left: 14px;
/* 	margin-left: -12px; */
}
.sidelinks .items ul li.current {
	background: url(../images/side-links-current.png) no-repeat 0 9px;
}