/* MORTON PLUMBING DEFAULT STYLE SHEET */

@import url(reset.css);
/* BASIC SELECTORS
==================== */
body {
	font-size: 14px;
	background: #333;
	line-height: 1;
}
body, div, th, td, input, select, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}
p {
	margin: 0 0 1em;
	line-height: 1.2;
}
blockquote {
	margin: 20px 0 30px;
}
blockquote p {
	background: transparent url(../images/open-quote.gif) no-repeat top left;
	line-height: normal;
	padding: 8px 0 0;
	margin-bottom: 0;
	text-indent: 30px
}
blockquote .cite {
	background: transparent url(../images/close-quote.gif) no-repeat top right;
	padding: 10px 30px 0;
	font: italic 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #555;
}
/* HEADINGS
==================== */
h1 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 1em;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	color: #224268;
	margin: 1em 0 .5em;
	padding-bottom: .2em;
	border-bottom: 2px dotted #197dc1;
}
h3 {
	font-size: 18px;
	margin-bottom: .5em;
}
h4 {
	font-size: 14px;
	margin: 15px 0 0;
}
h5 {
	font-size: 100%;
	font-weight: bold;
}
.subhead {
	color: #224268;
	font-size: 18px;
	font-style: italic;
	margin: 15px;
}
/* LISTS
==================== */
ul, ol {
	margin: 0 0 10px 25px;
	list-style: url(/images/droplet.gif);
	line-height: 1.2;
}
.warning ul, .notice ul, .smallwarning ul, .smallnotice ul {
	list-style: disc;
}
/* TABLES
==================== */
table {
	border-collapse: collapse;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* LINK STYLES
==================== */
a {
	cursor: url(/images/toilet.cur);
}
a:link, a:visited {
	color: #197dc1;
}
a:hover {
	color: #224268;
}
a img {
	border: none;
}
a.outline img {
	border: 1px solid white;
}
a.outline:hover img {
	border-color: black;
}
.ad a img {
	border: 2px solid #555;
}
.ad a:hover img {
	border: 2px solid #ccc;
}
#footer a:link, #footer a:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #cbd7ed;
}
/* PAGE LAYOUT
==================== */
#header {
	background: url(/images/tn_plumber_nashville_logo.jpg) no-repeat;
	width: 800px;
	height: 134px;
	margin: 0 auto;
	border: 1px solid #555;
	border-width: 0 4px;
}
#hotline {
	position: absolute;
	background: url(/images/hotline.png) no-repeat;
	width: 126px;
	height: 126px;
	margin: 7px auto auto 60px;
}
#logo {
	position: absolute;
	background: url(/images/nashville-plumbing-logo.png) no-repeat;
	width: 299px;
	height: 135px;
	margin: auto auto auto 460px;
}
#content {
	background: #efefef url(/images/watermark.gif) center bottom no-repeat;
	width: 740px;
	padding: 30px 30px 50px;
	margin: 0 auto;
	border: 1px solid #555;
	border-width: 0 4px;
}
#bottom {
	background: #efefef;
	width: 740px;
	padding: 0 30px 10px;
	margin: 0 auto;
	border: 1px solid #555;
	border-width: 0 4px 4px;
}
#wrench {
	position: absolute;
	background: url(/images/wrench.png) no-repeat;
	width: 570px;
	height: 210px;
	margin: -50px auto auto 260px;
}
.ad {
	float: left;
	background: #aaa;
	width: 176px;
	height: 172px;
	margin: 0 12px 30px 0;
}
.last {
	margin-right: 0;
}
#footer {
	margin: 30px 0 0;
	position: absolute;
	color: #aaa;
	font-size: 11px;
}
/* NAVIGATION
==================== */

#navbar {
	background: url(/images/nav-bg.jpg);
	width: 740px;
	height: 30px;
	padding: 0 30px;
	margin: 0 auto;
	border: 1px solid #555;
	border-width: 0 4px;
}
/* TYPOGRAPHY
==================== */



/* MISC CLASSES
==================== */
.clearing {
	clear: both;
}
.center {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
img.alignleft, div.floatleft {
	float: left;
	margin: 0 1em .5em 0;
}
img.alignright, div.floatright {
	float: right;
	margin: 0 0 .5em 1em;
}
.imgcontainer {
	background: #999;
	padding: 1px;
}
.imgcontainer img {
	border: 3px solid #fff;
	float: left;
}
.callout {
	background: #cbd7ed;
	border: double #fff;
	padding: 1em;
	margin: 15px 0;
}
.section {
	margin-bottom: 15px;
}
.notice {
	background: #fff7d9 url(../images/notice.gif) 5px 5px no-repeat;
	border: 1px solid #ffe100;
	padding: 10px 10px 10px 58px;
	margin-bottom: 15px;
	min-height: 48px;
}
.smallnotice {
	background: #fff7d9 url(../images/notice-sm.gif) 5px 50% no-repeat;
	border: 1px solid #ffe100;
	padding: 10px 10px 10px 30px;
	margin-bottom: 15px;
	min-height: 18px;
	color: black;
	font-size: 14px;
}
.warning {
	background: #fff7d9 url(../images/warning.gif) 5px 5px no-repeat;
	border: 1px solid red;
	padding: 10px 10px 10px 58px;
	margin-bottom: 15px;
	min-height: 48px;
}
.smallwarning {
	background: #fff7d9 url(../images/warning-sm.gif) 5px 50% no-repeat;
	border: 1px solid red;
	padding: 10px 10px 10px 30px;
	margin: 15px 20px;
	min-height: 18px;
	color: black;
	font-size: 12px;
}
.caution {
	background: #fff7d9;
	border: 1px solid red;
	padding: 10px;
	margin: 15px;
}
