/*

This is the main style sheet. It contains standard positioning, colours, etc.
Section specific coloring is added by the stylesheet named after the colour.

*/

DIV
{
	/*border: 1px solid #FF0000;*/
}

BODY
{
	font-family: arial, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10pt;
}

DIV#container
{
	width: 800px;
	border: 1px solid #000000;
	background-color: #3E3E3E;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	color: #FFFFFF;
}

A
{
	text-decoration: none;
}

A:HOVER
{
	text-decoration: underline;
}

IMG
{
	border: 0;
}

DIV#header
{
	position: relative;
	top: 25px;
	text-align: left;
	min-width: 730px;
}

DIV#header H1
{
	display: none;
}

DIV#header DIV.links
{
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 15px;

	width: 240px;
	
	position: relative;
	float: left;
	
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 7.5pt;
	font-weight: bold;
	text-align: right;
}

DIV#header A.active, DIV#header A.active:HOVER
{
	text-decoration: none;
	cursor: default;
}

DIV#header DIV.extender
{
	margin-left: 285px;
	background-repeat: repeat-x;
	position: relative;
}

IMG#logo
{
	position: relative;
	left: -3px;
	z-index: 1;
}

DIV#bhem
{
	float: right;
	position: absolute;
	top: 38px;
	right: 10px;
	font-size: 8pt;
}

DIV#phonenumber
{
	float: right;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12pt;
	font-weight: bold;
}

DIV#header A
{
	color: #FFFFFF;
	text-decoration: none;
}

DIV#header A:HOVER
{
	text-decoration: underline;
}

DIV#leftmargin
{
	position: absolute;
	top: 130px;
	left: 25px;
	width: 10px;
}

DIV#content
{
	position: relative;
	margin-left: 60px;
	margin-top: 30px;
	margin-right: 20px;
}

DIV#buttons IMG
{
	padding-right: 8px;
	padding-bottom: 8px;
}

DIV#copy
{
	left: 426px;
	font-size: 9pt;
	padding-right: 10px;
}

P
{
	margin-top: 0px;
	margin-bottom: 10px;
}

P.highlight
{
	font-style: italic;
}

DIV#footer
{
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	font-size: 7pt;
	font-weight: bold;
	color: #707070;
}

DIV#footer SPAN.links
{
	/*color: #FFFFFF;*/
}

.clearboth
{
	position: relative;
	clear: both;
}

DIV#authors
{
	 float: right;
	 margin-top: 5px;
	 text-align: right;
}

DIV#contactmaincopy
{
	width: 350px;
	float: left;
}

DIV#contactdirections
{
	width: 260px;
	
	float: left;
	margin-left: 10px;
}

DIV.copybackground
{
	background-color: #000000;
	
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 55px;
	
	position: relative;
	
	background-position: bottom left;
	background-repeat: repeat-x;
	
	margin-bottom: 20px;
	
	font-size: 8pt;
	
	/*min-height: 323px;*/
	min-height: 323px;
}

DIV.copybackground H2
{
	position: absolute;
	left: 20px;
	bottom: 6px;
	color: #FFFFFF;
	font-size: 8pt;
	text-transform: uppercase;
	margin-bottom: 0px;
}

DIV.copybackground H3
{
	font-size: 8pt;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
}

DIV.copybackground DIV.tlCorner
{
	background-image: url(../images/corners/tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
}

DIV.copybackground DIV.trCorner
{
	background-image: url(../images/corners/tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 0px;
	right: 0px;
}

DIV.copybackground DIV.blCorner
{
	background-image: url(../images/corners/bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

DIV.copybackground DIV.brCorner
{
	background-image: url(../images/corners/br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

DIV#rightmargin
{
	position: absolute;
	right: 20px;
	top: 0px;
	width: 96px;
}

DIV.twocolumn
{
	float: left;
	width: 255px;
	margin-right: 20px;
}

DIV#lastcolumn
{
	margin-right: 0px;
	clear: right;
}

UL
{
	margin-left: 15px;
	margin-top: 0px;
}

FORM
{
	margin-top: 0px;
	margin-bottom: 0px;
}

DIV.copybackground DIV.swoosh
{
	width: 48px;
	height: 30px;
	position: absolute;
	bottom: 25px;
	left: 0px;
}

INPUT.active, INPUT.grey
{
	font-family: tahoma, arial, sans-serif;
	font-size: 6.5pt;
	padding-top: 2px;
	cursor: pointer;
	text-transform: uppercase;
	border: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

INPUT.active:HOVER, INPUT.grey:HOVER, INPUT.hover
{
	/* Leave these five lines in because the IE6 JS removes the active & grey class on mouseover.
	   IE6 also doesn't support multiple classes on HTML elements, which is nice. */
	font-family: tahoma, arial, sans-serif;
	font-size: 6.5pt;
	padding-top: 2px;
	cursor: pointer;
	text-transform: uppercase;
	border: 0;
	margin-top: 5px;
	margin-bottom: 5px;

	color: #000000;
	background-color: #FFFFFF;
}

A#googleMap
{
	position: absolute;
	right: 20px;
	bottom: 6px;
	color: #555555;
	font-size: 8pt;
	text-transform: uppercase;
	margin-bottom: 0px;
}

P.right
{
	text-align: right;
}

P.testimonialAuthor
{
	padding-left: 30px;
	font-style: italic;
}

IMG.inset
{
	float: left;
	margin-right: 10px;
}

DIV.inset
{
	float: left;
	margin-right: 10px;
	text-align: center;
}

UL#toolbar
{
	margin-left: 60px;
	margin-top: 10px;
	
	padding-left: 0px;
	
	margin-bottom: 10px;
} 

UL#toolbar LI
{
	list-style: none;
	display: inline;
	
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	text-align: center;
	font-family: tahoma, arial, sans-serif;
	font-size: 6.5pt;
	padding-top: 2px;
	text-transform: uppercase;
	border: 0;
	
	margin: 0px;
}

UL#toolbar LI.last
{
	padding-right: 5px;
}

UL#toolbar LI A:HOVER
{
	text-decoration: none;
}

DIV.smallPhoto
{
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

INPUT.bright
{
	font-family: tahoma, arial, sans-serif;
	font-size: 6.5pt;
	padding-top: 2px;
	cursor: pointer;
	text-transform: uppercase;
	border: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FF0000;
	color: #000000;
}

INPUT.bright:HOVER
{
	/* Leave these five lines in because the IE6 JS removes the active & grey class on mouseover.
	   IE6 also doesn't support multiple classes on HTML elements, which is nice. */
	font-family: tahoma, arial, sans-serif;
	font-size: 6.5pt;
	padding-top: 2px;
	cursor: pointer;
	text-transform: uppercase;
	border: 0;
	margin-top: 5px;
	margin-bottom: 5px;

	color: #000000;
	background-color: #FFFFFF;
}