/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

.slider{
	margin-left:25px;
	margin-top:-50px;
	width:auto;
	height:auto;
	border-width:1px;
	border-style:solid;
	background-color:#590000;
	position:absolute;
	z-index:1;
	text-align:center;
	border-radius:5px;
	color:#ffffff;
	padding-left:25px;
	padding-right:25px;
}


h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

form select{
	margin-bottom: .8em;
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* ==========================================================================
   ==========================================================================
   ==========================================================================
   ==========================================================================
   ==========================================================================
   ==========================================================================
   ==========================================================================
   ==========================================================================
   ==========================================================================

   End Reset
   ========================================================================== */

html {
	background: #111 url('../images/background-highlight.png') top center no-repeat;
	border-top: 2px solid #000;}
body {
	background:  url('../images/bkgr-rpt.png') 0px 187px repeat-x;
	}
	#wrap-container  {
		padding-bottom: 145px;
		background:  url('../images/btm-highlight.png') bottom center no-repeat;
	}
	#leftHighlight {
		position: absolute;
top: 100px;
left: -18px;
}
	
#wrap {
	width: 960px;
	margin: 0px auto;
	font-family: 'Noto Sans', sans-serif;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	/*background:#fff;*/
	-webkit-border-radius: 0 0 11px 11px;
	border-radius: 0 0 11px 11px;
	overflow: hidden;
	
}
a {
    cursor:pointer;
}
h1 {
    margin: 0px 0px 20px 0px !important;
    color: #590000;
}
p, td {
	font-size: 14px;
}
hr {
	clear: both;
	margin-top: 10px;
	display: block;
	
}
.bold {
font-weight: bold;
}
iframe {
	margin-bottom: 20px
}
.center {
    text-align: center;
}
.right {
float: right;
}
.mgR20 {
margin-right: 20px;
}
.mB20 {
	margin-bottom: 20px;
}
.border-gray {
border: 1px solid #777;
}
.rndCorners {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
overflow: hidden;
}
.noBullets {
list-style-type: none;
}
a img, a {
	text-decoration: none;
	outline: 0px;
	border: 0px;
}
#pageContent {
	float: right;
	width: 705px;
	padding-right: 20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
}
.warning {
    color: #000;
    background: gold;
    margin: 0px;
    padding: 20px;
}
.warning a {
    color: red;
    font-weight: bold;
}
header {
	/*background: #fff url('../news/Summit-Theme/images/top-band.png') top center no-repeat;*/
	position: relative;
	height: 132px;
	top: 1px;
}
#logo {
	position:absolute;
    top: -14px;
	left: 40px;
	z-index:99;
}
#phone {
    position: absolute;
    right: 15px;
    top: 30px;
    color: gold;
    font-weight: bold;
    font-size: 14px;
}
#tagline {
    position: absolute;
    right: 15px;
    top: 40px;
    font-size: 15px;
	color: #fff;
}
#taglineBand {
    position: absolute;
    bottom: 0px;
    left: 0px;
	
border: 1px solid #ddd;
width: 958px;
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
}
#topnav {
    position: relative;
    height: 60px;
	background: #171C88;
border-top: 2px solid #fff;
}
#topnav ul {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
}
#topnav li {
    background: #000;
    display: block !important;
    float: left;

}
#topnav ul li a {
    height: 56px;
    display: block;
    float: left;
    -webkit-transition: all .5s; /* For Safari 3.1 to 6.0 */
    transition: all .5s;
}
#home {
    width: 91px;
    background: url('../images/home_off.png') top center no-repeat;
}
#products {
    width: 115px;
    background: url('../images/products_off.png') top center no-repeat;
}
#markets {
     width: 100px;
    background: url('../images/markets_off.png') top center no-repeat;
}
#topnav ul li a:hover {
  
}
#topnav li img {
    float: left;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #555;
}
#topnav li#company2 img {
    border-right: 0px !important;
	border-bottom: 0px !important;
}
#topnav li#company2 a:first-child + a > img {
    border-bottom: 0px !important;
}

#company2 {
    background: #fff !important;
}
#company2 a {
    text-decoration: none !important;
}
#leftnav {
	float: left;
	margin-left:22px;
	margin-top: 0px;
	background: url('../images/leftnav-rpt.png') top left repeat-y;
	width: 211px;
	margin-right: 20px;
	overflow:hidden;
	position: relative;
}
#leftnav ul {
	list-style-type: none;
	margin-left: 20px;
	padding-left: 0px;
}
#leftnav li {
	background: url('../images/leftnav-bullet.png') center left no-repeat;
	padding-left: 20px;
}

