/* -GLOBAL- */
html,
body {
	margin: 0;
	padding: 0;
	text-align: left;
}
body {
	color: #666666;
	font: normal 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 17px;
}
.submenu a i{
    display: none;
}
#footer-logos{
    display: none;
}
/* default for new html 5 tags */
header,footer,section,
aside,nav,article {
	display: block;
}

p, ul {
	font-size: 12px;
	/* display: inline-block; */
}

a {
	color: #006699;
	text-decoration: none;
}

.object-center{
    margin: 0 auto;
    width:auto !important;
}

.text-center{
   text-align: center;
}

.text-left{
   text-align: left;
}

.text-right{
   text-align: right;
}

a:active,
a.selected {
	color: #424242;
}

img {
	border: none;
}

h1,h2 {
	color: #848383;
	font: normal 27px 'HelveticaNeueLTStdLtRegular', sans-serif;
}

h4 {
	font-size:	12px;
}
section {
	display: block;
}
#debug {
	clear: both;
}
.formRow {
	margin:				10px 0;
}
.formRow label {
	float:				left;
	font-size: 			12px;
	font-weight:		bold;
	margin-right:		5px;
	text-align:			right;
	width:				75px;
}
/* -LIBRARY STYLES- */

.clear {
	width: 96%;
	clear: both;
}

.left {
	float: left;
}

.small-arrow {
	font-size: 60%;
}

.more {
	background: url(../images/more-arrow.png) right 1px no-repeat;
	color:	#006699;
	font-size:	11px;
	font-weight:	bold;
	margin: 20px 0 0 0;
	padding: 0 18px 0 0;
}

.pad {
	margin-bottom: 10px;
}


/* -LAYOUT STYLES- */
#wrapper {
	max-width: 1390px;
	min-height:100%;
	padding: 5px 50px 0 0;
	position: relative;
}
#wrapper:after {
	content: 			".";
    display: 			block;
    height: 			0;
    clear: 				both;
    visibility: 		hidden;
}

header {
	margin: 0 auto;
	color: #387bb0;
	font: normal 100% 'Swiss721HeavyRegular', sans-serif;
}

#pre-nav {
	font-size: 78%;
	margin: 0 auto 34px;
	padding: 17px 0 0 0;
	position: relative;
	width:auto;
	z-index:125;
	zoom:1;

}

#pre-nav a{
	background:			#ffffff;
	color:				#3583b0;
	font:				bold 11px  Helvetica, Arial, sans-serif;
	line-height:		18px;
	position:			relative;
	z-index:			13;
}

#pre-nav > ul {
	list-style:			none;
	margin:				0;
	padding:			0;
}

#pre-nav > ul > li {
	border-left:		1px solid #ececec;
	float:				left;
	padding:			0 4px;
	position:			relative;
	white-space:		nowrap;
}

#pre-nav > ul > li:first-child {
	border:				none;
	padding-left:		0;
}

#pre-nav > ul > li.login-link {
	margin:				0;
	padding:			0;
}

.login-link a {
	padding:			0 6px;
}

#pre-nav ul.login {
	background:			#ffffff;
	display:			none;
	left:				0;
	list-style:			none;
	margin:				0;
	padding:			5px;
	position:			absolute;
	top:				15px;
	width:				170px;
	z-index:			12;
}

#pre-nav ul.login li.sub {
    padding-left: 1.5em;
}

#pre-nav > ul > li.login-link:hover {
	-moz-box-shadow: 		0px 0px 8px #D0D0D0;
	-webkit-box-shadow: 	0px 0px 8px #D0D0D0;
	box-shadow: 			0px 0px 8px #D0D0D0;
}

#pre-nav li:hover ul.login {
	-moz-box-shadow: 		0px 0px 8px #D0D0D0;
	-webkit-box-shadow: 	0px 0px 8px #D0D0D0;
	box-shadow: 			0px 0px 8px #D0D0D0;
	display:				block;
}

#header-logo {
	float: left;
	clear: both;
	text-align:right;
	width: 25%;
	min-width: 187px;
	margin: 0 48px 0 0;
	background: url(../images/redstripe.png) 0 -5px repeat-x;
}

#sharing {
	float:					right;
	font:					bold 11px  Helvetica, Arial, sans-serif;
	line-height:			18px;
	position:				relative;
	z-index:				109;
}

#sharing:hover {
	-moz-box-shadow: 		0px 0px 8px #D0D0D0;
	-webkit-box-shadow: 	0px 0px 8px #D0D0D0;
	box-shadow: 			0px 0px 8px #D0D0D0;
}

