@charset "utf-8";
html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
	color: black;
	background: white;
	}
	
body {
	width: 800px;
	margin: 0 auto 25px;
}

p {
	font-size: 0.85em;
}

a:link {
	color: #004785;
}

a:visited {
	color: #9B191D;
}
a:hover {
	color: #000000;
}

h1 {
	font-size: 1.5em;
	color: #004785;
}

h2 {
	font-size: 1.25em;
	color: #004785;
	font-style: italic;
	text-decoration: underline;
}

#header, #content, #footer {
	width: 100%;
}
#header {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 125px;
}

#content {
	overflow: auto;
	float: left;
	width: 99.25%;
}

#leftNavBar {
	padding: 7px;
	float: left;
	width: 150px;
	text-decoration: underline;
	font-size: .95em;
	font-weight: bold;
}
#rightColumn {
	padding: 3px;
	float: left;
	width: 620px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	text-align: center;
	color: #bbb;
	clear: both;
}

#footer .byline {
	background-color: #9B191D;
	color: #ffffff;
}

.redWordM {
	font-weight: bold;
	color: #9B191D;
	font-size: 1em;
}

.redWord {
	font-weight: bold;
	color: #9B191D;
	font-size: 1.25em;
}
#form {
	float: left;
	width: 100%;
	background-color: #CCCCCC;
}

.blueWord {
	font-weight: bold;
	color: #004785;
	font-size: 1.25em;
}
.redWordSmall {
	font-weight: normal;
	color: #9B191D;
	font-size: 1em;
}
#ImageRColumn {
	padding: 7px;
	position: relative;
	float: right;
	width: 140px;
	font-size: .75em;
	text-align: center;
}
ul {
	font-size: 0.85em;
}
.smallword {
	font-weight: normal;
	color: #000000;
	font-size: .75em;
}

table.testimonials td p {
	font-size: 0.85em;
	text-align: left;
	font-style: italic;
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px solid #bbb;
	}
.em { font-style: italic; }

a.white:link,
a.white:visited {
	color: #ffffff;
	text-decoration: underline}
	
a.white:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}
	
a.white:active {
	color: #ffffff;
	text-decoration: ;
	}
.tel {
	font-size: 125%;
	color: #900;
	white-space: nowrap;
	}
	
.right { 
	position: relative;
	float: right;
	}

.left { 
	position: relative;
	float: left;
	}
.center { text-align: center; }
.clear { clear: both; }
