/* dark green = #006633 */
/* gold = #fad92b */
/* lighter green = #7a914e */
/* gray = #ccc */
/* gray-green = #ccddc1 */

/* FONT SHORTHAND - font: italic small-caps bold font-size/line-height font-family; */

/*----->>> RESET <<<-----*/
* {margin: 0;padding: 0;}
h1, h2, h3, h4, h5, h6, p, pre, label, ul, ol, dl, address {margin: 1em 0;}
a, img, :focus {outline: none;border: none;}
li, dd, blockquote {margin-left: 3em;}
fieldset {padding: 10px;border: none;}
/*-----------------------*/

/*============================*/
/*----->>> STRUCTURAL <<<-----*/
/*============================*/
html {
	font-size: 100.01%;
	}
body {
	background: #fff url(images/top_of_page.gif) repeat-x;
	color: #000;
	font: 0.75em/1.35em verdana,sans-serif;
	margin-top: 10px; 
	text-align: justify;
	}
#header {
	height: 130px;
	margin: 0 auto;
	position: relative;
	width: 900px;
	}
		.main_logo {
			margin-top: 20px;
			}
#billboard {
	background-color: #fff;
	height: 240px;
	margin: 0 auto;
	width: 900px;
	padding: 0;
	}
		.billboard_lt {
			float: left;
			width: 300px;
			margin: 0;
			padding: 0;
			}

		.billboard_rt {
			float: right;
			width: 600px;
			margin: 0;
			padding: 0;
			}
#main {
	background: #fff url(images/main_bg.gif) repeat-y top left;
	margin: 0 auto;
	width: 900px;
	position: relative;
	}
		.main_lt {
			background-color: #fff;
			float: left;
			margin: 15px 0;
			width: 560px;
			}					
		.main_rt {
			float: right;
			width: 300px;	
			border-top: 5px solid #ccc;
			}
		.main_rt_inner {
			background: #eee;
			width: 290px;
			margin: 5px;
			padding: 0 0 80px 0;
			min-height: 380px;
			height: auto !important;
			height: 380px;
			}
		.main_rt_content {
			background-color: #fff;
			border: 1px solid #ccc;
			font-size: 0.9em;
			margin: 10px auto;
			padding: 5px;
			width: 260px;
			}
#footer_wrapper {
	background: #006633 url(images/footer/footer_bg.gif) repeat-x top left;
	height: 100%;
	}
		#footer {
			color: #fff;
			font-size: 11px;
			margin: 0 auto;
			padding: 10px 0;
			width: 900px;
			}
		#footer a {
			color: #fff;
			text-decoration: none;
			}
		#footer a:hover {
			color: #fff;
			text-decoration: underline;
			}
/*===================================================================*/
/*----->>> LINKS, HEADERS, PARAGRAPHS, BULLETS, IMAGE FLOATS <<<-----*/
/*===================================================================*/
a:link, a:visited, a:active {
	color: #006633;
	}
a:hover {
	color: #7a914e;
	}
a.links {
	font-weight: bold;
	}
/*--------h1 used for main headers, small is for sub-header--------*/
h1 {
	color: #006633;
	font-size: 1.5em;
	line-height: 1.2em;
	border-bottom: 1px solid #fad92b;
	padding-bottom: 5px;	
	}
		h1 small {
			color: #7a914e;
			display: block;
			font-size: 0.9em;
			font-style: italic;
			font-weight: normal;
			}
/*--------h2 used for sub headers w/in pages (ie Jobs)--------*/
h2 { 
	color: #006633;
	font-size: 1.1em;
	font-style: italic;
	}
hr {
	color: #999;
	background: #999;
	border: 0;
	margin: 0;
	height: 1px;
	}
