/*
    print.css: print SCREEN STYLES
	------------
    Job:					Brookson Phase 2
	Template Version:		1.0
	Produced by:			Colin Newall
	Start date:				12/01/09	   
	------------
*/

* 
{
margin:0;
padding:0;
text-decoration:none;
}
body 
{
font-family:"Tahoma", Arial, Helvetica, sans-serif;
background-color:#dddfe1;
color:#949494;
}
img
{
border:0;
}
img.screenlogo
{
display:none;
}
img.printlogo
{
display:block;
}
.hide
{
position:absolute;
left:-10000px;
top:-1000px;
width:1px;
height:1px;
overflow:hidden;
}
a
{
color:#18b5b1;
}
p
{
margin:0 0 0.8em 0;
}
h2
{
font-size:1.1em;
margin:0 0 0.8em 0;
color:#29bbb8;
background:transparent;
}
h3
{
font-size:1.4em;
margin:0 0 0.8em 0;
color:#29bbb8;
background:transparent;
}
h4
{
font-size:0.8em;
margin:0 0 0.7em 0;
color:#29bbb8;
background:transparent;
}
.formwrap
{
display:none;
}
#hdr
{
border-bottom:1px solid #666666;
overflow:hidden;
width:auto;
padding:0 0 0.5em 0;
}
#hdr img
{
float:left;
}
#hdrright
{
float:right;
font-weight:bold;
padding:1em 0 0 0;
}
#nav
{
display:none;
}
#subnav
{
display:none;
}
#guidedropdown
{
display:none;
}
#content
{
font-size:0.9em;
clear:both;
padding:1em 0 0 0;
}
#login
{
display:none;
}
.colleft
{
clear:both;
overflow:hidden;
width:auto;
padding:0 0 1em 0;
font-size:0.9em;
}
.colleft ul
{
clear:both;
}
.colleft li
{
clear:both;
margin:0 0 0.5em 0;
}
.colleft li img
{
float:left;
margin-right:0.5em;
}
#main
{
border-top:1px solid #dfdfdf;
margin:1em 0 0 0;
padding:1em 0 0 0;
}
#livechat img
{
display:block;
clear:both;
margin:0 0 0.2em 0;
}
#livechat
{
font-size:0.8em;
font-weight:bold;
}

/* =8. hacks */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed 
{
display: none !important;
height: 0;
width: 0;
position: absolute;
overflow: hidden;
}

span.sIFR-alternate 
{
visibility: visible !important;
display: block !important;
position: static !important;
left: auto !important;
top: auto !important;
}
	