body {
	padding: none;
	margin: 0;
	font-size: 62.5%;
	background: #eee;
}

p, a, h1, h2, h3, h4, hr, ul, ol, li, dl, dt, dd, blockquote, table, address, img, label {
	padding: 0;
	margin: 0;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	border: none;
	text-decoration: none;
}

label {
	display: inline;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


a:link { color: #900; border-bottom: 1px solid #900; border-bottom-color: rgba(150,0,0,0.3); }
a:visited { color: #930; border-bottom: 1px solid #930; border-bottom-color: rgba(150,75,0,0.3); }
a:hover { color: #f00; }
a:active { color: #f00; }
 
 
/* ---------- Masthead ---------- */
 
#masthead {
	background: #052489 url('/images/masthead_bg.png') no-repeat center top;
 	width: 100%;
 	height: 72px;
 	border-bottom: 1px solid #fff;
}


 
div.container {
 	width: 940px;
 	margin:  0 auto;
}

#logo {
	float: left;
	width:  160px;
	margin: 13px 0 0 0;
}

#logo h1,
#logo p {
	display: block;
	width:  160px;
	background: transparent url(/images/white_logo.png) no-repeat center top;
	height: 45px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 1em;
}

#logo h1 a,
#logo p a {
	display: block;
	height:45px;
	width: 160px;
	border: none;
}

#masthead_search {
	float:  left;
	margin: 18px 0 0 135px;
	width:  350px;
	background: url('/images/search_box.png') no-repeat center top;
	height: 39px;
	display: inline;
}



#masthead_search_front {
	float:  left;
	margin: 18px 0 0 135px;
	width:  350px;
	height: 39px;
	display: inline;
}

#masthead_search form {
	padding: 0 5px;
	margin: 5px 0 0 0;
}

#masthead_search input.top_search_text {
	border: none !important;
	padding: 6px 5px !important;
	vertical-align: middle;
	margin: 0 !important;
	font-size: 1.4em !important;
	line-height: 1em !important;
	font-weight: bold !important;
	width: 280px;
	background: none !important;
	display: block;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	color: #333 !important;
	float: left;
}

#masthead_search input.top_search_button {
	background: none;
	height: 30px;
	width: 40px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	display: block;
	text-indent: -9999px;
	font-size: 0px;
	line-height: 0px;
	float: right;
}

table.gsc-completion-container {
	border: 1px solid #ccc;
	font-size: 14px;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	color: #333;
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

table.gsc-completion-container td {
	margin: 0 0 0 0;
	padding: 3px 5px;
}

#masthead_links {
	width:  220px;
	float:  right;
	margin: 18px 0 0 0;
	display: inline;
}

#masthead_links ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 20px;
	
}

#masthead_links li {	
	color: #fff;
	background: none;
	width: 100px;
	text-align: right;
	display: block;
	float: left;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
	font-size: 1.3em;
	line-height: 1em;
}

#masthead_links li a {
	color: #fff;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}

#masthead_links li a:link { color: #fff; }
#masthead_links li a:visited { color: #fff; }
#masthead_links li a:hover { color: #000; }
#masthead_links li a:active { color: #000; }

/* ---------- Breadcrumb trail ---------- */

#breadcrumb {
	margin-top: 20px;
	height: 30px;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 30px;
	width: auto;
}

#breadcrumb li {
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: #fff;
	font-size: 1.3em;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	line-height: 1.2em;
	max-width: 170px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

#breadcrumb li a {
	margin: 0 0 0 0;
	padding: 7px 10px 8px 25px;
	display: block;
	background: #FFD699 url('/images/bread_test_1.png') no-repeat left top;
	border: none;
	max-width: 150px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

#breadcrumb li a.level1 {
	background-image: none;
	padding: 7px 10px 8px 15px;
	border-left: 2px solid #fff;
}

#breadcrumb li a:link { color: #000; }
#breadcrumb li a:visited { color: #000; }
#breadcrumb li a:hover { color: #009; }
#breadcrumb li a:active { color: #009; }

#breadcrumb li.current {
	padding: 7px 15px 8px 25px;
	background: #f60 url('/images/bread_test_current.png') no-repeat left top;
	color: #fff;
	border-right: 2px solid #fff;
}


/* ---------- Footer Directory ----------- */

/* ----------- Directory ----------- */

#directory {
	clear: both;
	width: 100%;
	background: url('/images/directory_curve_2.png') repeat-x 45% -30px;
	padding-top: 60px;
}

#directory_reverse {
	clear: both;
	width: 100%;
	background: #fff url('/images/directory_curve_2r.png') repeat-x 45% -30px;
	padding-top: 60px;
}

#directory_transport{
	clear: both;
	width: 100%;
	border-top: 2px solid #f60;
	padding-top: 20px;
}

#directory_transport h2 {
	padding: 0 0 20px 0;
}

#directory h2 {
	padding: 0 0 20px 0;
	margin: 10px 0 0 5px;
	background: url('/images/site_directory_title.png') no-repeat left top;
	text-indent: -9999px;
	height: 22px;
	width: 446px;
}

