body {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #646464;
	line-height: 1.5em;
	background: transparent url(../images/tfw-chaos650.png) no-repeat 50% 35px;
	margin:0px;
	text-align:center;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:-0.5px;
	color: #49392f;
	margin:0px 0px 20px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:-0.5px;
	color: #49392f;
	margin:0px 0px 20px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:-0.5px;
	color: #49392f;
	margin:25px 0px 20px;
}
p {
	line-height: 1.5em;
	color: #646464;
	margin-bottom: 1em;	
}
strong { font-weight: bold; }
a:link {
	color: #47382e;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #47382e;
}
a:hover {
	text-decoration: none;
	color: #47382e;
}
a:active {
	text-decoration: underline;
	color: #47382e;
}
hr {
  	border: none;
  	width: 100%;
	background-color:#e2ded8;
	height: 1px;
	margin:20px 0px;
}


#flashContent {
 margin-top: 35px;
}

/* CORPORATE MENU */
#corpmenu {
	height: 34px;
	background-image: url(../images/back_index.png);
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #b6b2a8;
	clear: both;
	text-align:center;
	width:100%;
}
#corpmenu ul {
        margin: 0;
	list-style-type:none;
	padding: 0px;
	text-align:center;
}
#corpmenu li {
	display: inline;
        line-height: 34px;
	height: 26px;
	text-align:center;
	background-image: url(../images/divider_corp.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding: 8px 22px 8px 20px;
}
#corpmenu li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #b6b2a8;
	text-decoration: none;

}
#corpmenu li a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #b6b2a8;
	text-decoration: underline;
}

.mainText h1 {
	position:relative;
	top:10px;
	left:45px;
	font-family: "Century Gothic",Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px;
	color:#FFFFFF;
	text-indent:0px;
	text-transform:uppercase;
	font-weight:normal;
	margin:0px;
	padding-bottom:10px;
}

.mainText p {
	position:relative;
	top:5px;
	left:45px;
	width:450px;
	font-family: "Century Gothic",Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color:#CCCCCC;
	letter-spacing:.1em;
	line-height:160%;
	padding-bottom:10px;
	margin:0px;
}

.mainText p.link {
	width:600px;
}

.mainText ul li{
	font-family: "Century Gothic",Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#CCCCCC;
	position:relative;
	left:25px;
	letter-spacing:.1em;
	line-height:160%;
	margin:0px;
	padding:0px;
	padding-bottom:0px;
	width:400px;
}

.mainText b {
	font-size:14px;
	color:#FFFFFF;
}

.mainText table {
	font-size:12px;
	font-family: "Century Gothic",Verdana, Arial, Helvetica, sans-serif; 
	padding-bottom:15px;
	letter-spacing:2px;
	color:#FFFFFF;
	position:relative;
	left:45px;
	width:600px;
}

.mainText table th {
	width:100%;
	vertical-align:top;
	text-align:left;
	text-transform:uppercase;
	
}
.mainText table td {
line-height:150%;
	vertical-align:top;
}

#main {
	text-align:center;
	z-index:auto;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	position:relative;
	height:650px;
	padding:0;
	top:0;
}

#aboutBG {
	top: 75px;
	left: 20px;
	position: absolute;
	overflow: hidden;
}
/* 
  This CSS rule adds to the first selector defined in p7exp.css.
  It sets the z-index higher than the rest of the page so that the menu sits 'on top' of all the page content.
*/
#menuwrapper {
    position: relative;
    z-index: 101;
}
#footer {
	height:300px;
	margin-top:0px;
	padding-top:0px;	
}
#footerBox1 {
	top: 100px;
	left: 33px;
	height: 200px;
	width: 250px;
	position: absolute;
	overflow: hidden;
	z-index: 105;
}


