@charset "utf-8";
html {
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
body {
	margin: 0px;
	text-align:center;
	background: #dbc691 url("/img/corp/bg-body.jpg") top left;
}
#container {
	text-align: left;
	margin: 0px auto;
	background: #ccc;
	width: 835px;
	background: url("/img/corp/bg-center.jpg") repeat-y top left; 
}
#header {
	float: left;
	display: block;
	width: 835px;
	height: 122px;
	height: 168px;
	background: #396081 url("/img/corp/bg-header-bot.jpg") no-repeat top left;
}
#header #tv {
	float: right;
	display: none;
	margin: 15px 35px 0 0 !important;
	margin-right: 10px;
	width: 210px;
	height: 95px;
	text-indent:-9999px;
	overflow: hidden;
}
/*** Brand Menu ***/
ul#navBrands {
	position: relative;
	float: left;
	display: inline;
	margin: 40px 0 0 30px;
	padding: 0px;
	width: 247px;
	height: 51px;
	width: 326px;
	height: 68px;
	list-style: inline;
	background: #fff;
}
ul#navBrands li {
	display: block;
	float: left;
	position: relative;
	cursor:default;
	text-indent: -9999px;
	overflow:hidden;
}
ul#navBrands li a {
	display:block;
	width: 102px;
	height: 58px;
	margin: 5px 0 0 5px;
}
#navBrands li a.united {		background: #005a9c url("/img/corp/btn-united.gif") no-repeat top left; }
#navBrands li a.mktstreet {	background: #b15c11 url("/img/corp/btn-mktstreet.gif") no-repeat top left; }
#navBrands li a.amigos {		background: #00703c url("/img/corp/btn-amigos.gif") no-repeat top left; }

#hdrweekly {
	float: right;
	width: 178px;
	height: 70px;
	margin-right: 58px;
	text-indent:-9999px;
	overflow:auto;
}

/*** Main Navigation - main_menu ***/
#main_menu {
	display: block;
	clear: none;
	float: right;
	width: 800px;
	margin: 15px 10px 0 10px;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #fff;
}
.sf-menu li {
	background: url("/img/menu_divider_ylw.gif") no-repeat right 3px;
}
.sf-menu li li {
	background: #c2d7de;
	border: 1px solid #38597a;
}
.sf-menu li:hover li:hover, .sf-menu li li.over, .sf-menu li:hover ul li:hover, .sf-menu li ul li.over,
.sf-menu li:hover ul li:hover a, .sf-menu li ul li.over a { background: #38597a; color: #fff; }

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	text-decoration: none;
	color: #fff;
}
.sf-menu a:hover {	text-decoration: underline; }
.sf-menu li.sfHover li a {	color: #666; }

/*** Body Content ***/
#main {
	float: left;
	display: block;
	clear: both;
	width: 775px;
	padding: 0px 30px;
}
#main img {
	border: none;
}
.columns {
	margin: 10px 0;
	width: 100%;
	}
	.columns:after {  /* For most non-IE browsers, this encloses the two floating columns completely in the wrapper */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility:hidden;
	}
	.columns  {display: inline-block;}  /* Fix for IE Mac */
	/* Hides from IE Mac 5 \*/
	* html .columns {height: 1%;}
    /* End IE Mac 5 Hack */

.sideBarRight { background: url("/img/line-v-dot-grey.gif") repeat-y 503px 0px; }
.sideBarLeft {  background: url("/img/line-v-dot-grey.gif") repeat-y 270px 0px; }

.leftCol {
	float:left;
	display: block;
	width: 24%;
	padding:0px;
	margin:0px;
}
.sideBarRight .leftCol { width: 64%; }
.sideBarLeft  .leftCol { width: 34%; }
.twoCols .leftCol { width: 49%; }
.threeCols .leftCol { float:right; width: 31%; margin-left: 10px;  }
.centerCol {
	float:left;
	display: block;
	width: 70%;
	padding:0px;
	margin:0px auto;
}
.threeCols .centerCol { float:right; width: 31%; margin-left: 10px;  }

.rightCol {
	float:right;
	display: block;
	width: 24%;
	padding:0px;
	margin:0px;
}

.sideBarRight .rightCol { width: 34%; }
.sideBarLeft  .rightCol { width: 64%; }
.twoCols .rightCol { width: 49%; }
.threeCols .rightCol { width: 31%; margin-left: 10px; }

