/*Standard Ease print CSS*/

#extra,
#flexible,
#skipLink,
#primaryNavigation,
#siteInformation ul,
#branding #logo img,
#funkyShowreel,
#skipLinks,
#aRss,
#breadcrumb,
#selectService,
#secondaryNavigation
{
	display: none;
}

object,
embed
{
	display: none;
}

.hide
{
	position: absolute;
	top: -9999px;
}


body
{
	font-family: Arial, Sans-Serif;
	font-size: 0.76em;
	background-color: #fff;
	color: #000;
}

h1
{
	font-size: 30px;
	margin: 15px 0 15px 0;
	clear: left;
	color: #aaaaaa;
	font-style: oblique;
	border-bottom:1px solid #aaaaaa;
	padding-bottom: 15px;
}

h1 span.hide
{
	position:static;
}

#siteInformation
{
	border-top:1px solid #aaaaaa;
	padding-top: 15px;
}




h2
{
	margin: 15px 0 10px 0;
	font-size: 20px;
}

h3
{
	margin: 0 0 10px 0;
	font-size: 14px;
	display: block;
	clear: both;
}

h4
{
	margin: 0 0 0 0;
	font-size: 0.9em;
	display: block;
	clear: both;
}

p
{
	margin-bottom: 20px;
}

.leadItem p
{
	font-size: 16px;
	color:#aaaaaa;
}

blockquote
{
	margin-bottom: 20px;
	font-size: 16px;
	color:#aaaaaa;
	}

em
{
	font-style:normal;
	font-weight: bold;
}

ul
{
	list-style-type:disc;
	margin-bottom: 20px;
	list-style-position: inside;
}

ol
{
	list-style-type:decimal;
	margin-bottom: 20px;
	list-style-position: inside;
}

a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

dl
{
	margin: 25px 0 10px 25px;
}

dt
{
	font-weight: bold;
	font-size: 1.1em;
}

body img

{
	margin: 0 10px 5px 0;
	padding: 5px;
	border: 1px solid #aaa;
	clear:left;
	float: left;
}

/*satisfaction*/
#satisfaction .genericForm fieldset
{
   border: 0 none;
}

#satisfaction .genericForm label {
    text-align: left;
    width: 167px;
    clear: left;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 1em;
    padding: 0.2em 0.5em;
}

#satisfaction  .genericForm input,
 #satisfaction .genericForm select, 
 #satisfaction  .genericForm textarea {
    background: none;
    margin-right: 0.5em; 
    width: 200px;
    overflow:hidden;
    border: 1px solid #ccc;
}

 #satisfaction  .genericForm textarea 
 {
     overflow: visible;
     height: 200px;
 }

#satisfaction .uiButtons,
 #satisfaction .noPrint
{
    display: none;
}

.pageSatisfaction #teasers,
.pageSatisfaction #siteInformation
{
    display: none;
}

.pageSatisfaction #satisfactionLogo
{
    border: 0 none;
}

.pageSatisfaction #decoration
{
    display: none;
}


