/* vc_id = "$Id: print.css 13649 2011-04-19 21:26:51Z slloyd $" */
/*
-----------------------------------------------------
Windermere CSS file for print media
FileName:    print.css
Version:     October, 2003
Coded by: http://texturadesign.com/
-----------------------------------------------------
thanks to miracle print at alistapart.com
-----------------------------------------------------

*/

	body {
	margin:0;
	padding: 0;
    background: #fff;
	font-size: 75%; 	/*establishes the base font for the proportional ems */	
	text-align: center; /* part 1 of 2 centering hack */
	overflow-x:visible;
   }
	
	/*main centered box */	
		
	#main {
   	padding: 0;
	margin: 0 auto 2em auto;
	color: black; 	
	background: #fff;
	
	/*auto height set here and in other ids to prevent box collapsing across browsers. */
	height:auto;
	width: 680px;
	border: 0px solid #000;
	
	/*part 2 of 2 centering hack */
	
	text-align: left;  
	}
	
	/*contains the headline, and copy*/
		
	#headline {
	margin:1em 1.5em 0 1em;
	padding:0;
	color:black;
	background:#fff;
	border-bottom: 2px solid #000;
	width:620px;
	height:auto;
	float:left;
	display:block;
	}
	
	#headline h1 {
	padding: 0;
	margin: 0.5em 0em 0.5em 0em;
    font: 30px/24px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bold;
	color:#000;
	background:#fff;
	text-transform: capitalize;
	}
	
	#mainfeaturephoto {
	margin:0em 0em 0 1em;
	padding:0;
	width:430px;
	height:275px;
	border: 0;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	background: #fff;
	float:left;
	}
	
	#mainfeaturephoto img {
	margin:0;
	padding: 0.5em 0 0 0;
	display:block;
	border: 0;
	}
	
	#mainfeature {
	margin:0em 0em 0em 1em;
	padding:0;
	width:430px;
	height:auto;
	border-right: 2px solid #000;
	background: #fff;
	float:left;
	}
	
	#mainfeaturecopy {
	width:240px;
	height:auto;
	float:left;
	}
	
	#mainfeaturecopy h1 {
	padding: 0;
	margin: 0.5em 0em 0.5em 0em;
    font: 26px/20px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bold;
	color:#000;
	background:#fff;
	text-transform: capitalize;
	}
	
	#mainfeaturecopy p {
	margin:0;
	padding:0.5em;
	font:10px/1.5em verdana, arial, helvetica, sans-serif; 
	}	
	
	#mainfeaturecopyfloat {
	margin:1.5em 0 0 0;
	padding:0;
	float:right;
	display:block;
	width:170px;
	overflow:visible;
	}		
	
	#mainfeaturecopyfloat img {
	margin:0.5em 1.5em 0.5em 0em;
	display:block;
	border: 0;
	}
	
	#mainfeaturecopyfloat p {
	margin:0;
	padding:0;
	font:10px/1.5em verdana, arial, helvetica, sans-serif; 
	text-indent:4em;
	}
	
	#mainfeaturecopyfloat  a {
	text-decoration: none;
	color:  #336699;
	background: transparent;
	}
	
	#mainfeaturecopyfloat  a:hover {
	text-decoration: underline;
	color:  #336699;
	background: transparent;
	}

	#mainfeaturecopyfloat  a:visited {
	text-decoration: none;
	background: transparent;
	}
	
	
	/* side float */
	
	#sidefloat {
	margin:0.5em 0 0 0;
	padding:0;
	color:#000;
	background:#fff;
	width:215px;
	height:auto;
	float:right;
	border: 0;
	display:block;
	}
	
	#sidefloat ul{
	margin: 0;
	padding:0;
	width:170px;
	font:10px/1.5em verdana, arial, helvetica, sans-serif; 
	text-align:left;
	list-style:none;
	}

	#sidefloat table{ 
		width:180px;
		margin:0;
		padding:0;
		border-spacing: 4px;
		border:0;	
        }
        
	#sidefloat td{ 
	text-align:left;
	vertical-align: top;
	font:10px/1.5em verdana, arial, helvetica, sans-serif; 
	}

	/* footer */
	
	#footer {
	margin:0;
	padding:0.5em 0 0 0;
	text-align:center; 
	color: #000;
	background:#fff;
	width:620px;
	height:auto;
	font:10px verdana, arial, helvetica, sans-serif; 
	border-top: 2px solid #000;
	
	/*clear:both added to fix safari footer side jamming*/
	
	clear:both;
	page-break-after: avoid;
	orphans:0;
	}
	
	.blackleft {
		border-right:none;
	border-top-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 2px; 
	border-right-width: 0px; 
	border-style: solid;
	border-color: black;
	}

	.blackright {
		border-left:none;
	border-top-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px; 
	border-right-width: 2px; 
	border-style: solid;
	border-color: black;
	}

	.blacktop {
		border-bottom:none;
	border-top-width: 2px; 
	border-bottom-width: 0px; 
	border-left-width: 0px; 
	border-right-width: 0px; 
	border-style: solid;
	border-color: black;
	}

	.blackbottom {
		border-top:none;
	border-top-width: 0px; 
	border-bottom-width: 2px; 
	border-left-width: 0px; 
	border-right-width: 0px; 
	border-style: solid;
	border-color: black;
	}

	.footer {
	font:9px verdana, arial, helvetica, sans-serif;
	}

	.sidefloat {
	font:10px/1.5em verdana, arial, helvetica, sans-serif;
	vertical-align: top;
	}

	.mainfeaturecopyfloat {
	font:11px/1.5em verdana, arial, helvetica, sans-serif;
	}

	.mainfeatureprice {
    font: 26px/20px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bold;
	color:#000;
	text-transform: capitalize;
	}

	.headline {
	padding: 0;
	margin: 0.5em 0em 0.5em 0em;
    font: 26px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bold;
	color:#000;
	background:#fff;
	text-transform: capitalize;
	line-height: 1;
	}

	.subhead {
	padding: 0;
	margin: 0.5em 0em 0.5em 0em;
    font: 16px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	
	color:#000;
	background:#fff;
	text-transform: capitalize;
	}
