/* print.css
 * Print Media Stylesheet
 * www.challengermomentum.com.au
 */
html {height: 100%}
body {/* Need to set body margin and padding to get consistency between browsers. */	
	margin: 15px 0px 0px 0px; 		/*top, right,  bottom, left */	
	padding: 0px; 
	text-align: center; 				/*Added to the body element to force IE to centre all content  - Hack for IE5/Win */
	min-height: 101%;
	background-color:#A4C34E;
}
body * {text-align: left;} 				/* Resets all text aligns to the left */
#wrapper {
	width: 800px; 	
	margin: 0px auto; 				/* States the wrapper width. All centred content goes inside a div with an id="wrapper. */
	background:#A4C34E;
}
#footer {	
	width: 770px; 	
	margin: 0px auto; 				/* States the wrapper width. All centred content goes inside a div with an id="wrapper. */
	padding: 15px 15px 15px 15px; 	/* top, right,  bottom, left */
	text-align:center;
	font: 0.7em 'arial', 'sans-serif';
	color: #333333;
}
#footer a{
	color: #333333;
	text-decoration:none;
}
#footer a:hover{
	color: #333333;
	text-decoration:underline;

}

/* This style defines the area behind the logo. */
.image_bg{background:#ffffff;}

/* This style defines the area around the navigation bar. This is where the background image for the navigation bar is defines */
.breadcrumb {
	background:#ffffff;
	padding: 10px 0px 0px 0px !important; padding: 0px 0px 0px 0px;			/* top, right,  bottom, left */
}

/* These styles define the columns that appear within the body of the page */
.contentcontainer{
	background:#ffffff;
	width:770px;
}
.hovermenu{
	display:none;
}
.leftcontainer{
	float: left;
	font-family: 'arial', 'sans-serif';
	font-size: 0.8em;
	color: #333333;
	padding: 0px 15px 0px 15px !important; padding: 15px 15px 0px 15px;			/* top, right,  bottom, left */
	width:500px !important; width:500px; /* 760px for all browsers other than IE; 100% for IE. */	
	background: #ffffff;
}
.leftcontainer ul li{
	list-style: disc ; /* disc, square, circle */
}
.leftcontainer a{
	color: #333333;
	text-decoration:underline;
}

.rightcontainer{
	display:none;
}
.rightcontainer a{
	color: #888888;
	text-decoration:none;
}
.rightcontainer a:hover{
	color: #888888;
	text-decoration:underline;
}

.offer{
	padding-left:15px;
	padding-right:15px;
}
.offercontact{
	padding-left:15px;

}
.offercontact strong{
	color: #308EB6;
}

/* TEXT ELEMENTS */
h1 {
	font: 1.9em 'arial', 'sans-serif';
	color: #308EB6;
}
h2{
	font:  1.5em 'arial', 'sans-serif';
	color: #888888;
}
h3{
	font:  1.3em 'arial', 'sans-serif';
	color: #888888;

}
#h2{
	font:  1.5em 'arial', 'sans-serif';
	color: #888888;
}
#h3{
	font:  1.3em 'arial', 'sans-serif';
	color: #888888;

}
a.internal-link{
	text-decoration:none;
	color: #888888;
}
table td {	
	font:0.8em 'arial', 'sans-serif';
}
table th {	
	font:bold 0.8em 'arial', 'sans-serif';
}


/* SPIFFY CORNERS */
/* http://www.spiffycorners.com */
.spiffy{
display:none;
}
