/* SideBar Products */


/* Direction Printing Specific ?? */
#sidebar li a.parent {
	color: #000000;
	font-size: .9em;
}
#sidebar li a.parent:link {color: #FFFFFF;}
#sidebar li a.parent:visited {color:#FFFFFF;}
#sidebar li a.parent:hover {color: #000000;}
#sidebar li a.parent:active {color:#000000;}



	/* 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('/images/main/section-photos/background-image.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%;
}


		/* Hides Tabs on Home Page*/
				.tab {
			display: none;
		}
		/* Displays the PQS Logo */
				#pqs-logo {
			display: block;
		}
		/* Panels */
				#registration-panel .one-third .panel {
			margin-bottom: 0;
			padding-bottom: 3ex;
		}
		#registration-panel .two-thirds .panel {
			border: 0;
		}
		/* Panels are Centered By Default - left declared for browsers who cannot justify */
				#registration-panel .two-thirds .panel p {
			text-align: left;
			text-align: justify;
		}
		#registration-panel .one-third .panel form {
			overflow: visible;
			display: block;
			width: 80%;
			margin: 0 auto;
			padding: 0;
			text-align: left;
		}
		/* Login Inputs (UserName & Pwd) to shrink & grow with page */
				#registration-panel .one-third .panel input {
			width: 99%;
		}
		/* over-rides UserName & Pwd input declaration for Login & Reset buttons */
				#registration-panel .one-third .panel .button-bar input {
			width: auto;
		}
		#registration h1 {
			padding: 0.7ex 0 0.2ex 0;
			margin: 0;
		}
		/* Holly Hack \*/
				* html #registration h1 {
			position: relative;
			margin: 1px 1px 0 1px;
			background-color: #FF6600;
		}
		/* */

		/* for Links under Registeration Header */
		#registration a.registration {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		background-color: #FF6600;
		text-align: center;
		font-size: 0.9em;
		font-weight: bold;
		}
		#registration a.registration:link {
			color: #FFFFFF;
		}
		#registration a.registration:visited {
			color:#FFFFFF;
		}
		#registration a.registration:hover {
			color: #000000;
		}
		#registration a.registration:active {
			color:#000000;
		}
		div.text li {
			list-style-image: url('/images/main/intro/small-bullet.gif');
			text-align: left;
		}

