/* CSS Document */


 body {
background-image:url(../images/3DBG.jpg);
background-position:center center;
background-repeat: no-repeat;
background-color:#000;

 
}
/* RESET BROWSER DEFAULTS */
:link, :visited {
 text-decoration:none;
}
ul, ol {
 list-style:none
}
h1, h2, h3, h4, h5, h6, pre, code {
 font-size:1em;
}
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
 margin:0;
 padding:0
}
a img, :link img, :visited img {
 border:none
}
/* END RESET BROWSER DEFAULTS */

.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
* {
 margin:0;
 padding:0;
}
/* Hides from IE-mac \*/
* html .clearfix {
 height: 1%;
}
/* End hide from IE-mac */

.clear {
 clear:both;
}
.container{
	width:1024px;
	height:651px;
	margin:auto;
	
}
.container2 {
	width:1024px;
	height:651px;
	margin:auto;
	background-color:#FFF;
	opacity; 0px;
}

#main {
	background: #FFF;
	width:  333px;
	height: 580px;
	padding: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	margin: auto;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
		box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	z-index: 3;
}

#blurb {
	height: 75px;
	position: relative;
}

	#blurb img {
		position: absolute;
		top: 0;
		left: 0;
		width: 75px;
		height: 75px;
	}
	
	#blurb div {
		position: absolute;
		margin-top:18px;
		left: 95px;
	}
	
	#blurb h1 {
		font-size: 18px;
		margin: 5px 0 5px 0;
		line-height: inherit;
	}
	
	#blurb p {
		margin: 3px 0 6px 0;
		color:  #127abd;
		line-height: inherit;
	}
	
	#blurb span {
		color: #5070d1;
		text-decoration: underline;
	}
	
#map {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

#mapOverlay {
	background: #fffff1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.twipsy {
	line-height: 18px;
}


#linksPane ul {
	padding-top: 10px;
}
#linksPane li {
	list-style: none;
	display: block;
	margin-bottom: 10px;
}

#linksPane a {
	border: 1px solid #bbbbbb;
	color: #515151;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	width: 100%;
	height: 31px;
	line-height: 31px;
	text-indent: 40px;
	position: relative;
		background: #f0f0f0; /* Old browsers */
		background: -moz-linear-gradient(top,  #f7f7f7 0%, #e9e9e9 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f7f7f7 0%,#e9e9e9 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #f7f7f7 0%,#e9e9e9 100%); /* IE10+ */
		background: linear-gradient(top,  #f7f7f7 0%,#e9e9e9 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
				-webkit-box-shadow: 0 1px 0 #FFF inset, 0 1px 3px rgba(0,0,0,0.10);
				-moz-box-shadow: 0 1px 0 #FFF inset, 0 1px 3px rgba(0,0,0,0.10);
				box-shadow: 0 1px 0 #FFF inset, 0 1px 3px rgba(0,0,0,0.10);
					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
					box-sizing: border-box;
}
#linksPane a:hover {
	color: #262626;
	border-color: #a5a5a7;
		-webkit-box-shadow: 0 1px 0 #FFF inset, 0 1px 3px rgba(0,0,0,0.20);
		-moz-box-shadow: 0 1px 0 #FFF inset, 0 1px 3px rgba(0,0,0,0.20);
		box-shadow: 0 1px 0 #FFF inset, 0 1px 3px rgba(0,0,0,0.20);
			-webkit-transition: all 0.15s linear;
			-moz-transition: all 0.15s linear;
			-o-transition: all 0.15s linear;
			transition: all 0.15s linear;
}

#linksPane .icon {
	display: block;
	width: 31px;
	height: 31px;
	background-image: url(../images/Santojanni%20.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 10;
}

#linksPane .iconHover {
	display: block;
	width: 31px;
	height: 31px;
	background-image: url(../images/Santojanni%20.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 11;
	opacity: 0;
		-webkit-transition: opacity 0.15s linear;
		-moz-transition: opacity 0.15s linear;
		-o-transition: opacity 0.15s linear;
		transition: opacity 0.15s linear;
}

#linksPane a:hover .iconHover { opacity: 1; }

#linksPane .email .icon 								{ background-position: 0 0; }
#linksPane .email .iconHover 					{ background-position: -31px 0; }

#linksPane .twitter .icon 								{ background-position: 0 -31px; }
#linksPane .twitter .iconHover 					{ background-position: -31px -31px; }

#linksPane .linkedin .icon							{ background-position: 0 -62px; }
#linksPane .linkedin .iconHover 					{ background-position: -31px -62px; }

#linksPane .Elmstone .icon 							{ background-position: 0 -93px; }
#linksPane .Elmstone .iconHover 					{ background-position: -31px -93px; }

#linksPane .Xperius .icon 								{ background-position: 0 -124px; }
#linksPane .Xperius .iconHover 					{ background-position: -31px -124px; }
#linksPane .GreenStar .icon 								{ background-position: 0 -155px; }
#linksPane .GreenStar .iconHover 					{ background-position: -31px -155px; }
#linksPane .AviationAccommodationAustralia .icon 							{ background-position: 0 -186px; }
#linksPane .AviationAccommodationAustralia .iconHover 				{ background-position: -31px -186px; }
#linksPane .BALLARATRegionalTourism .icon 							{ background-position: 0 -217px; }
#linksPane .BALLARATRegionalTourism .iconHover 				{ background-position: -31px -217px; }
#linksPane .VERB .icon 							{ background-position: 0 -248px; }
#linksPane .VERB .iconHover 				{ background-position: -31px -248px; }
#linksPane .RegionalDevelopmentAustralia .icon 							{ background-position: 0 -279px; }
#linksPane .RegionalDevelopmentAustralia .iconHover 				{ background-position: -31px -279px; }
#linksPane .AuDA .icon 							{ background-position: 0 -310px; }
#linksPane .AuDA .iconHover 				{ background-position: -31px -310px; }
#linksPane .AuDA .icon 							{ background-position: 0 -310px; }
#linksPane .AuDA .iconHover 				{ background-position: -31px -310px; }


.login {
	font-size:11px;
	padding-left:230px;
}