@charset "utf-8";
/* CSS Document */

body{
background-color:#ffffff;
margin:0;
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#010101;
}
a {
font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#30bdee;
	text-decoration:none;
}
a:hover {
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#30bdee;
	text-decoration:underline;
}
a:visited {
font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #D3D9D9;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font: 10px Verdana;
	letter-spacing: 5px;
	line-height: 1.1em;
	color: white;
	padding: 5px 0;
	text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid ffffff;
	background-color: #ffffff;
	padding: 5px;
	z-index: 5;
}

#leftThumb{
	padding-left:25px;
	padding-top:25px;
}
#rightFloat{
	position: fixed;
	padding-top:25px;
	top: 0;
	left: 530px;
	width: 400px;
	height:	100%;
	background-color: #fff;
	z-index: 3; 
}
.txtFooter{
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:8px;
	color:#333333;
}
.menu_item{
	display:inline;
	padding:0;
	margin:0;
}
.li-box{
	padding:0px 0px 0px 10px;	
	margin:10;
}
#services-box li{
	padding:0;
	margin:0;
	list-style:none;
}
.message{
	padding:10px 10px 0px 10px;
	color:#30bdee;
}
.blue-font{
	color:#30bdee;
}
.transbox
{
  width:490px;
  height:140px;
  margin:0px 0px;
  background-color:#010101;
}
.transbox a
{
  width:490px;
  height:140px;
  margin:0px 0px;
  background-color:#010101;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}

.transbox a:hover
{
  width:490px;
  height:140px;
  margin:0px 0px;
  background-color:#010101;
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:100;
}

#loading {
	height:66px;
	width:20%;
	background: url(../images/load.gif) right no-repeat;
	display:none;
}
/* captify */

.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 0.5em;
	font-size: 12px;	
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
	background: #000000;
	text-shadow: 1px 1px 0 #202020;
	text-decoration: none;
}
.caption a, .caption a {
	color:#30bdee;
	font-size:12px;
	text-decoration: none;
}
.caption a:hover, .caption a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
.caption-wrapper {
	float: left;
	background: #000000;
}
br.c { clear: both; }