#leftnav li a {
    color: #590000;
    text-decoration: none;
    font-size: 13px;
	letter-spacing: -.5px;
}
.leftnavTitle > a {
color: #333 !important;
}
#leftnav li a:hover  {
    text-decoration: underline;
}
.callToAction, .callToAction:hover {
    height:27px;
    width: 186px;
    display: block;
    margin: 0 13px;
	overflow: hidden;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.callToAction img {
    -webkit-transition: opacity .5s; /* For Safari 3.1 to 6.0 */
    transition: opacity .5s;
}
.callToAction:hover img {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    /* IE 5-7 */
    filter: alpha(opacity=90);
    /* Netscape */
    -moz-opacity: 0.9;    
    /* Safari 1.x */
    -khtml-opacity: 0.9;
    opacity: .9;
}
#leftnavBtm {
	position: absolute;
	bottom: 0px;
    left: 22px;
}
#leftnavCap {
    padding: 0px;
    margin:0px;
    display: block;
}
.leftnavTitle {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 15px;
    display:block;
}
#content {
	overflow: hidden;
	background: #fff url('../images/content-rpt.png') top center repeat-y;
    position: relative;
    min-height: 530px;
	
}

address {
	background:  url('../images/leftnav-info-rpt.png') top center repeat-y;
	padding-left: 18px;
	padding-bottom:20px;
	padding-top: 12px;
	font-size:13px;
	font-style:normal;
	border-top: 1px solid #999;
    position: absolute;
    bottom: 10px;
    left: 22px;
    width: 211px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.companyName {
	color: #590000;
	font-weight: bold;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
	margin-top: 10px;
}
footer {
	text-align:center;
	height: 50px;
	background: #fff  url('../images/footer.png') bottom center no-repeat;
	padding-top: 10px;
}
#btmnav li, #topnav li {
	display: inline;
}
footer a {
	text-decoration: none;
	color: #fff;
	line-height: 39px;
	display: inline-block;
	padding: 0px 20px;
	font-weight: bold;
	font-size:12px;
	letter-spacing:1px;

    -webkit-transition: all 1s; /* For Safari 3.1 to 6.0 */
    transition: all 1s;
}
footer a:hover {
    font-weight:bold;
    text-decoration: underline;
  
}
footer span {
	font-size: 11px;
	
}
footer nav ul {
    margin: 0px;
    padding: 0px;
}
#siteMeta {
    display: block;
    margin: 10px auto;
    text-align: center;
    font-size: 12px;
	color:#bbb;
}
#rfqForm td[align="right"] {
padding-right: 18px;
width: 170px;
}
#rfqForm tr {
height: 30px;
}
#rfqForm td[align="left"] input, #rfqForm textarea {
width: 360px;
}
.contactForm td {
	font-weight: bold;
height: 50px;}
.contactForm td input {
	font-weight: normal;
}
.contactForm li {
	font-weight: bold;
	margin-top:5px;
	margin-bottom:5px;
}
.contactForm li input {
	font-weight: normal;
}
.contactForm select{
	margin-top:10px;
	margin-bottom:5px;
}

#recaptcha_area {
margin-top: 10px;
}
#recaptcha_area td {
height: 6px !important;
}
.hometableul {
display: block;
overflow: hidden;
}
#pageContent ul, .hometableul {
background: #eee;
border: 1px solid #bbb;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 10px 20px 10px 10px;
-webkit-box-shadow: inset -5px 0px 5px #ddd;
-moz-box-shadow: inset -5px 0px 5px #ddd;
box-shadow: inset -5px 0px 5px #ddd;


background: rgb(254,254,254); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NiUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NiUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NiUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NiUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NiUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NiUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NiUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NiUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NiUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NiUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NiUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTJlMmUyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NlY2VjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(left,  rgba(254,254,254,1) 75%, rgba(254,254,254,1) 75%, rgba(254,254,254,1) 76%, rgba(254,254,254,1) 76%, rgba(254,254,254,1) 76%, rgba(254,254,254,1) 76%, rgba(254,254,254,1) 76%, rgba(254,254,254,1) 76%, rgba(254,254,254,1) 76%, rgba(254,254,254,1) 76%, rgba(254,254,254,1) 76%, rgba(254,254,254,1) 76%, rgba(254,254,254,1) 76%, rgba(226,226,226,1) 100%, rgba(206,206,206,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(75%,rgba(254,254,254,1)), color-stop(75%,rgba(254,254,254,1)), color-stop(76%,rgba(254,254,254,1)), color-stop(76%,rgba(254,254,254,1)), color-stop(76%,rgba(254,254,254,1)), color-stop(76%,rgba(254,254,254,1)), color-stop(76%,rgba(254,254,254,1)), color-stop(76%,rgba(254,254,254,1)), color-stop(76%,rgba(254,254,254,1)), color-stop(76%,rgba(254,254,254,1)), color-stop(76%,rgba(254,254,254,1)), color-stop(76%,rgba(254,254,254,1)), color-stop(76%,rgba(254,254,254,1)), color-stop(100%,rgba(226,226,226,1)), color-stop(100%,rgba(206,206,206,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(254,254,254,1) 75%,rgba(254,254,254,1) 75%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(226,226,226,1) 100%,rgba(206,206,206,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(254,254,254,1) 75%,rgba(254,254,254,1) 75%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(226,226,226,1) 100%,rgba(206,206,206,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(254,254,254,1) 75%,rgba(254,254,254,1) 75%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(226,226,226,1) 100%,rgba(206,206,206,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(254,254,254,1) 75%,rgba(254,254,254,1) 75%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(254,254,254,1) 76%,rgba(226,226,226,1) 100%,rgba(206,206,206,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#cecece',GradientType=1 ); /* IE6-8 */

-webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.35);
-moz-box-shadow:    0px 2px 2px 0px rgba(50, 50, 50, 0.35);
box-shadow:         0px 2px 2px 0px rgba(50, 50, 50, 0.35);

}
#pageContent ul li {
list-style-type: none;
background:url('../images/bullet.png') left 6px no-repeat;
padding-left: 20px;
}

#pageContent form ul li{
	list-style-type: none;
	background: none;
	padding-left: 0px;
	font-size: 12px;
}

#pageContent a {
color: navy;
font-weight:bold;
text-decoration:underline;
}
#pageContent a:hover{
color:#324fbd;
}
#pageContent > ul > li {
border-bottom: 1px solid #ddd;
}
#pageContent > ul > li:last-child {
border-bottom: none;
}

