    .cont {width:750px;
        overflow: hidden;
        height:450px; /* you need to set a height */
        border:1px solid #666;
        z-index:99;
		margin:0px; padding:0px;
		
        }
    .invis {position:relative;
        left:0; 
		
		}
a:focus {
	outline: none;
}
.slider-item,.slider-item2 {
        float:left;
        display:block;
        width:750px;
        padding:0px;
		background-image:url(images/cont-bg.gif);
        height:450px;
        overflow: hidden;
		margin: 0px 50px 0 0;
        }
.slider-item3 {
        float:left;
        display:block;
        width:750px;
        padding:0px;
        height:450px;
        overflow: hidden;
		margin: 0px 50px 0 0;
        }
	.nav a, .nav a:active, .nav a:visited {
	display:block;
	float:left;
	padding:5px;
	margin-right:5px;
	text-decoration:none;
	background-color: #FCFDD7;
		font-family:"Century Gothic", Arial, sans-serif;
	font-size: 15px;
	font-weight:lighter;
	text-transform: uppercase;
	color:#145b84;

}

    .profiles {
        width:450px;
        overflow:hidden;
        height:390px; /* you need to set a height */
       
        z-index:99;
        position:relative;
	font-family: "trebuchet ms", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#145B84;	line-height: 135%;
        }
.profiles th {
 		font-family:"Century Gothic", Arial, sans-serif;
	font-size: 30px;
	font-weight:lighter;
	text-transform: uppercase;
	color:#145b84;

text-align:left;
margin-top:10px;
padding-top:10px;
padding-bottom:10px;
}	

.clear {

    clear:both;

    }
.clearall {clear:both; height:0px; margin:0px; padding:0px;}
