﻿body{
	font-family: "Century Gothic", Helvetica, Verdana, Sans-serif;
	color: #000000;
}
.clearFix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}

h1, h2, h3, h4, h5{
		font-family: Georgia, Sans;
}
h1 {
		line-height: 1em;
		margin-bottom: 1em;
		}

h2 {
		line-height: 1.33333333em;
		margin-top: 2em;
		margin-bottom: 0.66666666em;
		}

h3 {
		line-height: 1.5384615em;
		margin-top: 1.5384615em;
		}
#services-wrapper h3, #tbi-wrapper h3{
	text-transform:uppercase;
	background-color: #ececec;
	border:none;
}
p {
		line-height: 1.66666666em;
		margin-bottom: 1.6666666em;
		}

/* Definition List */
dl dd{
	line-height: 1.3em;
	margin-bottom: 1em;
}
dt{
	font-weight:bold;
	line-height: 1.5em;
}

dl#contact-info dd{
	margin-bottom: 0;
	line-height: 1.3em;
}

/* Content */

#content
{	margin:0;
	line-height: 1.2em;
}

#content p
{
	margin-bottom: 1.2em;
}

#content h2,h3,h4,h5,h6
{
	color: #545454;
	margin-bottom: .5em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

#content h2
{
	font-size: 1.5em;
	margin-top:.85em;
	border-bottom: 1px solid #ccc;
}

#content h3
{
	font-size: 1.1em;
}

#content ul
{
	margin-bottom: 1.2em;
	padding-left: 1em;
	list-style: square;
}
/* Quote */
#content blockquote
{
	margin-bottom: 1.2em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #005082;
	background: #FDFDFD;
}
#content blockquote p {
		margin-bottom: 0;
		line-height: 1.5384615em;
		font-size: 1.2em;
		font-style: italic;
		font-family: "Times New Roman", Times, serif;
		}

#content q {
	quotes: '\201C' '\201D';
	font-style:
}
#content q:before{ content: open-quote; }
#content q:after{ content: close-quote;}

cite {
		font-weight: bold;
		font-style: normal;
		display: block;
		text-align: right;
		}

#content table
{
	margin-bottom: 1.2em;
	border-collapse: collapse;
	text-align: left;
}

#content table th
{
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowH
{
	color: #000;
	border-bottom: 1px solid #ccc;
}

#content table tr.rowA
{
	color: inherit;
}

#content table tr.rowB
{
	color: inherit;
}

/* Videos & E-mail/Contact List */
table th{
	border-bottom: 1px solid #ccc;
	background-color: #ececec;
}

table tr td.title, table tr td.dept{
	font-weight: bold;
	font-family: Georgia, Sans;
}

table tr td{
	border-bottom: 1px solid #ececec;
}

/* Box Model */
.box{
	border: 1px solid #ccc;
	
}

/* Address */
address{
	margin-left: 5em;
	font-weight: bold;
	font-family: Georgia, Sans;
	font-style:normal;
	
}