h1 {
	font-size: 2.1em;
	font-family: "Times New Roman", Times, serif;
	color: #386083;
	margin: 3px 0 5px 0;
}
h2 {
	font-size: 1.9em;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4688b8;
	border-bottom: 1px dotted;
	margin: 5px 0;
}
h3 {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #386083;
	margin: 5px 0;
}
h4 {
	font-size: 1.3em;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	letter-spacing: 1px;
	background: #dac492;
	padding: 5px;
	margin: 5px 0;
}
h5 {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0;
}

p, h6 {
	display: block;
	margin: 0 0 10px 0;
	line-height: 1.4em;
}

h6 { /* use this for first paragraph text */
	font-size: 1.2em;
	font-weight: normal;
}

img.imgFloatL {
	float: left;
	margin: 5px 10px 5px 0px;
}
img.imgFloatR {
	float: right;
	margin: 5px 0 5px 10px;
}
#main ul, #main ol {
	margin: 5px 10px;
	padding: 0px;
}

#main ul li {
	list-style: none;
	padding: 0 0 5px 10px;
	background: url("/img/corp/bullet.gif") no-repeat 0 5px;
	}
#main ul ul {
	margin: 5px 5px 0 5px;
	}
#main ul li li {
	background: url("/img/corp/bullet.gif") no-repeat 0 5px;
	}
#main ol {
	padding: 0 0 0 23px;
	_padding: 0 0 0 28px;
	}
#main li ol {
	margin: 5px 0 0 0;
	} 

#main a {
	color: #4688b8;
	text-decoration:underline;
	}
#main a:hover {
	color: #e2a627;
}
#main table {
	border: 1px solid #ccc;
	border-collapse:collapse;
	margin: 10px 0px;
}
#main table td {
	padding: 2px 5px;
	vertical-align: top;
}
#main table tr.alt td {
	background: #eddebb; /* lighter: #f4edde;*/
}
#main table th {
	background: #dac492;
	text-align:center;
}
tr.hilited, tr.hilited td {
	background:#333;
	color:#fff;
}

.dividerline {
	display:block;
	clear: both;
	background: url("/img/line-dot-grey.gif") repeat-x center center;
	margin: 0;
	padding: 0px;
	height: 3px;
}
/*** Footer ***/
#footer {
	clear:both;
	background: url("/img/corp/bg-footer.jpg") no-repeat bottom left;
	padding: 0px 16px;
	height: 48px;
}
#footer ul {
	list-style:none;
	display:block;
	margin: 0;
	padding: 0;
	float:right;
	position: relative;
}
#footer #brandsFtr {
	float: left;
}
#footer li {
	display: block;
	float: left;
	position: relative;
	background: url("/img/menu_divider_grey.gif") no-repeat right 7px;
	cursor:default;
	font-size: .8em;
	line-height: 28px;
	margin-top: 2px;
	text-transform:uppercase;
	padding: 0px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
#footer li.end {
	background: none;
}
#footer li a {
	padding: 8px 4px;
	margin: 0;
	text-decoration: none;
	font-style:normal;
	color: #666;
}
#footer li a:hover, #footer #links li a:hover {	color: #039;	}

#footer li a.united	{	color: #005a9c;	}
#footer li a.mktstreet {	color: #b15c11;	}
#footer li a.amigos	{	color: #00703c;	}

#footer li a.united:hover,
#footer li a.mktstreet:hover,
#footer li a.amigos:hover {	color: #fff;	}

#footer li:hover a.united, 
#footer li.over a.united, #footer li.endover a.united,
#footer li:hover a.united, #footer ul li.over a.united, 
#footer ul li.endover a.united { background: #005a9c; }

#footer li:hover a.mktstreet, 
#footer li.over a.mktstreet,#footer li.endover a.mktstreet,
#footer li:hover a.mktstreet, #footer ul li.over a.mktstreet, 
#footer ul li.endover a.mktstreet { background: #b15c11; }

#footer li:hover a.amigos, 
#footer li.over a.amigos,#footer li.endover a.amigos,
#footer li:hover a.amigos, #footer ul li.over a.amigos, 
#footer ul li.endover a.amigos { background: #00703c; }

#socialmedia {
	display: block;
	float: right;
	width: 800px;
	text-align:right;
	margin: 20px 0 5px 0;
}
#socialmedia h3 {
	font-variant:normal;
	line-height: 28px;
	margin: 0px;
}
#facebook, #twitter {
	display: block;
	float: right;
	height: 32px;
	width: 32px;
	text-align:left;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 5px;
	background: url("/img/facebook.png") no-repeat left top;
}
#twitter { background: url("/img/twitter.png"); }

#header #rhsr {
	float: right;
	display: block;
	width: 350px;
	height: 120px;
	margin-right: 20px;
	text-indent:-9999px;
	overflow: hidden;
}
#main_menu {	margin-top: 0px; }
