@charset "UTF-8";

		*{
	padding:0;
	font:12px Arial, Verdana, Helvetica, sans-serif;
	color:#FFF;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
		}

	.hiddenPic {display:none;}

	ul li {
	padding-bottom:5px
	list-style-type: decimal;
	}

	#loading {
	position: absolute;
	bottom: 20px; left: 20px;
	z-index: 3;
	width: 24px; height: 24px;
	text-indent: -999em;
	background-image: url(../img/progress.gif);
	}

	img{
	border:none;
	}

	body {
	overflow:hidden;/*Needed to eliminate scrollbars*/
	background-image: img/bg_blue.jpg;
	}

	#infoleft {
	position:absolute;
	bottom:35px;
	left:0px;
	width:20%;
	height:auto;
	overflow:hidden;
	padding-left:25px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:15px;
	z-index:99;
	background:url(../img/bg_blue.jpg) repeat;
	}

	#inforight {
	position:absolute;
	bottom:25px;
	right:25px;
	width:20%;
	height:auto;
	overflow:hidden;
	padding-left:25px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:15px;
	z-index:99;
	background:url(../img/bg_blue.jpg) repeat;
	}


	#infocolumns {
	position:absolute;
	top:150px;
	left:25px;
	width:90%;
	margin-left:0;
	overflow:scroll;
	z-index:99;
	height: 75% !important; /*IE doesn't understands this*/
	height /**/ : 18px; /*Internet Explorer hack. Only IE understands this*/
		}
		
	#routecolumns {
	position:absolute;
	top:150px;
	left:25px;
	width:90%;
	margin-left:0;
	overflow:hidden;
	padding-left:0px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:15px;
	z-index:99;
	height: 75% !important; /*IE doesn't understands this*/
	height /**/ : 18px; /*Internet Explorer hack. Only IE understands this*/
		}

	#inner{
    position:absolute;
    left:5px;
    top:5px;
    height:100%;
    width:30%;
	}

	#inner2{
    position:absolute;
    left:35%;
    top:5px;
    height:100%;
    width:30%;

	}
	#inner3{
    position:absolute;
    left:70%;
    top:5px;
    height:100%;
    width:30%;
	}				

	/*Supersize Plugin Styles*/
	#supersize {
	position: fixed;
	}

	#supersize img, #supersize a{
	height:100%;
	width:100%;
	position: absolute;
	z-index: 0;
	}

	#supersize .activeslide, #supersize .activeslide img{
	z-index: 2;
	}

	#supersize .prevslide, #supersize .prevslide img{
	z-index: 1;
	}

	div.logo {
	position:absolute;
	left:25px;
	top:25px;
	z-index:20;
	width:800px;
	height:85px;
	}

	.vet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}