@import url('reset.css');

/* Container Elements */
body{font:64.5%/1.8em Arial, Verdana, Sans-serif; background:url('../images/backgrounds/body.jpg') #e4e4e4 no-repeat top center; color:#757575;}
#header{width:960px; height:160px; margin:0 auto; text-align:center;}
#banner{height:440px; width:100%; overflow-x:hidden; text-align:center; background:url('../images/backgrounds/banner.jpg') no-repeat top center;}
  ul#call_to_actions{width:940px; margin:0 auto; height:440px;}
#content{width:820px; padding-left:140px; margin:0 auto; position:relative;}
  #information{padding:40px 0 20px 0; width: 820px; }
  .left-column { width: 500px; float: left; }
  .right-column { width: 245px; float: left; margin-left: 30px; }
  	.right-column ul li { list-style: none; margin-bottom: 2em; text-align: center; font-size: 1.2em; }
  #footer{border-top:1px dashed #b6b6b6; padding:20px 0; color:#b6b6b6;}

/* Common Elements */
a {color:#c33d27; text-decoration:underline;}
a:hover {text-decoration:none;}

.clear { clear: both; }
  
/* Header Elements */
#header img {margin-top:5px;}

/* Banner Elements */
ul#call_to_actions li {width:470px; height:440px; float:left; display:block; background:url('../images/banners/morley.jpg') no-repeat 0 0; overflow:hidden;}
ul#call_to_actions li#mosmon_park {background-image:url('../images/banners/mosman_park.jpg');}
ul#call_to_actions li a {display:block; width:100%; height:100%; background:url('../images/backgrounds/ada_morley.gif') no-repeat 0 340px; text-indent:-9999px;}
ul#call_to_actions li#mosmon_park a {background:url('../images/backgrounds/ada_mosman.gif') no-repeat 0 340px;}

/* Information Elements */
h1 {width:140px; height:20px; text-indent:-9999px; background:url('../images/headings/h1-welcome.gif') no-repeat 0 0; position:absolute; right:800px; top:40px;}
#information .left-column p, #information .left-column ul{font-size:1.2em; padding-bottom:20px;}
#information .left-column ul li {padding-bottom:7px; margin-left:20px; list-style: disc outside;}
#other_sites {padding-top:20px;}

/* Footer Elements */
#footer img {float:right;}
#footer p {font-size:1.1em;}

  