/**************************************************************************************************
| Software Name        : Parramatta City Legal Website
| Software Author      : Rotapix.com
| Website              : http://www.parramattacitylegal.com.au/
| E-mail               : support@rotapix.com
|**************************************************************************************************
| File Description     : Screeen CSS
| File Includes        : CSS
|**************************************************************************************************
| Copyright (c) 2009 www.parramattacitylegal.com.au All rights reserved.
|**************************************************************************************************
| IMPORTANT: Editing or Changing this document by someone other than a 
| Rotapix Interactive Media Employee VOIDS this websites warranty.
| For more information about this, please email support@rotapix.com 
|**************************************************************************************************/



/* global rules */

html, body {
	margin:0;
	padding:0;
	background:#565656;
	font:normal 14px/2em "arial", sans-serif;
	height:100%;
	color:#565656;
}
.clear {
	clear:both;
}
.hide {
	display:none;
}
/* corners */

.left {
	float:left;
}
.right {
	float:right;
}
.brg3, .blg3, .trg3, .tlg3, .brg2, .blg2, .trg2, .tlg2, .brg1, .blg1, .trg1, .tlg1, .blw, .brw, .trw, .tlw {
	width:8px;
	height:8px;
	display:block;
}
.brg1 {
	background:#ffffff url(../../images/splice-corner-.gif) no-repeat -27px -22px;
}
.blg1 {
	background:#ffffff url(../../images/splice-corner-.gif) no-repeat -1px -22px;
}
.trg1 {
	background:#ffffff url(../../images/splice-corner-.gif) no-repeat -27px -1px;
}
.tlg1 {
	background:#ffffff url(../../images/splice-corner-.gif) no-repeat -1px -1px;
}
.blg2 {
	background:#ffffff url(../../images/splice-corner-.gif) no-repeat -41px -22px;
}
.brg2 {
	background:#ffffff url(../../images/splice-corner-.gif) no-repeat -67px -22px;
}
.tlg2 {
	background:#ffffff url(../../images/splice-corner-.gif) no-repeat -41px -1px;
}
.trg2 {
	background:#ffffff url(../../images/splice-corner-.gif) no-repeat -67px -1px;
}
.brg3 {
	background:#ffffff url(../../images/splice-corner-.gif) no-repeat -27px -62px;
}
.blg3 {
	background:#ffffff url(../../images/splice-corner-.gif) no-repeat -1px -62px;
}
.trg3 {
	background:#ffffff url(../../images/splice-corner-.gif) no-repeat -27px -41px;
}
.tlg3 {
	background:#ffffff url(../../images/splice-corner-.gif) no-repeat -1px -41px;
}
.blw {
	background:#ffffff url(../../images/splice-corner-.gif) no-repeat -81px -22px;
}
.brw {
	background:#ffffff url(../../images/splice-corner-.gif) no-repeat -108px -22px;
}
.tlw {
	background:#ffffff url(../../images/splice-corner-.gif) no-repeat -81px -1px;
}
.trw {
	background:#ffffff url(../../images/splice-corner-.gif) no-repeat -108px -1px;
}
/* main */

.wrapper {
	width:960px;
	margin:0 auto;
	min-height:100%;
	position:relative;
}
.gline {
	width:100%;
	height:3px;
	background:#dbdbdb;
	margin:3px 0;
}
/* header */

#header {
	width:960px;
	height:180px;
	background:#fff;
}
/* text rules */

a {
	font:normal 14px/2em "arial", sans-serif;
	color:#005abb;
}
a:hover {
	text-decoration:none;
}
/* navigation */



div#navigation {
	margin:0;
	padding:0;
	background:#005abb url(../../images/navi-nonactive.gif) 0 0 repeat;
	width:960px;
	height:60px;
}
div#navigation ul {
	margin:0;
	padding:0;
}
div#navigation li {
	list-style-type:none;
	display:inline;
	float:left;
}
div#navigation ul li a {
	margin:0;
	padding:0;
	display:inline;
	float:left;
	width:119px;
	height:60px;
	line-height:60px;
	background:#005abb url(../../images/navi-nonactive.gif) 0 0 repeat;
	color:#fff;
	text-align:center;
	text-decoration:none;
}
div#navigation ul li.spacer {
	display:inline;
	float:left;
	width:1px;
	height:60px;
	background:#005abb url(../../images/navi-stripe.gif) 0 0 repeat;
}
div#navigation ul li a:hover {
	background:#005abb url(../../images/navi-active.gif) 0 0 repeat;
}
/* columns */

#column-container {
	padding-bottom:58px;
}
#leftcolumn {
	width:240px;
	display:inline;
	position:relative;
	float:left;
}
#rightcolumn {
	/* right coloun is 720 pixels wide*/

	width:710px;
	margin:0 0 0 10px;
	display:inline;
	position:relative;
	float:right;
}
/* left-column-navi */