span.main_rt_subtitle {
	color: #7a914e;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	}
.emphasized {
	color: #006633;
	font-style: italic;
	font-weight: bold;
	}
p.center {
	text-align: center;
	padding: 0;
	margin: 0;
	}
p.testimonial_name {
	font-style: italic;
	text-align: right;
	}	
.arrow_list {
	margin-left: 20px;
	}
		.arrow_list p {
			background: url(images/bullets/arrow.gif) no-repeat 0;
			padding-left: 20px;
			margin: 2px 0;
			}
		.arrow_list p.list_header {
			background: none;
			padding-left: 0;
			font-weight: bold;
			}
img.border {
	padding: 3px;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
	}	
img.float_left {
	float: left;
	padding: 3px;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
	}
		img.float_left_nb {
			float: left;
			padding: 3px;
			margin: 0 10px 10px 0;
			}
img.float_right {
	float: right;
	padding: 3px;
	margin: 0 0 10px 10px;
	border: 1px solid #ccc;
	}
		img.float_right_nb {
			float: right;
			padding: 3px;
			margin: 0 0 10px 10px;
			}

.textright {text-align:right;}
.textcenter {text-align:center;}

/*===============================*/
/*--------->>> LISTS <<<---------*/
/*===============================*/
ul.zebra_list {
	margin: 0;
	border-bottom: 2px solid #006633;
	}
ul.zebra_list li {
	list-style: none;
	padding: 3px;
	margin: 0;
	}
ul.zebra_list li.shaded {
	background-color: #ededed;
	}
ul.zebra_list li.header {
	border-bottom: 2px solid #006633;
	font-weight: bold;
	color: #006633;
	}
/*===============================*/
/*----->>> ABOUT US PAGE <<<-----*/
/*===============================*/

/*==============================*/
/*----->>> CONTACT PAGE <<<-----*/
/*==============================*/
.contact_lt {
	float: left;
	}					
.contact_rt {
	float: right;
	margin-right: 20px;
	}
.contact_form {
	background-color: #ccddc1;
	padding: 5px 10px;
	margin: 0 0 25px 0;
	}
p.contact_form_header {
	background: url(images/bullets/arrow.gif) no-repeat 0;
	padding-left: 15px;
	margin: 2px 0;
	color: #006633;
	font-style: italic;
	font-weight: bold;
	}
p.contact_form_header2 {
	background: #fff url(images/bullets/arrow.gif) no-repeat 0;
	padding: 10px 0 10px 15px;
	width: 560px;
	margin: 15px 0 10px -10px ;
	color: #006633;
	font-style: italic;
	font-weight: bold;
	}
p.contact_form_subheader {
	font-weight: bold;
	margin-bottom: 2px;
	}
.req_field {
	font-style: italic;	
	text-align: right;
	margin: 2px 0;
	}
.single_field {
	padding: 10px 5px;
	}
		.single_field_shaded {
			padding: 10px 5px;
			background-color: #ededed;
			}
label {
	text-align: right;
	width: 100px;
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
	}
input.input {
	border: 1px solid #bbb;
	}
.radio {
	padding: 2px;
	}
textarea.textarea {
	border: 1px solid #bbb;
	}
#form_buttons {
	margin: 3px 0 7px 0;
	}
.form_button {
	background-color: #eee;
	color: #444;
	border: 1px solid #bbb;
	outline: none;
	padding: 5px 15px;
	}
.contact_confirm {
	font-weight: bold;
	line-height: 2em;
	text-align: center;
	margin-top: 20px;
	}
/*===============================*/
/*----->>> TRACKING PAGE <<<-----*/
/*===============================*/
.tracking_box { 
  	position: relative;
	background: #fff; 
	width: 500px;
	margin: 0 auto;
	}
.tracking_boxtop { 
  	background: url(images/corners/white_ne.gif) no-repeat top right; 
	}
.tracking_boxtop div { 
  	font-size: 0;
  	height: 12px; 
  	background: url(images/corners/white_nw.gif) no-repeat top left; 
	}
.tracking_boxbottom { 
  	background: url(images/corners/white_se.gif) no-repeat bottom right; 
	}
.tracking_boxbottom div { 
  	font-size: 0;
  	height: 12px; 
  	background: url(images/corners/white_sw.gif) no-repeat bottom left; 
	}
.tracking_boxcontent {
  	padding: 0px 12px 0px 12px;
	}
label.tracking {
	text-align: right;
	width: 130px;
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
	font-weight: bold;
	}
#tracking_form_buttons {
	float: right;
	margin: 5px 5px 20px 0;
	}
.maytrack_logo {
	position: absolute;
	bottom: 0;
	left: 0;
	}
.mayflower_logo {
	position: absolute;
	bottom: 10px;
	right: 5px;
	}
/*==================================*/
/*----->>> TRADE SHOWS PAGE <<<-----*/
/*==================================*/
.trade_show_links {
	text-align: center;
	}
.trade_show_links img {
	border: 1px solid #ccc;
	padding: 2px;
	}
.trade_show_links img.margin {
	margin-right: 20px;
	}
.ts_links {
	text-align: center;
	margin-bottom: 20px;
	}
.ts_links a:link, .ts_links a:visited, .ts_links a:active {
	background-color: #006633;
	color: #fff;
	padding: 7px 20px;
	text-decoration: none;
	border: 1px solid #006633;
	}
.ts_links a:hover, .ts_links a#current {
	background-color: #fad92b;
	color: #006633;
	padding: 7px 20px;
	text-decoration: none;
	border: 1px solid #006633;
	}
