@charset "UTF-8";
/* CSS Document */


/* Basic and layout elements */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #55CAF4;
	background-image: url(../../_images/background.gif);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #0054A4;
}

@font-face {
	font-family: 'NeuzeitGroTOTBold';
	src: url('_fonts/neuzeitgrotot-bol-webfont.eot');
	src: local('NeuzeitGroTOTBold'), url('_fonts/neuzeitgrotot-bol-webfont.woff') format('woff'), url('_fonts/neuzeitgrotot-bol-webfont.ttf') format('truetype'), url('_fonts/neuzeitgrotot-bol-webfont.svg#webfont4LsnjlAM') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NeuzeitGroTOTRegular';
	src: url('_fonts/neuzeitgrotot-reg-webfont.eot');
	src: local('NeuzeitGroTOTRegular'), url('_fonts/neuzeitgrotot-reg-webfont.woff') format('woff'), url('_fonts/neuzeitgrotot-reg-webfont.ttf') format('truetype'), url('_fonts/neuzeitgrotot-reg-webfont.svg#webfontuVhmPJRW') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaRoundedBlack';
	src: url('_fonts/helvrb00-webfont.eot');
	src: local('Helvetica Rounded'), local('HelveticaRounded-Black'), url('_fonts/helvrb00-webfont.woff') format('woff'), url('_fonts/helvrb00-webfont.ttf') format('truetype'), url('_fonts/helvrb00-webfont.svg#webfontxK2zspnG') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1 {
font-family:'HelveticaRoundedBlack', Verdana, Arial, Helvetica, sans-serif;
font-size:24px;
color:#c60c46;
}
h5 {
font-family:'HelveticaRoundedBlack', Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color:#0054A4;
}
h3 {
font-family:'HelveticaRoundedBlack', Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color:#0054A4;
}
#store {
height: 50px;
}
#store_left {
font-family:'HelveticaRoundedBlack', Verdana, Arial, Helvetica, sans-serif;
font-size:24px;
color:#c60c46;
}
#store_right {
font-family:'HelveticaRoundedBlack', Verdana, Arial, Helvetica, sans-serif;
font-size:24px;
color:#c60c46;
float:right;
}
#associate_images {
height: 235px;
margin-bottom:10px;
}
#associate_contact {
	margin-bottom:5px;
}
#associate_left_column {
float:left;
width: 300px; 
line-height:1.5;
margin:0px 27px 10px 0px;
}
#associate_right_column {
	float: right;
	width: 350px;
	line-height:1.5;
}
#associate_left_column_sheet {
	float:left;
	width: 310px;
	margin:0px 15px 10px 0px;
}
#associate_add_column_sheet {
	width: 250px;
	line-height:1.4;
	margin:0px 5px 10px 0px;
}
#associate_right_column_sheet {
	float: right;
	width: 350px;
}
#associate_bios {
	width:683px;
	padding:0px 0px 0px 0px;
	margin-top:5px;
	float: left;
}


.twoColFixRtHdr #wrapper {
overflow:hidden;
position:relative;
margin: 0px auto;
}
.twoColFixRtHdr #container { 
width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
text-align: left; /* this overrides the text-align: center on the body element. */
padding: 0px 0px 20px 0px;
/*border: solid 1px #0000ff; use this for trouble-shooting*/
} 
.twoColFixRtHdr #header { 
height: 138px; 
padding: 0px 0px 0px 0px;  
} 
.twoColFixRtHdr #header2 {
	background-image: url(../../_images/BEATsheet_header.jpg);
	background-repeat:no-repeat;
	height: 230px;
	padding: 0px 0px 0px 0px;
} 
.twoColFixRtHdr #right_column {
float: right; /* since this element is floated, a width must be given */
width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
padding: 0px 0px 0px 13px;
margin-top:0px;
position:relative;
}
.twoColFixRtHdr #right_column_sheet {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 0px 0px;
	margin-top:0px;
	position: relative;
}
.twoColFixRtHdr #mainContent {
	margin: 0 260px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the right_column div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #right_column space when the content in #right_column ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding:0px 25px 0px 0px;
} 
.twoColFixRtHdr #mainContent_sheet {
	margin: 0px 260px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the right_column div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #right_column space when the content in #right_column ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding:0px 25px 0px 0px;
} 
#header_logo {
background-image: url(../../_images/hdr.gif);
background-repeat:no-repeat;
width: 970px;
height: 78px;
}
#header_sheet {
	width: 970px;
	height: 150px;
}
#login {
	font-size:12px;
	height:55px;
	width:260px;
	float:right;
}
#login a {
margin: 0px;
color:#ffffff;
font-size:12px;
}
#mainContent a, a:visited {
margin: 0px;
color:#c60c46;
text-decoration:none;
}
#mainContent a:hover {
margin: 0px;
color:#c60c46;
text-decoration:underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float: right;
margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
float: left;
margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

.fltrtgoogle { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float: right;
margin-left: 8px;
margin-top:43px;
}
.linkHeader {
color: #c60c46;
font-weight:bold;
}
table.mainPage {
line-height:1.5;
}
a.mainPage{
color: #c60c46;
font-weight:bold;
text-decoration:none;
}
a.mainPage:visited{
color: #c60c46;
font-weight:bold;
text-decoration:none;
}
a.mainPage:hover{
font-weight:bold;
text-decoration:underline;
}
a, a:visited{
color: #c60c46;
font-weight:normal;
text-decoration:none;
}
a:hover{
font-weight:normal;
text-decoration:underline;
}
.phonetext {
font-weight:bold;
}
/* Navigation styles */

