body{
    font-family: Arial,Helvetica,sans-serif;
}

p {
    font-size: 13px;
    line-height: 15.6px;
    color: #114;
    padding: 5px 0;
    padding-right: 20px;
}	

span.bold {
    font-weight: bold;
}

a {
    font-weight: bold;
    color: #039;
    text-decoration: none;
}

.container {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

#header {
    float: left;
    width: 100%;
    border-top: 5px solid #06C;
    border-bottom: 1px solid #CCC;
}

#header #cookie-message{
    background-color: #F1CB40;
    border: 2px solid #FFCC00;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    color: #333;
    background: -moz-linear-gradient(top,#FFCC00 0%,#FFCC00 60%,#F1CB40 61%,#FEE69D);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFCC00),color-stop(0.60, #FFCC00),color-stop(0.61, #F1CB40),to(#FEE69D));
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    -webkit-box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.8);
}

#header #cookie-message p{
    font-weight: bold;
}

#header .quick-navigation {
    border-bottom: 1px solid #E5E5E5;
    float: left;
    position: relative;
    padding: 9px 0px 9px 0px;
    width: 100%;
    margin-top: -4px;
}

#header .quick-navigation a {
    padding: 3px 6px;
    color: #06C;
    font-weight: bold;
    font-size: 11.7px;
    text-decoration: none;
    text-transform: uppercase;
}

#header .quick-navigation a:hover {
    color: #FFF;
    border-radius: 4px;
    background-color: #06C;
}

#header .quick-navigation a.langSwitcher {
    color: #FFF;
    border-radius: 4px;
    background-color: #06C;
}

#header .quick-navigation a.langSwitcher:hover {
    color: #06C;
	border-radius: 4px;
    background-color: #FFF
}

.quickLinks {
    float: right;
}

.quickLinks ul {
    list-style-type: none;
}

.quickLinks li {
    float: left;
}

.quickLinks li a span {
    font-weight: bold;
}

h1.site-title {
    float: left;
    padding: 10px 0;
}

.site-title a {
    text-indent: -999em;
    overflow: hidden;
    display: block;
    width: 236px;
    height: 75px;
    background: url("../media/1001/walescoastalpath.gif") no-repeat scroll 0px 0px / cover transparent;
}

/* Header (Right-side) */
.header-right{
    float: right;
    position: relative;
    width: 300px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* Social Icons */
.social-icons{
    float: right;
    position: relative;
	width: 370px;
    margin: 5px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
    height: 45px;
}

.social-icons a{
    float: right;
	padding-left:5px;
}

.social-icons a:hover{
	opacity: 0.7;
}

/* Search Bar */
.search-bar{
    float: right;
    position: relative;
    width: 300px;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    color: #111144;
    font-size: small;
}

.search-bar label{
    width: 50px;
    padding-top: 6px;
    float: left;
    position: relative;
    color: #003366;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 140%;
    text-align: left;
    font-weight: bold;
}

.search-bar input#searchInput{
    height: 16px;
    width: 170px;
    float: left;
    position: relative;
    margin: 0px 5px 0px 0px;
    padding: 7px 4px 8px 4px;
    font-size: 100%;
    color: #000;
    font-style: normal;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

#main-navigation {
    float: left;
    width: 100%;
    margin-top: 2px;
}

#main-navigation ul {
    list-style-type: none;
    background: url("/media/1007/nav_background.jpg") no-repeat scroll 0% 0% transparent;
    height: 64px;
}

#main-navigation li {
    float: left;
    position: relative;
    width: 142px;
    height: 63px;
    overflow: hidden;
}

#main-navigation li.extra-width {
    width: 144px;
}

#main-navigation li a {
    width: 90%;
    height: 100%;
    float: left;
    color: #039;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 11.7px;
    padding-top: 32px;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: 1%;
}

#main-navigation li a:hover {
    color: #FFF;
}

#main-navigation li:hover {
    
    background-position: -1px 0px; 
}

