/* 
  -----------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Global Styles
  Basic Layouts 1-7
  -----------------------------------
*/
body {
	font-family: "Caslon", "Garamond", "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000000;
	background-color: #040404;
	margin: 0px;
	padding: 0px;
}
#masthead {

}
#logo img {
	border: 0;
}
/*COLUMNS*/
#columnwrapper {
	margin: 0 auto;
	position: relative;
}
#columns-top {
	height: 12px;
}
#c1, #c2, #c3, #c4 {
	float: left;
}
#columns-bottom {
	clear: both;
}
.content {
	padding: 8px 20px;
	font-size: 0.75em;
	line-height: 1.5em;
}
.content p {
	margin: 6px 0px 12px;
}
h1 {
	margin: 0px;
	font-weight: normal;
	font-size: 36px;
	letter-spacing: 0.2em;
	font-variant:small-caps;
}
h2 {
	font-size: 30px;
	font-weight: normal;
	margin: 28px 0px 0px;
	font-variant:small-caps;
}
h3 {
	font-size: 1em;
	margin: 28px 0px 0px;
}
#footer {
	margin: 0px auto;
	font-size: .7em;
	color: #fff;
}
#footercontent {
	padding: 12px 0;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*GLOBALS: Nav Bar*/
#tnav {
	font-size: 0.8em;
	padding-bottom: 12px;
	margin-bottom: 30px;
}
#tnav-center {
	margin: 0 auto;
	border-left: 1px solid #333;
}
#tnav ul {
	margin: 0;
	padding: 0;
}
#tnav li {
	list-style-type: none;
	float: left;
}
#tnav #BasicNav a {
	float: left;
	color: #000000;
	padding: 10px;
	text-decoration: none;
	border-right: 1px solid #333333;
}
#tnav #BasicNav a:hover {
	color: #FFFFFF;
}
#p7PMnav {
	background-image: none !important;
	background-color: transparent !important;
}
/*GLOBALS: Link Styles other than main navigation bar*/
a:link {
	color: #772F1E;
}
a:visited {
	color: #772F1E;
}
a:hover {
	color: #ba2c0a;
}
a:active {
	color: #772F1E;
}
/*CUSTOM ELEVATOR STYLES
#masthead #epmExternal {
	position: absolute;
	left: 200px;
	z-index: 999999;
	top: 36px;
	font-size: 0.7em;
	border: 0;
}
#iQ-elevator .p7epm_cwrapper,
#iQ-elevator .p7epm_content,
#iQ-elevator .p7EPM02 {
	border: 0;
	font-size: .9em;
}
#masthead #epmExternal .p7epm_trigs li {
	margin-right: 2px;
}
#masthead #epmExternal .p7epm_trigs a {
	color: #999999;
	padding: 4px 10px;
	line-height: 1.5em;
	display: block;
	text-decoration: none;
	background-color: #2A2A2A;
	float: left;
	border-top: 1px solid #3C3C3C;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #3C3C3C;
}
#masthead #epmExternal .p7epm_trigs a:hover {
	color: #FFFFFF;
}
#masthead #epmExternal .p7epm_trigs .p7epm_open {
	color: #FFFFFF !important;
	background-color: #414141;
	border-color: #000000;
} */
.homeTitle {
	position: absolute;
	color: #f9f0d0;
	left: 506px;
	top: 133px;
}
.homeTitle h1 {
	font-size: 52px;
	letter-spacing: 0px;
	font-family: "NewAthenaUnicodeRegular", "Times New Roman", Times, serif;
	text-indent: -50px;
	font-variant: small-caps;
	font-weight: normal;
	text-shadow: 2px 2px 1px #222;
}
.homeContent1 {
	border: 2px solid #f9f0d0;
	background-image: url(../images/presentation/f9f0d0-70.png);
	background-repeat: repeat;
	box-shadow: inset 0px 0px 8px #a38773;
	padding: 5px 10px 10px 10px;
}
.hcContainer {
	padding-bottom: 45px;
	position: absolute;
	width: 323px;
	left: 582px;
	top: 269px;
	color: #2b110b;
}
.homeContent1 h2 {
	margin: 0 5px;
}
.brownText {
	color: #772f1e;
}
.smCappit {
	font-variant:small-caps;
}
.underScore {
	border-bottom: 1px solid #333;
}
.textLeft {
	float: left;
	text-align: left;
}
.textRight {
	float:right;
	text-align: right;
}
.clearit {
	clear:both;
}
.addressLine {
	padding: 5px 0;
}
.img {
	border: none !important;
}