/* ----- Begin Content Home ----- */

.under-construction img {
	padding: .5em 0 .5em;
}
	.under-construction p {
		padding:0 .5em;
		font-size: 1.15em;
		color: #FDFD00;
	}

div#rotator {
	position: relative;
	overflow: auto;
	background-color: #000;
	width: 100%;
}
    div#rotator .rotator_content {
        float: left;
        width: 960px;
        height: 264px;
        margin-left: 30px;
        background: url(../images/rotator_image_3.jpg) top no-repeat;
    }
    div#rotator .rotator_button.prev {
        left: 0;
        background: url(../images/rotator_prev_bg.gif) top no-repeat;
    }
    div#rotator .rotator_button.next {
        right: 0;
        background: url(../images/rotator_next_bg.gif) top right no-repeat;
    }

.carousel-inner .active {
	width: 180px;
	height: 100px;
	top: 30px;
	left: 145px;
}

#carousel-outer {
	padding: 1px;
	position: absolute; 
	z-index: 999; 
	top: 89px;
	left: 534px; 
	width: 459px;
}

.carousel-inner {
	width: 320px;
	height: 125px;
	padding-left: 70px;
	padding-right: 70px;
	line-height: 1.5;
}
	.carousel-control {
		text-decoration: none;
	}
    
div#status_bar {
    background: url(../images/status_bar.jpg) top no-repeat;
	margin-top: 15px;
	height: 27px;
	line-height: 2.5em;
	padding-right: 3px;
	color: #666;
	font-weight: bold;
	font-size: 11px;
}
	div#status_bar div {
		text-align: right;
	}
	div#status_bar a {
		text-decoration: none;
		color: #666;
	}
	div#status_bar a:hover {
		text-decoration: underline;
	}
	
div#main {
}
	div#content_wrapper {
		position: relative;
		padding: 0;
		background-color: #000;
		margin-left: 40px;
		width: 650px;
		color: #FFF;
		border-radius: 0 0 10px 10px;
		float: left;
		behavior: url(/css/pie/PIE.php);
	}
		#content_wrapper h3, #content_wrapper p {
			font-size: 1em;
			padding-left: 20px;
		}
		#content_wrapper h3 {
			font-weight: bold;
			background-color: #30485A;
			padding-top: 5px;
		}
	div#rcol_wrapper {
		position: relative;
		width: 250px;
		padding: 0 15px 10px;
		margin-left: 10px;
		color: #FFF;
		border-radius: 0 0 10px 10px;
		float: left;
		background-image: url(../images/opac-25.png);
		behavior:url(/css/pie/PIE.php);
	}
		#rcol_wrapper dl {
			margin: 0 0 10px 0;
			display: inline;
			font-size: 9px;
			float: left;
			width: 110px;
		}
		#rcol_wrapper dl.right {
			padding-left: 30px;
		}
	div.ebay {
		margin-bottom: 1px;
	}
	div#testimonial {
		position: relative;
		width: 225px;
		background-color: #939393;
		margin-bottom: 15px;
		padding: 10px;
		border-radius: 0 0 5px 5px;
		behavior: url(/css/pie/PIE.php);
	}
		div#testimonial blockquote {
			text-align: left;
			margin-bottom: .75em;
		}
		div#testimonial cite {
			font-size: x-small;
			padding-top: 2em;
			text-align: right;
		}
	
#login {
	color: #000;
	font-size: x-small;
	font-weight: bold;
	text-align: right;
	overflow: hidden;
}
	#login input {
		width: 100%;
	}
	#login button {
		width: 75px;
		background-color: #333;
		border: none;
		color: #fff;
	    box-shadow: 4px 1px 4px rgba(50, 50, 50, 1);
    	border-radius: 3px;
	}
	#login div {
		position: relative;
		float: left;
		font-size: 10px;
	}
	#login div.right {
		float: right;
	}

.text-notice {
	background-color: rgb(236, 236, 172);
	color: black;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
	.text-notice a { color: black; }
	