/*  Site styles created August 2005 by Chris Tingom cmt@tornadodesign.com */
body {
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin:	0;
	padding: 0;
	color: #331300;
}

P  {
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size : 13px;
	line-height: 20px;
}

/*  The stylesheet will override the body tag */
A:link {
	text-decoration: none;
	color: #7D7D7D;
}
A:visited {
	text-decoration: none;
	color: #7D7D7D;
}
A:hover {
	text-decoration: none;
	color: #0070B2;
}
A:active {
	text-decoration: underline;
	color: #0070B2;
}

A.subnavActive {
	color: #0070B2;
}
A.subnavActive:visited {
	color: #0070B2;
}

select {
	font-weight: Normal;
	font-family: Arial, Geneva, sans-serif;
	font-size : 11px;
}

input, textarea {
	font-family: Arial, Geneva, sans-serif;
	font-size : 11px;
}

/*  Specific text styles */
.copy {
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size : 13px;
	line-height: 20px;
	color: #7D7D7D;
}

.headline {
	font-family: Helvetica Black, Verdana, Arial, Geneva, sans-serif;
	font-size: 13px;
	font-weight: Normal;
	color: #0078AE;
	line-height: 22px;
	text-transform: Uppercase;
}

.subheadline {
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size: 12px;
	font-weight: Bold;
	color: #0078AE;
	line-height: 22px;
	text-transform: Uppercase;
}

.subheadline2 {
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size: 11px;
	font-weight: Bold;
	line-height: 22px;
	text-transform: Uppercase;
}

.address {
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size : 13px;
	line-height: 20px;
	color: #7D7D7D;
	padding-top:3px;
}

blockquote {
	width: 125px;
	margin: auto;
	color: black;
	border: 1px solid #F5FAFA;
	background: #E7E7E8 url('../images/subpages/quotes.gif') top left no-repeat;
	padding: 5px;
	padding-left: 16px;
	line-height: 30px;
}

.testimonial {
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size : 10px;
	line-height: 20px;
	color: #7D7D7D;
}

.subnav {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 8px;
	color: #7D7D7D;
	line-height: 10px;
	text-transform: Uppercase;
	font-weight: bold;
}

.subnavRowBullet { 
	width:30px;
	padding-top:7px;
	padding-bottom:5px;
}

.subnavRowItem {
	padding-left:4px;
	padding-top:5px;
	padding-bottom:5px;
}

.subnavLine {
	padding-top:10px;
}

.sidebarRowBullet { 
	width:15px;
	padding-top:7px;
	padding-bottom:5px;
}


