/* 
========================================================================================================================
Title : 		GPS Group
Author : 		Dave Tanner
URL : 			www.freshweb.com.au

Description: 	Print media stylesheet

Created :  		09 December 2005
Modified : 		22 February 2006
======================================================================================================================== */

/* 
========================================================================================================================
IMPORT CSS
======================================================================================================================== */
@import url("default.css");

/* 
========================================================================================================================
CUSTOM CSS
======================================================================================================================== */
/* format containers */
html, body{
	background-image: none;
	background-color: #FFFFFF;
	color: #333;
	width: auto;
	margin: 0;
	padding: 0;
	height: auto;
}
#container {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	border: none;
	background-image: none;
	background-color: #FFFFFF;
}

/* masthead*/
#masthead {
	position: relative;
	width: 90%;
	height: 90px;
	overflow: hidden;	
	clear: both;
	border-bottom: 5px solid #e7e7e7;
	background-image: none;
}

/* format columns */
#content {
	width: 90%;
	background-image: none;
	padding: 10px 0;
}
.col1, .col2-1, .col2-2, .col3-1, .col3-2, .col3-3 {
	width: auto;
}
.col3-1, .col3-2, .col3-3 {
	width: 27%;
	margin:0;
	border: 0px solid blue;
}
.left-col, .right-col {
	float: left;
}

/* Hide nav */
#navigation, #navSecondary {
	display: none;
}

/* footer */
#footer {
	position: relative;
	width: 90%;
	border-top: 5px solid #e7e7e7;
	background-image: none;
	padding: 10px 0;
}

/* Hide others */
#vrLink {
	display: none;
}
#flash_homeFeature {
	overflow: hidden;
	width: 100%;
}
#email-signup {
	display: none;
}
