/* http://www.junctionhouse.co.uk */
/* Notes */


/* Global */
	/* links - need to go in this order */
A {color:rgb(37,145,59); text-decoration:underlined; }
A:link {color:rgb(37,145,59); text-decoration:underlined;}
A:visited {color:rgb(37,145,59); text-decoration:underlined;}
A:hover {color:rgb(0,0,0); text-decoration:underlined;}
A:active {color:rgb(0,0,0); text-decoration:underlined;}

BODY {
width: 100%; 
height: 100%; 
margin: 0px; 
padding: 0px; 
scroll:auto;  
background:rgb(255,255,255); 
font-family : Arial, sans-serif;
font-style: normal; 
font-weight: normal; 
color:rgb(0,0,0);
}

.center { text-align:center; }

div.pageLayout { 
position:relative; top:0px; left:0px; text-align:left; 
margin-top:10px; margin-bottom:0px; margin-left:auto; margin-right:auto; 
border:0px; 
width:744px; height:100%; 
}


DIV.biggishText { 
font-size:1.2em; 
}

DIV.biggerText { 
font-weight:bold; font-size:1.4em; 
}


DIV.colourMain { background:rgb(207,226,204); 
}
DIV.colourFooter { background:rgb(255,255,255); 
}


/* Portfolio */

DIV.photos { 
column-count:2;
text-align:center;
}


SPAN.portfolioImage { 
padding:10; 
padding-left:0px; padding-right:2px; 
padding-bottom:2px; 
margin:0; 
border:0; 
margin-left:auto; margin-right:auto; 
}

p.quote {
border-style:solid;
border:5px;
border-color:black;
padding:10px;
align:centre;
}

CITE {
font-family: Arial,Helvetica,Geneva,Swiss,Sans-Serif; font-style: italic; 
font-weight: normal;  
text-align: left

} 

.quoter {
font-family: Arial,Helvetica,Geneva,Swiss,Sans-Serif; font-style: normal; 
font-weight: normal; font-size: x-small; 
text-align: left
} 


DIV.top { padding-top:20; font-size:8pt; text-align:center; }
DIV.copyright { padding-top:0; padding-bottom:10; text-align:center; font-size:10px;}


IMG {border:0;}

/* QUOTING PAGES */

DIV.quoteText { 
position:relative; top:-200px; 
width:700px; 
padding:0px; 
padding-top:0px; padding-bottom:0px; 
padding-left:20px; padding-right:20px; 
font-size:.8em; 
text-align:left; 
color:rgb(0,0,0); 
}

DIV.note { color:red; }

p.heading {font-weight:bold; }



/* For printing */
@media print {body {background-color: white}}
@page {margin: 5%}