/*============================*/
/*----->>> NAVIGATION <<<-----*/
/*============================*/
#nav_top {
	background: url(images/nav/top_nav.gif) no-repeat;
	height: 30px;
	position: absolute;
	right: 20px;
	top: -10px;
	width: 370px;
	}
		#nav_top_content {
			height: 18px;
			margin: 5px auto;
			width: 340px;
			}
		a.nav_top_link, a.nav_top_link:hover {
			border-left: 1px solid #006633;
			border-right: 1px solid #006633;
			float: left;
			margin: 0 17px; 
			padding: 0 17px;
			text-decoration: none;
			}
		a.nav_top_link_end {
			float: left;
			margin: 0;
			padding: 0;
			text-decoration: none;
			}
#nav_wrapper {
	background-color: #006633;
	height: 30px;
	}
		#nav {
			height: 30px;
			width: 900px;
			padding: 0;
			margin: 0 auto;
			}	
		#nav li {
			display: inline;
			float: left;
			list-style: none;
			margin: 0 25px;
			}
		#nav a {
			float: left;
			height: 30px;
			text-decoration: none;
			}
		#nav span {
			display: none;
			}
		#nav li.about a {
			background: url(images/nav/about.gif) top left no-repeat;
			width: 47px;
			}
				#nav li.about a:hover, #nav li.about a.current {
					background-position: 0 -30px;
					}
		#nav li.trade_shows a {
			background: url(images/nav/trade_shows.gif) top left no-repeat;
			width: 99px;
			}
				#nav li.trade_shows a:hover, #nav li.trade_shows a.current {
					background-position: 0 -30px;
					}
		#nav li.high_value a {
			background: url(images/nav/high_value.gif) top left no-repeat;
			width: 81px;
			}
				#nav li.high_value a:hover, #nav li.high_value a.current {
					background-position: 0 -30px;
					}
		#nav li.fixtures a {
			background: url(images/nav/fixtures.gif) top left no-repeat;
			width: 60px;
			}
				#nav li.fixtures a:hover, #nav li.fixtures a.current {
					background-position: 0 -30px;
					}
		#nav li.tracking a {
			background: url(images/nav/tracking.gif) top left no-repeat;
			width: 64px;
			}
				#nav li.tracking a:hover, #nav li.tracking a.current {
					background-position: 0 -30px;
					}
		#nav li.quote a {
			background: url(images/nav/quote.gif) top left no-repeat;
			width: 128px;
			}
				#nav li.quote a:hover, #nav li.quote a.current {
					background-position: 0 -30px;
					}
		#nav li.links a {
			background: url(images/nav/links.gif) top left no-repeat;
			width: 40px;
			}
				#nav li.links a:hover, #nav li.links a.current {
					background-position: 0 -30px;
					}
#menu_wrapper {
	background-color: #006633;
	height: 30px;
	}
		#menu {
			margin: 0 auto;
			text-align: center;
			width: 900px;
			}
		#menu li {
			display: inline;
			font-size: 1.2em;
			list-style: none;
			margin: 0 23px;
			
			}
		#menu li a:link, #menu li a:visited {
			border: none;
			color: #fff;
			text-decoration: none;
			}
		#menu li a:hover, #menu li a.current {
			border: none;
			color: #fad92b;
			text-decoration: none;
			}
/*==================================*/
/*----->>> ACCORDION SLIDER <<<-----*/
/*==================================*/
.accordion {
	width: 560px;
	margin: 0 auto;
	border-bottom: solid 1px #ddd;
}
.accordion h3 {
	text-align: center;
	background: #ccddc1;
	padding: 7px 15px;
	margin: 0;
	font-weight: bold;
	font-size: 1em;
	border: solid 1px #ccc;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #006633;
	color: #fff;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #eee;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
}
/*========================*/
/*----->>> SLIDER <<<-----*/
/*========================*/
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
	}
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	background-color: #ccddc1;
	margin: 20px 0;
	position: relative;
	width: 100%;
	padding: 5px 0;
	}
/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 460px; background-color: #fff; overflow: scroll;}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: 1px solid #000; /* this is the border. should have the same value for the links */
	margin: 0 auto;
	width: 550px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	clear: both;
	background-color: #fff;
	}
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
	}
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float: left;
	height: 100%;
	position: relative;
	width: 550px; /* Also specified in  .stripViewer  above */
	}
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
	}
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: 0;
	}
.stripNav ul { /* The auto-generated set of links */
	width: 560px;
	list-style: none;
	margin: 0 auto;
	}
