
/* CSS Document */



/*Global*/

#tab1 {padding:20px 10px 0px 10px;}

#tab1 ul {list-style-type:square;}
#tab1 {border-bottom:1px solid #003366;}

/*Text Styles*/

#tab3 a:img {border:0;}

#tab1 a:hover,  tab1 img a:hover, #tab2 a:hover,  tab2 img a:hover, #tab3 a:hover,  tab3 img a:hover 
{border:0px; text-decoration:none;}


	
#tab1 h1 {
	font-size: 12px;
	text-transform:uppercase;
	font-family: Verdana, Geneva, sans-serif;
}

h1.mixed {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform:none;
	
	}

#demo ul, p
{ 
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
}

.float_clear{clear:both;}

/* Explore */

#tab1{background:url(../images/gradient_tile_explore_footer.png) repeat-x #FC0; /*height:600px;*/padding:20px 10px 0px 10px; border-top:1px solid #036; }

#left_column { float:left; width:26%; padding:0 10px 0 0; border-right:1px solid #036;}
#left_column img {
	float:left;
	padding-right: 10px;
}

#mid_column {float:left; width:33%; padding:0 0 0 20px; }
#right_column {float:left; width:35%;}
.float_clear {clear:both;}

#left_column a, #mid_column a, #right_column a{font-weight:bold;}
#left_column a:link, #mid_column a:link, #right_column a:link {color:#036;}
#left_column a:visited, #mid_column a:visited, #right_column a:visited{font-weight:bold; color:#036;}
#left_column a:hover, #mid_column a:hover, #right_column a:hover{font-weight:bold; color:#0033ff;}
#left_column ul,#mid_column ul,#right_column ul{color:#036;}


/* ------ Discover --------- */






/* Interact */





* html img,* html .png{

    position:relative;
	 behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
 );

}