#sharing p {
	background:				#ffffff;
	font-weight:			normal;
	margin:					0;
	padding:				5px;
	position:				relative;
	z-index:				101;
}

#sharing ul {
	background:				#ffffff;
	display:				none;
	list-style:				none;
	margin:					0;
	position:				absolute;
	padding:				25px 17px;
	right:					0;
	top:					25px;
	width:					100px;
	z-index:				100;
}

#sharing:hover ul {
	-moz-box-shadow: 		0px 0px 8px #D0D0D0;
	-webkit-box-shadow: 	0px 0px 8px #D0D0D0;
	box-shadow: 			0px 0px 8px #D0D0D0;
	display:				block;
}

#sharing li {
	display:				block;
	font-weight:			normal;
	margin:					0 0 5px 0;
	padding:				0 0 0 32px;
	vertical-align:			middle;
}

#sharing li.email {
	background:				url(../images/share_sprite.png) left 1px no-repeat;
}

#sharing li.facebook {
	background:				url(../images/share_sprite.png) left -27px no-repeat;
}

#sharing li.twitter {
	background:				url(../images/share_sprite.png) left -52px no-repeat;
}

#sharing a {
	cursor:					pointer;
}

nav {
	float: left;
	font-size: 127%;
	min-width: 673px;
	position: relative;
	z-index: 90;
}

nav a {
	color: #387bb0;
	padding: 0 6px;
}


.menu {
	min-width: 600px;
	min-height: 50px;
	float: left;
	position: relative;
	z-index: 11;
	display: block;
	list-style: none;
	margin: 0;
}

ul.menu, 
.menu ul {
	font-size:18px;
	list-style:none;
	margin:0;
	padding:0;
}

.menu > li {
	float: left;
	margin-right: 3px;
	float: 					left;
	margin-right: 			3px;
}

.menu > li > span,
.menu > li > a {
	background: 			#FFF url(../images/nav-arrow.png) right 18px no-repeat;
	border-left: 			1px solid #e2e2e2;
	color: 					#d3232a;
	display: 				block;
	font: 					normal 100% 'Swiss721Regular', sans-serif;
	padding: 				9px 25px 0px 10px;
	position: 				relative;
	top: 					0px;
	z-index: 				2;
}

.menu > li.hover,
.menu > li:hover {
	-moz-box-shadow: 		0px 0px 8px #D0D0D0;
	-webkit-box-shadow: 	0px 0px 8px #D0D0D0;
	box-shadow: 			0px 0px 8px #D0D0D0;
	position: 				relative;
	/*color: 					#636363;
	padding-bottom: 		7px;
	z-index: 				32;*/
}
.menu > li.span > a,
.menu > li.hover > a,
.menu > li:hover > a {
	-moz-box-shadow: 		none;
	-webkit-box-shadow: 	none;
	box-shadow: 			none;
	border-left: 			1px solid #FFF;
	color: 					#636363;
	border-bottom: 			8px solid #FFF;
}

.menu li.hover .dropdown_container,
.menu li:hover .dropdown_container {
	display: 				block;
}
.mobile .menu li:hover .dropdown_container {
	display:				none;
}
.menu .dropdown_container {
	-moz-box-shadow: 		0px 0px 8px #D0D0D0;
	-webkit-box-shadow: 	0px 0px 8px #D0D0D0;
	box-shadow: 			0px 0px 8px #D0D0D0;	
	background: 			#FFF;
	border-bottom: 			2px solid #d6333a;
	display: 				none;
	padding: 				15px 0 0;
	position: 				absolute;
	top: 					38px;
	white-space: 			nowrap;
	width: 					auto;
}

.dropdown_container a{
    color:#069 !important;
    font-weight:bold !important;
}

.dropdown_container .Bolded_Header a{
    color:#000 !important;
	font-weight:normal !important;
	margin-left:20px;
}

.dropdown_container .Standard_Header a{
    color:#000 !important;
	font-weight:normal !important;
	margin-left:20px;
}

.dropdown_container a:hover{
    text-decoration:underline;
}

.dropdown_container .Bolded_Header > a:first-child{
	margin-left:0px;
    color:#069 !important;
    font-weight:bold !important;
    display: inline-block;
    font-family: Helvetica;
    
}

.dropdown_container .Standard_Header > a:first-child{
    color:#069 !important;
    display:inline-block;
    margin-left:0px;
}

.dropdown_container .Standard_Link > a:first-child{
    display:inline-block;
    margin-left:0px;
}

.dropdown_container .inactive{
    text-decoration: none !important;
    cursor: default;
}

