/**
 * Various CSS styles relating to basic page display.
 */
body {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: .8em;
	background: #006079;
	text-align: center;
}

#page {
	display: block;
	text-align: left;
	position: relative;
	background: white url(images/logo.jpg) 125px center no-repeat;
	width: 650px;
	margin: 1.5em auto;
	z-index: 1;
	border: 1px solid #E3C57C;
}

#hCol {
	background: url(images/bizppl.jpg) no-repeat;
	padding-top: 130px;
	height: 75px;
}

#header h1.title {
	margin: 0;
	background: url(images/tcfText.gif) no-repeat;
	width: 100%;
	height: 44px;
	border-top: 1px solid #E3C57C;
}
#header h2.tagline {
	margin: 0;
	background: url(images/tagText.gif) no-repeat;
	width: 100%;
	height: 29px;
	border-bottom: 1px solid #E3C57C;
}

#header h1.title span {
	display: none;
}

#header h2.tagline span {
	display: none;
}

#sbCol {
	background: url(images/sidebarBG.png);
	border-left: 1px solid #F6E8CE;
	padding: 15px 10px;
 	z-index: 1;
}
#sidebar {
	position: relative;
	width: 140px;
	text-align: center;
}

#cCol {
	background: url(images/contentBG.png);
	padding: 10px;
	padding-top: 50px;
	padding-left: 50px;
	height: 400px;
	z-index: 2;
}
#content {
	position: relative;
	width: 429px;
}

#content a {
	color: #CC6600;
}

#content h1 {
	font-family: "Courier New", "Courier 10 Pt", courier;
	font-size: 1.5em;
	color: #E4800B;
}

#content h2 {
	font-family: "Courier New", "Courier 10 Pt", courier;
	font-size: 1.2em;
	color: #E4800B;
}

#content p { }
#content blockquote { }

#content blockquote.description {
	font-family: "Courier New", "Courier 10 Pt", courier;
	font-size: 14pt;
}

#fCol {
	border-top: 1px solid #7ECCD6;
	height: 250px;
}

#footer .topleft {
	background: #E5E8EB;
	height: 20px;
}

#footer .topright {
	border-left: 1px solid #7ECCD6;
}

#footer .bottomright {
	background: url(images/bottomInsetB.gif) repeat-y;
	border-left: 1px solid #7ECCD6;
	height: 20px;
}

#footer .bizCard {
	background: url(/images/bizCard.jpg) center center no-repeat;
	border-top: 1px solid #7ECCD6;
	border-bottom: 1px solid #7ECCD6;
}

#footer .iCol {
	background: #72848F;
	border-top: 1px solid #7ECCD6;
	border-bottom: 1px solid #7ECCD6;
	border-left: 1px solid #7ECCD6;
	width: 344px;
}

#footer .info {
	color: white;
	font-size: 12px;
	min-height: 135px;
	padding: 30px 30px 50px 30px;
}

#footer .info h2 {
	font-family: "Georgia", "Times New Roman", times;
	font-size: 18px;
	text-transform: uppercase;
}

#fCol #credits {
	color: white;
	clear: both;
	position: absolute;
	bottom: -1.2em;
	right: 0;
	padding: 2px 0;
}
#fCol #credits h6 {
	margin: 0;
	padding: 0;
}
#fCol #credits a {
	color: white;
}

.cExtraGear {
	display: block;
	position: absolute;
	z-index: 5;
}
#insetA {
	background: url(images/cExtraGear-787878-100-92.png) no-repeat;
	left: 475px;
	top: 65px;
	width: 92px;
	height: 92px;
}
#insetB {
	background: url(images/cExtraGear-8F7F55-63-152.png) no-repeat;
	left: 565px;
	top: 10px;
	width: 152px;
	height: 155px;
}
#insetC {
	background: url(images/cExtraGear-607A8A-25-153.png) no-repeat;
	left: -60px;
	bottom: 200px;
	width: 153px;
	height: 153px;
}
#insetD {
	background: url(images/cExtraGear-8F7F55-63-101.png) no-repeat;
	left: 570px;
	bottom: 55px;
	width: 101px;
	height: 101px;
}

