@charset "utf-8";
/* CSS Document */

.centered { text-align: center; }
.center-aligned { margin: auto; }
.info { font-style: italic; font-size: 75%; }
.justify { text-align: justify; }
body a:visited { color: #F00; }
body a:active { color: #F36; }
body a { color: #F60; }

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ff0000;
	font-weight: bold;
	font-size: 24px;
}

h1.page-title {
	font-size: 36px;
	text-align: center;
}

h1.name {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 32px;
	color: #FFF;
	margin: 0;
	padding: 18px 0 0 0;
	line-height: 1em;
	font-weight: bolder;
}
h2.name {
	color: #303;
	font-size: 24px;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
span.name {
	color: #F11;
}

#content div.column-header {
	margin-bottem: 16px;
	border-top: #711 thin solid;
	border-right: #611 thin solid;
	border-bottom: #580808 thin solid;
	border-left: #782020 thin solid;
	width: 429px;
	height: 101px;
}
#content div.column-header div.red-header {
	width: 427px;
	height: 99px;
	border-top: #933 thin solid;
	border-right: #822 thin solid;
	border-bottom: #781818 thin solid;
	border-left: #844 thin solid;
	background: url(../images/header-bkg-red.png) no-repeat;
}

#main-content div.column-content,
#main-content-left div.column-content {
	margin-top: 16px;
	border: dotted medium #D9FF80;
	padding: 10px 25px;
	background: #FFF;
}
div.column-content p {
	font-family: Arial, Helvetica, sans-serif;
}
div.column-footer {
	height: 62px;
	border-left: #FFBF00 2px solid;
	border-right: #F90 2px solid;
	background: url(/images/background-column-footer.png) repeat-x;
}
#main-content div.column-footer,
#main-content-left div.column-content  {
	margin-top: 6px;	
}
#footer div.column-footer {
	position: absolute;
	left: 394px;
	top: 6px;
	width: 423px;
	background: url(/images/background-column-footer.png) repeat-x;
}
#footer div.column-footer-left {
	position: absolute;
	left: 18px;
	top: 6px;
	width: 423px;
	background: url(/images/background-column-footer.png) repeat-x;
}
div.column-footer p,
div.column-footer-left p {
	margin: 14px;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
}

div.contact h1.scott {
	margin: 4px 0;
	padding: 0;
	line-height: 1em;
}
div.contact p.address,
div.contact p.phone,
div.contact p.email {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
div.contact p.phone {
	font-size: 24px;
}
.phone {
	font-weight: bold;
}
div.contact p.email {
	font-weight: bold;
}
div.contact p.email a {
	color: #162;
}
div.contact p.email a:hover {
	color: #393;
}

.price { font-weight: bold; }
.red { color: #F00; }
.about { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
.indent { text-indent: 1em; }
.strong { font-weight: bold; }
.upper { text-transform: uppercase; }
.collapse { border-collapse: collapse; }
.vert-collapse { margin-bottom: 0; margin-top: 0; }
.horiz-collapse { margin-left: 0; margin-right: 0; }
div.bubble div.middle p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.policy {
	font-weight: bold;
}
p.quote {
	border: 1px #333 solid;
	padding: 6px;
	background-color: #EEF;
}