#main-navigation li .nav-home:hover{
    background: url("/media/1006/nav_home.jpg") no-repeat;
}

#main-navigation li .nav-about:hover {
    background: url("/media/1003/nav_about.jpg") no-repeat;
}

#main-navigation li .nav-explore:hover {
    background: url("/media/1004/nav_explore.jpg") no-repeat;
}

#main-navigation li .nav-what:hover {
    background: url("/media/1002/nav_whatcan.jpg") no-repeat;
}

#main-navigation li .nav-plan:hover {
    background: url("/media/1009/nav_plan.jpg") no-repeat;
}

#main-navigation li .nav-gallery:hover {
    background: url("/media/1005/nav_gallery.jpg") no-repeat;
}

#main-navigation li .nav-media:hover {
    background: url("/media/1008/nav_media.jpg") no-repeat;
}

#main-navigation li .nav-home.selected{
    background: url("/media/1006/nav_home.jpg") no-repeat;
    color: white;
    font-weight: normal;
}

#main-navigation li .nav-about.selected {
    background: url("/media/1003/nav_about.jpg") no-repeat;
    color: white;
    font-weight: normal;
}

#main-navigation li .nav-explore.selected {
    background: url("/media/1004/nav_explore.jpg") no-repeat;
    color: white;
    font-weight: normal;
}

#main-navigation li .nav-what.selected {
    background: url("/media/1002/nav_whatcan.jpg") no-repeat;
    color: white;
    font-weight: normal;
}

#main-navigation li .nav-plan.selected {
    background: url("/media/1009/nav_plan.jpg") no-repeat;
    color: white;
    font-weight: normal;
}

#main-navigation li .nav-gallery.selected {
    background: url("/media/1005/nav_gallery.jpg") no-repeat;
    color: white;
    font-weight: normal;
}

#main-navigation li .nav-media.selected {
    background: url("/media/1008/nav_media.jpg") no-repeat;
    color: white;
    font-weight: normal;
}

#main-navigation img.angles {
    position: relative;
    float: left;
}

#main-navigation .shadow {
    position: relative;
    float: left;
    width: 99%;
    margin-top: -2px;
    height: 2px;
    z-index: 1;
    box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.7);
}

/* Home Carousel */
#home-carousel{
    border: 1px solid #CCC;
    padding: 0px 3px 4px 0px;
    position: relative;
    clear: both;
    z-index: 0;
    width: 685px;
    height: 276px;
    background-color: white;
    float: left;
    margin-bottom: 20px;
}

#home-carousel .carousel-item{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 687px !important;
	overflow: hidden;
}

#home-carousel .carousel-item:first-child{
    opacity: 1;
}

.carousel-item img{
    border: 3px solid #FFF;
    margin: 0px;
    padding: 0px;
	height: 274px;
}

.carousel-item img.shell_embossed{
    position: absolute;
    border: 0px none;
    left: 32px;
    bottom: 30px;
	height: auto;
}

.carousel-item a{
    position: absolute;
    right: -51px;
    background: url("/media/1058/carousel-banner.png") no-repeat scroll left top transparent;
    width: 393px;
    z-index: 2;
    text-decoration: none;
    height: 78px;
    padding: 20px;
    top: 65px;
}

.carousel-item a:hover h3{
    color: #333;
    text-shadow: 1px 1px 1px #FFF;
}

.carousel-item a h3{
    color: #039;
    text-shadow: 1px 1px 1px #FFF;
    font-size: 25.48px;
    font-weight: bold;
    width: 80%;
    padding-left: 20px;
    margin-top: -16px;
}

.carousel-item .content-wrapper{
    width: 252px;
    height: 254px;
    background-image: url("/media/1057/carousel-opacity-bg.png");
    background-repeat: repeat;
    background-position: center top;
    padding: 10px;
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 1;
}

.carousel-item .content-wrapper p{
    text-shadow: 1px 1px 1px #000;
    width: 220px;
    height: 54px;
    font-size: 13px;
    color: #FFF;
    padding: 10px;
    position: absolute;
    bottom: 40px;
    right: 18px;
}