/* tables for marketing and other pages*/

.tableFormat{
         display:  table;
        width:auto;
        border:1px solid  #ddd;
        border-spacing:20px;
       	border-collapse:separate;
		-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 57%, rgba(241,241,241,1) 57%, rgba(225,225,225,1) 58%, rgba(246,246,246,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(57%,rgba(241,241,241,1)), color-stop(57%,rgba(241,241,241,1)), color-stop(58%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 57%,rgba(241,241,241,1) 57%,rgba(225,225,225,1) 58%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 57%,rgba(241,241,241,1) 57%,rgba(225,225,225,1) 58%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 57%,rgba(241,241,241,1) 57%,rgba(225,225,225,1) 58%,rgba(246,246,246,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 57%,rgba(241,241,241,1) 57%,rgba(225,225,225,1) 58%,rgba(246,246,246,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */

}

.tableFormat tr {
       display:table-row;
       	width:auto;
	   text-align:center;
	   clear:both;
	   padding:10px;
}

.tableFormat td {
        float:left;
        display:table-column;
        width:200px;
}


.hometable{
	

}

.hometableul ul {
	background: transparent !important;
	border: none !important;
	float: left;
	overflow:hidden;
	width: 45%;
	margin: 0px !important;
	
	-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
padding: 5px 0px !important;

}
.gradient-link {
/*
background: rgb(255,255,255); /* Old browsers 
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGJkYmRiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 17%, rgba(219,219,219,1) 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,rgba(255,255,255,1)), color-stop(100%,rgba(219,219,219,1))); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 17%,rgba(219,219,219,1) 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  rgba(255,255,255,1) 17%,rgba(219,219,219,1) 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  rgba(255,255,255,1) 17%,rgba(219,219,219,1) 100%); /* IE10+ */
/*background: linear-gradient(to bottom,  rgba(255,255,255,1) 17%,rgba(219,219,219,1) 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-8 */
background:#ffffff;
display: block;
min-height: 50px;
padding: 5px 20px;
box-sizing: border-box;
-mox-box-sizing: border-box;

border-top: 2px solid #bbb;
-webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.35);
-moz-box-shadow:    0px 2px 2px 0px rgba(50, 50, 50, 0.35);
box-shadow:         0px 2px 2px 0px rgba(50, 50, 50, 0.35);
font-size: 12px !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-bottom: 4px;
-webkit-transition: all .5s; /* For Safari 3.1 to 6.0 */
transition: all .5s;
color:navy;
}
span.gradient-link span{
font-size:10px;
}
span.gradient-link span hover{
background:none;
}
#pageContent a.market-box{
text-decoration:none;
display:block;
}
#pageContent a.market-box:hover span{
color:#ffffff;
background:#11317b;
}
#pageContent a.market-box:hover span span{
background:none;
}
#pageContent img {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.35);
-moz-box-shadow:    0px 2px 2px 0px rgba(50, 50, 50, 0.35);
box-shadow:         0px 2px 2px 0px rgba(50, 50, 50, 0.35);
}
/*.gradient-link:first-line {
font-size: 14px;
}*/
.tableFormat tr:nth-child(odd) {
background: #ccc;

background: rgb(226,226,226); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(226,226,226,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(226,226,226,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(226,226,226,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(226,226,226,1) 51%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(226,226,226,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(226,226,226,1) 51%,rgba(254,254,254,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-8 */

}
#services-container a > strong, #services-container a {
text-decoration: none !important;
font-size: 17px;
}
.navyP {
border-top: 2px solid navy;
-webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.35);
-moz-box-shadow:    0px 2px 2px 0px rgba(50, 50, 50, 0.35);
box-shadow:         0px 2px 2px 0px rgba(50, 50, 50, 0.35);
}
.navyP p {
color: navy;
font-size: 15px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background:#fff;
padding: 10px 5px;
border: 1px solid #ddd;
border-left: 2px solid navy;
padding-left: 20px;

-webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.35);
-moz-box-shadow:    0px 1px 1px 0px rgba(50, 50, 50, 0.35);
box-shadow:        0px 1px 1px 0px rgba(50, 50, 50, 0.35);
}
.navyP p  strong {
font-size: 17px;
font-weight:bold;
}
h2 {
color:#590000;
margin-bottom: 0px;
margin-top:30px;
}
h3 {
margin-top: 0px;
font-size: 1.1em;
color: #444;
}
.navyStrong strong {
color: navy;
border: 1px solid #ccc;
padding: 4px 7px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-bottom:3px;
}
.navyStrong li {
line-height: 24px;
}
.grayBkgr {
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 57%, rgba(241,241,241,1) 57%, rgba(225,225,225,1) 58%, rgba(246,246,246,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(57%,rgba(241,241,241,1)), color-stop(57%,rgba(241,241,241,1)), color-stop(58%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 57%,rgba(241,241,241,1) 57%,rgba(225,225,225,1) 58%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 57%,rgba(241,241,241,1) 57%,rgba(225,225,225,1) 58%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 57%,rgba(241,241,241,1) 57%,rgba(225,225,225,1) 58%,rgba(246,246,246,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 57%,rgba(241,241,241,1) 57%,rgba(225,225,225,1) 58%,rgba(246,246,246,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
fieldset, textarea, input, select{
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background: #fff;
}
.rightSpace {
margin-left: 20px;
margin-bottom: 15px;
}
.clearBoth {
clear: both;
}
a.call-link {
background: #590000;
font-weight: bold;
color: #fff !important;
border: 1px solid #460505;
border-bottom: #111;

text-decoration: none !important;
padding: 0px 30px;
display: inline-block;
line-height: 32px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

background: rgb(47,83,168); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmNTNhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iIzE3Mzc4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNTI2NzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(47,83,168,1) 0%, rgba(23,55,136,1) 16%, rgba(5,38,114,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(47,83,168,1)), color-stop(16%,rgba(23,55,136,1)), color-stop(100%,rgba(5,38,114,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(47,83,168,1) 0%,rgba(23,55,136,1) 16%,rgba(5,38,114,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(47,83,168,1) 0%,rgba(23,55,136,1) 16%,rgba(5,38,114,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(47,83,168,1) 0%,rgba(23,55,136,1) 16%,rgba(5,38,114,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(47,83,168,1) 0%,rgba(23,55,136,1) 16%,rgba(5,38,114,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f53a8', endColorstr='#052672',GradientType=0 ); /* IE6-8 */

}
#leftnav a.call-link {
margin-left: 11px;
font-size: 13px;
line-height: 25px;
margin-top: 15px;
width:125px;
}
#tagline {
margin: 1em 0 !important;
}
.error {
color: red;
}
.marketsIndex .gradient-link {
}
.hometable h2 {
margin-top: 0px !important;
margin-bottom: 7px;
}
.w37 {
width:41%;
}
.mgT10 {
margin-top: 10px;
}
.mgL40 {
margin-left: 40px;
}
.homepage h2 a  {
text-decoration: none !important;
color: #590000 !important;
}
#pageContent .owl-item img {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.fixedWidthHome {
width: 360px;
margin-right: 10px;
}
table.data-table{
margin:0;
padding:0!important;
width:100%;
border:1px solid #bebebe;
margin-top:10px;
}
table.data-table th{
font-size:13px;
color:#ffffff;
font-weight:bold;
text-align:left;
padding-bottom:6px;
padding-top:6px;
background:#7c1212;
text-align:center;
border:1px solid #a24e4e;
}
table.data-table td{
font-size:12px;
font-weight:bold;
color:#292929;
text-align:left;
padding-top:5px;
padding-bottom:5px;
text-align:center;
}
table.data-table td span{
color:blue;
}
table.data-table tr:nth-child(even) {
background: #dedede;
}
.fieldsLeft{
float:left;
width:50%;
}
.contactDiv{
border-top:solid 1px grey;
padding-top:10px;
margin-top:5px;
}
.noStyle{
background:none !important;
border:none !important;
box-shadow:none !important;
margin:5px 0 5px 0 !important;
}
.noStyle li{
background:none !important;
border:none !important;
box-shadow:none !important;
}