
/* GLOBAL */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	color: #bbb;
	background-color: #000;
}

a {
	text-decoration: none;
	color: #bbb;
}
.narrow a 
{
    text-decoration: underline;
}

a:hover
{
	color: #fff;
}

p {
	font-size: 0.75em;
	line-height: 1.3em;
	margin-bottom: 1em;
}

p.quote {
	font-style: italic;
}

h2 {
	font-size: 22px;
	margin-bottom: 11px;
	color: #fff;
	font-weight: normal;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
}

h3 
{
	font-size: 15px;
	color: #fff;
	margin: 15px 0;
	font-weight: normal;
	text-transform: lowercase;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
}

h4 
{
	font-size: 15px;
	color: #B4B4B4;
	margin: 15px 0;
	text-transform: lowercase;
	font-weight: normal;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
}

ul {
	list-style-image:none;
	list-style-type:none;
	margin-left: 13px;
}

img 
{
	border: none;
}

img.accent{
	border-bottom: solid 3px #b0b91b;
	margin: 10px 0 10px 0;
}

img.top{
	margin-top: 35px;
}

#airlock {
	width: 990px;
	margin: 0px auto 0px;
}

#inner {
	width: 990px;
	border: solid 1px #1a1a1a;
	float: left;
	display: block;
	background: url(../images/bg_header.gif) no-repeat;
}

/* HEADER */
#header {
	position: relative;
	display: block;
	height: 173px;
}

#header h1 {
	background: url(../images/logo_header.gif) no-repeat;
	height: 173px;
	width: 160px;
	position: absolute;
	left: 0;
	margin: 0;
}

#header h1 a
{
	display: block;
	padding: 43px 0 0 25px;
	color: #fff;
	text-indent: -9999em;
	height: 173px;
	width: 160px;
}

#header h1 a:focus { outline: none; }

#header #navigation
{
	margin-left: 180px;
}

#header #navigation ul {
	font-size: 11px;
}

#header #navigation ul li {
	float: left;
}

#header #navigation ul li a.selected {
	color: #BBB;
}

#header #navigation ul.main 
{
	padding-top: 25px;
	height: 95px;
	margin-left: 0;
}

#header #navigation ul.main li {
	margin-right: 35px;
}

#header #navigation ul.sub {
	font-size: 1.4em;
	font-weight: 100;
	height: 58px;
	margin-left: 0;
}

#header #navigation ul.sub li {
	margin-right: 54px;
}

#header #navigation ul.sub li a:focus { outline: none; }

/* BANNER */

#banner 
{
    margin-bottom: 3px;
}

#banner img {
	border-bottom: solid 3px #b0b91b;
	position: absolute;
	margin: 0 29px;
}

#banner div.large {
	height: 352px;
}

#banner div.medium {
	height: 269px;
}

#banner div.small {
	height: 184px;
}

/* CONTENT */
#content {
	margin-left: 180px;
	margin-top: 30px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#content a.intern 
{
	background: url(../images/ln_arrow.gif) no-repeat center left;
	padding-left: 20px;
	font-size: 12px;
	color: #fff;
	margin-bottom: 20px;
	float: left;
	width: 180px;
}

#content div.narrow {
	width: 505px;
	float: left;
	position: relative;
}

#content div.narrow ul, #contentlanding div.narrow ul {
	font-size: 0.75em;
	margin: 15px 0;
}

#content ul li.title {
	font-size: 15px;
	color: #DDD;
}

#content div.wide {
	width: 250px;
	float: right;
	padding-right: 30px;
}

#content div.wide img 
{
	float: right;
}

#content div.wide p.small {
	font-size: 12px;
	color: #999;
	margin-bottom: 0;
}

#content div.full {
	margin-right: 30px;
}

#content div.full p.cut {
	width: 500px;
	margin-top: 0px;
	display: block;
}

#content div.contactright {
	position: relative;
	width: 200px;
	top: -380px;
	left: 580px;
	background: url(../images/ln_arrow.gif) no-repeat 0px 3px;
	padding-left: 16px;
}

#content div.contactright p {
	color: #fff;
}

#content div ul.points li, #contentlanding div ul.points li {
	background: url(../images/bullet.gif) 2px 2px no-repeat;
	margin-top: 0px;
	padding-left: 15px;
	position: relative;
}

#content div ul.points ul, #contentlanding div ul.points ul {
	margin-top: 0px;
	padding-top: 3px;
	margin-left: 15px;
	font-size: 1em;
}


/* home */

#content div.narrow span.intro {
	background: url(../images/home_intro.gif) no-repeat;
	height: 64px;
	width: 457px;
	display:block;
	text-indent:-9999em;
}

#content div.wide div.suburb {
	width: 176px;
	height: 22px;
	margin-top: 5px;
}

#content div.wide div.suburb img {
	position: absolute;
}

/* courts */

#content div.full ul.courts_nav {
	height: 20px;
	margin-bottom: 25px;
	margin-left: 0;
}

#content div.full ul.courts_nav li {
	float:left;
	margin-right: 28px;
	font-size: 11px;
}

#content div.full ul.courts_nav a.selected {
	border-bottom: solid 1px #b0b91b;
	color: #fff;
	display: block;
}

#content div.full div.size_left {
	width: 40%;
	float: left;
	margin-top: 120px;
}

#content div.full div.size_left span {
	font-weight: bold;
	font-size: 15px;	
	margin: 10px 0;
	width: 120px;
	float: right;
	color: #BBB;
}

#content div.full div.size_right {
	width: 60%;
	float: right;
}

