/* CSS Document */

* {
border:0px;
margin:0px;
padding:0px;
}


a:visited {
text-decoration:none;
}

body {
margin:0px;
padding:0px;
background-color:#006666;
}


.mainContainer_indexPage {
position:relative;
font-size:12px;
width:995px;
/*height:1500px;*/
text-align:center;
padding:0px;
margin-left:auto;
margin-right:auto;
background-color:#006666;/*deeper green same as banner background color*/

}

.title_indexPages {
float:left;
color:#99FFFF;
font-size:32px;
height:50px;
width:400px;
margin-top:20px;
margin-bottom:35px;
margin-left:200px;


}

#thumbnailRowContainer {
width:700px;
margin-left:auto;
margin-right:auto;
margin-top:0px;


}




#clickImage  {
position:absolute;
top:120px;
left:270px;
width:450px;
height:20px;
color:#FF00FF;
font-family:"Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
margin-bottom:20px;
/*background-color:blue;*/
}

#thumbnailRowContainer_allHorizontalWithCaptions {
float:left;
margin-left:200px;
width:700px;
margin-top:50px;
height:600px;

}




.thumbnailBox_allHorizontalThumbsWithCaptions {
float:left;
padding:0px;
width:180px;
height:200px;
margin-top:10px;
margin-left:10px;
margin-bottom:0px;
text-align:center;

}


.thumbnailContainer_allHorizontalWithCaptions {
float:left;
padding:10px;
padding:0px;
width:150px;
height:112px;
margin-top:40px;
margin-left:20px;
border: 1px solid black;

}

.thumbnailContainer_allHorizontalWithCaptions a {
display:block;
width:150px;
height:112px;

}

.thumbnailCaption_horizontal_new {
margin-left:auto;
margin-right:auto;
margin-top:5px;
margin-bottom:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-style:italic;
color:#99FFFF;
font-weight:bold;
text-align:center;
/*border:solid 1px #999999;*/
padding:5px;
width:140px;
height:30px;
/*background-color:#CCCC66;*/
background-image:url(file:///C|/websites/images_LCwebsite/background/homePageBackground/current/black25trans.png);
background-repeat:repeat;


}


.thumbnailCaption_horizontal_new a {
display:block;
width:140px;
height:30px;
color:#99FFFF;
border:none;

}

.thumbnailCaption_horizontal_new a:hover {
text-decoration:underline;

}

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