#left-column-navi {
	background:#efefef;
}
#left-column-banner, #left-column-navi, #left-column-newsletter {
	margin:0 0 11px 0;
}
#left-column-navi .shadow {
	width:240px;
	height:6px;
	background:url(../../images/template-shadow-grey.gif) repeat 0 0;
}
#left-column-navi .corner, #left-column-newsletter .corner {
	width:240px;
	height:8px;
}
#left-column-navi li {
	padding:0;
	height:40px;
}
#left-column-navi li:hover {
	list-style:url(../../images/template-bullet-arrow-blue.gif);
}
#left-column-navi li {
	list-style:url(../../images/green-tick.gif);
}
#left-column-navi ul {
	margin:0;
	padding:0 0 0 26px;
}
#left-column-navi li a {
	font:normal 16px/2em "arial", sans-serif;
}
/* newsletter */

#left-column-newsletter {
	background:#efefef;
}
.leftcontainer {
	margin:0 0 0 10px;
}
.newsletterform input#newsletter {
	background:url(../../images/template-newsletter-input-box.gif);
	font:normal 16px/1.2em "arial", sans-serif;
	color:#666666;
	border:0 none;
	height:22px;
	padding:3px 0 0 3px;
	width:151px;
	display:inline;
	float:left;
}
.newsletterform input#submit {
	background:#005abb url(../../images/template-newsletter-submit-button.gif) repeat-x;
	border:0 none;
	height:25px;
	color:#ffffff;
	font:normal 9px/25px "arial", sans-serif;
	width:66px;
	display:inline;
	float:left;
}
.newsletterform label.error {
	width:100%;
	float:left;
	height:25px;
}
.newsletterform input#submit:hover {
	background:#565656 url(../../images/template-newsletter-submit-button-hover.gif) repeat-x;
	cursor:pointer;
}
.newsletterform img {
	margin-bottom:5px;
}
/****************/

/* right column */

/****************/



#right-column-head {
	background:#ffffff;
	margin-bottom:9px;
}
.home #right-column-head {
	background:#efefef;
	margin-bottom:9px;
}
#right-column-head .corner {
	width:100%;
	height:8px;
}
#right-column-head .shadow {
	background:url(../../images/template-shadow-white.gif) repeat 0 0;
	height:6px;
}
.home #right-column-head .shadow {
	background:url(../../images/template-shadow-grey.gif) repeat 0 0;
	height:6px;
}
#right-column-head .box {
	padding:5px 5px;
	display:inline;
	width:335px;
}
.singlebox {
	margin:5px;
	line-height:1.3em;
}
/* triple column */

.tc1, .tc2, .tc3 {
	width:230px;
	float:left;
	padding:0px;
}
.tc1 {
	margin-right:10px;
}
.tc1 .corner {
	width:100%;
	height:8px;
}
.tc1 .content, .tc2 .content, .tc3 .content, #bottom-section .column .content, #bottom-section .address .content {
	padding:0 10px;
}
.tc2 {
	margin-right:10px
}
.tc2 .corner {
	width:100%;
	height:8px;
}
.tc3 {
}
.tc3 .corner {
	width:100%;
	height:8px;
}
#triple-column p, #bottom-section p {
	font:normal 14px/1.5em "arial", sans-serif;
	color:#000000;
}
#triple-column {
	margin-bottom:10px;
	background:url(../../images/triple-column-bg.gif);
}
#bottom-section .column {
	width:470px;
	float:left;
	margin-right:10px;
	background:#fff;
}
#bottom-section .corner {
	width:100%;
	height:8px;
}
#bottom-section .address {
	width:230px;
	float:left;
	background:#fff;
}
/* footer */

#footer {
	position:absolute;
	bottom:0;
	height:48px;
	width:960px;	
}
.footer-left {
	width:10px;
	height:48px;
	float:left;
	background:url(../../images/footer-left.jpg);
}
#footer .level1 {
	float:left;
	background:#7e7e7e;
	width:627px;
	font:normal 12px/22px "arial", sans-serif;
	color:#484848;
	height:22px;
}
#footer .level1 a{
	line-height:22px;
	}
#footer .level2 {
	float:left;
	width:627px;
	background:#005abb;
	font:normal 12px/26px "arial", sans-serif;
	color:#ffffff;
	height:26px;
}
#footer .level2 a {
	color:#fff;
	text-decoration:none;
	padding:0 3px;
	font:normal 12px/26px "arial", sans-serif;
}
#footer .level2 a:hover {
	text-decoration:underline;
}
.footermid {
	width:13px;
	height:48px;
	background:#7e7e7e url(../../images/template-corner-sbend.gif) no-repeat;
	float:left;
}
.footright {
	width:323px;
	height:48px;
	float:right;
	background:#7e7e7e;
}
.footcorner {
	float:right;
	width:5px;
	height:48px;
	background:url(../../images/footright.gif);
}
.audio {
	width:250px;
	height:38px;
	padding:10px 0 0 0;
	float:left;
}
.red {
	color:#F00;
}
a.btt {
	font:normal 10px/25px "arial", sans-serif;
}
/* contact form */

