/* basic elements */
* {
margin: 0px;
padding: 0px;
}

body {
color: #000;
min-width: 800px;
font: 9pt/12pt arial,helvetica,georgia;
background: #eee url(/media/shared/bg_top_repeater.gif) top left repeat-x;
}

img {
border: 0px;
}

a, a:visited, a:hover {
color: #ff0000;
}

h1 {
font-size: 105%;
}

h2 {
font-size: 103%;
}

h3 {
font-size: 99%;
}

/* body selectors */
#container {
margin: 0px auto;
width: 800px;
height: 100%;
}

#header {
height: 200px;
position: relative;
background: transparent url(/media/shared/bg_header.gif) top left no-repeat;
}

#header #title {
top: 40px;
left: 60px;
position: absolute;
}

#header #logo {
top: 27px;
left: 629px;
width: 83px;
height: 116px;
position: absolute;
background: transparent url(/media/shared/bg_uwa_logo_tail.gif) top left no-repeat;
}

#content {
margin-top: -85px;
position: relative;
}

#content #navigation {
height: 28px;
padding-left: 67px;
}

#content #featured {
width: 700px;
height: 408px;
margin: 0px auto;
background: transparent url(/media/shared/bg_featured.gif) top left no-repeat;
}

#content #featured #overlay {
top: 38px;
left: 65px;
width: 620px;
height: 340px;
z-index: 1000;
padding: 25px;
position: absolute;
background-color: #fff;
overflow: auto;
filter:alpha(opacity=85);
-moz-opacity:.85;
opacity:.85;
}

#content #info {
width: 100%;
height: 150px;
position: relative;
}

#content #info #flights {
top: 0px;
left: 65px;
width: 315px;
height: 115px;
position: absolute;
background: transparent url(/media/shared/bg_current_flights.gif) top left no-repeat;
}

#content #info #flights ul {
height: 70px;
width: 255px;
overflow: auto;
margin: 35px 0px 0px 25px;
}

#content #info #flights ul li {
color: #C3605C;
list-style-type: none;
text-transform: uppercase;
}

#content #info #icon-navigation {
top: 20px;
left: 400px;
width: 175px;
height: 30px;
position: absolute;
}

#content #info #icon-navigation li {
display: inline;
list-style-type: none;
}

#content #info #bag {
top: 25px;
left: 595px;
width: 155px;
height: 120px;
position: absolute;
}

#footer {
color: #767676;
text-align: right;
padding: 10px 70px 0px 0px;
}

#footer a {
color: #767676;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

/* image rotation */

#rotator {
overflow: hidden;
position: relative;
width: 700px;
height: 408px;
}

#rotator img {
display: none;
position: absolute;
}

/* misc class declarations */

.left { float: left; }
.right { float: right; }
.bold { font-weight: bold; }
.clear { clear: both; display: block; height: 1px; overflow: hidden; }

/* flickr declarations */
#flickr { display:none; }