﻿/* CSS Document 
#content{
width:820px;
height:330px;
margin-top:60px;border: 3px solid #707070 ;background-color: #ffffff;
 filter:alpha(opacity=30);-moz-opacity:.3;opacity:.3; #125A8C
}

*/
#main_body{
margin: auto;
width:820px;
height:1000px;
}


#content{
	height:1000px;width:820px;

}

#right_side{
	float: right;
	width: 340px;height:1000px;
	padding: 0 5px 2px 0;
	border-bottom: 0px solid #1274B8;
	text-align: right;
	vertical-align: bottom;
	border-bottom-color: #C0C0C0;
	color: #C0C0C0; 	
	background-attachment: scroll;
	background-image: url('pic_back1.png');
	background-repeat: no-repeat;

}


.gallerycontainer{
position: relative;


/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 2px solid #707070;background-color: #efefef;
margin: 0 5px 5px 0;filter:alpha(opacity=40);-moz-opacity:.4;opacity:.4;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
	
	border: 2px solid #0099CC;
	background-color: #F0F0F0 ;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 5px;
left: -3000px;


color: #252525;
text-decoration: none;text-align:center;
}

.thumbnail:hover span img{ /*CSS for enlarged image*/

padding: 2px;border: 0px solid red;background-color: transparent;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 21px;
left: 460px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.display{
text-align:center;
}

.display3 a{
text-align:center;
overflow:hidden;
width: 568px; /*Width of left column*/
height: 310px;
background-image: url('images/render3_both.jpg') top left no-repeat; display:block;
margin-left:0px;
}

.display3 a:hover{
background-image: url('images/render3_both.jpg') bottom left no-repeat; display:block; text-decoration:none;
}

.display4 a{
text-align:center;
overflow:hidden;
width: 568px; /*Width of left column*/
height: 310px;
background: url('images/render4_both.jpg') top left no-repeat; display:block;
margin-left:0px;}

.display4 a:hover{
background: url('images/render4_both.jpg') bottom left no-repeat; display:block;text-decoration:none;
}

a.draw {
color:black;
line-height:15px;
text-align:left;
text-decoration:none;
font-family:sans-serif;
font-size:11px;
}

a.draw:hover {color:#C9CAC5;
line-height:15px;
text-align:left;
border-bottom:0px solid #C9CAC5;
text-decoration: none;
font-family:sans-serif;
font-size:11px;
}


</style>

<!--[if IE]>

<style>

.display4 a{
text-align:center;
overflow:hidden;
width: 568px; /*Width of left column*/
height: 310px;
background: url('images/render4_both.jpg') top left no-repeat; display:block;margin:0;
}

.display4 a:hover{
background: url('images/render4_both.jpg') bottom left no-repeat; display:block;text-decoration:none;
}

.display3 a{
text-align:center;
overflow:hidden;
width: 568px; /*Width of left column*/
height: 310px;
background: url('images/render3_both.jpg') top left no-repeat; display:block;margin:0;
}

.display3 a:hover{
background: url('images/render3_both.jpg') bottom left no-repeat; display:block; text-decoration:none;
}
</style>

<![endif]-->