.pclform {
	width:400px;
	font:normal 0.9em/1.2em "arial", sans-serif;
	color:#333;
	float:left;
}
.pclformpicture {
	width:200px;
	height:300px;
	padding-right:50px;
	float:right;
}
.pclform input, .pclform select {
	width:100%;
	height:25px;
	border-color:#cccccc #b4b4b4 #d9d9d9 #c9c9c9;
	border-width:1px;
	background: #ffffff url(../../images/inputbg.gif) repeat-x;
	line-height:25px;
}
.pclform textarea {
	width:100%;
	border-color:#cccccc #b4b4b4 #d9d9d9 #c9c9c9;
	border-width:1px;
	background: #ffffff url(../../images/inputbg.gif) repeat-x;
	line-height:25px;
}
.enqname > .fname {
	width:150px;
	float:left;
}
.enqname > .lname {
	width:220px;
	float:right;
}
div.pclform .dot {
	width:100%;
	height:1px;
	margin:5px 0;
}
div.pclform input[type="submit"], div.pclform input[type="reset"] {
	height:25px;
	font:normal 9px/25px "arial", sans-serif;
	background:#005abb url(../../images/template-newsletter-submit-button.gif) repeat-x;
	color:#fff;
	width:66px;
	border:0 none;
	cursor:pointer;
}
div.pclform input[type="submit"]:hover, div.pclform input[type="reset"]:hover {
	background:#565656 url(../../images/template-newsletter-submit-button-hover.gif) repeat-x;
}
/* validator */

label.error {
	color:#ff0000;
	font-size:0.8em;
}
div.pclform input.error {
	border-color:#F00;
	border-width:1px;
}
/* notice page */

.noticebox, .noticeboxfalse {
	width:710px;
	height:104px;
	background:#ffffff url(../../images/notice-slide.gif) no-repeat 0 -229px;
	margin-bottom:10px;
}
.noticebox a, .noticeboxfalse a {
	display:block;
	width:610px;
	height:69px;
	font:normal 19px/25px "arial", sans-serif;
	padding:35px 0 0 100px;
	text-align:center;
}
.noticebox:hover {
	background:#ffffff url(../../images/notice-slide.gif) no-repeat 0 0;
}
.noticeboxfalse:hover, .noticeboxfail {
	background:#ffffff url(../../images/notice-slide.gif) no-repeat 0 -116px;
}
.noticeboxfail {
	display:block;
	width:600px;
	height:74px;
	font:normal 17px/25px "arial", sans-serif;
	padding:30px 10px 0 100px;
	text-align:center;
	color:#F00;
}
.noticeboxfail {
	display:none;
}
h2 {
	padding:10px 0 0 0;
}
#iframemap {
	display:block;
	float:right;
	width:475px;
	height:350px;
}
#mapsbutton {
	cursor:pointer;
}
.dotline {
	height:1px;
	background:url(../../images/template-line-dotted-blue.gif);
	margin:5px 10px;
}
#left-column-navi img {
	padding-left:25px;
}
.seci, .secii, .seciii, .seciv, .secv, .secvi, .flseci, .clseci, .cseci {
	margin:-5px;
	padding:5px;
}
.seci {
	background:url(../../images/bg-car.jpg) no-repeat;
}
.seciv {
	background:url(../../images/bg-police.jpg) no-repeat;
}
.secv {
	background:url(../../images/bg-surgery.jpg) no-repeat;
}
.secii {
	background:url(../../images/bg-crutches.jpg) no-repeat;
}
.secvi {
	background:url(../../images/bg-books.jpg) no-repeat;
}
.seciii {
	background:url(../../images/bg-slip.jpg) no-repeat;
}
.flseci {
	background:url(../../images/bg-chains.jpg) no-repeat;
}
.cseci {
	background:url(../../images/bg-house.jpg) no-repeat;
}
.clseci {
	background:url(../../images/bg-contract.jpg) no-repeat;
}
.darktext {
	color:#000000;
}
.darktext ul {
	margin-top:0;
	margin-bottom:0;
}
/* ie6 ONLY Browser Accessibility */
.ie6 div.corner, .ie6 img.tricolumnbot {
	display:none;
}
.ie6 div.content, .ie6 div.address, .ie6 div.column, .ie6 div.newsletterform {
	padding-top:10px;
	padding-bottom:10px;
}
.ie6 div.gline, .ie6 div.dotline, .ie6 #left-column-navi div.shadow, .ie6 #right-column-head div.shadow, .ie6 #triple-column {
	background:none;
}
.ie6 .tc1 {
	background-color:#efefef;
}
.ie6 .tc2 {
	background-color:#d6d6d6;
}
.ie6 .tc3 {
	background-color:#bdbdbd;
}
.ie6 #triple-column {
	margin-top:20px;
}
