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;
	overflow:auto;
}
#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;
}




#login  {
	position: absolute;
	left: 50%;
	padding-left: 100px;
	width: 300px;
	text-align: left;
	padding-top: 15px;
}
#login .form-field label {
	display: block;
}
#login .form-field {
	float: left;
	margin-right: 10px;	
	margin-bottom:10px;
}
#login .form-field input {
	font-size: 12px;
	padding: 2px;
	border: inset 1px #ccc;
	-moz-box-shadow: inset 1px 1px 2px #ccc;
	width: 100px;
}
#login .form-field input.email {
	width: 150px;
}
#login .form-button {
	clear: left;
	float: left;
	margin-right: 25px;
}

.button {
	background-image: url("/media/images/bg-button.png");
	background-repeat: repeat-x;
	border-color:#ddd #ccc #ccc #ddd;
	border-style:solid;
	border-width:1px;
	padding:2px 8px;
	font-size: 12px;
	font-weight: bold;
}

#forgot-password-link {
	float: left;
	line-height: 18px;
	font-size: 11px;
	color: #999;
}
#forgot-password-link a {
	color: #999;
}


#login-error {
	background-color: #B81528;
	color: #fff;
	list-style: none;
	margin: 10px 0;
	padding: 6px 12px;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 0 1px 0 rgb(184, 21, 40);
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: 0 0 5px rgba(184, 21, 40, .5);
}


#identity a {
	margin-right: 10px;
}

#identity a.username {
	color: #666;
	text-decoration: none;
}