img {border: none;}

a {font-size:17px;}

h4 {font-size: 17px; margin-left:10px; color:#333333;}

/* ---------  CONTENT-WIDE, COLUMN 1 ----------- */
#wrapper {
	width: 950px;
	background-color: white;
	height: 100%; 
	margin-top: 0;
  }

#content-wide   { 
  height: 100%;
  margin: 0;
  padding: 0;
}

#content-wide #column-1 {
	margin: 0; 	
	padding: 0;
	width: 960px;	
	float:left; /*see if this causes any trouble, was on TableForContacts.shtml in line 63*/
}

/*#content-wide #column-1*/ div.home {
	background: url(../img/nat_ret_head_home.jpg) top center no-repeat; 
	margin: 0; 
	padding:0;
	height:238px;

/* THESE ALL WERE LIKE THIS:
	background: url(../img/nat_ret_head_home.jpg) top center no-repeat; 
	margin: 0; 
	padding: 150px 0 0 0;
	height:88px;
*/
}

div.news {
	background: url(../img/nat_ret_head_news.jpg) top center no-repeat; 
	margin: 0; 
	padding:0;
	height:238px;
	}
div.benefit {
	background: url(../img/nat_ret_head_benefit.jpg) top center no-repeat; 
	margin: 0; 
	padding:0;
	height:238px;
	}
div.tools {
	background: url(../img/nat_ret_head_tools.jpg) top center no-repeat; 
	margin: 0; 
	padding:0;
	height:238px;
	}
div.wellness {
	background: url(../img/nat_ret_head_wellness.jpg) top center no-repeat; 
	margin: 0; 
	padding:0;
	height:238px;
	}		
div.training {
	background: url(../img/nat_ret_head_training.jpg) top center no-repeat; 
	margin: 0; 
	padding:0;
	height:238px;
	}
div.locations {
	background: url(../img/nat_ret_head_locations.jpg) top center no-repeat; 
	margin: 0; 
	padding:0;
	height:238px;
	}
div.safety {
	background: url(../img/nat_ret_head_safety.jpg) top center no-repeat; 
	margin: 0; 
	padding:0;
	height:238px;
	}		
div.about {
	background: url(../img/nat_ret_head_about.jpg) top center no-repeat; 
	margin: 0; 
	padding:0;
	height:238px;
	}

#redBoxing {    /*this is what outlines the entire page*/
	border-top: 1px solid #d1cabe;  
	border-right: 2px solid #d1cabe; 
	border-bottom: 2px solid #d1cabe; 
	border-left: 2px solid #d1cabe; 
	float: left;
	width: 956px;
	margin-bottom: 30px;	/*gives space between teh content area and the footer*/

}

#topBoxing {
/*	border-top: 1px solid #d1cabe; was #003f72
	border-right: 1px solid #e86489; was #003f72
	border-bottom: 0;
	border-left: 1px solid #e86489; was #003f72 */
	padding-top:42px;
	border:1px solid black;
}


h1 {
	color: #f36e5d; 
	letter-spacing:-2px; 	
	font: 36px arial, helvetica, sans-serif;
	float:right;
	clear:both;

}

h1 a {
	color: #f36e5d; 
	font: 36px arial, helvetica, sans-serif;
	text-decoration: none;
	position: relative;
	top:150px;
	right:20px;
}

.tools div {
	font-size: 12px; 
	color: #666; 
	position: relative;
	float:right;
	width:350px;
	top:170px;
	right:20px;
}

h2 {
	color: #000; /*#993b00;*/
	font: 28px arial, helvetica, sans-serif;
	margin: 20px 0 10px 0;
}

p {
	color: #000;
	font: 17px arial, helvetica, sans-serif; /* was 14px, was 16px*/
	font-weight:normal;
	line-height: 155%;
	margin: 0;
	margin-bottom:12px;
}


ul li {
	color: #000;
	font: 17px arial, helvetica, sans-serif; /* was 14px, was 16px*/
	font-weight:normal;
	line-height: 155%;
	margin-bottom: 10px;
}

span {
	color: red;
	font: 11px arial, helvetica, sans-serif;
	margin-left: 10px;
}

