/*
For the Print css, use 
display:none
for things like the navbar and top of page link.
Also set various background images to "none" and backgrounds to white.
Change the width of the wrap to 90%?
*/

body {
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
	color:#000;
	background-color:#fff;
	text-align:left;
	}
#wrap {
	width:90%;
	margin:0 auto 0 5%;
	background:none;
	text-align:left;
	}
#top, #bottom, #sidebar {
	display:none;
	}
#inner {
	width:100%;
	background-image:none;
	}
#inner.contact {
	background:url(../img/cssimg/smartin-hmpg.png) no-repeat;
	background-position:40% 0;
	height:474px;
	}
#content {
	float:none;
	width:100%;
	height:auto;
	}
#hmpgtag {
	padding:20px;
	background-color:#fafafa;
	margin-left:38px;
	}
#contentLh1hm {
	float:left;
	width:240px;
	text-align:left;
	padding:0 0 0 38px;
	}
#p7HGM_1 {
    clear:both;
	padding-top:10px;
	}
#contentRh1hm {
	float:right;
	width:270px;
	text-align:right;
	padding:0;
	}
#contentL {
	float:left;
	width:220px;
	text-align:left;
	}
#contentR {
	float:right;
	width:380px;
	}
#footer {
	width:894px;
	margin:40px auto 20px 5%;
	}
#footer p {
    clear:both;
	font-size: 92%;
	color:#ccc;
	}
#footer a {
	color:#ccc;
	}
#footer a:hover {
	color:#ec008c;
	}
/*typography*/
a {
	text-decoration: underline;
	font-weight: normal;
	color: #333;
	}
a:link {
	}
a:visited {
	color: #333;
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	color:#ec008c;
	}
#contentR_thms {
	float:right;
	width:380px;
	padding-bottom:10px;
	}
h1 {
	margin:0;
    font-weight:bold;
	font-size:14pt;
	line-height:1.0em;
	color:#ec008c;/*magenta*/
	}
h1.h1hm {
	font-weight:normal;
	}
h1.h1hm span {
	color:#333;
	}
h2 {
	font-size: 1.0em;
	margin: 1.2em 0 0;
	font-weight: normal;
	color:#ec008c;/*magenta*/
	}
h3 {
	font-size: 1.0em;
	margin: 1.2em 0;
	font-weight: bold;
	}
img {
	border: 0;
	}
img.wesley {
	margin-top:175px;
	}
img.phil {
	margin-top:32px;
	}
.imgR {
	float:right;
	margin:0 0 1.2em 1.2em;
	}
.imgL {
	float:left;
	margin:0 10px 10px 0;
	}
ol, ul, li {
    list-style:none;
	font-size: 1.0em;
	line-height: 1.3em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	margin-left:0;
	padding-left:0;
	}
ol, ul {
	margin-bottom: 1.2em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.3em;
	margin: 1.2em 0;
	}
p.firstp {
	margin-top: 0;
	}
p.justify {
	font-size: 1.0em;
	line-height: 1.3em;
	margin: 1.2em 0;
	text-align:justify;
	}
p#words1 {
	font-size: 9px;
	line-height: 1.0em;
	margin: 0 5px 0 36px;
	color:#ddd;
	text-align:justify;
	height:169px;/*was 169px then 200px then back */
	}
p#words2 {
	font-size: 9px;
	line-height: 1.0em;
	margin: 43px 5px 35px 36px;/*was 43px 5px 25px 36px then 60px 5px 25px 36px */
	color:#ddd;
	text-align:justify;
	}
p#quote, p#quote2, p#quote3 {
	font-size: 84%;
	line-height: 1.2em;
	margin: 0 0 0 36px;
	color:#ddd;
	height:200px;
	}
p#quote2 {
	height:212px;/*for the About & Philosophy pgs*/
	}
span.dsigns {
    color:#000;
	}
span.in {
    color:#555;
	}
strong, b {
	font-weight: bold;
	}

table {/*used on About pg*/
    margin: 1.2em 0;
	width: 100%;
    border: none;
	}
caption {
    font-weight: normal;
	font-size: 1.0em;
    text-align: left;
	}
th {
    text-align: right;
	padding:2.4em 15px 1.2em 0;
	font-size: 1.0em;
    font-weight: normal;
	width:49%;
	}
td {
	padding: 0.2em 15px 0.2em 0;
	font-size: 1.0em;
    text-align: right;
	}
th.th-left, td.td-left {
    text-align: left;
	padding-right: 0;
	padding-left: 15px;
	}
th, td {
    border:none;
	}
table.contact {/*used on hmpg*/
    margin: 0;
	width: auto;
    border: none;
	}
table.contact th {
    text-align: left;
	padding:0.2em 15px 0.2em 170px;
	width:auto;
	}
table.contact td {
    text-align: left;
	padding: 0.2em 0;
	}
table.thms {/*used for thms*/
    margin: 0 0 0 auto;
	width: auto;
    border: none;
	}
table.thms td {
    text-align: left;
	padding: 2px;
	}
div.clear {
    clear:both;
	height:1px;
	}