/* Print Media Type */
.no_print, 
div#skip, 
div#logo, 
div#tagline, 
div#date_time_weather, 
div#main_nav, 
body#home_layout div#content div.col2, 
div#clubhouse_model_placeholder {
	display: none;
}
.hidden 
{ 
position:relative; 
left:0px; 
top:0px; 
width:100%; 
height:100%; 
overflow:visible; 
} 
.print_only {
	display: block;
}
body {
	font-size: 70%;
}
div#content {
	width: 100%;
	background: none;
}
div#content div.col1 {
	display: none;
}
div#content div.col2 {
	margin: 0 0px;
	width: 100%;
	padding: 17px 0 21px;
}
div#content div.col3 {
	display: none;
}
div#footer{
	background: none;
	padding: 11px 0px;
}

body#home_layout div#content div.col1, 
body.single_col_layout div#content div.col1 {
	display: block;
	width: 100%;
}
body#home_layout div#intro_copy {
	padding: 0;
	margin-bottom: .5in;
}
h1, h2, h3 {
	width: 100% !important;
}
h1 {
	color:#54301A;
	font: italic bold 1.6em/1.2 Georgia, serif;
}

h2 {
	color: #633;
	font: italic 1.6em/1.2 Georgia, serif;
}
h3 {
	color: #633;
	font: bold 1.4em/1.2 Georgia, serif;
}

div#clubhouse_model_wrapper {
	position: relative;
	left: 0px;
	top: 0px;
}
