/*
-----------------------------------------------
Acanthus print style sheet
version:  16 December 2003
Author: Nick Tatt, www.tinderhouse.com
----------------------------------------------- */

body	{
	color: #333;
	margin: 50px;
	padding: 0;
}

a:link {
	text-decoration: none;
	color: #009;
}

a:visited {
	text-decoration: none;
	color: #999;
}

img {
	border: 0;
}

p, td, ol, h2, h3, h4, h5, .dbl, #sign, .breadcrumb, #leftcol ul, #teampics, #login, #email, #prnt, .contle, .lghttxt, #addr, ul.nrm, .dropcap {
		font-family: arial, lucida, verdana,  helvetica, sans-serif;
}

p {
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 0.7em 0 0 0;
}


.hm {
	color: #369;
	font-size: 0.85em;
	text-transform: uppercase;
	margin: 2.5em 0.25em 0 0;
	padding: 0;
	line-height: 1.35em;
	background: #fff;
}

h2 {
	clear: both;
	color: #369;
	font-size: 0.85em;
	text-transform: uppercase;
	margin: 100px 0 20px 0;
	padding: 0;
	line-height: 1.35em;
}

h3 {
	color: #369;
	font-size: 0.85em;
	margin: 0.5em 0.25em 0 0;
	line-height: 1.35em;
}

.team h3 {
	color: #369;
	font-size: 1em;
	margin: 0.5em 0.25em 0.5em 0;
	line-height: 1.35em;
}

.hide {
	display: none;
}

/* logo bar styles */

#logobar {
	height: 55px;
	margin: 0;
	position: absolute;
	top: 5px;
	left: 40px;
	z-index: 10;
}

#logobar img {
	margin: 0 0 0 10px;
}

/* footer styles */

#footer {
	border-top: 1px solid #999;
}

#footer ul {
	display: none;
}

#footer p {
	color: #999;
	font-size: 0.65em;
}

/* main content styles */
#maincontent {
	margin: 0;
}

/*left column styles*/

#leftcol {
	display: none;
}

/* main column styles */
#rgtcol {
	margin: 70px 0 10px 0;
}

#rgtcolcontact {
	display: none;
}

/* menu bar styles */

#menubar {
	display: none;
}


/* General dispay styles */

.dbl {
	float: left;
	width: 40%;
	margin: 4px 0 10px 10px;
	padding: 0 0 0 10px;
	list-style: url(/dev/acanthus/i/li.gif);
	font-size: 0.75em;
	line-height: 20px;
}

div.clearer {
	clear: left;
	line-height: 0;
	height: 0;
}

.breadcrumb {
	display: none;
}

#email {
	display: none;
}

.contle {
	color: #369;
	font-size: 0.7em;
	font-weight: bold;
	margin-top: 5px;
}

.lghttxt {
	color: #999;
	font-size: 0.65em;
	padding: 0 0 0 200px;
}

.txtarea {
	width: 400px;
	height: 100px;
}

#addr {
	font-size: 0.75em;
	margin: 30px 10px 0 10px;
}
#map {
	margin: 20px 0 0 10px;
}

.imap {
	margin: 0 0 0 10px;
}

ul.nrm {
	margin: 5px 0 20px 30px;
	font-size: 0.75em;
}

#leftcolcontact {
	width: 222px;
	float: left;
}
#sign {
	display: none;
}

/* team styles */

#teampics {
	width: 480px;
	list-style: none;
	margin: 0 0 10px 0;
	border-top: 1px solid #369;
	border-bottom: 1px dashed #A6C3D1;
	padding: 10px 0;
	font-size: 0.75em;
	height: 45px;
}

.team {
	width: 45%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#teampics ul li a:hover {
	text-decoration: none;
}

.mugshot {
	margin: 10px 5px 0 5px;
}

.mugshotlrg {
	margin: 0 0 0 10px;;
	float: right;
}


/* client login styles */

#login {
	display: none;
}

.bm a:link, .bm a:visited {
	color: #999;
	text-decoration: none:
}
.bm a:hover {
	text-decoration: underline;
}

/* Hide the header */
#colhead {
	display: none;
}
