/* CSS Document */

#index-text
{
	position:relative;
	top: 205px;
	margin:15px;
	height: 355px;
	text-align:left;
}

#index-scroll
{
	width:100%;
	margin-top:10px;
}

#index-rotator
{
    position:relative;
}

.index-images
{
    position:absolute;
    z-index:1;
    left: 0;
    /*display:none;*/
    border-bottom: 5px solid #ffffff;
}

.index-text-box
{
    height:60px; 
    position: absolute;
    width:730px;
    z-index:1;  
    top:425px;
    opacity: 0.75;
    filter:alpha(opacity=75);
    left:0;
}

#index-maintext
{
    position:absolute;
    top: 490px;
    left: 0px;
    color:#ffffff;
    text-align:center;
    padding:14px 20px;
    font-size:100%;
	line-height:140%;
	text-align:justify;
}

#index-maintext h1
{
color:#ffffff;
font-weight:bold;
font-size:100%;
}

#index-rotator .overlay 
{ 
	position: absolute; 
	z-index: 6;
	width: 730px;
	height: 446px;
	background-color: #646351;
	left:0;
}

#index-gallery
{
    height:75px; 
    background-color:#ffffff; 
    color:#000000; 
    font-size:125%; 
    font-weight:bold; 
    line-height:160%;
    cursor: pointer;
    padding-top:2px;
}

#index-gallery a {color:#000000; text-decoration:none;}