/* B & T StyleSheet */

/* Reset globals and set some defaults ----------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	line-height: 1.1em;
	font-family: inherit;
	text-align: left;
}
body {
	font-size: 62.5%;
	color: #555;
	background: #19110a url(images/bodyBG.jpg) top repeat-x;
	font-family: 'lucida grande', verdana, tahoma, helvetica, arial, san-serif;
}

/* Layout & Positioning -------------------------------------------- */
.clearFix {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
#wrapper {
	width: 890px;
	margin: 0 auto;
}
#mainNav {
	height: 48px;
	margin-top: 30px;
}
#indexHeader {
	width: 890px;
	height: 355px;
	background: #19110a url(images/compass2.jpg) no-repeat;
}
#aboutHeader,
#articleHeader {
	width: 890px;
	height: 355px;
	background: #19110a url(images/sailingShip2.jpg) no-repeat;
}
#commercialHeader {
	width: 890px;
	height: 355px;
	background: #19110a url(images/booksAndPen2.jpg) no-repeat;
}
#personalHeader {
	width: 890px;
	height: 355px;
	background: #19110a url(images/oldFord2.jpg) no-repeat;
}
#contactHeader {
	width: 890px;
	height: 355px;
	background: #19110a url(images/watchAndPaper2.jpg) no-repeat;
}
#financialHeader,
#faqsHeader {
	width: 890px;
	height: 355px;
	background: #19110a url(images/fountainPen2.jpg) no-repeat;
}
#lifeHeader {
	width: 890px;
	height: 355px;
	background: #19110a url(images/parchment2.jpg) no-repeat;
}
#logo {
	display: none;
}
.fullWidthColumnContainer {
	width: 890px;
}
.threeColumnContainer {
	width: 890px;
	margin: 0 0 30px 0;
	background: #19110a url(images/threeColumnSeparatorBG.jpg) repeat-y;
}
.column260 {
	width: 260px;
	display: inline;
	float: left;
	margin-right: 40px;
	padding: 5px 0;
}
.column260Last {
	width: 260px;
	display: inline;
	float: left;
	margin-right: 0px;
	padding: 5px 0;
}
#mainContent {
	width: 890px;
}
#mainContentHome {
	width: 890px;
	background: #19110a url(images/contentBG.jpg) top no-repeat;
	padding-top: 20px;
}
.contentWideLeft {
	width: 560px;
	margin: 15px 40px 30px 0;
	display: inline;
	float: left;
}
.contentNarrowLeft {
	width: 290px;
	margin: 15px 40px 30px 0;
	display: inline;
	float: left;
}
.contentWideRight {
	width: 560px;
	margin: 15px 0 30px 0;
	display: inline;
	float: left;
}
.contentNarrowRight {
	width: 290px;
	margin: 15px 0 30px 0;
	display: inline;
	float: left;
}
.singleColumn {
	width: 885px;
	padding: 10px 0 30px 0;
}
#footer {
	width: 890px;
	height: 175px;
	background: #19110a url(images/footerBG.jpg) top no-repeat;
}
.footerLeft {
	display: inline;
	float: left;
	width: 500px;
	margin-top: 30px;
}
.footerRight {
	display: inline;
	text-align: right;
	float: right;
	width: 350px;
	margin-top: 30px;
}
.icns1 {
	float: left;
	margin: 0 15px 0 4px;
}
.topFAQs {
	border: 1px solid #281b10;
	background: #100a07 url(images/questionMark.png) top left no-repeat;
}
.gmContainer {
	width: 550px;
	padding: 1px;
	margin: -3px 0 7px 4px;
	border: 1px solid #48403a;
}
.separator {
	width: 100%;
	height: 1px;
	margin: 40px 0;
	background-color: transparent;
	border-top: 1px dotted #3d2f24;
}

/* Lists ----------------------------------------------------------- */

#mainNav ul {
	list-style: none;
	text-align: center;
}
#mainNav li {
	display: inline;
	font-family: "times new roman", times, serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 18px;
}
.topFAQs ul {
	border: 1px solid #20130e;
	background: #000;
	padding: 10px 40px;
	margin: 20px;
}
.topFAQs li {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 6px 0;
}
ul.faqs {
	margin: 0 10px;
}
ul.faqs li {
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 0 0 0.5em 0;
	color: #cc937c;
}

/* Forms ----------------------------------------------------------- */
.subscribeForm {
	margin: 10px 0 30px 0;
}
.formLabel {
	text-transform: uppercase;
	color: #676767;
	font-size: 1.1em;
	padding: 0 5px;
}
.formInputField {
	padding: 3px 3px;
	color: #e39e15;
	font-size: 1.2em;
	background-color: #100a07;
	border: 1px solid #281b10;
	margin: 4px 0px 15px 0px;
	width: 85%;
}
.formInputField:hover,
.formInputField:focus {
	background-color: #000;
	border: 1px solid #3d2f24;
}
input.newsletterSubmit {
	color: #e39e15;
	background-color: #000;
	border: none;
	cursor: pointer;
	padding: 4px 12px;
	text-transform: uppercase;
	margin-top: -12px;
	font-size: 1.0em;
}

/* Links ----------------------------------------------------------- */
a:link,
a:visited {
	color: #e39e15;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	text-decoration: underline;
}
#mainNav a:link,
#mainNav a:visited {
	color: #eee;
}
#mainNav a:hover,
#mainNav a:focus,
#mainNav a:active {
	text-decoration: none;
	color: #e39e15;
}
#mainNav a.mainNavActive:link,
#mainNav a.mainNavActive:visited {
	color: #e39e15;
}
.button1 {
	background-color: #000;
	padding: 6px 15px;
	font-size: 0.85em;
	text-transform: uppercase;
}

/* Typography ------------------------------------------------------ */
h1,
h2,
h3 {
	font-family: "times new roman", times, serif;
	color: #eee;
}
h2 {
	font-size: 1.75em;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.5px;
	padding: 0 5px 1em 5px;
}
h2.topFAQsHeadline {
	padding: 22px 0 0 63px;
}
h3 {
	font-size: 1.65em;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 0.5px;
	padding: 0 5px 1em 5px;
}
h3.pullQuote {
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1.8em;
	letter-spacing: 0.5px;
	padding: 0 10px;
	text-indent: -0.4em;
}
h4 {
	font-size: 1.2em;
	color: #fefefe;
	margin: 1.0em 5px;
	line-height: 1.3em
}
p {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0 5px 1.0em 5px;
	color: #b0b0b0;
}
p.smallPrint {
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#subscribeForm p.formErrorAlert {
	color: red;
	margin: -13px 0 0 3px;
}
.contentNarrowRight p {
	color: #909090;
}
#footer p {
	font-size: 1.1em;
	color: #777;
	padding-right: 5px;
}




