﻿
#globalUtility { background-color: #444; height: 20px; color: #efefef; font: 11px Arial, Helvetica, sans-serif; }
#globalUtility .content { width:960px; margin-left: 30px; }
#globalUtility ul { height: 20px; border-left: 1px solid #000; }
#globalUtility li {	display:block; float:left; _width:150px; }
#globalUtility li.last { border-right: 1px solid #535353; }
#globalUtility a { display:block; height: 17px; padding: 3px 8px 0 8px; border-right:1px solid #000; border-left: 1px solid #535353; color:#fff; text-decoration:none; }
#globalUtility a:visited { color:#fff; }
#globalUtility li.active a { background-color:#696969; }
#globalUtility li a:hover {	background-color:#696969; }

html, body {
    height: 100%; /* Chrome background bug fix */
    background-color:#cb6a1b;
	color: #cb6a1b;
	font: 14px Arial, Helvetica, sans-serif;
}
a {
	color: #93511b;	
}
a:visited {
	color: #93511b;	
}
a:hover {
	color: #fff;	
	background-color:#93511b;
	text-decoration:none;
	text-shadow:none;
}
#container{
	background:#fff url(/lib/images/bg-container.gif) bottom repeat-x;
	border-bottom: 20px solid #93511b;
}
#content {
	width:620px;
	height:200px;
	margin-left: 30px;
	padding: 60px 0 60px 15px;
	text-shadow:1px 1px 1px #fff;
}
#content h1 {
	font-weight: bold;
	font-size:40px;
}
#content h1.replace{
	width:215px;
	height:52px;
	background-image:url(/lib/images/txt-uxlove.gif);
	text-indent: -9999px;
	margin-bottom: 5px;
}
#content h2 {
	font-weight: bold;
	font-size:18px;
}
#content h3 {
	font-weight: bold;
	font-size:18px;
}
#content h2.replace{
	width:215px;
	height:23px;
	background-image:url(/lib/images/txt-uxd.gif);
	text-indent: -9999px;
	margin-bottom: 15px;
}
#content p {
	margin: 12px 0;
	line-height: 18px;
}
#content p strong {
	font-weight: bold;	
}
#introContent {
	/*display:none;*/	
}
#formContent {
	display:none;
}
#thanksContent {
	display:none;
}
#frmMessage {
	display:block;
	width: 300px;
	height: 20px;
}
fieldset label {
	display:block;
}	
fieldset .inputField, fieldset textarea, fieldset select {
	font: 14px Arial, Helvetica, sans-serif;
	padding:4px;
	border:solid 1px #c0c0c0;
	width:300px;
	margin:2px 0 8px 0;
	background: #ffffff url(/lib/images/bg-formfield.gif) repeat-x;
	color: #1f2073;
}
fieldset .formfooter {
	width: 310px;
}
fieldset .formfooter #inputSubmit {
	float:right;
}
.error {
	font-weight:bold;
	color:#d31b1b;
}