.item-counters{
    display: inline;
    float: left;
    overflow: hidden;
    position: absolute;
    bottom: 12px;
    right: 92px;
    z-index: 100;
    color: #FFF;
}

.item-counters img{
    cursor: pointer;
}

.carousel-control{
    overflow: hidden;
    position: absolute;
    top: 12px;
    right: 25px;
    z-index: 100;
    color: #FFF;
}

.carousel-control img{
    cursor: pointer;
    position: relative;
    left: 12px;
    top: -31px;
}

.carousel-control .play{
    display: none;
    left: 14px;
}

.jCProgress{
    margin-left: 0 !important;
    margin-top: 0 !important;
}

/* Home Key Areas */
#key-areas{
    float: left;
    position: relative;
    width: 335px;
    background-color: #FDE693;
}

#key-areas .item{
    float: left;
    position: relative;
    width: 319px;
    margin: 0px 0px 6px 0px;
    padding: 8px 8px 0px 8px;
    background-image: url("/media/1089/yellow_back.png");
    background-position: 0px 0px;
    background-repeat: repeat-x;
    background-color: #FC0;
    border-bottom: 1px solid #C90;
}

#key-areas .item h2{
    float: left;
    position: relative;
    font-size: 17px;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
    padding: 4px 0px 0px 0px;
    color: #003399;
    text-shadow: 1px 1px 1px #fff;
    width: 250px;
    text-transform: uppercase;
}

#key-areas .item img.icon{
    float: right;
    position: relative;
    margin: 0px 0px 5px 0px;
    padding: 0;
}        

#key-areas .item .holder{
    float: left;
position: relative;
width: 319px;
margin: 0px 0px 0px 0px;
padding: 8px 0px 8px 0px;
border-top: 1px solid #C90;
}

#key-areas .item .holder img{
    float: left;
position: relative;
margin: 0px 10px 0px 0px;
padding: 0px 0px 0px 0px;
border: 2px solid #fff;
}

#key-areas .item .holder p{
    float: left;
    position: relative;
    color: #333;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 145px;
    font-size: 10px;
    font-weight: bold;
}

#key-areas .item .holder a{
    font-size: 13px;
    color: #fff;
    text-shadow: 1px 1px 1px #003399;
    text-decoration: none;
    float: right;
    position: relative;
    padding: 6px 12px 6px 12px;
    margin: 0px 0px 0px 0px;
    background-color: #0066CC;
    background: -moz-linear-gradient(top,#4D94D8 0%,#4D94D8 50%,#0066CC 51%,#0066CC);
    background: -webkit-gradient(linear, left top, left bottom, from(#4D94D8),color-stop(0.50, #4D94D8),color-stop(0.51, #0066CC),to(#0066CC));
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #fff;
}

/* HomePage Lists */
#home-page-lists{
    float: left;
    position: relative;
    width: 335px;
    margin: 0px 20px 0px 20px;
    padding: 0px 0px 0px 0px;
    background-color: #f3f3f3;
}

#home-page-lists .list{
    float: left;
    position: relative;
    width: 335px;
    margin: 0px 0px 6px 0px;
    padding: 8px 0px 0px 0px;
    background-image: url("/media/1090/home-list-background.png");
    background-position: 0px 0px;
    background-repeat: repeat-x;
    background-color: #e4e4e4;
    border-bottom: 1px solid #bcbcbc;
}

#home-page-lists .list h2{
    float: left;
    position: relative;
    font-size: 17px;
    font-weight: bold;
    margin: 0px 0px 5px 8px;
    padding: 4px 0px 0px 0px;
    color: #003399;
    text-shadow: 1px 1px 1px #fff;
    width: 250px;
    text-transform: uppercase;
}

#home-page-lists .list img.icon{
    float: right;
    position: relative;
    width: 35px;
    margin: 0px 8px 5px 0px;
    padding: 0px 0px 0px 0px;
}

