#container {
	width: 762px;
	/* max for 800x600 without scroll is 770px */
	height: 575px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	text-align: center;
	/* IE 5 fix for margin auto */
	border: 0px solid white;
}
#header {
	width: 762px;
	height: 86px;
	border: 0px solid blue;
}
#navBlock {
	width: 761px;
	height: 20px;
	float: left;
	border: 1px solid white;
	margin: 0;
	padding: 0;
}

/****** Vertical/Horizontal Nav ******/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align: left;
}
#nav a {
	display: block;
	width: 87px; /* set to auto for horizontal menu */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
#nav li:hover, li.sfhover {
	background-color:#666666;
}
#nav li {
	/* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px; 
	padding-bottom: 4px;
	border-right: 1px solid white;
}


#nav li ul {
	/* second-level lists */
	position: absolute;
	background-color: #333333;
	width: 108px;	/* set to auto for horizontal nav */
	left: -999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 999;
	margin-top: 4px; /* push second level down based on li padding */
	margin-left: -11px; /* push left based on li padding */
	border-top: 1px solid white;
	/* border-bottom: 1px solid white; /* add back for horizontal nav */
	border-left: 1px solid white;
}
#nav li ul li {
	border-bottom: 1px solid white; /* added for vertical nav */
}
#nav li:hover ul, #nav li.sfhover ul {
	/* lists nested under hovered list items */
	left: auto;
}

/****** Center Content ******/
#center {	/* main center content (part of template */
	width: 762px;
	/*height: auto; */
	min-height: 440px;	
	clear: both;
}
#center_fixed {	/* fixed height center, specific to page */
	width: 762px;
	height: 440px;
	background-image: url(http://do1kq8ugotc45.cloudfront.net/images/worldbg.gif);
}
#center_left {	/* left column (home page) */
	width: 561px;
	height: 339px;
	border: 0px solid green;
	float: left;
	background-image: url(http://do1kq8ugotc45.cloudfront.net/images/home/spotlight.jpg);
}
#center_right { /* right column (home page) */
	width: 201px;
	height: 339px;
	float: left;
	position: relative;
	background-image: url(http://do1kq8ugotc45.cloudfront.net/images/home/brand_content.gif);
	text-align: center;
}
#center_head {	/* center content header */
	position: relative;
	top: 20px;
	left: 0px;
	width: 550px;
	height: 20px;
	border-bottom: 1px solid white;
	padding-left: 30px;
	text-align: left;
	z-index: 100;
	float: left;
}
#center_content {	/* center content */
	position: relative;
	width: 732px;
	height: auto;
	border-left: 1px solid white;
	margin-left: 20px;
	padding-left: 10px;
	padding-top: 25px;
	z-index: 200;
	text-align: left;
	clear: both;
}
.rightBrandLayer {
	position: absolute;
	width: 196px; /* reduced to account for left padding */
	height: 339px;
	left: 0px;
	visibility: hidden;
	text-align: center;
	padding-left: 5px;
}

/****** Footer Content ******/
#footer_top {
	width: 762px;
	height: 95px;
	border: 0px solid black;
	clear: both;
	margin-top: 0px;
}
#brandTable {
	width: 762px;
	background-color:#999999;
}
#brandTableRowTwo {
	width: 762px;
	background-color:#999999;
}
#handheld_brandTable {
	display: none;
}

#footer_bottom {
	width: 762px;
	height: 20px;
	border: 0px solid yellow;
	clear: both;
}

#mainLogo {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 color: white;
 text-align: left;
}
#mainLogo a {
	color: #66CCFF;
}
#mainLogo ul {
	margin-left: 20px;
}