/* Start of CMSMS style sheet 'CT Closings - print' */
/* PRINT CSS 
Use this stylesheet to override styles that are giving you problems when printing. 
Ex if you want some text to be larger or smaller, to have different colors or a border, just redefine that aspect for that ID or class in this document
*/

#pageContainer {
	border:none;
}

#forSaleSign {
	display:none;
	visibility:collapse;
}

#content {
	width:100%;
	clear:left;
}

#navBar {
	text-align:left;
}

#phoneNumber {
	clear:both;
}



/* styles duplicated from misc.css */
a:link, a:visited {
	color:#036;
}

a:hover {
	text-decoration:underline;
}

p {
	margin: 1em 0;
	padding:0;
}

.indentedContent {
	padding: 0 20px;
}

body { *controls default font for entire site*/
	color:#124;
}
body, td { /*controls default font for entire site*/
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

h2 {
	margin-top:0.75em;
	font-size:22pt;
	line-height:1.4em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#036;
	background:url(images/site/pageTitle_bg.gif) left bottom no-repeat;
}

h3 {
	margin-top:0.75em;
	font-size:14pt;
	line-height:1.2em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#036;
}

h4 {
	margin-top:0.75em;
	font-size:12pt;
	line-height:1.2em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#036;
}

.smallText {
	font-size:8pt;
}


ol {
    margin-left:1.5em;
	margin-top:-0.75em;
	padding-left:0;
	padding-top: 0;
}

ul {
    margin-left:1.25em;
	margin-top:-0.75em;
	padding-left:0;
	padding-top: 0;
}

ul ul {
	margin-top:0;		/* helps sublists not move up */ 
}

ol ol {
	margin-top:0;		/* helps sublists not move up */
}

table {
	border-collapse:collapse; /*this eliminates double width borders between when you apply CSS borders to TDs*/
}

hr {
	width: 100%;
	height: 1px;
	color: #000;
	background-color: #000;
	border:0;
}

.dottedBorder {
	border:dotted 1px #98c;
}
/* End of 'CT Closings - print' */

