body {
	margin: 2% auto 0 auto;
	padding: 0;
	width: 831px;
	background: #c9c9c9 url('../images/landing-bg.png') 0 0 repeat-x;
}
form {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
#container {
	width: 831px;
}
#container p {
	margin: 48px auto 0 auto;
	padding: 0;
	width: 537px;
	font: 12px georgia, arial, tahoma, verdana;
}
#header {
	margin: 0 0 10px 0;
	padding: 0;
	width: 831px;
	height: 85px;
}
#header img {
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
}
#header fieldset {
	float: left;
	margin: 0 0 0 3px;
	padding: 0;
	border: none;
}
#header label {
	margin: 0 0 7px 0;
	display: block;
	font: 12px arial, tahoma, verdana;
}
#header input {
	margin: 0 3px 0 0;
	padding: 4px;
	width: 225px;
	height: 20px;
	border: 1px solid #bcbcbc;
	font: 14px arial, tahoma, verdana;
}
#header button {
	margin: 25px 0 0 3px;
}
#header div {
	clear: both;
	float: right;
	margin-top: 5px;
	width: 300px;
	text-align: right;
}
#header div a {
	margin: 0 3px 0 24px;
	padding: 0;
	font: 11px arial, tahoma, verdana;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
}
#header div a:hover {
	text-decoration: underline;
}
#content {
	clear: both;
	margin: 0;
	padding: 0;
	width: 831px;
}
#content a {
	text-decoration: none;
}
.businessunit {
	float: left;
	margin: 0 3px 15px 3px;
	padding: 8px 8px 12px 8px;
	width: 255px;
	height: 112px;
	text-transform: uppercase;
	color: #01415b;
	cursor: pointer;
	background: url('../images/businessunit-bg.png') 0 0 no-repeat;
}
.businessunit img {
	margin: 0 0 6px 0;
	padding: 0;
	width: 255px;
	height: 93px;
}
.businessunit span {
	margin: 0 0 0 6px;
	padding: 0;
	font: bold 14px arial, tahoma, verdana;
}
#footer {
	clear: both;
	margin: 15px 0 0 0;
	padding: 7px;
	width: 811px;
	height: 21px;
	background: url('../images/footer-bg.png') 0 0 repeat-x;
}
#footer select {
	margin: 0 36px 0 6px;
	padding: 1px 0 1px 0;
	width: 185px;
	font: 12px arial, tahoma, verdana; 
}
#footer a {
	margin: 0 40px 0 0;
	padding: 0;
	font: 11px arial, tahoma, verdana;
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
button { 
	position: relative;
	margin: 0;
	padding: 0 5px 0 0; 
	cursor: default;
	overflow: visible; /* removes extra side padding in IE */
	font: bold 10px tahoma, arial, verdana;
	border: 0;
	background: transparent url('../buttons/button_bg_sprite.gif') 100% -120px no-repeat;
}
button span {
	position: relative;
	display: block;
	padding: 4px 0 0 5px;
	height:16px;
	text-transform: uppercase;  
	white-space: nowrap;
	background: transparent url('../buttons/button_bg_sprite.gif') 0 0 no-repeat;	
}
button::-moz-focus-inner {
	padding:0; 
	border: none;  /* overrides extra padding in Firefox */
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}				
button.submit:hover,
button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */
	background-position: 100% -160px; 
}	
button.submit:hover span,
button.submitButtonHover span {
	background-position: 0 -40px;
}
button.cancel:hover,
button.cancelButtonHover { /* the redundant class is used to apply the hover state with a script */
	background-position: 100% -200px; 
}	
button.cancel:hover span,
button.cancelButtonHover span {
	background-position: 0 -80px;
}
.floatright {
	float: right;
}
#lightbox_cnt a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}