@charset "utf-8";
/* CSS Document */

body{
	background:url(../../building/images/bg.jpg) repeat-x #8D8F93;
	margin-top:0;
	margin-bottom:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 76%; 
	color:#333;	
}


h1 {
	font-size:1.2em;
	margin:8px 0;
	padding:0;
}

h2 {
	font-size:1.0em;
	font-weight:bold;
	margin:8px 0 4px 0;
	padding:0;
}

p{
	margin:4px 0;
	line-height:110%;
	padding:0;
}

#wrapper-container{
		margin:auto;
		width:950px;		
}

#wrapper-shadow {
	background:url(../../building/images/shadow.png) repeat-y top left;
	width:950px;
	float:left;
}

#wrapper {
	width:932px;
	margin:auto;
}

#container{
	background:url(../../building/images/wrapper-bg.jpg) repeat-y top left;
	width:932px;
	float:left;
}


#banner {
	background:url(../images/banner.jpg) no-repeat top left;
	float:left;
	width:932px;
	height:89px;
	margin:0;
}



#left-container {
	width:170px;
	height:250px;
	float:left;
}

#right-container {
	float:left;
}

#feature-pics{
	background: #ddd;
	width:756px;
	height:92px;
	border: 1px solid #bbb;
	margin:1px;
	padding: 0 0 0 2px;
}

#feature-pics img{
	border: 1px solid #bbb;
	width:139px;
	height:80px;
	margin:5px 5px 0 5px;
}

#content{
	margin:0px 10px 10px 12px;
	width:730px;
}

#content p{
	margin:10px 0px;
	padding:0;
	text-align:justify;
	line-height:120%;
	width:100%;
	font-size:0.9em;
}
#content ul{
	margin:5px 0 0 25px;
	padding:0;
	text-align:justify;
	line-height:120%;
	width:710px;
	font-size:0.9em;
}

#footer {
	background:url(../images/footer-bg.jpg) repeat-x top left;
	float:left;
	width:932px;
	height:64px;
	margin:0;
}
#footer p{
	font-size:0.8em;
	font-weight:normal;
	color:#ccc;
	margin:4px 0;
}

#footer a, footer a:visited{
	text-decoration:none;
	color:#ccc;
	font-weight:normal;
}

#footer a:hover{
	text-decoration:underline;
	color:#eee;
}

#footer-left{
	float:left;
	margin:10px 0 0 15px;
	height:50px;
	width:350px;
}

#footer-right{
	float:right;
	margin:10px 10px 0 0;
	height:50px;
	width:80px;
}

#footer-bottom {
	background:url(../../building/images/footer-bottom.png) no-reapeat top left;
	float:left;
	width:950px;
	height:4px;
	margin:0;
}

/*---------------- Content Stuff --------------- */

.management-team{
	float:left;
	margin: 3px 0px;
	padding: 0;
	width:728px;
	
}

.management-team img{
	float:left;
	margin: 1px 8px 5px 0;
	padding: 0 0 4px 0;
	
}

.history {
	float:right;
	margin: 0px 8px 0 0;
	padding: 0;
	width:129px;
}

.history img{
	float:right;
	margin: 0;
	padding: 0;
	width:121px;
}

.contactFormInputs{
	margin:0 0 0 20px;
	clear:right;
	}
.contact{
	width:75px;
	float:left;
	padding:0;
	text-align:justify;
	line-height:120%;

}


/*---------------- Navigation --------------- */

#menu {
	width: 170px; 
	background: #eee;
	margin:9px 0 0 0;
} 

#menu ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}


#menu a {
	color: #888;
	background: url(../../building/images/bg-menu.jpg) no-repeat top left;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	height:15px;
	padding:7px 0 4px 15px;
	margin:0;
	display:block;
	line-height:100%;
}

#menu a:hover {
	color: #555;
	background: url(../../building/images/bg-hover.jpg) no-repeat top left #eee;
}

.parent{
	margin: 0 0 0 85px;
}

#menu li {
	position: relative;
	margin:0 0 0 0;
	padding:0;
} 

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul{
	display: none;
}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

.contacts td p{
	margin:0;
	padding:0;

}

#font-changer{
	float:left;
	margin:0 0 0 790px;
	width:87px;
	height:29px;
	background:url(http://www.tpturner.com.au/building/images/font-bg.jpg) no-repeat top left;
	padding: 0 0 0 0;
	text-align:center
}

#font-changer img{
	border:none;
	margin: 3px 1px 0 2px;
}

#flash-home{
	width:735px;
	height:490px;
	border:1px solid #009900;
}

#weather{
	margin:15px 0 15px 22px;
	color:#0000FF;
	height:100px;
}
.h{
	display:none;
}
label.error{
	color:#FF0000;
	font-size:10px;
	font-weight:bold;
	margin-left:4px;
}