#navcontainer_main {
background-image:url(../../_images/background_nav.png);
background-repeat:no-repeat;
height:55px;
width:685px;
font-size:14px;
}
#navcontainer_main ul {
margin:0px;
padding:26px 0px;
list-style-type:none;
text-align:left;
}
#navcontainer_main li {
display:inline;
text-align:left;
margin:0px 0px 0px 0px;
}
#navcontainer_main a {
font-family:'NeuzeitGroTOTRegular', Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
padding: 0px 38px;
color: #ffffff;
}
#navcontainer_main a:hover {
text-decoration:underline;
}

/* Footer styles & layout */

#footer {
	clear:both;
	margin:0px;
	background-color:#49abd7;
	min-height:110px;
	color:#EDF3FF;
	padding: 20px 0px 20px 0px;
}
#footer_container {
width:970px;
}
#footer_left {
float:left;
width:500px;
text-align:left;
padding: 6px 34px 0px 1px;
}
#footer_left_calc {
float:left;
width:500px;
text-align:left;
padding: 6px 34px 0px 1px;
}
#footer_right {
float:right;
width:375px;
text-align:right;
padding: 0px 1px 0px 34px;
}
#privacy {
color:#FFFFFF;
padding-bottom:30px;
}
#privacy h4, h2 {
margin: 0;
padding: 0px;
font-size: 11px;
font-style: normal;
font-weight: bold;
font-variant: normal;
color:#00b2a9;
}
#privacy a, a:visited{
color: #ffffff;
text-decoration:none;
}
#privacy a:hover{
color: #ffffff;
text-decoration:underline;
}
#disclaimer {
color:#99ccff;
}
#associations {
color:#99ccff;
padding-bottom:10px;
}
#copyright {
color:#99ccff;
}


/* Images */
.button_top {
padding:13px 0px 0px 0px;
}
.button_top_bottom {
padding:13px 0px 13px 0px;
}
.button_bottom {
padding:0px 0px 13px 0px;
}
.buttons_main {
padding-right:15px;
padding-bottom:15px;
}
.logo {
float:left;
}
.invisible {
display:none;
}
.beat-sheet	{
float:right;
margin-left: 13px;
margin-right: 0px; /* changed this from 10px to 0px 04/08/10 for associate pages */
margin-bottom: 10px;
}
.image	{
float:right;
margin-left: 13px;
margin-right: 0px; /* changed this from 10px to 0px 04/08/10 for associate pages */
margin-bottom: 10px;
}
.image_left	{
float:left;
margin-left: 0px;
margin-right: 13px; /* changed this from 10px to 0px 04/08/10 for associate pages */
margin-bottom: 10px;
}
.imagemap	{
float:right;
margin-left: 20px;
margin-right: 20px; 
margin-bottom: 10px;
}

/* Nivo Slider */
#slider {
/*padding:0px 0px 9px 0px;*/
padding:6px 0px 0px 0px;
margin-top:7px;
margin-bottom:10px;
}


/* Forms */

/* Main contact form */
form.beatmainform {
  background-image:url(../../_images/form_bg.png);
  background-repeat:no-repeat;
  height:274px;
  margin-bottom:-0px;
}
form.beatmainform fieldset {
  padding-left:13px;
  border:none;
}
form.beatmainform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.beatmainform label {
  display: inline-block;
  line-height: 1.5;
  vertical-align: top;
  color:#54534A;
}
form.beatmainform fieldset ol {
  margin: 0;
  padding: 0;
  padding-top:53px;
}
form.beatmainform fieldset li {
  list-style: none;
	padding: 3px;
	margin: 0;
	color:#54534A;
}
form.beatmainform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.beatmainform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.beatmainform fieldset fieldset label {
  display: block;
  width: auto;
}
form.beatmainform em {
  font-weight: bold;
  font-style: normal;
  color: #c60c46;
}
form.beatmainform label {
  width: 58px; /* Width of labels */
}
form.beatmainform fieldset fieldset label {
  margin-left: 68px; /* Width plus 3 (html space) */
}
form.beatmainform input, select {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#54534A;
}

/* Associate contact form */
form.beatassform {
  background-image:url(../../_images/form_bg_ass.png);
  background-repeat:no-repeat;
  height:274px;
  margin-bottom:-0px;
}
form.beatassform fieldset {
  padding-left:13px;
  border:none;
}
form.beatassform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.beatassform label {
  display: inline-block;
  line-height: 1.5;
  vertical-align: top;
  color:#54534A;
}
form.beatassform fieldset ol {
  margin: 0;
  padding: 0;
  padding-top:53px;
}
form.beatassform fieldset li {
  list-style: none;
	padding: 3px;
	margin: 0;
	color:#54534A;
}
form.beatassform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.beatassform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.beatassform fieldset fieldset label {
  display: block;
  width: auto;
}
form.beatassform em {
  font-weight: bold;
  font-style: normal;
  color: #c60c46;
}
form.beatassform label {
  width: 58px; /* Width of labels */
}
form.beatassform fieldset fieldset label {
  margin-left: 68px; /* Width plus 3 (html space) */
}
form.beatassform input, select {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#54534A;
}
.submit_button {
margin-left:60px;
}
input, select {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#54534A;
}
#google {
width:250px;
padding-right:5px;
}
/* Tables */
.tableHdr {
	font-weight: bold;
	background-image: url(../../_images/divider.png);
	background-repeat: repeat-x;
	background-position:bottom;
	padding-bottom:10px;
}
.tableHdrSpace {
	padding-top:10px;
}

/* Hidden */
.hide-for-print {
display:none;
}
