@import "nav.css";
@import "typography.css";
@import "images.css";
@import "banner.css";


body {
margin: 0;
font-family: myriad, arial, "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
background: #FFFFFF url(../images/bg2.gif) top left repeat-y;
}

/*#container {
width: 690px;
background: #fff;
background: transparent;
float: left;
}

#nav {
width: 150px;
float: left;
background-color: #fff;
background: transparent;
}


#main {
width: 500px;
padding: 0 10px;
float: left;
margin-left: 10px;
}

#central {
float: left;
width: 310px;
}

.contact {
width: 115px;
display: block;
float: right;
font-size: 11px;
padding-top: 118px;
font-family: helvetica, arial, sans-serif;
}

.contact, .contact a, .contact a:link {
color: #333;
}


#quickinfo {
float: right;
width: 150px;
padding: 0 5px 10px 0;
}

#sub {
width: 160px;
padding-left: 10px;
float: left;
}
*/


#container {
width: 835px;
background: #fff;
background: transparent;
float: left;
}

#nav {
width: 150px;
float: left;
background-color: #fff;
background: transparent;
}


#main {
/*border: 1px solid red;*/
padding: 0 10px 0 0;
float: left;
margin: 0 10px 0 10px;
width: 480px;
voice-family: "\"}\""; 
voice-family:inherit;
width: 490px;
}

#central {
/*border: 1px solid green;*/
float: left;
width: 300px;
}

#quickinfo {
float: right;
padding: 0;
width: 160px;
voice-family: "\"}\""; 
voice-family:inherit;
width: 150px;
}

#sub {
padding-left: 10px;
/*border: 1px solid green;*/
float: right;
width: 170px;
voice-family: "\"}\""; 
voice-family:inherit;
width: 160px;
}



/*=========== Link Colours ===========*/

a, a:link {
	color: #0090d9;
	text-decoration: none;
	}
	
a:hover {
	color: #214C92;
	text-decoration: none;
	}



/*-------------Hackery-------------*/


.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 */