select {
	margin-left: 10px;
}
		


/* ---------  NAV MENU ----------- */

#nav_menu_tabs {
  background-color: #e5e1db; /* very light tan */
  border-bottom: 2px solid #d1cabe; /*tan */
  padding:1px 0 0 0;
}

#nav_menu_tabs ul {
  padding: 0;
  margin-left: 4px;
}

#nav_menu_tabs ul li {
  display: inline;
}

#nav_menu_tabs li a, 
#valuePartnershipMenu li a:visited {
  color: #000;
  font-size: 15px; 					
  padding: 21px 8px 22px 8px;
}

#nav_menu_tabs li a:hover,
#nav_menu_tabs li a:focus {
  color: #fff; /*#B04A3B; is a dark orange*/
  background-color: #f36e5d;
  border-top: 2px solid #B04A3B;;
  border-right: 2px solid #B04A3B;; 
  border-left: 2px solid #B04A3B;; 
  padding: 21px 6px 20px 6px;
  text-decoration: none;
}



/* ---------  CONTACT ----------- */


#contactInfoLandsHere {
  margin: 0 0 20px 0;
}

.contactbox {
  width: 30%; 
	float: left; 
	margin: 0 10px 20px 10px;  
	border:1px dotted #999;
}

.contactbox h4 {
	padding: 5px;
	background-color: #6796CA;
	margin: 5px;
	color: #fff;
}

.contactbox dl {
	margin: 10px 0 15px 10px;
}

.contactbox dt {
  font-weight: bold;
	margin-left: 0;
	margin-bottom: 5px;
}

.contactbox dd {
	line-height: 130%;
}



/* ---------  MAINDIV ----------- */

#maindiv {
  padding: 2px; 
	margin: 10px;
}

#maindiv table {
  vertical-align: top; 
  font-size: 11px;
	margin: 0 0 30px 0;
	width: 100%;
	border: 1px solid #ccc;
}

#maindiv table tr.weekdays {
  background-color: #ccc;
	text-align: center;
}

#maindiv table tr.weekdays td {
  color: #000;
	text-align: center;
  background-color: #ccc;
}

#maindiv table tr td {
  color: #000;
  background-color: #fff;
	border: 1px solid #ccc;
}

#maindiv table tr.reps td {
  color: #fff;
	text-align: center;
  background-color: #999;
}

#maindiv table tr td.week {
	text-align: center;
	background-color:#6796ca; 
	color:#fff;
	font-weight: bold;
	width: 50px;
}



/* ---------  REPLIST ----------- */

#repList {
	margin: 0 0 10px 0;
}

#repList dl {
  font-size: 12px;
	display: inline;
	margin: 0 10px 0 0;
}

#repList dt {
  font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 0;
}

#repList dd {
	display: inline;
	margin: 0 10px 0 0;
}


/* ---------  HEADING BOX ----------- */


#headingBox {
	margin: 30px 10px 10px 10px;
}

#headingBox h2, 
#headingBox p,
#headingBox h3 {
	display: inline;
}

#headingBox h2 {
  /*letter-spacing: -1px;*/
} 

#headingBox h2 a {
  color: /*#993b00;*/ #F36E5D;
} 

#headingBox h3, #homeLeft h3, h3 { color:black; font-weight:bold;  font-size:20px; } /*new from laura*/

/* ---------  NEWSLETTER ----------- */

#newsLetter {
	float:right;
	margin: 0 0 20px 80px; 
	padding:20px;
	border:1px dotted #f36e5d;
}

#newsLetter p {
}

#newsLetter img {
	margin:0 40px 20px 40px; 
	border:1px solid black;
}



/* ---------  HOME LEFT AND RIGHT ----------- */

#homeLeftRightHolder {width:960px;}

#homeLeft {
	width: 380px;
	float:left;
	margin-left:20px;
}

#homeLeft h5 {
  margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
}

#homeLeft h6 {
  margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 0;
	font-size: 15px;
	color: #477899;
}

#homeLeft small {
	color: #0063dc;
  display: block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
  margin-left: 10px;
	margin-bottom: 30px;
	line-height: 300%;
}

