body
{
	background: url(../img/v1/BgBody.jpg) #f9f9f9 repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #4c4c4c;
}

/* Links*/
a:link, a:visited
{
	text-decoration: none;
}
a:hover, a:focus, a:active
{
	text-decoration: underline;
}

/* General */
h1, #bmg-home #main-content h2, #bmg-home #main-content h3
{
	color: #0066A4;
}
p, ul, ol, table, fieldset
{
	margin: 1em 0;
}
ul, ol
{
	padding-left: 3ex;
}
li ul
{
	margin: .5em 0;
}
a img, .addthis_button img
{
	border: none;
}
hr
{
	display: none;
}

/* Wrappers */
#wrapper-outer
{
	background: url(../img/v1/BgWrapOut.jpg) no-repeat top left;
}
#wrapper
{
	width: 876px;
	margin: 0 0 0 113px;
	font-size: 1.2em;
}

/* Logo */
#logo a
{
	display: block;
	width: 306px;
	height: 96px;
	margin-left: 28px;
}
#logo img
{
	display: none;
}

/* Main Nav */
#main-nav
{
	position: relative;
	z-index: 151;
	height: 32px;
	background: url(../img/v1/BMG.png) -11px -12px no-repeat;
}
#main-nav ul
{
	float: left;
	width: 616px;
	height: 32px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-nav li
{
	position: absolute;
	z-index: 5;
	top: 0;
}

#main-nav li a
{
	display: block;
	height: 32px;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
}

#nav-home
{
	left: 0;
	width: 46px;
}
#nav-corp
{
	left: 46px;
	width: 95px;
}
#nav-commissionsoup
{
	left: 141px;
	width: 102px;
}
#nav-rewardsrunner
{
	left: 243px;
	width: 103px;
}
#nav-infusionstrategies
{
	left: 346px;
	width: 116px;
}
#nav-news
{
	left: 462px;
	width: 43px;
}
#nav-events
{
	left: 505px;
	width: 52px;
}
#nav-contact
{
	left: 557px;
	width: 59px;
}

#nav-home a:hover
{
	background: url(../img/v1/BMG.png) -11px -50px no-repeat;
}
#nav-corp a:hover
{
	background: url(../img/v1/BMG.png) -57px -50px no-repeat;
}
#nav-commissionsoup a:hover
{
	background: url(../img/v1/BMG.png) -152px -50px no-repeat;
}
#nav-rewardsrunner a:hover
{
	background: url(../img/v1/BMG.png) -254px -50px no-repeat;
}
#nav-infusionstrategies a:hover
{
	background: url(../img/v1/BMG.png) -357px -50px no-repeat;
}
#nav-news a:hover
{
	background: url(../img/v1/BMG.png) -473px -50px no-repeat;
}
#nav-events a:hover
{
	background: url(../img/v1/BMG.png) -516px -50px no-repeat;
}
#nav-contact a:hover
{
	background: url(../img/v1/BMG.png) -568px -50px no-repeat;
}

/* Sub-main Nav */
#main-nav li ul
{
	display: none;
	position: absolute;
	z-index: 1;
	top: 32px;
	left: 0;
	width: 9em;
	height: auto;
	margin: 0;
	background-color: #EEE;
	border: solid 1px #F2F2F2;
	border-right-color: #AFAFAF;
	border-width: 1px 1px 0;
}
#main-nav li:hover ul, #main-nav li.over ul
{
	display: block;
}
#main-nav li li
{
	position: static;
	display: block;
	height: auto;
	border-bottom: solid 1px #AFAFAF;
}
#main-nav li li a
{
	position: static;
	display: block;
	height: auto;
	min-height: 0;
	padding: 4px 8px;
	font-size: .9em;
	text-indent: 0;
	background: none !important;
}
#main-nav li li a:link, #main-nav li li a:visited
{
	color: #6B6B6B;
}
#main-nav li li a:hover, #main-nav li li a:focus, #main-nav li li a:active
{
	color: #D26F1A;
	text-decoration: none;
}

#dateline
{
	float: right;
	padding: 11px 10px 0 0;
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}

#bookmark
{
	float: right;
	padding: 9px 10px 0 0;
}

/* Main Body */
#main-body
{
	background: #FFF url(../img/v1/BgMainBody.jpg) 0 0 no-repeat;
	padding: 13px 0 1em 168px;
}
#bmg-home #main-body
{
	padding: 0 0 1em;
	background: #FFF url(../img/v1/HomeMain.jpg) 20px 10px no-repeat;
}
#main-content
{
	float: left;
	width: 436px;
	margin: 0 15px 0 0;
}
#main-content p
{
	text-align: justify;
}
#breadcrumb
{
	font-size: 0.9em;
}
#main-content h1
{
	position: relative;
	left: -33px;
	width: 481px;
	min-height: 38px;
	padding: 4px 0 0 33px;
	background: url(../img/v1/BgH1.png) 0 0 no-repeat;
}
.related-links h4
{
	display: none;
}
.related-links ul
{
	list-style: none;
	margin: 1em 0;
	padding: 0;
}
.related-links li
{
	margin-bottom: 0.25em;
	font-size: 1.1em;
}

/* Aside */
.aside
{
	float: left;
	width: 241px;
	font-size: 0.95em;
}
.aside a:link, .aside a:visited
{
	color: #333;
	font-weight: bold;
}
.aside a:hover, .aside a:focus, .aside a:active
{
	color: #0066A4;
}
.aside-mod
{
	position: relative;
	z-index: 150;
	margin: 55px 0 0 0;
	padding: 0 12px 20px 18px;
	background: url(../img/v1/BgAsideMod.jpg) 0 0 repeat-y;
}
.aside-mod-btm
{
	position: absolute;
	z-index: -2;
	bottom: 0;
	left: 0;
	width: 241px;
	height: 61px;
	background: url(../img/v1/BMG.png) -11px -407px no-repeat;
}
#aside-corp h3, #aside-links h3, #aside-members h3
{
	position: absolute;
	z-index: -1;
	top: -44px;
	left: 0;
	width: 241px;
	height: 71px;
	margin: 0;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
}
#aside-corp h3
{
	background: url(../img/v1/BMG.png) -257px -321px no-repeat;
}
#aside-corp h4
{
	margin-bottom: 0;
	color: #907218;
}
#aside-links h3
{
	background: url(../img/v1/BMG.png) -503px -321px no-repeat;
}
#aside-links ul
{
	float: left;
	width: 6.1em;
	margin: 0 0 1em;
	padding: 0;
	list-style: none;
}
#aside-links ul.external-links
{
	width: auto;
}
#aside-members h3
{
	background: url(../img/v1/BMG.png) -749px -321px no-repeat;
}
#aside-social
{
	margin: 12px 0 0 18px;
}
#aside-social ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#aside-social li
{
	float: left;
	margin: 3px 5px 1em 0;
}
#aside-social li a
{
	display: block;
	width: 33px;
	height: 33px;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
}
#aside-twitter a
{
	background: url(../img/v1/BMG.png) -577px -124px no-repeat;
}
#aside-facebook a
{
	background: url(../img/v1/BMG.png) -615px -124px no-repeat;
}
#aside-linkedin a
{
	background: url(../img/v1/BMG.png) -653px -124px no-repeat;
}
#aside-twitter a:hover
{
	background: url(../img/v1/BMG.png) -577px -162px no-repeat;
}
#aside-facebook a:hover
{
	background: url(../img/v1/BMG.png) -615px -162px no-repeat;
}
#aside-linkedin a:hover
{
	background: url(../img/v1/BMG.png) -653px -162px no-repeat;
}

/* Home page */
#main-home
{
	position: relative;
	z-index: 150;
	width: 100%;
	height: 312px;
	background: url(../img/v1/BgShadow.jpg) 0 300px repeat-x;
}
#bmg-home #commissionsoup, #bmg-home #rewardsrunner, #bmg-home #infusionstrategies
{
	position: absolute;
	z-index: 1;
	top: 17px;
	left: 385px;
	width: 231px;
	height: 50px;
	padding: 36px 0 0 80px;
}
#bmg-home #rewardsrunner
{
	top: 104px;
}
#bmg-home #infusionstrategies
{
	top: 192px;
}
#bmg-home #commissionsoup h2, #bmg-home #rewardsrunner h2, #bmg-home #infusionstrategies h2
{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	margin: 0;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
}
#bmg-home #commissionsoup h2
{
	background: url(../img/v1/BMG.png) -11px -110px no-repeat;
}
#bmg-home #rewardsrunner h2
{
	background: url(../img/v1/BMG.png) -102px -110px no-repeat;
}
#bmg-home #infusionstrategies h2
{
	background: url(../img/v1/BMG.png) -191px -110px no-repeat;
}
#bmg-home #commissionsoup h2 a, #bmg-home #rewardsrunner h2 a, #bmg-home #infusionstrategies h2 a
{
	display: block;
	width: 100%;
	height: 100%;
}
#bmg-home #commissionsoup p, #bmg-home #rewardsrunner p, #bmg-home #infusionstrategies p
{
	margin: 2px 0 0;
	font-size: 0.88em;
	color: #fff;
	line-height: 1.2em;
}
a.pbtn
{
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
}
#bmg-home #commissionsoup a.pbtn
{
	position: absolute;
	z-index: 250;
	top: 14px;
	right: 0;
	width: 76px;
	height: 23px;
	background: url(../img/v1/BMG.png) -303px -110px no-repeat;
}
#bmg-home #commissionsoup a:hover.pbtn
{
	background-position: -303px -140px;
}
#bmg-home #rewardsrunner a.pbtn
{
	position: absolute;
	z-index: 250;
	top: 14px;
	right: 0;
	width: 76px;
	height: 23px;
	background: url(../img/v1/BMG.png) -389px -110px no-repeat;
}
#bmg-home #rewardsrunner a:hover.pbtn
{
	background-position: -389px -140px;
}
#bmg-home #infusionstrategies a.pbtn
{
	position: absolute;
	z-index: 250;
	top: 14px;
	right: 0;
	width: 76px;
	height: 23px;
	background: url(../img/v1/BMG.png) -474px -110px no-repeat;
}
#bmg-home #infusionstrategies a:hover.pbtn
{
	background-position: -474px -140px;
}

#bmg-home #main-clients
{
	position: absolute;
	z-index: 1;
	top: 15px;
	left: 700px;
	width: 164px;
	padding: 54px 0 0;
	font-size: 0.9em;
	line-height: 1.4em;
}
#bmg-home #main-clients h2
{
	display: none;
}
#bmg-home #main-clients-logos
{
	text-align: center;
}

#main-news
{
	position: relative;
	z-index: 150;
	float: left;
	width: 241px;
	margin: 0 8px 0 20px;
	padding-bottom: 20px;
	background: url(../img/v1/BgAsideMod.jpg) 0 0 repeat-y;
	font-size: 0.9em;
	color: #717171;
}
#main-news h2
{
	width: 241px;
	height: 77px;
	margin: 0 0 -30px;
	background: url(../img/v1/BMG.png) -11px -315px no-repeat;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
}
.news-item h2, .event-item h2
{
	color: #907218;
}
.event-item h3
{
	color: #444;
}
#main-news .news-item, #divNewsEmpty
{
	padding: 0 16px 0 20px;
}
#main-news .news-item h3
{
	font-size: 1em;
	font-style: italic;
}
#main-news .news-item .dateline
{
	margin: 0;
	font-weight: normal;
}
#bmg-home #main-content
{
	float: left;
	width: 408px;
	margin: 0 14px 0 0;
}
#bmg-home #main-content h2
{
	margin-bottom: 0;
	font-size: 1.6em;
}
#bmg-home #main-content h3
{
	margin-bottom: 0;
	font-size: 1.4em;
}
#bmg-home #main-content p
{
	margin-top: 0;
}

#main-events
{
	position: relative;
	z-index: 150;
	float: left;
	width: 167px;
	margin: 0;
	padding-bottom: 16px;
	background: url(../img/v1/BgHomeMod.jpg) 0 0 repeat-y;
	font-size: 0.9em;
	color: #717171;
}
#main-events h2
{
	width: 167px;
	height: 63px;
	margin: 0 0 -20px;
	background: url(../img/v1/BMG.png) -713px -110px no-repeat;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
}
#main-events .event-item, #divEventsEmpty
{
	padding: 0 16px 0 20px;
}
#main-events .event-item h3
{
	position: relative;
	z-index: 155;
	margin-bottom: 0.5em;
	font-size: 1em;
	color: #000;
}
#main-events .event-item h3 span
{
	position: absolute;
	left: -1em;
	width: 1em;
	color: #D5B333;
}
#main-events .event-item p
{
	margin-top: 0;
}

#bmg-home #aside-social
{
	float: left;
	width: 147px;
}

.home-mod-btm
{
	position: absolute;
	z-index: -2;
	bottom: 0;
	left: 0;
	width: 167px;
	height: 61px;
	background: url(../img/v1/BMG.png) -713px -182px no-repeat;
}

#events-list, #news-list
{
	list-style: none;
	margin: 1em 0 0;
	padding: 0;
}

#events-list li, #news-list li
{
	margin-bottom: 2em;
}

/* CAREERS PAGE */
.career-company
{
	width: 440px;
	position: relative;
	margin-top: 15px;
}
.listing-image
{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.listing-group
{
	width: 285px;
	display: block;
	margin-left: 150px;
}
.listing-text
{
	margin-bottom: 15px;
}
.listing-text h2
{
	color: #BD8817;
	margin: 0px;
}
.listing-text h3
{
	margin: 0px;
}
.listing-text p
{
	clear: both;
}
.listing-text a
{
	display: block;
	color: #0066A4;
	font-weight: bold;
	margin-bottom: 15px;
}
#main-content hr
{
	display: block;
}

/* FOOTER STARTS*/
#footer
{
	position: relative;
	z-index: 500;
	background: url(../img/v1/BgFooter.png) no-repeat top left;
	width: 876px;
	min-height: 77px;
	clear: both;
	font-size: .9em;
	padding-top: 36px;
}
#footer a
{
	color: #4c4c4c;
	text-decoration: none;
	position: relative;
	z-index: 500;
}
#footer a:hover
{
	color: #777;
	text-decoration: underline;
	position: relative;
	z-index: 500;
}
#foot-members
{
	float: right;
	margin: 0 20px 0 0;
}
#foot-members h3
{
	display: none;
}
#foot-members ul
{
	position: relative;
	z-index: 150;
	list-style: none;
	margin: 0;
	padding: 0;
}
#foot-members ul, #aside-members ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#foot-members li, #aside-members li
{
	float: left;
}
#foot-members li a, #aside-members li a
{
	display: block;
	height: 76px;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
}
.member-mcc a
{
	width: 97px;
	background: url(../img/MemberMCC.png) 0 50% no-repeat;
}
#foot-div
{
	padding: 10px 20px 7px;
}
#foot-main, #foot-div-nav
{
	padding: 10px 20px;
}

/* FORMS */
fieldset
{
	border: none;
	margin: 1em 0;
}
fieldset div
{
	clear: left;
	margin: 0 0 4px;
	padding: 0;
	min-height: 0;
}
fieldset div:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html fieldset div
{
	height: 1%;
}
fieldset label input, fieldset label select, fieldset label textarea
{
	display: block;
	border: solid 1px #cfcfcf;
	padding: 1px 2px;
	font: 1.2em Arial, Sans-Serif;
	line-height: 1.2;
}
input[type="submit"]
{
	cursor: pointer;
}
.multiFld
{
	display: block;
}
.multiFld input, .multiFld select, .multiFld textarea
{
	display: inline;
}
.multiFld label
{
	float: none;
	display: inline;
	padding: 0;
}
fieldset select
{
	padding: 0 !important;
}
fieldset option
{
	padding-right: 0.5em;
}
fieldset label
{
	float: left;
	margin: 0;
	padding: 1px 1.8% 0 0;
}
fieldset label.recaptcha_input_area_text
{
	float: none;
}
fieldset label br, fieldset br
{
	display: none;
}
fieldset #recaptcha_table br
{
	display: block;
}
#lblfname input, #lbladdr1 input, #lblcity input
{
	width: 150px;
}
#lbllname input, #lblemail input, #lblemail2 input, #lblcompany input, #lblwebsite input
{
	width: 265px;
}
.phone1, .phone2, #lblmi input
{
	width: 2em;
}
.phone3
{
	width: 2.5em;
}
#lblzip input
{
	width: 3em;
}

.labelTxt
{
	font-size: 1em;
	font-weight: bold;
}
.errTxt, .attn, .reqNotice, .requiredTxt
{
	color: #d00;
}

/* PAGE SPECIFIC */
h1.topH1
{
	display: none;
}

.bio
{
	margin-bottom: 2em;
	border-bottom: 1px solid #eee;
}
.bio h3
{
	margin: 0;
	line-height: normal;
	font-size: 1.4em;
	color: #907218;
}
.bio h3 img
{
	float: left;
	margin: 0 15px 5px 0;
}
.bio h4
{
	margin: 0 0 0 .25em;
	line-height: 1.4;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}

#bmg-terms #main-content h2, #bmg-terms #main-content h3
{
	color: #907218;
}

/* MISC */
.group:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.group
{
	min-height: 0;
}
.address
{
	text-align: center !important;
}
.sn
{
	margin: 0;
	padding-left: 20px;
	color: #ddd;
}
