/* SideBar Products */


/* Direction Printing Specific ?? */
#sidebar li a.parent {
	font-weight: bold !important;
	color: #29587F;
	font-size: .9em;
}
#sidebar li a.parent:link {color: #29587F;}
#sidebar li a.parent:visited {color:#29587F;}
#sidebar li a.parent:hover {color: #FFFFFF;}
#sidebar li a.parent:active {color:#29587F;}



	/* Panel Images */


/* All Panel (DIV & TABLE) & Round Corner CSS will be moved to panels.css  */


* html div.round-corners {
	height: 1%;
	z-index: 11;
	position: relative;

	margin: 0;
	padding: 0;
}

* html .ie-fix-round-corners {
	margin: -4px 0 -3px 0;
}


.image-container {
	position: relative;

	padding: 0;
	margin: 0;

	text-align: center;
}



/* Corner Rounding Image */
img.corner-top-left {
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
}

/* Right Corner Border Rounding Image */
img.corner-top-right {
	position: absolute;
	z-index: 11;
	top: 0;
	right: 0;
}

/* Corner Rounding Image */
img.corner-bottom-left {
	position: absolute;
	z-index: 11;
	bottom: 0;
	left: 0;
}

/* Right Corner Border Rounding Image */
img.corner-bottom-right {
	position: absolute;
	z-index: 11;
	bottom: 0;
	right: 0;
}


/* Corner Rounding Image */
img.border-top-left {
	position: absolute;
	z-index: 11;
	top: -1px;
	left: -1px;
}

/* Right Corner Border Rounding Image */
img.border-top-right {
	position: absolute;
	z-index: 11;
	top: -1px;
	right: -1px;
}

/* Corner Rounding Image */
img.border-bottom-left {
	position: absolute;
	z-index: 11;
	bottom: -1px;
	left: -1px;
}

/* Right Corner Border Rounding Image */
img.border-bottom-right {
	position: absolute;
	z-index: 11;
	bottom: -1px;
	right: -1px;
}




/* Corner Rounding Image */
* html img.border-top-left,
* html img.border-bottom-left,
* html img.corner-top-left,
* html img.corner-bottom-left {
	position: relative;
	display: inline;
	float: left;
}

/* Right Corner Border Rounding Image */
* html img.border-top-right,
* html img.border-bottom-right,
* html img.corner-top-right,
* html img.corner-bottom-right {
	position: relative;
	display: inline;
	float: right;
}



.corner-float-left,
.corner-float-right {
	position: relative;
	display: inline;

	float: left;
	clear: none;
}

.corner-float-right {float: right;}




/* Negative margin used for overlapping */
* html .top-left-5px {
	margin: 0 -5px -5px 0;
}

* html .top-right-5px {
	margin: 0 0 -5px -5px;
}

* html .bottom-left-5px {
	margin: -5px -5px 0 0;
}

* html .bottom-right-5px {
	margin: -5px 0 0 -5px;
}


* html .top-left-4px {
	margin: 0 -4px -4px 0;
}

* html .top-right-4px {
	margin: 0 0 -4px -4px;
}

* html .bottom-left-4px {
	margin: -4px -4px 0 0;
}

* html .bottom-right-4px {
	margin: -4px 0 0 -4px;
}



.background-about-services {
	background-image: url('/site_specific/images/main/background-image-right.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}

.image-padding {
	padding: 2ex 0 !important;
}


* html .ie-bot-marg {
	margin-bottom: -2px;
}

* html .ie-corner-5px {
	margin-top: -5px;
}



/* Services Pages */

table.services-list-table {
	width: 95%;
	margin: 0 0 10px 15px;
}

table.services-list-table td {
	width: 50%;
}