#homeRight {
	border: 1px dotted #f36e5d;
	padding: 5px;
	float: right;
	margin: 0 20px 0 20px;
	display:inline;
}

/*
#homeRight {
	border: 1px dotted #000;
	margin: 0 20px 20px 0;
	padding: 5px;
	float: right;
	width: 600px;
}

#homeRight form {
	padding: 10px;
}

#homeRight form label {
	font-size: 12px;
	display: block;
	margin-bottom: 10px;
}

#homeRight form label.error {
	font-size: 12px;
	display: block;
  color: #FF0000;
}

#homeRight form input[type="text"] {
  width: 180px;
	margin-left: 5px;
}

#homeRight form input[type="submit"] {
  cursor: pointer;
}

#homeRight h5 {
  margin: 5px;
	padding: 5px;
	background-color: #6796ca;
	color: #fff;
}

*/

/****************************/


table.month {
  width: 100%;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  border-spacing: 0;
  border-collapse: collapse;
}
td.weekday {
  font-family: Arial;
  color: #ffffff;
  text-align: center;
  background-color: #7297ce;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
}
td.filler {
  text-align: center;
  vertical-align: middle;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  padding: 4px;
}
td.day {
  font-family: Arial;
  color: #000000;
  background-color: #ffffff;
  vertical-align: top;
  width: 14%;
  height: 100px;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  padding: 4px;
}
div.daynum {
  font-family: Arial;
  text-align: right;
  line-height: 1;
  padding-bottom: 5px;
}
div.event {
  text-align: left;
  line-height: 1.2;
}

/****************************/

#calendarNav {
  margin: 20px 0;
}

#calendarNav a {
  font-size: 12px;
}

#calendarNav h4 {
  display: inline; 
	margin: 0 10px;
}

/****************************/

#slider {
	width: 730px;
  margin: 0 auto;
  position: relative;
}

#slider ul.navigation {
  margin: 15px 0;
	padding: 0;
	text-align: left;
}

#slider ul.navigation li {
	display: inline;
	margin-right: 10px;
}

#slider ul.navigation a {
	/*border: 1px solid #fff;*/
	padding: 5px;
	color: #3c5eb6;
}

#slider ul.navigation a:hover {
	/*border: 1px solid #000;*/
	background-color: #3c5eb6;
	color: #fff;
	text-decoration: none;
}

#slider ul.navigation a.selected {
	/*border: 1px solid #000;*/
	background-color: #3c5eb6;
	color: #fff;
	padding: 5px;
	text-decoration: none;
}

#slider ul.navigation a:focus {
	outline: none;
}

/****************************/


.scroll {
  height: 750px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
	z-index: 0;
  /*background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;*/
}

.scrollContainer div.panel {
  padding: 0 60px 0 1px;
  height: 210px;
  width: 710px; /* change to 560px if not using JS to remove rh.scroll */
}


.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -85px;
}

.scrollButtons.right {
  right: -85px;
}

.pill-large-btn {clear:both;}

.pill-large-btn,
a.pill-large-btn,
a.pill-large-btn:link,
a.pill-large-btn:visited,
a.pill-large-btn:active  {color: #fff; text-decoration: none; background: url(../img/blue-gray-large-btn.jpg) no-repeat left top; text-align: center; cursor: pointer; margin-left: 0; padding: 12px 0; width: 300px; height: 26px; float: left; border: none; font-weight:bold; font-size:18px; font-family:Arial, Helvetica, sans-serif; }
input.pill-large-btn  {height: 50px; border:1px solid red; }
.pill-large-btn:hover,
a.pill-large-btn:hover {background-position: bottom left;}

#nrsbutton {float:right; margin:-40px 20px 10px 30px;}

#updateTopic {cursor: pointer; margin-right: 50px;}
#ShowFullList {cursor: pointer;}
#extraBox {border:1px dotted #f36e5d; background-color:white; float:right; padding:20px; margin: 0 0 20px 40px; width:41%;}
#leftColSplit {margin: 0; float:left; width:47%;}
#buttonCol {margin-left:40px;}
#bottomBox {clear:both; width:100%;}
#buttonCol br {clear:both; }