#home-page-lists .list ul{
    float: left;
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    list-style-type: none;
    text-transform: uppercase;
    color: #0066cc;
    font-size: 12px;
    width: 335px;
    border-top: 1px solid #ffffff;
}

#home-page-lists .list ul li{
    float: left;
    position: relative;
    padding: 3px 0px 3px 0px;
    margin: 0px 0px 0px 0px;
    list-style-type: none;
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #ffffff;
    width: 335px;
}

.circle{
    font-size: 15px;
    color: #003399;
    text-shadow: 1px 1px 1px #fff;
    float: left;
    position: relative;
    padding: 1px 7px 2px 6px;
    margin: 0px 0px 0px 8px;
    background-color: #FC0;
    background: -moz-linear-gradient(top,#ecca42 0%,#ecca42 50%,#e6b800 51%,#e6b800);
    background: -webkit-gradient(linear, left top, left bottom, from(#ecca42),color-stop(0.50, #ecca42),color-stop(0.51, #e6b800),to(#e6b800));
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    border: 2px solid #fff;
}

#home-page-lists .list ul li .list-link{
    float: left;
    position: relative;
    text-transform: none;
    width: 240px;
    padding: 0px;
    margin: 6px 0px 3px 15px;
}

#home-page-lists .list ul li .list-link a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    text-transform: none;
    text-shadow: 1px 1px 1px #fff;
    text-decoration: none;
    font-weight: normal;
    line-height: 16.05px;
}

/* Home Sidebar (Right) */
#sidebar{
    position: absolute;
    margin: -21px 0px 0px 0px;
    background-color: #06C;
    width: 250px;
    clear: both;
    top: 20px;
    right: 0;
    padding-bottom: 1px;
    height: 100%;
}

#sidebar .element{
    float: left;
    position: relative;
    width: 200px;
    margin: 0px;
    padding: 20px 25px;
    background-image: url("/media/1068/bluegradback.png");
    background-position: 0px 0px;
    background-repeat: repeat-x;
    background-color: #06C;
}

.element h2{
    float: left;
    position: relative;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0px;
    color: #FFF;
    text-shadow: 2px 2px 1px #036;
    width: 158px;
    font-size: 26px;
    line-height: 33.8px;
}

.element img.icon{
    float: right;
    width: 40px;
    border: none;
}

.element img{
    float: left;
    position: relative;
    margin: 0px 0px 15px;
    padding: 0px;
    border: 1px solid #CCC;
}

.element p.lead{
    font-weight: bold;
    color: #FC0;
    text-shadow: 1px 1px 1px #036;
    text-align: left;
    width: 200px;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
}

.element p{
    color: #fff;
    text-shadow: 1px 1px 1px #036;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
}

.element a.button{
    float: right;
    position: relative;
    padding: 8px 15px;
    margin: 15px 0px 0px;
    background: #ecca42; /* Old browsers */
    background: -moz-linear-gradient(top, #ecca42 0%, #ecca42 50%, #e6b800 51%, #e6b800 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecca42), color-stop(50%,#ecca42), color-stop(51%,#e6b800), color-stop(100%,#e6b800)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ecca42 0%,#ecca42 50%,#e6b800 51%,#e6b800 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ecca42 0%,#ecca42 50%,#e6b800 51%,#e6b800 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ecca42 0%,#ecca42 50%,#e6b800 51%,#e6b800 100%); /* IE10+ */
    border-radius: 8px;
    border: 2px solid #FFF;
    font-size: 16.9px;
    color: #039;
    text-shadow: 1px 1px 1px #FFF;
    text-decoration: none;
}

/* I Know Where I want to go Sidebar */
.element.where-to-go select{
    margin: 0px 0px 0px 0px;
    padding: 4px 4px 4px 3px;
    font-size: 13px;
    color: #000;
    font-style: normal;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ccc;
    width: 100%;
}

.element.where-to-go select, option{
    width: 100%;
}

/* Twitter Sidebar */
.element .latest-tweet{
    float: left;
    position: relative;
    width: 180px;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.latest-tweet p.date{
    font-weight: bold;
    color: #0066cc;
    text-align: left;
    width: 200px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    text-shadow: 0px 0px 0px #036;
}

.latest-tweet p.tweet{
    font-size: 12px;
    font-weight: normal;
    color: #333;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    text-shadow: 0px 0px 0px #036;
    width: 100%;
}

.latest-tweet p.tweet a{
    font-weight: normal;
    color: #0066cc;
    text-decoration: none;
}

/* Breadcrumbs */
#breadcrumbs{
    float: left;
    width: 670px;
    margin-top: -17px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 2px solid #E5E5E5;
    padding: 5px 0px 5px 0px;
    padding-right: 270px;
}

#breadcrumbs p{
    font-weight: bold;
    font-size: 12px;
    float: left;
    padding-right: 10px;
    padding-top: 0;
}

#breadcrumbs a:hover{
    color: #000;
    text-decoration: underline;
}

/* Social Share Buttons */
#social-share{
    position: absolute;
    top: 7px;
    right: 0px;
    width: 279px;
}

#social-share .social{
    float: left;
    width: 93px;
}

/* Side Navigation */
#side-navigation {
    float: left;
    position: relative;
    width: 210px;
    margin-top: 10px;
}

#side-navigation ul {
    float: left;
    position: relative;
    width: 200px;
    padding: 1px;
    margin: 0px;
    list-style-type: none;
    border: 1px solid #CCC;
    border-radius: 5px 5px 0px 0px;
}

#side-navigation ul li {
    float: left;
    position: relative;
    width: 200px;
    padding: 0px;
    list-style-type: none;
    border-top: 1px solid #CCC;
    text-shadow: 1px 1px 1px #FFF;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #d1d1d1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#d1d1d1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#d1d1d1 100%); /* IE10+ */
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11.7px;
    border-bottom: 1px solid #FFF;
}

#side-navigation ul li.parent {
    width: 200px;    
    border-radius: 5px 5px 0px 0px;
    background: #ecca42; /* Old browsers */
    background: -moz-linear-gradient(top, #ecca42 0%, #e6b800 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecca42), color-stop(100%,#e6b800)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ecca42 0%,#e6b800 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ecca42 0%,#e6b800 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ecca42 0%,#e6b800 100%); /* IE10+ */
}

#side-navigation ul li.current {
    text-shadow: 1px 1px 1px #039;
    background: #0066cc; /* Old browsers */
    background: -moz-linear-gradient(top, #0066cc 0%, #00399f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0066cc), color-stop(100%,#00399f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0066cc 0%,#00399f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0066cc 0%,#00399f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0066cc 0%,#00399f 100%); /* IE10+ */
    border-bottom: 0px solid #FFF;
    border-top: 0px solid #CCC;
}

#side-navigation ul li a {
    float: left;
    position: relative;
    color: #039;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 15px 8px 20px;
}

#side-navigation ul li a:hover {
    color: #333;
    text-decoration: underline;
}

#side-navigation ul li.current a {
    color: #fff;
}

#side-navigation ul li.current a:hover {
    color: #fff;
    text-decoration: none;
}

#side-navigation ul li.current ul {
    float: left;
    position: relative;
    width: 200px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    border-left: 0px solid #CCC;
    border-right: 0px solid #CCC;
    border-width: 0px;
    border-style: solid;
    border-color: #CCC;
}

#side-navigation ul li.current ul li {
    float: left;
    position: relative;
    width: 200px;
    padding: 0px;
    list-style-type: none;
    border-top: 0px solid #CCC;
    color: #039;
    text-shadow: 1px 1px 1px #FFF;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 100%); /* IE10+ */
    text-transform: uppercase;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 100%;
    border-bottom: 1px solid #CCC;
}

#side-navigation ul li.current ul li.current{
    border-top: 1px solid #fff;
    background: #ecca42; /* Old browsers */
    background: -moz-linear-gradient(top, #ecca42 0%, #e6b800 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecca42), color-stop(100%,#e6b800)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ecca42 0%,#e6b800 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ecca42 0%,#e6b800 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ecca42 0%,#e6b800 100%); /* IE10+ */
}

#side-navigation ul li.current ul li a {
    float: left;
    position: relative;
    padding: 8px 15px 8px 30px;
    color: #039;
    text-decoration: none;
}

#side-navigation ul li.current ul li a:hover {
    color: #039;
    text-decoration: underline;
}

/* Main Content Styling */
#body-content {
    float: left;
    width: 100%;
    background-size: 100% auto !important;
    background-color: #E5E5E5;
    background-repeat: no-repeat;
}

#body-content .container {
    background-color: #FFF;
    width: 960px;
    padding: 20px 0px 20px 20px;
    margin-top: -10px;
}

#text-content {
    width: 740px;
    float: right;
    margin-top: 10px;
}

#text-content h2{
    padding: 15px 20px 0 0;
  	width: 100%;
}

#text-content h3 {
    padding: 15px 20px 0 0;
    width: 100%;
}

.content-heading{
	margin-bottom: 10px;
}		
.content-heading img{
    border: 1px solid #ccc;
    padding: 3px 3px 3px 3px;
    box-shadow: 0 8px 8px -8px rgba(0,0,0,0.7);
    width: 712px;
}

.content-heading img.shell_embossed {
    position: absolute;
    right: 50px;
    top: 181px;
    border: none;
    box-shadow: none;
    width: auto;
}

.content-heading img.shell_embossed.content-container {
    top: 266px;
}

.heading-background {
    border: 0px none;
    padding: 0px;
    box-shadow: none;
    position: absolute;
    top: 66px;
    left: 226px;
    opacity: 0.6;

}

.heading-background .content-heading-img{
    width: 0;
    height: 0;
    padding: 100px 393px;
    float: left;
    border: none;
    box-shadow: none;
    background-image: url('/media/1014/content-header-bg.png');
    background-repeat: no-repeat;
}

.heading-background .container-heading-img{
    background-image: url("/media/1023/content-container-header-bg.png");
    background-repeat: no-repeat;
    width: 0;
    height: 0;
    padding: 118px 393px;
    float: left;
    border: none;
    box-shadow: none;
}

.content-heading h1{
    top: 76px;
    left: 255px;
    position: absolute;
    color: #FFF;
    text-shadow: 1px 1px 1px #039;
    font-size: 24.7px;
    font-weight: bold;
    width: 344px;
}

.content-heading h1.blue {
    color: #039;
    text-shadow: 1px 1px 1px #FFC;
}	

span.subtitle {
    color: #06c;
    font-size: 19.5px;
    line-height: 29.25px;
    padding: 0;
    margin-bottom: 5px;
}

strong{
    font-weight: bold;
}

p img {
    padding: 10px;
}

h2 img{
    padding: 10px;
}

p.introtext{
    margin-bottom: 15px;
}

span.subHeading{
    color: #003399; 
    font-size: 15px; 
    font-weight: bold; 
    margin-bottom: 0; 
    padding: 15px 0 0;
}

span.subHeadingSmall{
    color: #0066CC; 
    font-size: 13px; 
    font-weight: bold; 
    margin-bottom: 0; 
    padding: 18px 0 8px;
    width: 100%;
}

p span.subHeadingSmall{
    width: auto;
    padding: 0;
}

#text-content ul{
    margin: 0 0 0 20px;
    padding: 0;
    clear: left;
    padding-right: 20px;
}

#text-content ul li{
    list-style: none outside none;
    margin: 0;
    padding: 5px 3px 5px 15px;
    background-image: url(/media/1108/bullet.png);
    background-position: 0px 6px;
    background-repeat: no-repeat;
    line-height: 16.89px;
    background-position: 0 9px;
    font-size: 13px;
}

#text-content table{
    float: left;
    position: relative;
    width: 710px;
    font-size: 13px;
    margin: 0px 0px 20px 0px;
    border-collapse: collapse;
    -webkit-box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.7);
    border: 0;
    background-color: #eeeeff;
	table-layout: fixed;
    -ms-word-break: break-word;
    word-break: break-word;
}

