/* Menu Navigation CSS */
@import url("nav.css");

/* Reset all styles */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* Default styles for all elements */
body { font: 12px/18px Arial, Helvetica, sans-serif; background-color: #fff; color: #333; }
a { color: #08c; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }
.legal { font-size: 10px !important; color:#76797c; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }
sup { padding-left: 1px; font-size: 10px !important; font-weight: normal !important; vertical-align: baseline; position: relative; bottom: 0.33em; color: #76797c; _position: static !important; }

p { margin-bottom: 18px; }
h1 { font-weight: bold; font-size: 24px; line-height: 36px; margin-bottom: 18px; }
h2 { font-weight: bold; font-size: 16px; line-height: 18px; margin-bottom: 18px; }
h3 { font-weight: bold; font-size: 1em; line-height: 18px; }
h4 { font-weight: bold; font-size: 10px; line-height: 18px; }

fieldset { display: block; padding: 5px 15px; border: solid #333 1px };

ul { margin-bottom: 18px; list-style: none outside; }
ol { margin-bottom: 18px; list-style: decimal; margin-left: 2.2em; }
ul.square,
ul.circle { margin-left: 2em; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ol.legal { margin-left: 0; padding-left: 2em; }

/* Piped Links */
.piped { display: block; zoom: 1; }
.piped:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.piped li { float: left; display: inline; }
.piped a { border-left: 1px solid #797c80; padding: 0 0 0 0.75em; margin-left: 0.75em; }
.piped a.first { border-left: 0 !important; padding-left: 0; margin-left: 0 !important; }

/* Billboard */
#billboard, #footer { width: 980px; margin: 0 auto 10px; clear: both; color: #76797c; }

/* Page Header */
#pageheader { position: relative; /*border-bottom: 1px solid #ddd;*/ padding: 1em 0 0.2em; overflow: hidden; width: 980px; margin: 0 auto; *height: 47px; }
#pageheader h1, 
#pageheader h2 { height: 47px; line-height: 47px; display: inline; float: left; margin: 1px 0 0px 8px; padding: 0; !important; }
#pageheader h1 a, 
#pageheader h2 a { line-height: 47px; background-position: 0 0; background-repeat: no-repeat; color: #888; display: block; font-weight: normal; height: 47px; position: relative; outline: none; text-decoration: none; text-indent: -9999px; }
body#overview #pageheader h1 a, 
body#overview #pageheader h2 a { cursor: default; }

#pageheader ul { display: inline; float: right; margin: 0; }
#pageheader ul li { display: inline; }
#pageheader ul li a { color: #333333; float: left !important; margin-top: 1em; margin-left: 30px; margin-right: 8px; padding: 0; text-decoration: none; text-shadow: 0 1px #DDD; }
#pageheader ul li a:hover { color: #08c; }
#pageheader a.buyapp { height: 25px; margin: 0.7em 0 0 20px; background-position: 0 0; background-repeat: no-repeat; display: block; float: right; position: relative; text-decoration: none; text-indent: -9999px; outline: none; overflow: hidden; width: 102px; background-image: url(http://www.metroview.com.au/images/buy_iphone_app.png); _background-image: url(http://www.metroview.com.au/images/buy_iphone_app.gif); }
#pageheader a.buyapp:hover, #pageheader a.buyapp:focus { background-position: 0 -25px; }
#pageheader a.buyapp:active { background-position: 0 -50px; }

.replaced { display: block; height: 10px; overflow: hidden; outline: none; text-indent: -9999px; text-align: left; width: 10px; }

/* Footer */
#footer p.left a { margin-right: 0; }
#footer p.left { width: 50%; float: left; text-align: left; text-indent: 10px; }
#footer p.right { width: 50%; float: right; }
#footer p.links { border: 1px solid #e5e5e5; border-width: 1px 0; padding: .5em 0; margin: 1.5em 0 2em; }
#footer .legal p { margin-bottom: 0; }

#footer { margin: 0 auto 22px; text-align: center; font-size: 10px; color: #6e6e6e; }
#footer .piped a { border-color: #ccc; }

#footer #links { border: 1px solid #e5e5e5; border-width: 1px 0; padding: .5em 0; margin: 1.5em 0 2em; zoom: 1; }
#footer #links:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#footer #links p { margin-bottom: 0; }
#footer #links p.left { float: left; width: auto; text-align: left; text-indent: 10px; }
#footer #links ul.right { float: right; padding-right: 10px; margin-bottom: 0; }
#footer #links ul.piped a { padding-left: .5em; margin-left: .5em; }

#footer .legal { clear: both; }
#footer .legal p { margin-bottom: 0; }
#footer .legal p.copyright { display: inline; padding-right: 0.75em; } 
#footer .legal ul.piped { display: inline; display: -moz-inline-box; *display: inline; margin-bottom: 0; padding-right: 0.75em;}
#footer .legal ul.piped li { float: none; }
#footer .legal ul.piped li a.first { margin-right: -0.2em; }

