/* Start of CMSMS style sheet 'print' */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

* {
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}

html, body {
	height: 100%;
}

body {
/* default text for entire site */
	font: normal 11px Verdana, Helvetica, Arial, sans-serif;;
	line-height: 1.5;
/* default text color for entire site */
	color: #000;
/* you can set your own image and background color here */
	background-color: #fff;
}
/* ------------ Standard  HTML elements and their default settings ------------ */
b, strong{font-weight: bold;}i, em{	font-style: italic;}

p {
	padding: 0;
 	text-align:left;
 	margin: 0 2em 1em 0;
}

b, strong{
	color: #065d49;
}

ol, ul {
	list-style: none;
}

ul {
	margin: 0 0 0.6em 0;
}

li{
	list-style-image:url("uploads/images/circle.png");
}

ul li {
	margin: 0 0 0 1.5em;
}

hr{
	width: 100%;
	height: 1px;
  color: #065d49;
	margin: 5px 0; 
  background-color: #065d49;
}

h1 {
	font-size: 20px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	width: auto;	
	letter-spacing: -2px;
	line-height: 1em;
	margin-bottom: 0.4em;	
	margin-left: -2px;
        color: #065D49;
}

.core-float-left {
	float: left;
	display: inline;
}

.listing_printer_friendly {
	padding: 1em;
	width: 680px;
        margin: 0 auto;
}

.noprint {
 display: none;
}
/* End of 'print' */