#text-content table th {
    background-color: #0066AA;
    color: #fff;
    text-align: left;
    padding: 8px 8px 8px 8px;
    font-weight: bold;
    border: 1px solid black;
}

#text-content table tr {
    width: 100%;
    padding: 0px 0px 0px 0px;
}

#text-content table td {
    background-color: #f5f5f5;
    border: 1px solid black;
    padding: 8px 8px 8px 8px;
    color: #000;
	word-wrap: break-word;
}



/* Content Container Navigation */
.content-nav-box {
    float: left;
    position: relative;
    width: 335px;
    margin: 0px 18px 15px 0px;
    padding: 8px 0px 0px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 25%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(25%,#e5e5e5), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 25%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 25%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 25%,#e5e5e5 100%); /* IE10+ */
    border: 1px solid #CCC;
}

.content-nav-box h4 {
    float: left;
    position: relative;
    margin: 0px 0px 5px 15px;
    padding: 4px 0px 0px;
    color: #039;
    text-shadow: 1px 1px 1px #FFF;
    width: 250px;
    text-transform: uppercase;
    font-weight: bold;
    height: 40px;
    font-size: 16.9px;
    line-height: 16.9px;
}

.content-nav-box .text-container {
    float: left;
    position: relative;
    width: 335px;
    margin: 0px;
    padding: 8px 0px;
    border-top: 1px solid #CCC;
    background-color: #FFF;
    height: 90px;
}

.content-nav-box .image-container {
    width: 124px;
    height: 80px;
    overflow: hidden;
    float: left;
    margin: 0 10px;
}

.content-nav-box .image-container img {
    float: left;
    position: relative;
    margin: 0px 10px;
    padding: 0px;
    border: 2px solid #FFF;
    height: 100%;
    margin-left: -105%;
}

.content-nav-box p {
    float: left;
    position: relative;
    color: #333;
    text-align: left;
    margin: 0px 0px 10px;
    padding: 0px;
    width: 185px;
    font-size: 10.4px;
    font-weight: bold;
    line-height:12.4833px
}

.content-nav-box a {
    font-size: 13px;
    font-weight: bold;
    color: #039;
    text-shadow: 1px 1px 1px #FFC;
    text-decoration: none;
    float: left;
    position: relative;
    padding: 6px 12px;
    margin: 0px;
    color: #039;
    background: #ecca42; /* Old browsers */
    background: -moz-linear-gradient(top, #ecca42 0%, #ecca42 50%, #e6b800 51%, #e6b800 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecca42), color-stop(50%,#ecca42), color-stop(51%,#e6b800), color-stop(100%,#e6b800)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ecca42 0%,#ecca42 50%,#e6b800 51%,#e6b800 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ecca42 0%,#ecca42 50%,#e6b800 51%,#e6b800 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ecca42 0%,#ecca42 50%,#e6b800 51%,#e6b800 100%); /* IE10+ */
    border-radius: 6px;
    border: 2px solid #FFF;
}

.manual-nav-boxes {
    float: left;
position: relative;
width: 710px;
margin: 0px 0px 0px;
border-collapse: collapse;
box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.7);
background-color: #F5F5F5;
}

.manual-nav-box {
    float: left;
    width: 335px;
    padding: 10px;
}

.manual-nav-box h4 {
    color: #039;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    margin-bottom: 2px;
    padding: 15px 0px 0px;
    font-size: 14.95px;
}

.manual-nav-box a img {
    width: 300px;
    height: 84px;
}

/* Document Downloads / Resources */
#document-downloads {
    float: left;
    margin: 20px 0;
}