#directory_reverse h2  {
	padding: 0 0 20px 0;
	margin: 10px 0 0 5px;
	xbackground: url('/images/site_directory_title_r.png') no-repeat left top;
	xtext-indent: -9999px;
	height: 22px;
	width: 446px;
}

div.directory_column {
	width: 220px;
	margin: 0 20px 0 0;
	float: left;
}

div.last {
	margin: 0 0 0 0;
}

div.directory_column div.directory_category {
	margin: 0 0 20px 0;
	background: #fff;
	padding: 10px 20px;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 2px 4px #ccc;
	-moz-box-shadow: 0 2px 4px #ccc;
}

div.directory_column div.directory_category h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 0 5px 0;
}

div.directory_column div.directory_category h3 a {
	border: none;
}

div.directory_column div.directory_category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.directory_column div.directory_category li {
	font-size: 1.3em;
	padding: 0 13px 2px 16px;
	margin: 0;
	line-height: 1.5em;
	background: #fff url('/images/standard_bullet_grey.png') no-repeat left 7px;
}


/* ---------- Footer ---------- */

#footer {
	background: #f60 url('/images/masthead_bg.jpg') no-repeat center top;
	height: 40px;
	border-top: 1px solid #fff;
	margin: 0 0 0 0;
	padding: 0;
}


#footer p.address {
	color: #fff;
	font-size: 1.3em;
	width: 640px;
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
}

#footer p.address strong {
	font-size: 1.1em;
	font-weight: bold;
}

#footer ul.footer_links {
	width: 300px;
	float: right;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#footer ul.footer_links li {
	float: right;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 0 20px;
	padding: 0;
	background: none;
}

#footer ul.footer_links li a {
	border: none;
}

#footer ul.footer_links li a:link { color: #fff; }
#footer ul.footer_links li a:visited { color: #fff; }
#footer ul.footer_links li a:hover { color: #000; }
#footer ul.footer_links li a:active { color: #000; }



/* ----------- SEARCH STYLING TEST ---------- */


div.gsc-tabHeader {
	display: none;
}

div.gsc-adBlockVertical, div.gsc-adBlockNoHeight {
	display: none;
	height: 0;
}

/* Slight reset to make the preview have ample padding. */
.cse .gsc-control-cse,
#content .gsc-control-cse {
  margin: 0 auto;
  width: 500px;
}
.cse .gsc-branding,
.gsc-branding {
  display: none;
}
.cse.gsc-control-cse div,
.gsc-control-cse div {
  position: normal;
}

/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: #fff;
  border: 1px solid;
  border-color: #fff;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

/* Search form */
.cse form.gsc-search-box,
form.gsc-search-box {
  padding: 8px 4px 2px 6px;
  margin-bottom: 6px;
}
.cse .gsc-branding-text,
.gsc-branding-text {
  color: #000000;
}
.cse td.gsc-input,
td.gsc-input {
  padding-right: 0;
}
.cse .gsc-search-box,
.gsc-search-box {
  border-collapse: collapse;
}

/* Search input */
#content .cse input.gsc-input,
#content input.gsc-input {
  font-family: inherit;
  border: 1px solid;
  border-color: #ccc;
  padding: 3px;
  width: 99%;
  font-size: 1.4em;
}

/* Search button */
#content .cse input.gsc-search-button,
#content input.gsc-search-button {
  font-family: inherit;
  font-size: 1.4em;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 -1px 1px #003;
  padding: 3px 8px 4px 8px;
  background-color: #009;
  border: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/* Base tab selector styles */
.cse .gsc-tabHeader,
.gsc-tabHeader {
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 2px #000000;
  padding: 2px 8px 0 8px;
}

/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  background-color: #777777;
  border: 1px solid;
  border-color: #777777;
  border-bottom: none;
  color: #ffffff;
}

/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #333333;
  border: 1px solid;
  border-color: #333333;
  border-bottom: none;
  color: #ffffff;
}

/* This is the tab bar bottom border. */
#content .cse .gsc-tabsArea,
#content .gsc-tabsArea {
  display: none;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  display: none;
}

/* Wrapper for all results */
.cse .gsc-results,
.gsc-results {
  width: 100%;
  margin: 0 0 0 0;
}

/* Uber-wrapper for a result. Add padding to elements within a result block */
.cse .gs-result .gs-title,
.gs-result .gs-title,
.cse .gs-result .gs-snippet,
.gs-result .gs-snippet,
.cse .gs-result .gs-visibleUrl,
.gs-result .gs-visibleUrl {
  padding: 0;
}

/* Font size */


#content .cse .gs-result a.gs-title,
#content .gs-result a.gs-title {
	font-size: 16px !important;
	height: auto;
	font-weight: bold;
	
}

#content div.gs-title {
	padding: 0 0 2px 0;
}

#content .cse .gs-result .gs-snippet,
#content .gs-result .gs-snippet {
  font-size: 14px !important;
  height: auto;
  line-height: 1.5em;
  font-family: 'Helvetiva Neue', Arial, sans-serif;
}

#content div.gs-snippet {
	margin: 0 0 10px 0;
}

