/*
 * Funke Web Solutions
 * http://www.funke.com.au
 *
 * $RCSfile$
 * $Author: robbie $
 *
 * Client: JT Law
 * Project: JTLaw website
 * Website: http://www.jtlaw.com.au
 *
 * $Date: 2007-05-16 03:44:44 +0000 (Wed, 16 May 2007) $
 * $Revision: 1011 $
 */
 
* {
	padding: 0;
	margin: 0;
	border: 0;	
} 

a, p, li, span, label, td, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.alignright {
	text-align: right;
}

.floatleft .top {
	background-image: url("../images/curved-corner-tl.gif");
	background-position: top left;
	background-repeat: no-repeat;
	width: 21px;
	height: 19px;
	padding: 0;
	margin: 0;
}

.floatright .top {
	background-image: url("../images/curved-corner-tr.gif");
	background-position: top right;
	background-repeat: no-repeat;
	width: 216px;
	height: 19px;
	padding: 0;
	margin: 0;
	text-align: right;
}

.error {
	color: red;	
}

h1 {
	font-variant: small-caps;
	font-size: 1.5em;
	padding: 20px 10px 10px 10px;
}

h2 {
	font-size: 1em;
	padding-left: 10px;
	padding-top: 10px;	
}

body {
	background-color: #303030;
	background-image: url("../images/body-bg.jpg");
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

#logobar {
	width: 200px;
	text-align: left;
	float: left;
}

#logobar img {
	padding: 80px 0 0 30px;
}

#navbar {
	width: 216px;
	float: right;
}

#navbar ul {
	padding: 80px 0 0 0;
	text-align: right;
	list-style-type: none;
	width: 100%;
	margin: 0;
}

#navbar ul li {
	padding: 10px;
	margin: 0;
	background-color: black;
	color: white;
	border-bottom: 1px solid white;
	font-style: italic;
}

#navbar ul li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#container {
	background-color: white;
	background-image: url("../images/container-bg.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 849px;
	margin-top: 50px;
	display: table;
}

#content {
	width: 411px;
	min-height: 443px;
	padding-bottom: 30px;
	height: 100%;
	float: right;
	border-left: 2px solid black;
	border-right: 2px solid black;
	display: table-cell;
}

#content p, ul, td {
	font-size: 0.7em;
}

#content td {
	vertical-align: top;
}

#content ul {
	padding-left: 40px;	
}

#content li {
	padding-bottom: 5px;	
}

#content label {
	font-weight: bold;
}

#content p {
	padding: 10px;
	margin: 0;
	text-align: justify;
}

#content input, textarea {
	border:	1px solid black;
}

#content textarea {
	font-size: 1em;	
}

#content td {
	padding-left: 10px;
	padding-bottom: 4px;
	padding-right: 10px;
}

#content h2 a, #content h2 a:hover {
	color: black;
}

#content a {
	color: #222222;	
}

#content a:hover {
	color: #555555;
}

.submitbutton {
	width: 80px;
}

#enquiryform .text {
	width: 385px;
}

#map {
	margin: 20px 12px;
	border: 1px solid black;
	width: 385px;
	height: 200px;	
}

#footer {
	margin: 0 auto;
	width: 849px;
}

#footer p {
	color: #5a5a5a;
	font-size: 0.6em;
	text-align: right;
	margin: 10px 0;
	padding: 0px;	
}

#footer a {
	color: #f8951d;
}

#funkewebdesign {
	color: #5a5a5a !important;	
}

#footer img {
	padding: 5px 0;
}