/* 
LOW-GRAPHICS

Edited:Laura Zucchetti - 5 July 2006
Author:Stacy Prendeville
Website: http://www.
Created:5 July 2006
 */
 
/*Import common global styles*/
@import url("pagespecific.css");
@import url("typography.css"); 
@import url("navigation.css"); 
@import url("colours.css"); 
@import url("footer.css");
@import url("call_to_action.css"); 
/*Index page */
@import url("index.css"); 

 
/*
global values
======================================
*/


/* Remove skip links */

#hide {
display:none;
}

/* Remove padding and margin */

* {
margin:0px;
padding:0px;
}

body{
min-width:760px;
}

#outer{
width:18cm;
text-align:left;
}

/* Remove border around linked images */
img {
display:none;
}

/* Class for clearing floats  - check maybe this can be deleted if not used*/
.clear {
clear:both;
}

/*
header values
======================================
*/

/*#header #logo{
display:none!important;
height:0;
width:0;
}

#header #flash-brand{
display:none!important;
height:0;
width:0;
}
*/

#header{
margin-top:-10cm;
}

#branding img{
display:none;
height:0;
width:0;
}

#main_nav {
display:none;
height:0;
width:0;
}

#content_main {
width:100%;
position:absolute;
top:0;
left:0;
}