.dropdown_container .Standard_Link > a:first-child{
	color:#000 !important;
	font-weight:normal !important;
}

.dropdown_container ul {
	float: 					left;
	margin-bottom:			10px;
}

.dropdown_container ul.column-two {
	float: right;
}

.dropdown_container a,
.success_stories .link {
	color: #069;
	font: normal 72% 'Swiss721Regular', sans-serif;
	padding: 3px 10px 3px 30px;
	display: block;
}
.dropdown_container .column-two a {
	padding-left: 10px;
}
.dropdown_container a[menu]:hover{
	text-decoration:underline;
}
.dropdown_container .Standard_Link a:hover{
	color: #0080C0 !important;
	text-decoration:none;
}
.dropdown_container .Standard_Header a:hover{
	color: #069 !important;
	text-decoration:underline;
}
.dropdown_container .submenu a:hover{
	color: #0080C0 !important;
	text-decoration:none;
}
.success_stories {
	clear:both;
	background:#F2F2F2;
	cursor:pointer;
}

.success_stories .link{
	padding: 5px 0 5px 30px;
}

#success_container {
	height:0;
	overflow:hidden;
}

#search {
	float: right;
	position: relative;
	z-index: 110;
}

#search .search_container{
	display:none;
}

#search:hover,
#search.hover {
	-moz-box-shadow: 0px 0px 8px #D0D0D0;
	-webkit-box-shadow: 0px 0px 8px #D0D0D0;
	box-shadow: 0px 0px 8px #D0D0D0;
}
#search > p{
	font: 					normal 129% 'Swiss721Regular', sans-serif;
	color: 					#387bb0;
	background: 			#FFF url(../images/mag.png) 15px no-repeat;
	display:				inline-block;
	margin:					0;
	padding: 				10px 15px 11px 30px;
	position: 				relative;
	z-index: 				20;
	zoom:					1;
}

#search_wrapper {
	width: auto;
	min-width: 200px;
	padding: 10px 5px;
	background: #FFF;
	position: relative;
	z-index: 40;
	border-bottom: 2px solid #d6353b;
}

#search_wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#search .search_container {
	-moz-box-shadow: 	0px 0px 8px #D0D0D0;
	-webkit-box-shadow: 0px 0px 8px #D0D0D0;
	box-shadow: 		0px 0px 8px #D0D0D0;
	display: 			none;
	position: 			absolute;
	right: 				0;
	top: 				40px;
	width: 				248px;
	z-index: 			10;
}
#search.hover .search_container,
#search:hover .search_container,
#search.hover .search_container form,
#search:hover .search_container form{
	
}
#search label {
	color: 				#353535;
	font: 				normal 80% 'HelveticaNeueLTStdLtRegular', sans-serif;
	float: 				left;
	line-height: 		20px;
}
#search input[type=image] {
	margin-right:10px;
}
#search td{
	padding:0px !important;
	margin:4px !important;
	border:none;
}
#search input[type=text]{
	padding:0px 4px 0px 4px !important;
}
.gsc-input{
	margin:2px !important;
	width:110px !important;
}
.gscb_a{
	margin-top:3px;
}
#all_results {
	float: 				left;
	clear: 				left;
	cursor:				pointer;
	margin: 			10px 0 0 0;
	font: 				normal 80% 'Swiss721HeavyRegular', sans-serif;
	width: 				100%;
}

.more-results {
	cursor:				pointer;
}

#result {
	background: 		#FFF url(../images/ajax-loader.gif) center center no-repeat;
	font: 				normal 100% 'Swiss721Regular', sans-serif;
	width: 				100%;
	float: 				left;
	border-bottom: 		2px solid #d6353b;
	min-height: 		48px;
}

#result dl,
#result dt,
#result dd {
	margin: 			0;
	padding: 			0;
	font: 				normal 90% 'HelveticaNeueLTStdLtRegular', sans-serif;
	background: 		#FFF;
}

#result dt {
	background: 		#FFF url(../images/search_group_bg.png) top left repeat-x;
	color: 				#3d3d3d;
	font-weight: 		bold;
	line-height: 		28px;
	margin: 			0;
	overflow:			auto;
	padding: 			0 5px;
}

#result dt span {
	float:				left;
}

#result dt a {
	float: 				right;
	font-size: 			92%;
	line-height: 		28px;
}

#result dd {
	padding: 			12px 5px;
}

#result dd:hover {
	background: 		#EFEFEF;
}

#result dd > a {
	display: 			block;
	width: 				100%;
}

#result dd .desc {
	display: 			block;
	clear: 				left;
	font-size: 			95%;
	color: 				#3d3d3d;
	margin: 			5px 0 0;
}

#contWrap {
	clear:				both;
	overflow:			auto;
}
#content {
	clear:				both;
	height:				753px;
	padding:			50px 0;
	position:			relative;
}
#main {
	float:				left;
	height:				100%;
	margin-left:		22%;
	margin-right:		40px;
	min-height: 		728px;
	position:			relative;
	width:				430px;
	
}
#main .attribute-image img {
	height:				auto;
	max-width:			420px;
}
#main-stuff{
	position: 			absolute;
	top:				0;
	z-index:			5;
}
#contentBody {
	overflow: 			auto;
	zoom: 				1;
}
#heading-text {
	float:				right;
	margin: 			0px 140px 0 0;
}
#slideshow {
	clear:				both;
	height: 			100%;
	margin: 			auto;
	position: 			relative;
	width: 				100%;
}

#side {
	float:				left;
	margin: 			0;
	padding: 			0;
	width:				440px;
}

.spanishlink {
    border: none;
    margin-top: 0px;
}

.aside {
	border-top: 		3px solid #D4D4D4;
	float:				left;
	margin: 			10px 20px 0px 0;
	overflow: 			hidden;
}
.aside h2 {
	margin-bottom: 		10px;
	color: 				#565656;
}

.aside a {
	margin-bottom: 		10px;
}

.aside .more {
	background-position: right -1px;
}

.aside img {
	margin: 			0;
	width: 				95%;
	height:				auto;
	border:				1px solid #B3B3B3;
}

.aside.rich img {
    width: auto;
}

.news-item {
	border-bottom: 		1px dashed #D1D1D1;
	font-size: 			13px;
	margin-bottom: 		10px;
	overflow: 			hidden;
	width:				95%;
}
.aside.news {
	margin-bottom: 		50px;
}

.aside .news-date {
	color:				#7b7b7b;
	font-size:			11px;
	font-weight:		bold;
	margin-bottom: 		10px;
}
footer {
	border-top:			6px solid #C9C9C9;
	clear:				both;
	float:				right;
	font-size:			11px;				
	padding:			20px 46px 60px;
}
#footer_right{
    float:right;
    text-align:right;
}
#footer-nav {
	background: 		url(../images/footer-sprite-full.png) no-repeat scroll 0 0 transparent;
	float: 				left;
	height: 			110px;
	padding-left:		86px;
}

#footer-nav li.icon {
    display: inline;
    padding: 0px;
    margin: 0px;
}

footer ul {
	list-style:			none;
	margin:				0;
	padding:			0 0 5px 10px;
}

footer li {
	font-size: 			11px;
	font-weight: 		bold;
	margin: 			0;
        line-height: 16px;
}
footer li a {
	padding: 			0 6px 0 0;
	border: 			none;
}

#copyright {
	color: 				#606060;
	font-size:			100%;
	margin-top:			0;
}
#logos {
	border-top:			1px dotted #C4C4C4;
	padding-top:		10px;
}
#logos span {
	background-image:	url("../images/footer-sprite-full.png");
	background-repeat: 	no-repeat;
	display:			inline-block;
	height:				30px;
}
#logos a {
	margin-left:		29px;
}
#logos a:first-child {
	margin-left: 		30px;
}
#customize{
	background-position: 0 -150px;
	width: 82px;
}
#jensen{
	background-position: 0 -188px;
	width: 72px;
}
#titan{
	background-position: 0 -220px;
	width: 67px;
}

#cfresh {
    background-position: 0 -252px;
    height: 50px !important;
    width: 90px;
}

#seafreight {
    background-position: 0 -310px;
    width: 100px;    
}

#seapack {
    background-position: 0 -346px;
    width: 100px;    
}

#jarvis {
        background-position: 0 -251px;
        width: 80px;
        padding-bottom: 6px;
}

.form_section {
    clear: 				both;
    margin: 			1em 0;
}
.form_section h1 {
    margin-top: 		1em;
}
fieldset {
	border: 			0px none;
	padding-left:		8px;
	padding-right:		8px;
}
fieldset.buttons {
        margin-top: 1.2em;
	
        padding-left: 133px;
}
.form_input_selectbox,
.form_input {
	padding-top:		5px
}
.form_input_selectbox {
	/* setting overflow hides the dropdown so this attempt to
	 * clear the floated label inline-block acts like overflow auto for float */
	display:			inline-block;
	zoom:				1;
}
.form_input {
	overflow: 			visible;
	zoom:				1;
        float: left;
}
.form_input_selectbox label,
.form_input label {
    float: 					left;
	font-size:				10px;
	font-weight:			bold;
    padding-right: 			5px;
    text-align: 			right;
    width: 					120px;
}
.form_input input,
.form_input select {
	height:					21px;
}
.form_input textarea {
}

.form_input .note {
    padding-left: 			0.5em;
    font-size: 				smaller;
}

.answerList {
    float: left;
}

.form_header, 
.form_footer {
    clear: 					both;
    margin-top: 			1em;
	margin-left:			8px;
	margin-right:			8px;
	padding:				0;	
}

.form_header p, 
.form_footer p {
	font-size:				12px;
    margin-bottom: 			0.5em;
}

.form_header h2, 
.form_footer h2 {
    font-size: 				1em;
    color: 					inherit;
    font-weight: 			bold;
}
.form_footer {
    float: 					left;
    margin-right: 			1em;
    margin-bottom: 			1em;
}

.form_input .box_choice {
    clear: 					both;
}
.form_input .box_choice input, 
.form_input .box_choice label {
    float: 					none;
    width: 					auto;
}

.form_input .box_choice label {
    text-align: 			left;
}

.box_choice.cb {
	margin-left: 			120px;
}

.form_input h2 {
    color: 					inherit;
    font-size: 				1em;
    font-weight: 			bold;
}
.fielderror {
	color:					#CC3300;
    display: 				none;
	font-size:				10px;
	margin:					3px 0 0 126px;
}
.fielderror.active {
    display: block;
}

.alternatives input {
    width: auto;
    float: left;
    clear: left;
}

.alternatives div.radio-inputs {
    padding: 10px 0;
}

.alternatives label {
    padding-right: 1em;
    width: auto;
    font-size: 12px;
}

.alternatives p label {
    font-size: 16px;
    color: #3C3C3C;
}

.simple_option input, 
.simple_option label {
    width: 					auto;
}

.application_progress {
    width: 100%;
    height: 17px;
}

.application_progress p {
    width: 33%;
    text-align: center;
    float: left;
    margin: 0px;
}

.application_progress p.active {
    font-weight: bold;
}

#job_application_3 input, #job_application_3 textarea {
    width: 98%;
}

.hidden-iframe {
    border-width: 			0;
    height: 				0;
    overflow: 				hidden;
    width: 					0;
    visibility: 			hidden;
}
.glossary dfn {
    font-weight: 			bold;
    font-style: 			normal;
    padding-right: 			1em;
}

p.dfn {
	clear:					left;
}

.glossary dd p.image {
    border: 				solid black 1px;
    float: 					left;
    padding: 				2px;
    margin-right: 			5px;
    margin-bottom: 			5px;
}

#contactUs p.contact_method_label {
    font-weight: 			bold;
    margin-top: 			1em;
}
.map_links {
	list-style:				none outside none;
	padding:				0;
}
.map_links li {
	float:					left;
	margin:					0;
	padding:				2px 0;
	width:					50%;
}
.map_links dd {
	margin:					10px 0;
}
#vessel_portfolio p {
    margin: 				0;
}

.phonedirectory_contact {
    margin-top: 1em;
}

.phonedirectory_contact .name {
    font-weight: bold;
}

/* For CCOM-310 to remove space above blocks in phone listings */
.phonedirectory_contact div p {
    margin: 0;
}

#rateSchedules p {
    margin: 0;
}

dl.phonedirectory {
	margin-top:				0;
}

.phonedirectory dt,
.sitemap dt {
	font-weight:			bold;
}

.sitemap dt{
	margin:					10px;
}

.app_info_box div p {
    margin: 0px;
}

.app_info_box div p.header {
    font-weight: bold;
}

.app_info_box div.half_width {
    margin-top: 10px;
    width: 49%;
}

.app_info_box div.full_width {
    margin-top: 10px;
    width: 100%;
}

.app_info_box {
    margin-top: 20px;
}

.app_info_box h5 {
    margin: 10px 0px 5px;
}

.vessel_list {
	font-size:13px;
}

table#jobresults {
    border-top: none;
}

#jobresults th {
    border-top: none;
    border-bottom: 1px dotted #8D8D8D;
}

.nobr {
    white-space: nowrap;
}

.equipment-specs {
    margin-right: 1em;
    font-weight: bold;
}

.centered {
    text-align: center;
}

.unavailable {
    font-size: smaller;
    font-style: italic;
    color: #D42A31;
}

.small {
    font-size: 12px;
}

#portToPortResults {
    width: 565px;
}

.align_right {
    float: right;
}

ul.service-areas {
    padding: 0px;
    overflow: hidden;
}

li.route-link {
    list-style-type: none;
    padding-top: 10px;
    float: left;
    clear: left;
    font-size: 13px;
    font-weight: bold;
    color: #006699;
}

li.route-link span {
    color: #353535;
}

li.route-detail {
    list-style-type: none;
    float: left;
    clear: left;
    font-size: 12px;
}

.ss-link {
    font-size: 11px;
    text-decoration: none;
    color: #D42A31 !important;
}

.line_border {
    border-bottom: 1px solid #B2B2B2;
    padding-bottom: 13px;
    height: 13px;
}

.dotted_border {
    border-bottom: 1px dotted #B2B2B2;
    padding-bottom: 10px;
    height: 13px;
}

.indent {
    margin-left: 15px;
}

.block.page_list p {
    margin: 0;
}

.service-page td.plain {
    border: none;
}

.service-page table.company-block {
    border: 1px solid #DADADA;
    background: #EFEFEF;
    padding: 10px;
}

.service-page table .dotted {
    border: 1px dotted #DADADA;
}

#forms-block p {
    padding: 5px 0 10px 5px;
}

#forms-block a {
    height: 25px;
    padding-top: 10px;
    border-top: 1px dotted #B2B2B2;
    background: url("../images/sprite.png") no-repeat scroll right 13px transparent;
}

#captcha {
    width: 150px;
    border: 1px solid #AAA;
}

#captchaerror {
    margin: 0px !important;
}

#captcha-input {
    margin: 10px 0;
}

.menu-header {
    font-weight: bold;
    font-size: 13px;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #DEDEDE;
    padding: 10px 0 !important;
}



#login-box {
    background-color: #d9d9d9;
    clear: left;
    width: 300px;
    margin-top: 50px;
    border: 1px solid #C4C4C4;
}

.login-footer {
    font-size: 11px;
    margin-top: 25px;
}

#login-box span.login-header {
    font-size: 14px;
    font-weight: bold;
    display: block;
    background-color: #AAA;
    color: #fff;
    margin: 0px;
    padding: 10px 0 10px 10px;
}

#login-box span {
    margin-left: 15px;
}


#login-box table,
#login-box table td{
    border: none;
}

#login-box input.styled {
    	-moz-box-shadow:	0 0 3px 0 #666666;
	-webkit-box-shadow:	0 0 3px 0 #666666;
	box-shadow:			0 0 3px 0 #666666;
	background: 		#59c url(../images/button-background.png) repeat-x 0 0;
	background: 		-moz-linear-gradient(0 0 270deg, #65baeb, #4d8eb3);
	background: 		-webkit-gradient(linear, 0% 0%, 0% 100%, from(#65baeb), to(#4d8eb3));
	border: 			1px solid #fff;
	color:				#ffffff;
	cursor:				pointer;
	margin: 			0 50px 0 0;
	overflow: 			visible;  		/* this and width: auto reguired for IE 7 mode */
	padding: 			1px 9px;
	text-transform:		uppercase;
	width: 				auto; 
        font:                   bold 10px/20px arial,sans-serif;
        float:              right;
}

.form-section legend{
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
}

/* Font Sizes */

._10px {
    font-size: 10px !important;
}

._12px {
    font-size: 12px !important;
}

._14px {
    font-size: 14px !important;
}

._16px {
    font-size: 16px !important;
}

._18px {
    font-size: 18px !important;
}

._20px {
    font-size: 20px !important;
}

._22px {
    font-size: 22px !important;
}

._24px {
    font-size: 24px !important;
}

._26px {
    font-size: 26px !important;
}

._28px {
    font-size: 28px !important;
}

.no_style_table{
	border: none !important;
}

.no_style_table tr{
	border: none !important;
}

.no_style_table td{
	border: none !important;
}

/* Text colors */

.text_Black{
    color: #000000;
}

.text_White{
    color: #FFF;
}

.text_Gray{
    color: #8E8F93;
}

.text_Red{
    color: #E61D3B;
}

.text_Blue{
    color: #0055A6;
}

#backToMainNav {
    display: none;
}

#lcl_info{
    padding: 10px 0px 10px 0px;
}