#content div.gs-promotion div.gs-snippet {
	font-size: 14px;
	padding: 0 40px 0 0;
	margin: 0;
	font-weight: bold;
}

/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result {
  padding: 0 0 0 .5em;
  border-left: 1px solid;
  border-color: #ffffff;
  margin-bottom: 1em;
}

/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover {
  
}

/* Set link colors. */
.cse .gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link,
.cse .gs-webResult.gs-result a.gs-title:link b,
.gs-webResult.gs-result a.gs-title:link b {
	color: #900;
	border-bottom: 1px solid #900;
	border-bottom-color: rgba(150,0,0,0.3);
	border: none;
	font-size: auto;
	text-decoration: none;
}

.cse .gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited,
.cse .gs-webResult.gs-result a.gs-title:visited b,
.gs-webResult.gs-result a.gs-title:visited b {
	color: #930;
	border-bottom: 1px solid #930;
	border-bottom-color: rgba(150,75,0,0.3);
	border: none;
	font-size: auto;
	text-decoration: none;
}

.cse .gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover,
.cse .gs-webResult.gs-result a.gs-title:hover b,
.gs-webResult.gs-result a.gs-title:hover b  {
	color: #f00;
	border: none;
	font-size: auto;
	text-decoration: none;
}

.cse .gs-webResult.gs-result a.gs-title:active,
.gs-webResult.gs-result a.gs-title:active,
.cse .gs-webResult.gs-result a.gs-title:active b,
.gs-webResult.gs-result a.gs-title:active b {
	color: #f00;
	border: none;
	font-size: auto;
	text-decoration: none;
}




/* Snippet text color */
.cse .gs-webResult.gs-result .gs-snippet,
.gs-webResult.gs-result .gs-snippet {
  color: #333;
}

/* URL text color */
.cse .gs-webResult.gs-result .gs-visibleUrl,
.gs-webResult.gs-result .gs-visibleUrl,
.cse .gs-webResult.gs-result .gs-visibleUrl-short,
.gs-webResult.gs-result .gs-visibleUrl-short {
  color: #333;
  font-weight: bold;
}

/* Pagination container centered */
.cse .gsc-cursor-box,
.gsc-cursor-box {
  padding: 0 0 0 0;
  margin: 0 0 20px 0;
}

div.gsc-cursor-box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.gsc-cursor-page {
	float: left;
	width: 2em;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 14px;
	border: 1px solid #eee;
	text-align: center;
	padding: 4px 0;
	margin: 0 5px 0 0;
	cursor: pointer;
}

div.gsc-cursor-page a {
	padding: 0;
	margin: 0;
}

.cse .gsc-cursor-page,
.gsc-cursor-page,
.cse .gsc-trailing-more-results:link,
.gsc-trailing-more-results:link {
	
}

/* Selected pagination */
.cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page,
.gsc-results .gsc-cursor-page.gsc-cursor-current-page {
  color: #fff;
  background-color: #f60;
  padding: 0x;
}

/*Promotion Settings*/
/* The entire promo */
div.gs-promotion,
div.gs-promotion {
  background-color: #fff;
  border: 1px solid;
  border-color: #ccc;
  padding: 20px;
  
}

#content div.gs-result {
	margin: 0 0 20px 0;
}

/* Promotion image */
.cse .gs-promotion.gs-result .gs-promotion-image,
.gs-promotion.gs-result .gs-promotion-image {}

/* Promotion title */
#content .cse .gs-promotion.gs-result a.gs-title:link,
#content .gs-promotion.gs-result a.gs-title:link {
  color: #900;
  border: none;
  font-size: auto;
  border: none;
  text-decoration: none;
}
#content .cse .gs-promotion.gs-result a.gs-title:visited,
#content .gs-promotion.gs-result a.gs-title:visited {
  color: #930;
  border: none;
  font-size: auto;
  text-decoration: none;
}
#content .cse .gs-promotion.gs-result a.gs-title:hover,
#content .gs-promotion.gs-result a.gs-title:hover {
  color: #f00;
  border: none;
  font-size: auto;
  text-decoration: none;
}
#content .cse .gs-promotion.gs-result a.gs-title:active,
#content .gs-promotion.gs-result a.gs-title:active {
  color: #f00;
  border: none;
  font-size: auto;
  text-decoration: none;
}

/* Promotion snippet */
.cse .gs-promotion.gs-result .gs-snippet,
.gs-promotion.gs-result .gs-snippet {
  color: #333;
}

/* Promotion url */
.cse .gs-promotion.gs-result .gs-visibleUrl,
.gs-promotion.gs-result .gs-visibleUrl {
  color: #333;
}

#content div.gs-visibleUrl-short {
	/*font-family: 'Helvetiva Neue', Arial, sans-serif;
	font-size: 1.4em;
	margin: 0 0 15px 0;*/
	display: none;
}

#content div.gs-visibleUrl-long {
	display: none;
}

#content div.gs-watermark {
	display: none;
}

#content div.gsc-adBlock,
#content #adBlock {
	display: none;
}

#content #results table,
#content #results table td {
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

noscript {
	display: none;
}


form#HomePageForm {
	margin: 0 !important;
}
