/* SCREEN.css */

/* reset all margins */
* {
	margin:0;
	padding:0;
}

/* ================================================= */
/* ------ PAGE LAYOUT ------ */
/* body */
body {
	margin: 0px auto 0px auto;
	text-align:center;
}

/* WRAPPER */
#Wrapper {
	margin: 0 auto 0 auto;
	text-align:center;
	width: 654px;
}

/* HEADER */
#Header {
	height: 72px;
	width: 645px;
}
#Header img {
	height: 72px;
	width: 645px;
}

/* NAVIGATION */
#Navigation {
	display:none;
}


/* CONTENT */
#Content {
	background-color:#FFF;
	border: 1px solid #C1C1C1;
	margin-top:10px;
	padding: 4px;
	text-align:left;
	width: 635px;
}

/* FULLWIDTH */
#Content div.fullWidth {
/*	border: 1px solid #000; */
}

/* TWOCOLUMN */
/* twoColumnLeft */
#Content div.twoColumnLeft {
	display:none;
}
/* twoColumnRight */
#Content div.twoColumnRight {
	float: left;
	width: 635px;
}
div.breadcrumbs {
	background-color:#F7F5F7;
	border:1px solid #EEEEEE;
	margin-bottom:10px;
	padding: 4px 6px 4px 7px;
	width:620px;
}
div.breadcrumbs p {
	margin-bottom:0px;
}

div.mainBodyContent {
	background-color:#F7F5F7;
	border:1px solid #EEEEEE;
	padding:5px 6px 8px 7px;
}




/* THREECOLUMN */
/* threeColumnLeft */
#Content div.threeColumnLeft {
	display:none;
}
/* threeColumnCentre */
#Content div.threeColumnCentre {
	width: 645px;
}
/* threeColumnRight */
#Content div.threeColumnRight {
	display:none;
}


/* FOOTER */
#Footer {
	background-color:#FFF;
	border: 1px solid #C1C1C1;
	min-height: 20px;
	margin-top: 5px;
	text-align:left;
	width:643px;
}
* html #Footer {
	height:20px;
}
#Footer div.footerRight {
	margin: 4px 10px 5px 10px;
	text-align:right;
}

#Footer ul.navlist {
	list-style-type:none;
	margin-left:0;
	margin-bottom:0px;
	display:inline;
}
#Footer ul.navlist li {
	color: #B5B5B5;
	display:inline;
	font-size:0.6em;
	text-align:right;
	margin-right: 2px;
	margin-bottom:0px;
}

#Footer a {
	text-decoration:none;
	color: #B5B5B5;
}
#Footer a:hover, #Footer a:active {
	text-decoration:underline;
	color: #B5B5B5;
}


/* ================================================= */
/* CLASSES */

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ================================================= */

/* ------ HOME PAGE ------ */
#Homepage {
	width: 635px;
}

div.homeImage {
	text-align:center;
	width: 635px;
}
div.homeImage img {
	height: 190px;
	width:633px;
}

div.homebody {
	margin:12px 5px 10px 5px;
	width: 625px;
}

div.homeText {
	padding-bottom:10px;
}
div.homeText h1 {
	font-size:0.7em;
}

div.homeButtons {
	padding-left:20px;
	padding-right:20px;
	width: 585px;
}
div.homebtn {
	float:left;
	width:162px;
}
div.homedivider {
	float:left;
	width:46px;
}
	
/* ------ ENQUIRY FORM PAGE ------ */
#EnquiryFormPage {
	width: 675px; 
}

div.enquiryLeft {
	float:left;
	margin-right:10px;
	width:326px;
}
div.enquiryRight {
	background-color:#FCFCFC; /*F9F8F9; */
	border:1px solid #C8C7C5;
	float:left;
	min-height:500px;
	padding-left:7px;
	padding-top:8px;
	width: 330px;
}
* html div.enquiryRight {
	height:500px;
}

div.enquiryRight h1 {
	font-size:0.8em;
	margin-bottom:12px;
}





