@import url(lib.css);
/* -------------------------------------------------------------- 
TaskAir print stylesheet V1 - 17/04/2008
Author - benbailey.com.au
-------------------------------------------------------------- */

#header img { margin: 5px 0 0 5px; }

/* =primaryNavigation - primary navigation of the website 
--------------------------------------------------------------------------
*/
#primaryNavigation { display: none; }

/* =content
--------------------------------------------------------------------------
*/
#content a {
text-decoration: underline;
}

#slideShow {
padding: 10px 0 10px 35px;
}

#homeFeature {
position: absolute;
top: 118px;
right: 0;
}

p img { margin: 0 3px 0 0; }

/* =footer
--------------------------------------------------------------------------
*/
#footer ul {
margin-bottom: 0;
}

#footer ul li {
list-style-type: none;
display: inline;
padding-right: 50px;
font-size: 0.95em;
}

#footer img {
position: absolute;
bottom: 5px;
right: 10px;
margin: 0;
}


/* =hacks
--------------------------------------------------------------------------
*/

/* Clearing floats without extra markup
Based on How To Clear Floats Without Structural Markup by PiE
[http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }
