body {
    padding: 0px;
    margin: 0px;
    background-color: #cddec6;
    background-position: top center;
    background-image: url('img/jg-bkg.jpg');
    background-repeat: no-repeat;
    font-family: Trebuchet MS, Tahoma, Geneva, sans-serif;
	font-size:12px;
}
.navbar-header{
    
}
.navbar-custom {
    color: #FFFFFF;
    background: #bcd8c2; /* Old browsers */
background: -moz-linear-gradient(top, #bcd8c2 0%, #7abbb3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bcd8c2), color-stop(100%,#7abbb3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #bcd8c2 0%,#7abbb3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bcd8c2 0%,#7abbb3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #bcd8c2 0%,#7abbb3 100%); /* IE10+ */
background: linear-gradient(to bottom, #bcd8c2 0%,#7abbb3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcd8c2', endColorstr='#7abbb3',GradientType=0 ); /* IE6-9 */
}
.header-background{
    background-image: url('../img/header-bkg.jpg');
    background-position: top center;
    width:100%;
    height:100px;
}
.nav{
    color: black;
}
.no-pad{
  padding-left:0px;
  padding-right:0px;
}
.jumbotron{
    background-image: url("../images/bg_header.jpg");
    color: white;
    padding-left: 300px;
    padding-right: 0px;
    margin-right: 0px;
}
.div-green{
    background-color: green;
    color: white;
}
.div-blackbg{
    background-color: black;
    color: white;
}
#bodycage {
//margin-top: 20px;
//position: relative;
//z-index:1;
padding-left:10px;
padding-right:10px;
background-color: #2a423c;
margin-bottom:0px;
min-height:200px;
color: rgb(205,222,198);
font-size: medium;
}
h1 {
font-family:'MyriadProSemiboldCondensed', arial, helvetica, sans-serif;
font-size: 22px;
font-weight: bold;
color:#4daaab;
}

h2 {
font-family:'MyriadProSemiboldCondensed', arial, helvetica, sans-serif;
margin:0;
font-size: 18px;
font-weight: bold;
color:#4daaab;
}
.lightgreenbig {
	color:#cddec6;
	font-size:24px;
	font-family: 'MyriadProSemiboldCondensed';
}

.lightgreenbigbold {
	color:#cddec6;
	font-size:24px;
	font-family: 'MyriadProBoldCondensed';
}

.bluebig {
	color:#4daaab;
	font-size:24px;
	font-family: 'MyriadProSemiboldCondensed';
}
.call {
	padding: 25px;
}
a:link    {font-family: arial, helvetica;font-size: 12px;font-weight: normal;color:#4daaab;text-decoration: none;}
a:visited {font-family: arial, helvetica;font-size: 12px;font-weight: normal;color:#4daaab;text-decoration: none;}
a:hover   {font-family: arial, helvetica;font-size: 12px;font-weight: normal;color:white;text-decoration: underline;}
a:active  {font-family: arial, helvetica;font-size: 12px;font-weight: normal;color:#4daaab;text-decoration: underline;}

@font-face {
    font-family: 'MyriadProCondensed';
    src: url('../fonts/myriadpro-cond-webfont.eot');
    src: url('../fonts/myriadpro-cond-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-cond-webfont.woff') format('woff'),
         url('../fonts/myriadpro-cond-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-cond-webfont.svg#MyriadProCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MyriadProBoldCondensed';
    src: url('../fonts/myriadpro-boldcond-webfont.eot');
    src: url('../fonts/myriadpro-boldcond-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-boldcond-webfont.woff') format('woff'),
         url('../fonts/myriadpro-boldcond-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-boldcond-webfont.svg#MyriadProBoldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MyriadProSemiboldCondensed';
    src: url('../fonts/myriadpro-semiboldcond-webfont.eot');
    src: url('../fonts/myriadpro-semiboldcond-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-semiboldcond-webfont.woff') format('woff'),
         url('../fonts/myriadpro-semiboldcond-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-semiboldcond-webfont.svg#MyriadProSemiboldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'standard0755Regular';
    src: url('../fonts/stan0755-webfont.eot');
    src: url('../fonts/stan0755-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/stan0755-webfont.woff') format('woff'),
         url('../fonts/stan0755-webfont.ttf') format('truetype'),
         url('../fonts/stan0755-webfont.svg#standard0755Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
#footer {
	background-color: #93a188;
	width:100%;
	//height:85px;
	padding-top: 10px;
        padding-bottom: 10px;
    margin: 0px;
}

#footer table {
width:100%;
height:75px;
font-size: 8px;
font-family:standard0755Regular;
font-weight: normal;
}
#footer table th {
font-weight: normal;
}

#footer a:link {
text-decoration: none;
color: white;
transition: all .5s;
-moz-transition: all .5s;
-webkit-transition: all .5s;
}
#footer a:visited {color: white;}
#footer a:hover   {text-shadow:0px 0px 2px white; color:teal;}
#footer a:active  {color: red;text-shadow:0px 0px 2px white;}








