/* CSS BY TIM NORTH. info@scribe.com.au */

/* COLOUR SCHEME
 * #D5652B: orange
 * #7C3C05: brown
 * #333333: dark gray
 */

/* RESET SPACING ON ALL ELEMENTS FOR CROSS-BROWSER COMPATIBILITY */

* { padding: 0; margin: 0; }
select { min-width:1.5em; }		/* For Firefox */


/* GENERAL TAGS */

body {
	background: #FFF url('images/bg1.gif');
	color: #333;
	font-family: Verdana, Arial, Helvetica, Georgia, sans-serif;
	font-size: 100%;
	margin: 4px;
}

blockquote {
	padding: 0 3em 0.5em 3em;
}

h1, h2, h3, h4 {
	background: #D5652B;
	color: #FFF;
	padding: 0.2em;
}

h1	{font-size: 133%;}
h2	{font-size: 125%; margin-bottom: 0.5em;}
h3	{font-size: 100%;}
h4	{font-size: 90%; }

img {border: none;}


/* P TAGS */

p, pre {
	line-height: 140%;
	margin-bottom: 1em;
	padding: 0 0.5em;
}

p.bkimg {
	line-height: 100%;
	margin-bottom: 0;
	text-align: center;
}

p.logoimg {
	margin: 0; padding: 0; border: none;
}

p.bkttl {
	line-height: 100%;
	margin-bottom: 0.5em;
	text-align: center;
}

p.nogapafter {
	margin-bottom: 0.6em;
}

p.thumbs {
	margin-left: 4em;
}


/* LIST TAGS */

ul 	{
	list-style-image: url('images/bullet.gif');
	padding-bottom: 0.5em;
}

ol {
	padding: 0 1em 1em 1em;
}

dd { margin-left: 1em;}

li 	{
	line-height: 125%;
	margin-bottom: 0.5em;   /* Tighten up the line spacing within lists */
	margin-left:   1.75em;  /* Move the bullet across */
}



/* TABLE TAGS */

table tr {
	vertical-align: top;
}

table#cntct h4 {
	background: #FFF;
	color: #333;
	font-weight: bold;
	margin: 0;
	padding-left: 10px;
}

table#clients p {
	font-size: 85%;
	margin: 0 0.5em;
	padding: 0;
	text-align: left;
}

table.datatable {
	border: 1px solid #7C3C05;
}

table.datatable th {
	border-bottom: 1px solid #000;
	text-align: left;
}

table.smalltext p {
	font-size: 85%;
}

table.galtab img {
	border: 2px solid;
	margin-right: 1em;
}


/* MAJOR DIVISIONS */

div#top {
	border: 2px solid #000;
	margin-bottom: 0.25em;
}

div#main {
	background: #FFF;
	border: 2px solid #000;
	color: #333;
	margin-left:  190px;
	margin-right: 190px;
	min-width:200px;
	position: relative;			/* This allows you to set the z-index. */
	width:auto;
	z-index: 3;  				/* This allows the content to overlap the right menu*/
}

div#nav {
	background: #D5652B;
	border: 2px solid #000;
	color: #FFF;
	font-size: 75%;
	position: absolute;
	left:  4px;
	top:   3.75em;
	width: 170px;
	z-index: 2;
}

div#nav a {
	background: #D5652B;
	border: none;
	color: #FFF;
	display: block;
	padding: 0.25em 2px;
	text-decoration: none;
}

div#nav h4.firstH4 {			/* Only the first H4 is not also a link. */
	padding: 0.5em 2px;
}

div#nav a:hover {
	background: #FFF;
	color: #7C3C05;
}

div#nav a#n46 {					/* Last nav item */
	margin-bottom: 1.5em;
}

div#nav h4,
div#nav h4 a {
	background: #FFF;
	color: #D5652B;
}

div#nav img  {				/* Add space under the logo but not around it. */
	padding-bottom: 0.5em;
}

div#right {
	font-size: 85%;
	position: absolute;
	right: 4px;
	top:   3.5em;
	width: 170px;
	z-index: 0;
}

div#footer {
	background: #FFF;
	color: #333;
	font-size: 66%;
	margin: 1em 190px;
	text-align: center;
}


/* MINOR DIVS */

div.box {
	border: 2px solid #000;
	background: #FFF;
	color: #333;
	margin-bottom: 1em;
}

div.box h4 {
	background: #D5652B;
	color: #FFF;
	margin-top: 0;
	padding: 0.25em 0;
	text-align: center;
}

div.box p {
	padding: 0.3em;
	font-size: 90%;
}

div.fltright {
	clear: both;
	float: right;
	padding-left: 1em;
}

div.navstrip {
	background: #D5652B;
	color: #FFF;
}

div.navstrip td {
	background: #D5652B;
	color: #FFF;
	font-size: 85%;
	padding: 0.5em 3em 0.5em 5px;
	text-align: center;
	text-transform: uppercase;
}

div.navstrip a {
	background: #D5652B;
	color: #FFF;
}

div#summary {
	border: 2px solid #000;
	background: #D5652B;
	color: #FFF;
	margin: 1em; padding: 1em;
}

div#summary p {
	background: #D5652B;
	color: #FFF;
	font-size: 90%;
}

div.testimonial {
	background: #D5652B;
	border: 2px solid #000;
	color: #FFF;
	margin:  1em;
	padding: 1em;
}

div.testimonial p {
	background: #D5652B;
	color: #FFF;
	font-size: 90%;
}

span.dropcap {
	background: #D5652B;
	border: 1px solid #BDB76B;
	color: white;
	float: left;
	font-size: 2em;
	line-height: 1em;
	margin:  2px 2px 0 0;
	padding: 0 0.1em 0 2px;
}

/* MINOR IDs */

.border 	 {border: 1px solid #000;}
.center 	 {text-align: center;}
.emph        {background: white; color: red;}
.fltright    {float:right;}
.indented 	 {margin-left: 1.5em;}
.indentedb 	 {border: 1px solid gray;margin: 1em; }
.order 		 {text-align: center;}
.small 		 {font-size: 85%;}
.testhead 	 {font-weight: bold; text-align: center;}
.testsig 	 {text-align: right;}
.testsubhead {font-weight: bold; text-align: left;}
.vsmall 	 {font-size: 75%;}