#content div.wide-court {
	float: right;
	margin-right: 30px;
	margin-top: 70px;
}

/* featured projects */

#content div.full div.project {
	width: 250px;
	height: 150px;
	float: left;
	margin: 10px 0 10px 0;
	color: #DDD;
	font-size: 12px;
}

#content div.full div.project_centre {
	margin: 10px 12px;
}

#content div.full div.project img.accent {
	margin: 5px 0;
}

#content div.full div.project span{
	float: left;
}


#content div.full div.project span a {
	color: #fff;
}

    #content div.full div.project span a span {
	    color: #999;
	    float: none;
	    font-size: 0.9em;
    }

#content div.full div.project ul,
#content div.full div.project li {
	float: right;
}

/* featured page */

/* contact us */

#content div.full fieldset.contact {
	border: none;
	margin: 20px 0;
}

#content div.full fieldset.contact p {
	margin: 10px 0;
}

#content div.full fieldset.contact a.intern {
	margin-left: 160px;
}

#content div.full fieldset.contact p label.left {
	width: 160px;
	float: left;
	font-weight: bold;
}

#content div.full fieldset.contact p span.note {
	font-size: 10px;
	color: #555;
	font-style: italic;
	margin-left: 160px;
}

#content div.full fieldset.contact span.typelisting label
{
	margin: 0 46px 0 10px;
}

#content div.full fieldset.contact span.listing label
{
	margin: 0 10px;
}

#content div.full fieldset.contact input,
#content div.full fieldset.contact textarea {
	border: none;
	color: #BBB;
	font-family: Arial,Helvetica,sans-serif;
	color: #ccc;
	font-size: 12px;
}

#content div.full fieldset.contact input.name {
	background: url(../images/bg_txtlocation.jpg) repeat-x;	
	width: 221px;
	height: 22px;
	border-bottom: solid 1px #b0b91b;
	vertical-align: bottom;
}

#content div.full fieldset.contact input.email {
	background: url(../images/bg_txtlocation.jpg) repeat-x;	
	width: 221px;
	height: 22px;
	border-bottom: solid 1px #b0b91b;
	vertical-align: bottom;
}

#content div.full fieldset.contact input.telephone {
	background: url(../images/bg_txtlocation.jpg) repeat-x;	
	width: 221px;
	height: 22px;
	border-bottom: solid 1px #b0b91b;
	vertical-align: bottom;
}

#content div.full fieldset.contact input.location {
	background: url(../images/bg_txtlocation.jpg) repeat-x;	
	width: 221px;
	height: 22px;
	border-bottom: solid 1px #b0b91b;
	vertical-align: bottom;
}

#content div.full fieldset.contact textarea.comments {
	background: url(../images/bg_txtcomments.jpg) repeat-x;	
	width: 350px;
	height: 58px;
	border-bottom: solid 1px #b0b91b;
}


#content div.full fieldset.contact input.valid_check {
	display: none;
}

#content div.full div.success {
	color: #82a136;
	font-weight: bold;
}

#content div.full div.failure {
	color: #76514f;
	font-weight: bold;
}

#content div.full fieldset.contact div.summary {
	color: #b0b91b;
	font-size:12px;
	font-weight: bold;
	margin: 0 0 20px 160px;
	border: solid 1px #b0b91b;
	width: 370px;
	background-color: #2a2c06;
	text-transform: uppercase;
	padding: 5px;
}

#content div.full fieldset.contact div.summary ul li {
	text-indent: 15px;
	text-transform: none;
	color: #FFF;
}


/* FOOTER */

#footer {
	clear:both;
	
	font-size: 0.55em;
	padding-top:0px;
	padding: 5px 33px 25px 0px;
}

#footer, #footer a {
	color:#8C8C8C;
}

#footer ul {
	float:right;
}

#footer ul li {
	float:left;
	padding:0 8px;
}

#footer ul li.plug {
	background:transparent url(../images/lemonade_logo.gif) no-repeat scroll 9px 4px;
	height:10px;
	padding-right:0;
	width:59px;
}

#footer ul li.plug a {
	display:block;
	text-indent:-9999em;
	width:59px;
}

/*** Landing Page 1 ***/

#contentlanding {
	min-height: 300px;
	height: auto !important;
	height: 300px;
	margin-left: 29px;
	width: 930px;
}

#contentlanding .suburb 
{
    background: #333;
    width: 680px;
    height: 43px;
    background: #262626;
    overflow: hidden;
}

#contentlanding h2 { font-size: 1.1em; }

#header h1.landing
{
    text-indent: -9999px;
    position: absolute;
    top: 115px;
    left: 180px;
    width: 550px;
}

    #header .landing.one { background: url(../images/h1_landing1.gif) no-repeat 0 0; }
    #header .landing.two { background: url(../images/h1_landing2.gif) no-repeat 0 0; }
    #header .landing.three { background: url(../images/h1_landing3.gif) no-repeat 0 0; }

#contentlanding .narrow 
{
    float: left;
    width: 680px;
}

#contentlanding .wide 
{
    width: 215px;
	float: right;
    background: #b0b91b;
    color: #333;
    padding: 25px 15px 10px 20px;
}

#contentlanding a { color: #333; text-decoration: underline; }

#contentlanding .wide p.phone
{
    color: #fff;
    font-size: 1em;
    line-height: 1em;
}

#contentlanding .wide p.phone span
{
    color: #fff;
    font-size: 0.7em;
    font-weight: bold;
}
.padding 
{
    padding: 15px 20px 0 155px;
}