@charset "UTF-8";

h1 {
	font-weight: normal;
	font-size: 2.5em;
	font-family: 'Philosopher', sans-serif;
	color: #990000;
}
.h1sub     {
	font-size: 0.6em;
	font-style: italic;
	color: #000;
}
h2 {
	font-weight: normal;
	font-size: 2.0em;
	font-family: 'Philosopher', sans-serif;
	color: #990000;
}
h3 {
	font-weight: normal;
	font-size: 1.5em;
	font-family: 'Philosopher', sans-serif;
	color: #990000;
}
a:link {
	color: #337ab7;
	text-decoration: none;
}
a:visited {
	color: #337ab7;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
footer {
	background-color: #62584b;
	color: #FFF;
}
footer a:link {
	color: #FFF;
}
footer a:visited {
	color: #FFF;
}
footer a:hover {
	color: #66ccff;
	text-decoration: none;
}
.footerByLine {
	color: #CCC;
}
.jumbotron {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.accent {
	color: #98302b;
}
.accent14 {
	color: #98302b;
	font-size: 1.3em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.accent18 {
	font-size: 1.8em;
	color: #98302b;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.red14 {
	font-size: 14px;
	color: #98302b;
}
.orangeBanner {
	background-color: #D17F2D;
}
#logo {
	background-color: #D17F2D;
}
.taupeBanner {
	background-color: #8c857c;
}
.floatLeft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.floatRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
}
.title {
	font-size: 1.5em;
}
.imgBorder {
	border: 1px solid #666;
}
.quotes {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.0em;
	font-style: italic;
	color: #666;
}
.greenQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #006666;
}
.greenQuote2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #006666;
}
.footerTel {
	font-size: 1.5em;
}


