
/*
File:		print.css
Project:	the gorman retail group
*/

/* -------------------- */
/* import */

@import url(information.css);

/* -------------------- */
/* default */

body, div, address {
	margin: 0;
	padding: 0;
	}

img 			{ border: 0; }
table 			{ border-collapse: collapse; }
cite			{ font-style: italic; }
blockquote		{ font-style: normal; }

abbr, acronym, dfn { 
	border-bottom: 1px dotted #666;
	font-style: normal;
	}
	
a:link 		{ color: #0033CC; text-decoration: underline; }
a:visited 	{ color: #000066; text-decoration: underline; }
a:hover 	{ color: #FF3300; text-decoration: underline; }
a:active 	{ color: #FF3300; text-decoration: underline; }

/* -------------------- */
/* hide */

#head #marcusmillichap,
#head #menuFeature,
#menuGlobal,
#foot ul,
#photo,
#location

{ display: none; }

/* -------------------- */
/*
typography
*/

body {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
	font-size: 10pt;
	line-height: 16pt;
	background-color: #fff;
	color: #000;
	}

h1, h2, h3, h4, h5, h6,
div.boxFormat dt,
dl#info dt,
div#introduction p em,
div#propertyListings dt,
div#featureProperty dt,
div#propertyListings dl.photo,
dl.photoBio dd em,
p#info,
h3, div#propertyListings dt, div#featureProperty dt {
	color: #000;
	}

p.note, blockquote {
	color: #333;
	}
	
/* -------------------- */
/*
layout
*/

div#container {
	width: 7in;
	margin: 0 auto;
	padding: .125in 0;
	}

div#head {
	padding: .1in 0;
	}

div#column {
	margin-bottom: .5in;
	}

/* new */

div#body {
	margin: 0;
	padding: 0;
	}

div#page {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	}

div#pageEnd {
	clear: both;
	}

div#content {
	float: left;
	width: 63%;
	}

div#columnA {
	float: left;
	width: 48%;
	}

div#columnB {
	float: right;
	width: 48%;
	}

div#columnA p,
div#columnB p {
	padding-right: 15px;
	}

div#column {
	float: right;
	width: 33%;
	padding-top: 36px;
	}

div#foot {
	position: relative;
	font-size: 8pt;
	}

div#foot p {
	width: 60%;
	}

div#foot address {
	position: absolute;
	left: 67%;
	top: 6px;
	}

/* -------------------- */
/* formatting */

dl#info,
p#info {
	position: absolute;
	left: 70%;
	top: 0;
	width: 30%;
	}

p#continue, div.submit {
	margin-bottom: .5in;
	}

/* -------------------- */
/* home */

div#featureProperty {
	width: 63%;
	}

div#featureProperty a#featureImage,
div#featureProperty a#featureImage img {	
	width: 100%;
	}

div#featureProperty a#featureImage:link,
div#featureProperty a#featureImage:visited,
div#featureProperty a#featureImage:hover,
div#featureProperty a#featureImage:active {	
	border-style: none;
	}

div#featureContent {
	width: 33%;
	}

/* -------------------- */
/* listings */

div#propertyListings div {
	width: 63%;
	}

/* -------------------- */
/* services */

/* -------------------- */
/* press */

/* -------------------- */
/* about */

/* -------------------- */
/* contact */