#document-downloads h3 {
    float: left;
    position: relative;
    width: 200px;
    padding: 8px 15px;
    margin: 0px;
    border-top: 1px solid #CCC;
    border-radius: 5px 5px 0px 0px;
    background: #ecca42; /* Old browsers */
    background: -moz-linear-gradient(top, #ecca42 0%, #ecca42 50%, #e6b800 51%, #e6b800 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecca42), color-stop(50%,#ecca42), color-stop(51%,#e6b800), color-stop(100%,#e6b800)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ecca42 0%,#ecca42 50%,#e6b800 51%,#e6b800 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ecca42 0%,#ecca42 50%,#e6b800 51%,#e6b800 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ecca42 0%,#ecca42 50%,#e6b800 51%,#e6b800 100%); /* IE10+ */
    color: #039;
    text-shadow: 1px 1px 1px #ECCA42;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}

#document-downloads ul {
    list-style-type: none;
    float: left;
    clear: both;
    width: 730px;
    border-top: 1px solid #ccc;
    margin: 0;
    border-bottom: 0px solid #999;
    -webkit-box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.7);
}

#document-downloads ul li {
    width: 100%;
    padding: 0;
    margin: 0px;
    color: #333;
	clear: both;
}

#document-downloads ul li img {
    float: left;
    padding: 10px 10px 10px 15px;
}

#document-downloads ul li a {
    float: left;
    font-size: 13px;
    padding: 10px 0;
}

#document-downloads ul li p {
    float: left;
    padding-top: 0;
    padding: 10px 5px;
}

#document-downloads ul li p.doc-subtitle {
    clear: both;
    width: 700px;
    background-color: #F5F5F5;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 10px 10px 10px 20px;
}

/* Page Tools */
#page-tools {
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
}

#page-tools h3 {
    width: 200px;
    padding: 8px 15px;
    border-radius: 5px 5px 0px 0px;
    background: #0066cc; /* Old browsers */
    background: -moz-linear-gradient(top, #0066cc 0%, #00399f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0066cc), color-stop(100%,#00399f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0066cc 0%,#00399f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0066cc 0%,#00399f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0066cc 0%,#00399f 100%); /* IE10+ */
    color: #FFF;
    text-shadow: 1px 1px 1px #039;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}

#page-tools .tools {
    float: left;
    position: relative;
    width: 720px;
    padding: 0px;
    margin: 0px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #999;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #d1d1d1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#d1d1d1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#d1d1d1 100%); /* IE10+ */
    box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.7);
    color: #039;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #FFF;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 90%;
}

#page-tools .tools a {
    width: 150px;
    float: left;
    border-right: 2px solid #E9E9E9;
    padding: 10px 0px 10px 40px;
    font-size: 12px;
}

#page-tools .tools a.lang {
    background: url("/media/1017/lang_icon.png") no-repeat;
    background-position: 8px 8px;
}

#page-tools .tools a.mail {
    background: url("/media/1015/mail_icon.png") no-repeat;
    background-position: 8px 8px;
}

#page-tools .tools a.print  {
    background: url("/media/1016/print_icon.png") no-repeat;
    background-position: 8px 8px;
}

/* Footer Content Styling */
#footer {
    float: left;
    width: 100%;
    background-color: #06C;
    border-top: 8px solid #FC3;
	color: #ffc;
	font-size: small;
}

#footer p
{
	padding: 0px;
	line-height: 150%;
}

#footer .footerauto
{
	float: left;
	position: relative;
	width: 1000px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
}

#footer .footerleft
{
	float: left;
	position: relative;
	width: 400px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	color: #fff;
}

#footer .footerleft a 
{
	color: #ffc;
	font-weight: normal;
	text-decoration: underline;
	line-height: 150%;
	padding: 0px 2px 0px 0px;
}

#footer .footerleft a:hover
{
	text-decoration: none;
}

#footer .footerleft .footerlinks
{
	padding: 6px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

#footer .footerleft .other-info p
{
	color: #ffc;
}

#footer .footerright {
	float: right;
	position: relative;
	width: 528px;
	margin: 20px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footer .footerright img{
	float: right;
}

#footer .footerright span{
	float: right;
	position: relative;
	padding: 0px 0px 0px 5px;
	display: inline;
	list-style-type: none;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
