body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
p{
margin-top:5px;
}
img{border:none;}
/*
* headings
*/
h1{
font-size:14px;
color:#ffffff;
font-weight:bold;
}
h2{
color:#ee9500;
font-size:12px;
font-weight:bold;
}

h3.floorplan {
color:#ffffff;
font-size:12px;
font-weight:bold;
}

/*
* links
*/

a {
color:#ffd84e;
text-decoration:none;
}
a:hover{
color:#435362;
}

.main-copy {

}

/*
* nav text
*/
.top-nav-text{
font-size:12px;
color:#ee9500;
}
.top-nav-text a{
color:#FFFFFF;
}
.top-nav-text a:hover{
color:#ee9500;
}

.venue-nav-text{
font-size:13px;
text-align:right;
color:#333333;
}
.venue-nav-text a{
color:#666666;
}
.venue-nav-text a:hover{
color:#ee9500;
}

.sub-nav-text{
font-size:13px;
color:#ee9500;
}
.sub-nav-text a{
color:#333333;
}
.sub-nav-text a:hover{
color:#ee9500;
}
.bottom-nav-text{
font-size:10px;
text-align:right;
color:#333333;
}
.bottom-nav-text a{
color:#333333;
}
.bottom-nav-text a:hover{
color:#ee9500;
}
/*
* login form
*/

.login-text{
font-size:12px;
color:#666666;
text-align:right;
}
.form-input{
text-align:right;
padding-right:10px;
font-size:10px;
line-height:10px;
width:90px;
height:12px;
background-color:#cccccc;
}
.form-button{
width:57px;
height:12px;
border:0;
background-image:url(../images/form-submit.jpg);
}
.form-links{
margin-top:-10px;
font-size:9px;
color:#999999;
}
.form-links a{
color:#999999;
}
.form-links a:hover{
color:#ee9500;
}
/*
* newsletter form
*/
#newsletter-wrapper{
margin:38px 0 0 15px;
}
#newsletter-form{
color:#ffffff;
width:297px;
margin:0 0 0 128px;
line-height:20px;
}
#newsletter-form form input{
border:none;
}

#captcha {
	background-color: #DDD;
	width: 90px;
	margin-bottom: 5px;
}

.textbox {
	width: 150px;
}
/*
* employment form
*/

#employment-form input,
#employment-form textarea {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}

#employment-form {
	width: 560px;
}

#employment-form tr td {
	padding: 0 0 8px;
}

#employment-form tr td.extra-pad {
	padding: 0 0 18px;
}

#employment-form .textbox {
	width: 140px;
}

#employment-form .textfield {
	width: 543px;
	margin-bottom: 5px;
	padding: 2px;
}

#employment-form label {
	padding: 0 5px 0 0;
}

#employment-form .checkbox {
	padding: 0 0 0 0;
	margin: 0 8px 0 0;
}

#employment-form .btn-submit {
	margin: 0 16px 0 0;
}

#employment-form .file-upload {
	width: 240px;
}

.error {
	padding: 20px;
	border: 1px solid #990000;
	background-color: #FF6666;
	color: #333333;
}

