/* PRINT STYLE SHEET */

html, body{
height: 100%;
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
color: #333333;
background: #ffffff;
margin: 0;
padding: 0;
}


/* LAYOUT */
#page-holder{
position: relative;
width: 95%;
min-width: 800px;
min-height: 100%;
margin: 0 auto;
padding: 0;
background: #ffffff;
border: 1px solid #cccccc;
}

* html #page-holder{ /* Win/IE6 correction */
height: 100%;
}

#banner{
height: 80px;
margin: 0;
padding: 20px 10px;
}

#navbar{
display: none;
}

#main-panel{
padding: 0 2% 3% 2%;
}

#footer{
position: absolute;
bottom: 0;
width: 99%; /* 99% rather than 100% to accomodate L-R padding */
font-size: 9px;
text-align: right;
padding: 2px 5px;
}

#left-col, #centre-col, #right-col{ /* Win/IE jumping :hover bug present http://www.positioniseverything.net/explorer/percentages.html */
float: left;
width: 32%;
margin: 0;
padding: 0;
background: transparent;
}

#centre-col{
margin: 0 2%;
}

* html #right-col{ /* Win/IE bug */
margin-left: -1%;
}

.clear-left{
clear: left;
font-size: 1px;
}

.clear-both{
clear: both;
font-size: 1px;
}


/* TYPOGRAPHY */
p{
font-size: 11px;
line-height: 18px;
text-align: justify;
margin: 0;
padding: 0 10px;
}

p.img{
float: left;
color: #006633;
font-size: 9px;
line-height: 10px;
}

h1{
color: #006633;
font-family: "Gill Sans", Myriad, Arial, sans-serif;
font-size: 18px;
text-align: center;
letter-spacing: 1px;
margin: 0;
padding: 20px 0 10px 0;
}

h1 span{
color: #999999;
font-weight: lighter;
letter-spacing: 0;
}


/* LINK BEHAVIOUR */
a:link, a:visited{
color: #006633;
text-decoration: none;
border: 0;
}

a:hover, a:active{
color: #999999;
text-decoration: underline;
border: 0;
}


/* IMAGES */
img{
color: #006633;
font-size: 9px;
border: 0;
}

.image-left{
float: left;
margin: 0 12px 12px 12px;
}

.image-centre{
display: block;
margin: 0 auto 10px auto;
}

.image-right{
float: right;
margin: 0 12px 12px 12px;
}


/* TABLES */
.stripe-table{
position: relative; /* Necessary for Win/IE display */
font-size: 10px;
line-height: 11px;
text-align: center;
margin: 0 auto 10px auto;
border-collapse: collapse;
border: 1px solid #cccccc;
}

.stripe-table caption{ /* Caption for tables */
color: #006633;
font-weight: bold;
text-align: left;
padding : 5px;
}

.stripe-table th{ /* Column headings */
padding: 5px 8px;
border-left: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}

.stripe-table tbody tr td{ /* Odd rows */
background-color: transparent;
padding: 5px 8px;
border-left: 1px solid #cccccc;
}

.stripe-table tbody tr.even td{ /* Even rows */
background-color: #eeeeee;
padding: 5px 8px;
}

.stripe-table tbody tr:hover td{ /* Hovered rows */
color: #ffffff;
background-color: #006633;
}

.stripe-table tbody tr td.over{ /* Hovered rows only for Win/IE 6 */
color: #ffffff;
background-color: #006633;
}


/* LISTS */
ul{
list-style: outside square;
font-size: 11px;
margin: 0;
padding: 0px 10px 10px 30px;
}

li{
line-height: 20px;
}


/* FORMS i.e. buttons, text boxes, check boxes etc... */
form{
font-size: 11px;
}

fieldset{
margin: 0 10px 10px 10px;
padding: 10px 15px;
background-color: #eeeeee;
border: 1px solid #cccccc;
}

legend{
color: #333333;
font-weight: bold;
margin: 0;
padding: 0 5px;
}

* html form{ /* Fix Win/IE6 background bleed bug */
margin: 0;
}

* html fieldset{ /* Fix Win/IE6 background bleed bug */
position: relative;
margin: 0 0 15px 0;
padding-top: 10px;
}

* html legend{ /* Fix Win/IE6 background bleed bug */
position: absolute;
top: -0.5em;
left: 0.5em;
}

fieldset div{
position: relative;
clear: both;
padding-top: 5px;
}

label, .cr p{
float: left;
display: block;
width: 100px;
color: #006633;
font-size: 11px;
text-align: right;
margin: 0;
padding: 3px 5px 0 0;      
}

.cr label{ /* 'cr' class for checkboxes & radio buttons */
float: none;
width: auto;
color: #333333;
text-align: left;
margin-left: 105px;
padding: 0;
}

.buttons{
margin: 10px 12px 0 12px;
}

span.error{
color: #cc0000;
font-weight: 600;
margin: 0;	
}