/* CSS Document */
p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	color: #CCC;
}
#slider1 {
    width: 955px; /* important to be same as image width */
    height: 418px; /* important to be same as image height */
    position: relative; /* important  */
	overflow: hidden; /* important  */
	clear:both;
}

#slider1Content {
	width: 955px; /* important to be same as image width or wider */
	top: 0;
	margin: 0 0 0 -40px;
	border:0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
	border:0;
}

.slider1Image span {
	position: absolute;
	font: .8em Arial,Helvetica,Verdana,sans-serif;
	padding: 10px 13px 0 13px;
	background-color: #0a1f2c;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #b6c1c5;
	display: none;
	height: 418px;
}

.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 18px;
}
.left {
	top: 0;  
	left: 0;
	width: 200px; !important
	height: 418px;
}
.right {
	top: 0;  
	right: 0;
	bottom: 0;
	width: 200px !important;
	height: 418px;
}
ul { 
	list-style-type: none;
	}

.slideImage A:hover{
	background-color:#FF0000;
	border:20px solid #CF0;
	}

#homeTextBox{
	color:#CCC;
	margin: 0 0 0 10px;
}

.homeTextRight{
	width:300px;
}
.homeTextMid{
	float:left;
	margin: -20px 0 0 40px;
	width:430px;
}
.homeTextLeft{
	float:left;
	width:430px;
	margin: -20px 0 0 0px;

}
