@charset "utf-8";


body { 
	background: url(images/main_01.gif);
	background-repeat: repeat-x;;
	width:1265px;
	margin-left: auto; 
	margin-right: auto;
	background-color:#0d5a88;
	background-position:0px -40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#main {
	width:988px;
	margin-left: auto; 
	margin-right: auto;
}

#left {
float:left;
width:936px;
background-color:#FFFFFF;
}

#left a{
color:#003659;
}

#left a:hover{
text-decoration:none;
}

#right {
float:right;
width:52px;
background-color:#0c5885;
}

#foot{
width:400px; 
float:left;
color:#666666;
font-size:10px;
padding-top:4px;
margin-left:10px;
}

#foot a{
color:#000066;
text-decoration:none;
font-size:10px;
}

.thumbnail{
position: relative;
z-index: 0;
border:none;
text-decoration:none;
}

.thumbnail img{
border:0;
}

.thumbnail:hover{
background-color: transparent;
z-index:20;
border:none;
text-decoration:none;
}

.thumbnail span{ /*CSS for enlarged image*/
position:absolute;
background-image:url(images/transparent.png);
background-repeat:inherit;
padding: 5px;
left: -1000px;
border:none;
visibility: hidden;
color:#fff;
text-decoration: none;
font-family:Verdana;
font-size:13px;
text-decoration:none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border:none;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top:-360px;
left: 130px; /*position where enlarged image should offset horizontally */

}



.thumbnail2{
position: relative;
z-index: 10;
border:none;
text-decoration:none;
}

.thumbnail2 img{
border:0;
}

.thumbnail2:hover{
background-color: transparent;
z-index:30;
border:none;
text-decoration:none;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position:absolute;
background-image:url(images/transparent.png);
background-repeat:inherit;
padding: 5px;
left: -1000px;
border:none;
visibility: hidden;
color:#fff;
text-decoration: none;
font-family:Verdana;
font-size:13px;
text-decoration:none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border:none;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top:-360px;
left: 130px; /*position where enlarged image should offset horizontally */

}


.thumbnail3{
position: relative;
z-index: 0;
border:none;
text-decoration:none;
}

.thumbnail3 img{
border:0;
}

.thumbnail3:hover{
background-color: transparent;
z-index:20;
border:none;
text-decoration:none;
}

.thumbnail3 span{ /*CSS for enlarged image*/
position:absolute;
background-image:url(images/transparent.png);
background-repeat:inherit;
padding: 5px;
left: -1000px;
border:none;
visibility: hidden;
color:#fff;
text-decoration: none;
font-family:Verdana;
font-size:13px;
text-decoration:none;
}

.thumbnail3 span img{ /*CSS for enlarged image*/
border:none;
padding: 2px;
}

.thumbnail3:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top:-60px;
left: 160px; /*position where enlarged image should offset horizontally */

}



.thumbnail4{
position: relative;
z-index: 10;
border:none;
text-decoration:none;
}

.thumbnail4 img{
border:0;
}

.thumbnail4:hover{
background-color: transparent;
z-index:30;
border:none;
text-decoration:none;
}

.thumbnail4 span{ /*CSS for enlarged image*/
position:absolute;
background-image:url(images/transparent.png);
background-repeat:inherit;
padding: 5px;
left: -1500px;
border:none;
visibi lity: hidden;
color:#fff;
text-decoration: none;
font-family:Verdana;
font-size:13px;
text-decoration:none;
}

.thumbnail4 span img{ /*CSS for enlarged image*/
border:none;
padding: 2px;
}

.thumbnail4:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top:-360px;
left: 160px; /*position where enlarged image should offset horizontally */

}


/***** Homepage *****************************************/

#slider_container {
	float: left;
	margin-left:150px;
	width: 635px;	
	padding-right: 2px;
	margin-top:15px;
}
#slider {
	background-color: #fff;
	width:635;
	position: relative;
	height:127px;
}

.carousel {
	width: 635px !important;
}
.carousel ul li {
	height: 127px !important;
}


