/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */

.columns-float {
float: left;
width: 100%;
margin: 0 0 5px 0;
padding: 0;
color: #a2dcc0;
background: #315fb0 url(../images/home-bg.jpg) 0 100% no-repeat;
}


.column-one {
float: right;
width: 530px;
}

/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */

/*/*/
.column-two { 
margin-right: 550px; 
}

/* */

.column-two div.clear {
clear: left;
margin: 0;
padding: 0;
}

/*
.column-one-content, .column-two-content {
margin: 0;
padding: 0 10px 10px 10px;
}
*/


/* CSS HACK:  position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */ 

/*/*/
.box-wrap, .columns-float, .column-one, .column-two, .column-three, h2 { 
p\osition: relative; 
}
/* */

/* ====================================================================
COLUMN-ONE/-TWO CONTENT 
-------------------------------------------------------------------- */

.column-one-content {
margin: 0;
padding: 0 0 300px 0;
color: #a2dcc0;
background: transparent;
}

.column-two-content {
margin: 0;
padding: 0 0 10px 15px;
}



/* ====================================================================
TOP PAGE COLLAGE
-------------------------------------------------------------------- */

.column-one-content p.intro {
margin: 0;
padding: 0 0 0 20px;
color: #a2dcc0;
background: transparent;
font-size: 1.0em;
font-weight: bold;
letter-spacing: .05em; 
}

img.collage {
margin: 0 67px 5px 67px;
padding: 0;
}

#z-image {
clear: both;
margin: 0 0 0 27px;
padding: 0 0 20px 0;
text-align: center;
}

#z-image div.pages {
float: left;
width: 117px;
margin: 0 0 0 1px;
padding: 0 .15em;
vertical-align: bottom;
}

#z-image div.pages h2 {
color: #a2dcc0;
background: transparent;
font-size: .9em;
/*
font-weight: normal;
*/
line-height: 1.2em;
text-transform: uppercase;
}

#z-image div.pages p {
color: #fff;
background: transparent;
font-size: .75em;
line-height: 1.3em;
}

#z-image div.pages a:link {
color: #a2dcc0;
background: transparent;
text-decoration: none;
}

#z-image div.pages a:visited {
color: #a2dcc0;
background: transparent;
text-decoration: none;
}

#z-image div.pages a:hover {
color: #fff;
background: transparent;
text-decoration: underline;
}



