@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0;
	background-color:#EEEEEE;
}
form {
	margin:0;
	padding:0;
}
img {
	border:0;
}
.clear {
	clear:both;
}
.hide {
	display:none;
}

#wrapper {
	width:955px;
	height:600px;
	margin:0 auto;
	padding:0;
}
a {
	color:#FFFFFF;
	font-weight:bold;
	font-size:9px;
}

/******** HEADER STYLES ********/
#header {
	width:955px;
	height:85px;
	margin:0;
	background-image:url(../images/header_bg.gif);
	background-repeat:repeat-x;
}
#header .logo a {
	width:139px;
	height:85px;
	margin:0 0 0 32px;
	float:left;
	display:block;
	background-image:url(../images/header_logo.gif);
	background-repeat:no-repeat;
}
#header .logo a h1 {
	display:none;
}
#header .nav {
	width:287px;
	height:36px;
	margin:49px 76px 0 0;
	float:right;
}
ul#navigation {
	list-style:none;
	margin:0 0 0 0;
	padding:0;
	width:287px;
	height:36px;
}
ul#navigation li {
	position:relative;
	float:left;
	display:block;
	height:35px;
}
ul#navigation li a {
	display:block;
	height:36px;
	background-image:url(../images/header-nav-matrix.gif);
	background-repeat:no-repeat;
}
ul#navigation li span { display:none; }

ul#navigation li.nav-01 a { background-position:0px 0px; width:56px; }
ul#navigation li.nav-02 a { background-position:-96px  0px; width:71px; margin-left:40px;}
ul#navigation li.nav-03 a { background-position:-211px 0px; width:76px; margin-left:44px;}

ul#navigation li.nav-01 a:hover { background-position:0px -36px;}
ul#navigation li.nav-02 a:hover { background-position:-96px -36px;}
ul#navigation li.nav-03 a:hover { background-position:-211px -36px;}


/******** SUBHEADER STYLES ********/
#subheader {
	width:955px;
	height:75px;
	margin:0;
	background-image:url(../images/subheader-bg.gif);
	background-repeat:no-repeat;
}
#subheader .accel a {
	width:355px;
	height:75px;
	margin-left:36px;
	background-image:url(../images/subheader_text_matrix.gif);
	background-repeat:no-repeat;
	display:block;
}
#subheader .accel a:hover {
	background-position:0 -75px;
}
#subheader .accel a h2 {
	display:none;
}


/******** CONTENT STYLES ********/
#content {
	width:955px;
	height:406px;
	margin:0;
	padding:0;
	background-image:url(../images/content-bg.gif);
	background-repeat:no-repeat;
}
#content .core {
	width:842px;
	height:293px;
	padding:26px 0 0 33px;
}
#content .core .stage {
	width:842px;
	height:290px;
	background-color:#B65400;
}
#content .core .stage .image {
	width:222px;
	height:280px;
	margin:5px 10px 5px 5px;
	float:left;
}
#content .core .stage .text-area {
	width:581px;
	float:left;
	margin:5px 0;
}
#content .core .stage .text-area ul {
	list-style:none;
	margin:0;
	padding:0;
}
#content .core .stage .text-area li {
	margin:8px 0 0 0;
	padding:0;
}
#content .core .stage .text-area .title {
	width:317px;
	height:33px;
	margin:0 0 8px 0;
}
#content .core .stage .text-area .title-form {
	width:420px;
	margin:0 0 8px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
#content .core .stage .text-area .text-left {
	width:260px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	margin:0 25px 0 0;
	float:left;
}
#content .core .stage .text-area .text-right {
	width:275px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	margin:0;
	float:left;
}
#content .core .stage .text-area input {
	width:162px;
	height:13px;
	margin:0;
	float:left;
}
#content .core .stage .text-area select  {
	height:20px;
	margin:8px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	float:left;
}
#content .core .stage label {
	width:85px;
	float:left;
	padding-top:3px;
}
#content .core .stage .endcap {
	width:18px;
	height:290px;
	background-image:url(../images/content_endcap.gif);
	background-repeat:no-repeat;
	float:right;
}




/******** FOOTER STYLES ********/
#footer {
	width:955px;
	height:34px;
	margin:0;
	background-color:#ABACAF;
}
#footer .link a {
	width:235px;
	height:34px;
	margin:0 87px 0 0;
	float:right;
	background-image:url(../images/footer-text.gif);
	background-repeat:no-repeat;
	display:block;
}
#footer .link a h2 {
	display:none;
}
#footer .faces a {
	width:237px;
	height:34px;
	margin-left:35px;
	background-image:url(../images/footer-btn-faces-matrix.gif);
	background-repeat:no-repeat;
	float:left;
}
#footer .faces a:hover {
	background-position:0 -34px;
}
#footer .faces a span {
	display:none;
}

.error {
	font-family: Arial Narrow,Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ff0000;
	font-weight: 700;
}