@charset "utf-8";

/*smyth and mason web home page styles*/ 

/* clear the default margin and set base font */
body {
	margin:0;
	font-family:"Times New Roman", Times, serif;
	font-size:small;
	}
	
/******************link styles******************/
a, a:link {	
	color:#000066;
}

/*********************list styles*******************/	
li {
	font-size: 105%;
	line-height:140%;
	}
/*********************table styles*******************/	
td {
	font-size: 105%;
	}

/*********************font styles*******************/
p {
	font-size: 105%;
	line-height:140%;
	}

textarea {
	font-family:"Times New Roman", Times, serif;
	font-size: 100%;
    }
	
/****heading styles****/	
H1 {
	font-size:110%;
	border-bottom:1px solid #999999;
	}
H2, H3 {
	font-size:105%;
}
	
/*********************div styles*******************/
/*holds all page content*/
#wrap {
	width:100%;
	}
/*holds logo and top navigation divs*/
#banner {
	width:100%;	
	}
/*styles for logo div*/
#logo {
	margin:0;
	}
/*styles for top navigation*/
#navigation {
	display:none;
}
/*holds blue gradated bar above content area*/
#blue_bar {
	display:none;
	}
	
/*holds content boxes*/
#contentWrap {
float:left;
	}
/*holds right side photo, etc.*/
#photo { 
	display:none;
	}

/*holds left side text*/
#text {
	width:100%;
	}
/*holds content text on contact page and directions page*/
#contactText {
	width:100%;
	}
/*holds map on directions page*/
#map {
	width:100%;
	text-align:center;
	}
#printbtn {
	display:none;
}
/*holds boilerplate info at bottom of page*/
#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	text-align:center;	
	}
	
/*just need this to clear floats*/
#clear {
	clear: both;
}