@charset "UTF-8";

/* Container */

#globalNav {
	background: url(/images/header-alternate-navBg.jpg) no-repeat;
	height: 41px;
	padding-left: 10px;
	margin: 0px auto;
	width: 925px;
}

/* Top Level */
#globalNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#globalNav ul li{
	float: left;
	width: 172px;
	position: relative;
	padding-top: 8px;
	margin-right: 2px;
	margin-left: 2px;
}
#globalNav a {
	line-height: 26px;
	background: url(/images/header-alternate-btn.jpg) no-repeat;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #68533C;
	text-decoration: none;
	font-weight: bold;
}
#globalNav a:hover {
	color: #000000;
}

/* Sub Level */


#globalNav .sub {
	position: absolute;
	background: url(/images/header-alternate-sub.jpg) no-repeat;
	width: 200px;
	margin: 0px;
	padding: 8px 0px 0px;
	left: -2000em;
}

#globalNav li:hover .sub, #globalNav li.sfhover .sub {left: 0;}
#globalNav li:hover .sub .flyout {left: -2000em;}

#globalNav .sub li {
	float:none;
	width: 200px;
	margin: 0px;
	padding: 0px;
	position: relative;
	vertical-align:bottom;
}
#globalNav .sub a {
	text-align: left;
	background: url(/images/header-alternate-sub.jpg) no-repeat left -8px;
	line-height: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#globalNav .cap {
	background: url(/images/header-alternate-sub.jpg) no-repeat left -28px;
	height: 8px;
	list-style: none;
}
/* Flyout */

#globalNav .flyout {
	position: absolute;
	left: -2000em;
	top:4px;
}


/* Actions */

#globalNav .sub li:hover .flyout, #globalNav .sub li.sfhover .flyout {left: 200px;}

/* Alternate */

#alternateMessage {
	background: url(/images/header-alternate.jpg) no-repeat;
	height: 199px;
	width: 435px;
	padding-left: 450px;
	padding-right: 50px;
	color: #68533c;
	font-size: 14px;
	line-height: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 30px;
	text-align: left;
}
#alternateMessage h1 {
	font-style: italic;
}
#alternateMessage p {
	margin: 15px 0px;
}

#flashContent {width:935px; width: 0px auto;}
