/*------------------------------------*\
  RESET
\*------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE:WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
  position:relative;
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font-family: "PT Sans", "Arial", "Helvetica", "Lucida Grande", "Gill Sans", "Verdana", sans-serif; font-size: 1.000em;
 /*text-shadow: 0px -1px 0px #333;*/
  color:#777;
  vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
  display:block;
}
body{
  line-height:1;
}
ol,ul{
  list-style:none;
}
blockquote,q{
  quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
  content:'';
  content:none;
}
/* remember to define visible focus styles!
:focus{
  outline:?????;
} */

/* remember to highlight inserts somehow! */
ins{
  text-decoration:none;
}
del{
  text-decoration:line-through;
}

table{
  border-collapse:collapse;
  border-spacing:0;
}

/*------------------------------------*\
  MAIN
\*------------------------------------*/
/* GO! */

.monospace { font-family: "Andale Mono", Menlo, Courier New, Courier, Mono, monospace; font-size: 0.982em;}


@font-face {
font-family: 'PT Sans';
src: url('/resources/fonts/PTS75F-webfont.eot');
src: local('☺'), url('/resources/fonts/PTS75F-webfont.woff') format('woff'), url('/resources/fonts/PTS75F-webfont.ttf') format('truetype'), url('/resources/fonts/PTS75F-webfont.svg#webfontX4pGz9fc') format('svg');
font-weight: 700;
font-style: normal;
}

@font-face {
font-family: 'PT Sans';
src: url('/resources/fonts/PTS76F-webfont.eot');
src: local('☺'), url('/resources/fonts/PTS76F-webfont.woff') format('woff'), url('/resources/fonts/PTS76F-webfont.ttf') format('truetype'), url('/resources/fonts/PTS76F-webfont.svg#webfontX4pGz9fc') format('svg');
font-weight: 700;
font-style: italic;
}

@font-face {
font-family: 'PT Sans';
src: url('/resources/fonts/PTS56F-webfont.eot');
src: local('☺'), url('/resources/fonts/PTS56F-webfont.woff') format('woff'), url('/resources/fonts/PTS56F-webfont.ttf') format('truetype'), url('/resources/fonts/PTS56F-webfont.svg#webfontX4pGz9fc') format('svg');
font-weight: 400;
font-style: italic;
}

@font-face {
font-family: 'PT Sans';
src: url('/resources/fonts/PTS55F-webfont.eot');
src: local('☺'), url('/resources/fonts/PTS55F-webfont.woff') format('woff'), url('/resources/fonts/PTS55F-webfont.ttf') format('truetype'), url('/resources/fonts/PTS55F-webfont.svg#webfontX4pGz9fc') format('svg');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'Andale Mono';
src: url('/resources/fonts/AndaleMono-webfont.eot');
src: local('☺'), url('/resources/fonts/AndaleMono-webfont.woff') format('woff'), url('/resources/fonts/AndaleMono-webfont.ttf') format('truetype'), url('/resources/fonts/AndaleMono-webfont.svg#webfontX4pGz9fc') format('svg');
font-weight: 400;
font-style: normal;
}

header{
width:100%;
height:356px;
background-image:url(../images/ui/melbourne-skyline.png);
background-repeat:no-repeat;
background-position:bottom left;

clear:both;
padding-top:20px;
margin-bottom:45px;
}

#branding{
	width:678px;
	height:101px;
	position:relative;
	margin:0 auto;
/*left:50%;
top:0px;
margin-left:-461px;
.margin-left:-460px;
_margin-left:-460px;
border:1px solid #f00;*/
}

#container{
width:922px;
margin: 0 auto;
}

#container div p{
padding:0 10px 0 10px;
text-align:justify;
}

nav ul{
position:absolute;
top:390px;
margin:0 auto;
width:922px;
display:block;
}

nav ul li{
float:left;
display:block;
width:33%;
text-align:center;
}

nav ul li a{
font-family: "Andale Mono", Menlo, Courier New, Courier, Mono, monospace;	
display:block;
text-decoration:none;
font-weight:bold;
text-shadow:#fff 0px 1px 0, #000 0 -1px 0;
font-size:18px;
font-weight:bold;
color:#333;
line-height:18px;
}

ืnav ul li a:hover{

text-decoration:none;
font-weight:bold;
color: #111;
text-shadow: 0px 1px 1px #000;
margin-top:-1px;
}

.hide   {
   position: absolute;
   left: -9999px;
   top: -9999px;
   color:#fff;
}

.centersection{
position:relative;
min-height:200px;
}

.infosection{
position:relative;
min-height:200px;
}

.centersection p, .infosection p{
padding-bottom:5px;
}