.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	}
.stripNav a { /* The nav links */
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	background-color: #006633;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	}
.stripNav li.tab1 a { background: #006633; color: #fff; }
.stripNav li.tab2 a { background: #006633; color: #fff; }
.stripNav li.tab3 a { background: #006633; color: #fff; }
		
.stripNav li a:hover {
	background: #fad92b;
	}
.stripNav li a.current {
	background: #fad92b;
	color: #006633;
	}


/*=================================*/
/*----->>> ROUNDED CORNERS <<<-----*/
/*=================================*/
/*----------- GOLD BOX ------------*/
.gold_box { 
  	background: #fad92b; 
	}
.gold_boxtop { 
  	background: url(images/corners/gold_ne.gif) no-repeat top right; 
	}
.gold_boxtop div { 
  	font-size: 0;
  	height: 12px; 
  	background: url(images/corners/gold_nw.gif) no-repeat top left; 
	}
.gold_boxbottom { 
  	background: url(images/corners/gold_se.gif) no-repeat bottom right; 
	}
.gold_boxbottom div { 
 	font-size: 0;
  	height: 12px; 
  	background: url(images/corners/gold_sw.gif) no-repeat bottom left; 
	}
.gold_boxcontent {
  	padding: 0px 12px 0px 12px;
	}

/*----------- GREEN-GRAY BOX (Contact Page) ------------*/
.gg_box { 
  background: #ccddc1; 
	margin-bottom: 10px;
}
.gg_boxtop { 
  background: url(images/corners/gg_ne.gif) no-repeat top right; 
}
.gg_boxtop div { 
  font-size: 0;
  height: 12px; 
  background: url(images/corners/gg_nw.gif) no-repeat top left; 
}
.gg_boxbottom { 
  background: url(images/corners/gg_se.gif) no-repeat bottom right; 
}
.gg_boxbottom div { 
  font-size: 0;
  height: 12px; 
  background: url(images/corners/gg_sw.gif) no-repeat bottom left; 
}
.gg_boxcontent {
  padding: 0px 12px 0px 12px;
}

/*----------- GREEN TABS (About Us Page) ------------*/
.green_tabtop { 
  background: url(images/corners/green_ne.gif) no-repeat top right; 
}
.green_tabtop { 
  font-size: 0;
  height: 7px; 
  background: url(images/corners/green_nw.gif) no-repeat top left; 
}

/*----------- GRAY TABS (About Us Page) ------------*/
.gray_tabtop { 
  background: url(images/corners/gray_ne.gif) no-repeat top right; 
}
.gray_tabtop { 
  font-size: 0;
  height: 7px; 
  background: url(images/corners/gray_nw.gif) no-repeat top left; 
}


.tabs {
	margin: 0;
	width: 300px;
	padding: 0;
	}
.tabs ul {
	float: right;
	background: #fff;
	padding: 0;
	width: 300px;
	margin: 0;
	}
.tabs li {
	list-style: none;
	margin: 0;
	width: 300px;
	height: 80px;
	padding: 0;
	background: url(images/billboard/link_bg.jpg) no-repeat top left;
	}
* html .tabs li {
	display: inline; /* ie6 double float margin bug */
	}
.tabs li,
.tabs li a {
	float: left;
	}
.tabs ul li a {
	text-decoration: none;
	color: #006633;
	font-weight: bold;
	font-size: 18px;
	width: 300px;
	height: 80px;
	}
		.tabs ul li a.trade_shows {
			background: url(images/billboard/link_trade_shows.jpg) no-repeat top left;
			}
		.tabs ul li a.high_value {
			background: url(images/billboard/link_high_value.jpg) no-repeat top left;
			}
		.tabs ul li a.fixtures {
			background: url(images/billboard/link_fixtures.jpg) no-repeat top left;
			}
		.tabs ul li span {
			display: none;
			}
.tabs ul li.active a.trade_shows {
	background: url(images/billboard/link_trade_shows.jpg) no-repeat top left;
	background-position: 0 -80px;
	}
.tabs ul li.active a.high_value {
	background: url(images/billboard/link_high_value.jpg) no-repeat top left;
	background-position: 0 -80px;
	}
.tabs ul li.active a.fixtures {
	background: url(images/billboard/link_fixtures.jpg) no-repeat top left;
	background-position: 0 -80px;
	}
.tabs div {
	background: #fff;
	padding: 0;
	height: 240px;
	width: 600px;
	margin: 0;
	}

/*----------- Hit Counter ------------*/
#counter {
	text-align: center;
	color: #006633;
	position: absolute;
	bottom: 5px;
	left: 220px;
	}