.button_Gray{
        font: bold 10px/20px arial,sans-serif;
        display: inline-block;
        color: white !important;
        padding: 5px 10px 5px 10px;
        cursor: pointer;
        margin-top: 10px;
        *margin-right: 5px;
	border:0px solid #CACACA; -webkit-border-radius: 6px; -moz-border-radius: 6px;border-radius: 6px;font-size:12px;font-family:arial, helvetica, sans-serif; text-decoration:none; display:inline-block;text-shadow: 0px 0px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
	background-color: #737373; background-image: -webkit-gradient(linear, left top, left bottom, from(#737373), to(#BCBCBC));
	background-image: -webkit-linear-gradient(top, #737373, #BCBCBC);
	background-image: -moz-linear-gradient(top, #737373, #BCBCBC);
	background-image: -ms-linear-gradient(top, #737373, #BCBCBC);
	background-image: -o-linear-gradient(top, #737373, #BCBCBC);
	background-image: linear-gradient(to bottom, #737373, #BCBCBC);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#737373, endColorstr=#BCBCBC);
}

.button_Gray:hover{
	border:0px solid #FFFFFF;
	background-color: #575757; background-image: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#a4a4a4));
	background-image: -webkit-linear-gradient(top, #575757, #a4a4a4);
	background-image: -moz-linear-gradient(top, #575757, #a4a4a4);
	background-image: -ms-linear-gradient(top, #575757, #a4a4a4);
	background-image: -o-linear-gradient(top, #575757, #a4a4a4);
	background-image: linear-gradient(to bottom, #575757, #a4a4a4);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#575757, endColorstr=#a4a4a4);
}

.button_Black{
        font: bold 10px/20px arial,sans-serif;
        display: inline-block;
        color: white !important;
        padding: 5px 10px 5px 10px;
        cursor: pointer;
        margin-top: 10px;
        *margin-right: 5px;
    	border:0px solid #000000; -webkit-border-radius: 6px; -moz-border-radius: 6px;border-radius: 6px;font-size:12px;font-family:arial, helvetica, sans-serif; text-decoration:none; display:inline-block;text-shadow: 0px 0px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
	background-color: #000000; background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#5A5A5A));
	background-image: -webkit-linear-gradient(top, #000000, #5A5A5A);
	background-image: -moz-linear-gradient(top, #000000, #5A5A5A);
	background-image: -ms-linear-gradient(top, #000000, #5A5A5A);
	background-image: -o-linear-gradient(top, #000000, #5A5A5A);
	background-image: linear-gradient(to bottom, #000000, #5A5A5A);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#000000, endColorstr=#5A5A5A);
}

.button_Black:hover{
	border:0px solid #FFFFFF;
	background-color: #5A5A5A; background-image: -webkit-gradient(linear, left top, left bottom, from(#5A5A5A), to(#646464));
	background-image: -webkit-linear-gradient(top, #5A5A5A, #646464);
	background-image: -moz-linear-gradient(top, #5A5A5A, #646464);
	background-image: -ms-linear-gradient(top, #5A5A5A, #646464);
	background-image: -o-linear-gradient(top, #5A5A5A, #646464);
	background-image: linear-gradient(to bottom, #5A5A5A, #646464);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#5A5A5A, endColorstr=#646464);
}

.button_Red{
        font: bold 10px/20px arial,sans-serif;
        display: inline-block;
        color: white !important;
        padding: 5px 10px 5px 10px;
        cursor: pointer;
        margin-top: 10px;
        *margin-right: 5px;
	border:0px solid #b21f2b; -webkit-border-radius: 6px; -moz-border-radius: 6px;border-radius: 6px;font-size:12px;font-family:arial, helvetica, sans-serif; text-decoration:none; display:inline-block;text-shadow: 0px 0px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
	background-color: #b21f2b; background-image: -webkit-gradient(linear, left top, left bottom, from(#b21f2b), to(#E61D3B));
	background-image: -webkit-linear-gradient(top, #b21f2b, #E61D3B);
	background-image: -moz-linear-gradient(top, #b21f2b, #E61D3B);
	background-image: -ms-linear-gradient(top, #b21f2b, #E61D3B);
	background-image: -o-linear-gradient(top, #b21f2b, #E61D3B);
	background-image: linear-gradient(to bottom, #b21f2b, #E61D3B);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#b21f2b, endColorstr=#E61D3B);
}

.button_Red:hover{
	border:0px solid #FFFFFF;
	background-color: #E61D3B; background-image: -webkit-gradient(linear, left top, left bottom, from(#E61D3B), to(#E61D00));
	background-image: -webkit-linear-gradient(top, #E61D3B, #E61D00);
	background-image: -moz-linear-gradient(top, #E61D3B, #E61D00);
	background-image: -ms-linear-gradient(top, #E61D3B, #E61D00);
	background-image: -o-linear-gradient(top, #E61D3B, #E61D00);
	background-image: linear-gradient(to bottom, #E61D3B, #E61D00);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E61D3B, endColorstr=#E61D00);
}

.button_Blue{
        font: bold 10px/20px arial,sans-serif;
        display: inline-block;
        color: white !important;
        padding: 5px 10px 5px 10px;
        cursor: pointer;
        margin-top: 10px;
        *margin-right: 5px;
	border:0px solid #014689; -webkit-border-radius: 6px; -moz-border-radius: 6px;border-radius: 6px;font-size:12px;font-family:arial, helvetica, sans-serif; text-decoration:none; display:inline-block;text-shadow: 0px 0px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
	background-color: #014689; background-image: -webkit-gradient(linear, left top, left bottom, from(#014689), to(#0055A6));
	background-image: -webkit-linear-gradient(top, #014689, #0055A6);
	background-image: -moz-linear-gradient(top, #014689, #0055A6);
	background-image: -ms-linear-gradient(top, #014689, #0055A6);
	background-image: -o-linear-gradient(top, #014689, #0055A6);
	background-image: linear-gradient(to bottom, #014689, #0055A6);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#014689, endColorstr=#0055A6);
}

.button_Blue:hover{
	border:0px solid #FFFFFF;
	background-color: #0055A6; background-image: -webkit-gradient(linear, left top, left bottom, from(#0055A6), to(#0055FF));
	background-image: -webkit-linear-gradient(top, #0055A6, #0055FF);
	background-image: -moz-linear-gradient(top, #0055A6, #0055FF);
	background-image: -ms-linear-gradient(top, #0055A6, #0055FF);
	background-image: -o-linear-gradient(top, #0055A6, #0055FF);
	background-image: linear-gradient(to bottom, #0055A6, #0055FF);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#575757, endColorstr=#0055FF);
}

#google_translate_element > div{
	background-color:#EEE;
	padding:5px;
	border:1px solid #DDD;
	margin-top:-5px;
}

.gsc-input-box {
	border-color:#069 !important;
}

.gsc-input-box {
	border-color:#069 !important;
}

.gscb_a{
	color:#069 !important;
}

input.gsc-search-button, input.gsc-search-button:focus {
    border-color: #d3232a !important;
    background-color: #d3232a !important;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
}

input.gsc-search-button:hover{
	border-color: #E02930 !important;
    background-color: #E02930 !important;
}

.google-map{
	display: inline-block;
	float:right;
	margin: 5px;
	padding:5px;
	text-align:center;
	background-color:#DDD;
}

.google-map iframe{
	border:1px solid #FFF;
}

.google-map small{
	display:block;
	background-color:#DDD;
	margin-top:-5px;
	text-align:left;
}

.google-map small p{
	margin:0px;
}

.google-map-block{
	display:block !important;
	float:none;
	margin:0 auto;
}

.content-block{
	border:1px solid #CCC;
	margin:5px;
	float: left;
}

.content-block strong{
	display:block;
	background-color:#DDD;
	padding:5px;
	color:#666;
}

.content-block span{
	padding:5px;
	display: block;
}

.screen985 .content-block,
.screen800 .content-block,
.screen768 .content-block,
.screen668 .content-block,
.mobile768 .content-block,
.mobile420 .content-block{
	width:98% !important;
	
}

.screen985 .google-map,
.screen800 .google-map,
.screen768 .google-map,
.screen668 .google-map,
.mobile768 .google-map,
.mobile420 .google-map{
	width:95% !important;
}

.screen985 .google-map iframe,
.screen800 .google-map iframe,
.screen768 .google-map iframe,
.screen668 .google-map iframe,
.mobile768 .google-map iframe,
.mobile420 .google-map iframe{
	width:98% !important;
}

.screen985 .google-map small,
.screen800 .google-map small,
.screen768 .google-map small,
.screen668 .google-map small,
.mobile768 .google-map small,
.mobile420 .google-map small{
	width:98% !important;
}

/* iframe */
#career_iframe iframe {
        height: 100%;
        width:100%;
        border: 0px;
        padding: 2px;
}

#career_iframe {
        display: block;
        overflow: hidden;
        padding: 1px;
        height: 100%;
        min-width:800px;
        width: 800px;
        border: 0px;
}

.nolink_service_area{
	font-weight: bold;
	color: #666;
}
.pdf_download_page{

        margin-top: 20px;
}
#ssfe{
        min-height:650px;
}
.text-bold{
        font-weight:bold;
}
.route_details_hidden{
        display:none;
}
.rbtxt {

	font-size: 14px;
	color: #666;
}
div#adBlock {display:none;}
