/*-------------------------------------------------- */
/* GENERAL */
/*-------------------------------------------------- */
html, body {
    font-family: Calibri, Geneva, sans-serif;
    font-size:11px;
    color:#fff;
    letter-spacing:normal;
    background-color:#4d4d4d;
    line-height:18px;
}
h1, h2 {
    font-weight: normal !important;
    font-style: normal;
    line-height:normal;
    font-variant:normal;
}
h1 {
    font-size:36px;
    text-shadow: 1px 1px 1px #ffffff; /* Text shadow for newer browsers */
    font-family: Calibri, Geneva, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height:normal;
    font-variant:normal;
    color:#404040;
    margin-bottom:10px;
}

h2, h2 a {
    font-size:20px;
    text-shadow: 1px 1px 3px #ffffff; /* Text shadow for newer browsers */
    font-family: Calibri, Geneva, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height:normal;
    font-variant:normal;
    color:#3067a5;
    margin-bottom:10px;
    text-decoration:none;
}
h2 a:hover {
    color:#3067a5;
    text-decoration:underline;
}

ul {
    list-style:none;
}
ol {
    padding-left:20px;
}
a {
    color:#3067a5;
    text-decoration:none;
}
a:hover {
    color:#000;
    -webkit-transition:color 0.5s ease-in;
    -moz-transition:color 0.5s ease-in;
    -o-transition:color 0.5s ease-in;
    transition:color 0.5s ease-in;
    text-decoration:underline;
}
p {
    margin-bottom:10px;
}
sup {
    bottom: 0.33em;
    font-weight: normal;
    position: relative;
    vertical-align: baseline;
    font-size:12px;
    color: #666666;
    display:inline-block;
    padding:0 10px;
}
.moreInfo, .moreInfo:hover {
    color: #404040;
    text-decoration:none;
}
/*-------------------------------------------------- */
/* Header*/
/*-------------------------------------------------- */
#header, #footer {
    position:relative;
    z-index:2;
}
#header {
    height:75px;
    background:url(../my_images/banner_bg.jpg) repeat-x top left;
    overflow:hidden;
    color:#000;
}
#header .headerContainer {
    background:url(../my_images/banner.jpg) no-repeat top left;
    height:75px;
}
#header a {
    display:block;
    height:75px;
    border:0;
    outline:0;
    width:300px;
}
#header a span {
    display:none;
}
/*-------------------------------------------------- */
/* CONTENT */
/*-------------------------------------------------- */
#content {
    background:#e5e5e5 url(../my_images/content_bg.jpg) repeat-x top left;
    color:#404040;
    min-height:550px;
}
#content .contentLeft {
    padding:30px 0 20px 0;
    position:relative;
}
#content .noBottomPad {
    padding-bottom:0;
}
.socialButtons {
    margin:0;
}
.socialButtons .item {
    float:left;
    margin-right:10px;
}
.socialButtons .itemRight {
    float:right;
}
/*-------------------------------------------------- */
/* VARIOUS */
/*-------------------------------------------------- */
.marginBottom {
    margin-bottom:30px;
}
.marginTop {
    margin-top:30px;
}
.alignRight {
    text-align:right;
}
.footerNote {
    width:70%;
}
/*-------------------------------------------------- */
/* FEATURED MAPS */
/*-------------------------------------------------- */
.featuredMaps {
    margin:0;
    list-style:none;
    padding:0;
}
.featuredMaps .item {
    width:200px;
    background:#fff;
    margin-bottom:20px;
    float:left;
    margin-right:20px;
    padding:3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 10px #ccc;
    -webkit-box-shadow: 0px 0px 10px #ccc;
    box-shadow: 0px 0px 10px #ccc;
}
.featuredMaps .item a {
    display:block;
    border:0;
    text-decoration:none;
    color:#404040;
    outline:0;
}
.featuredMaps .item img {
    width:200px;
    height:133px;
    overflow:hidden;
    opacity:0.80;
    filter:alpha(opacity=80);
}
.featuredMaps .item:hover {
    -moz-box-shadow: 0px 0px 10px #000044;
    -webkit-box-shadow: 0px 0px 10px #000044;
    box-shadow: 0px 0px 10px #000044;
    -webkit-transition:-webkit-box-shadow 0.1s ease-in;
    -moz-transition:-moz-box-shadow 0.1s ease-in;
    -o-transition:box-shadow 0.1s ease-in;
    transition:box-shadow 0.1s ease-in;
}
.featuredMaps .item:hover img {
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transition:opacity 0.5s ease-in;
    -moz-transition:opacity 0.5s ease-in;
    -o-transition:opacity 0.5s ease-in;
    transition:opacity 0.5s ease-in;
}
.featuredMaps .item span {
    display:block;
    padding:5px;
}
.featuredMaps .endRow {
    margin-right:0;
}
/*-------------------------------------------------- */
/* DATA LAYERS */
/*-------------------------------------------------- */
.dataLayers {
    background:#f1f1f1;
    padding:10px 0 10px 0;
    -moz-box-shadow: 0px 1px 10px #999;
    -webkit-box-shadow: 0px 1px 10px #999;
    box-shadow: 0px 1px 10px #999;
    line-height:18px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    margin-bottom:20px;
}
.dataLayers .Pad {
    padding:0 30px;
}
.dataLayers .h2Align {
    margin-top:63px;
}
.dataLayers ul li {
    margin-bottom:20px;
}
.dataLayers ul li a {
    text-decoration:none;
}
.dataLayers ul li a:hover {
    text-decoration:underline;
}
.dataLayers .dataLayersButton {
    margin:60px 0;
}
.dataLayers .blackText {
    color:#000;
}
/*-------------------------------------------------- */
/* FOOTER */
/*-------------------------------------------------- */
#footer {
    color:#fff;
    background:#4d4d4d url(../my_images/footer_bg.jpg) repeat-x top left;
    line-height:18px;
    padding:30px 0;
}
#footer h2 {
    font-size:20px;
    text-shadow: 1px 1px 1px #333; /* Text shadow for newer browsers */
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height:normal;
    font-variant:normal;
    color:#dddddd;
    margin-bottom:10px;
}
#footer .logoDiv {
    padding:35px 0 35px 22px;
}
#footer .footBorder {
    background:url(../my_images/logo_border.jpg) repeat-y top left;
}
#footer .logoDiv .hostedBy {
    display:block;
    width:198px;
    height:61px;
    border:0;
    background:url(../my_images/org_logo.jpg) no-repeat top left;
    margin-bottom:20px;
    outline:0;
}
#footer a {
    color:#fff;
    text-decoration:underline;
}
#footer a:hover, #footer a:active {
    color:#fff;
    text-decoration:underline;
}
#footer a:visited {
    color:#fff;
    text-decoration:underline;
}
/*-------------------------------------------------- */
/* MAP TEMPLATE */
/*-------------------------------------------------- */
#parentLink {
    display:block;
    position:absolute;
    left:0;
    top:10px;
    z-index:10;
    margin:0;
    padding:0;
}
#parentLink a, #parentLink a:visited {
    display:inline-block;
    padding-left:21px;
    color:#404040;
    font-weight:bold;
    text-decoration:none;
    background:url(/graphics/parentLink.png) no-repeat left center;
    _background:none;
 _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/graphics/parentLink.png', sizingMethod='crop');
    outline:0;
}
#parentLink a:hover {
    text-decoration:underline;
}
.titleContainer {
    position:relative;
    display:block;
    z-index:1;
    height:39px;
}
.titleContainer .fullView {
    display:block;
    cursor:pointer;
    position:absolute;
    bottom:0;
    right:0;
    z-index:6;
    line-height:16px;
    color:#3067a5;
    margin-bottom:10px;
    text-decoration:none;
    outline:0;
    vertical-align:middle;
}
.titleContainer .fullView .icon {
    display:inline-block;
    width:16px;
    height:16px;
    vertical-align:text-bottom;
    margin-right:4px;
    background:url(../graphics/fullScreen.png) no-repeat left center;
    _background:none;
 _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/graphics/fullScreen.png', sizingMethod='crop');
}
#subtitle {
    line-height:18px;
    margin-bottom:10px;
}
/*-------------------------------------------------- */
/* MAP TAB MENU*/
/*-------------------------------------------------- */
#tabMenu {
    margin-bottom:20px;
}
.tabMenu {
    display:none;
    overflow:hidden;
}
.defaultMenu {
    display:block;
}
#legendMenu .esriLegendServiceLabel {
    display:none;
}
#legendMenu .esriLegendLayerLabel {
    font-weight:bold;
    margin-bottom:2px;
}
#legendMenu .esriLegendLayer td {
    line-height:normal;
    vertical-align:middle;
}
#legendMenu .esriLegendLayer img {
    margin-right:5px;
}
/*-------------------------------------------------- */
/* MAP */
/*-------------------------------------------------- */
.mapContainer {
    background:#fff;
    padding:3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:10px;
}
#map {
    width:694px;
    height:584px;
    position:relative;
}
.esriScalebar {
    padding-left:15px;
}
.map .bingLogo-lg {
    left:18px !important;
}
/*-------------------------------------------------- */
/* BUTTONS AND INPUT BOXES */
/*-------------------------------------------------- */
.mapActionButton {
    display:inline-block;
    vertical-align:middle;
    font-size:12px;
    line-height:13px;
    margin:0;
    padding:8px 32px;
    border:1px solid #e6a009;
    color:#404040;
    background: #F9CE03; /* old browsers */
    background: -moz-linear-gradient(top, #F9CE03 0%, #E58100 79%, #F8A900 95%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F9CE03), color-stop(79%, #E58100), color-stop(95%, #F8A900)); /* webkit */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9CE03', endColorstr='#F8A900', GradientType=0 ); /* ie */
    text-decoration:none;
    cursor:pointer;
    font-weight:bold;
    white-space:nowrap;
    -moz-user-select: none;
    -webkit-user-select:none;
    user-select:none;
    outline:0;
    text-shadow: 1px 1px 1px #F9CE03;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
}
.mapButton {
    display:inline-block;
    vertical-align:middle;
    font-size:12px;
    line-height:13px;
    margin:0;
    padding:8px 16px;
    border:0;
    color:#5f5f5f;
    background: #EBEBEB; /* old browsers */
    background: -moz-linear-gradient(top, #EBEBEB 1%, #CBCBCB 12%, #E5E5E5 95%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #EBEBEB), color-stop(12%, #CBCBCB), color-stop(95%, #E5E5E5)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBEBEB', endColorstr='#E5E5E5', GradientType=0 ); /* ie */
    text-decoration:none;
    cursor:pointer;
    font-weight:bold;
    white-space:nowrap;
    -moz-user-select: none;
    -webkit-user-select:none;
    user-select:none;
    outline:0;
    text-shadow: 1px 1px 1px #fff;
}
.shadowButton {
    display:inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
    border:1px solid #1b70bd;
    -moz-box-shadow: 0px 1px 6px #999;
    -webkit-box-shadow: 0px 1px 6px #999;
    box-shadow: 0px 1px 6px #999;
}
.shadowActionButton {
    display:inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
    -moz-box-shadow: 0px 1px 6px #999;
    -webkit-box-shadow: 0px 1px 6px #999;
    box-shadow: 0px 1px 6px #999;
}
.mapActionButton:hover {
    text-decoration:none;
    background: #F9CE03; /* old browsers */
    background: -moz-linear-gradient(top, #F9CE03 0%, #E58100 22%, #F8A900 95%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F9CE03), color-stop(22%, #E58100), color-stop(95%, #F8A900)); /* webkit */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9CE03', endColorstr='#F8A900', GradientType=0 ); /* ie */
    color:#000;
    -webkit-transition:color 0.5s ease-in;
    -moz-transition:color 0.5s ease-in;
    -o-transition:color 0.5s ease-in;
    transition:color 0.5s ease-in;
}
.mapButton:hover {
    background: #2396FF; /* old browsers */
    background: -moz-linear-gradient(top, #2396FF 1%, #004F97 84%, #2396FF 98%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #2396FF), color-stop(84%, #004F97), color-stop(98%, #2396FF)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2396FF', endColorstr='#2396FF', GradientType=0 ); /* ie */
    text-shadow: 1px 1px 1px #004f97;
    color:#fff;
    -webkit-transition:color 0.5s ease-in;
    -moz-transition:color 0.5s ease-in;
    -o-transition:color 0.5s ease-in;
    transition:color 0.5s ease-in;
}
.buttonSelected, .buttonSelected:hover, #embedButton.selected, #embedButton.selected:hover {
    color:#fff;
    background: #2396FF; /* old browsers */
    background: -moz-linear-gradient(top, #2396FF 1%, #004F97 84%, #2396FF 98%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #2396FF), color-stop(84%, #004F97), color-stop(98%, #2396FF)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2396FF', endColorstr='#2396FF', GradientType=0 ); /* ie */
    text-shadow: 1px 1px 1px #004f97;
}
.buttonRight {
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.buttonLeft {
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.buttonLeft {
    border-right:1px solid #1b70bd;
}
.buttonCenter {
    border-right:1px solid #1b70bd;
}
.buttonSingle {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
}
/*-------------------------------------------------- */
/* FULSCREEN */
/*-------------------------------------------------- */
.fullScreen, .fullScreen body {
    width:100%;
    height:100%;
    min-width:100% !important;
}
.fullScreen .container_12, .fullScreen #content, .fullScreen #content .contentLeft, .fullScreen .container_12 .grid_9, .fullScreen .container_12 .grid_12 {
    width:100% !important;
    height:100% !important;
    padding:0 !important;
    margin:0 !important;
    display:block !important;
    overflow:hidden !important;
    background:none;
    min-width:100% !important;
}
.fullScreen #header, .fullScreen #footer, .fullScreen #parentLink, .fullScreen .socialButtons {
    display:none;
}
.fullScreen .dataLayers {
    display:none;
}
.fullScreen .mapContainer {
    padding:0 !important;
    margin:0 !important;
    width:100% !important;
    height:100% !important;
    overflow:hidden !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    min-width:100% !important;
}
.fullScreen .titleContainer {
    position:absolute;
    top:5px;
    right:25px;
    z-index:99999;
}
.fullScreen .titleContainer .fullView {
    position:relative;
    top:0;
    right:0;
    z-index:999999;
    _width:113px;
}
.fullScreen .titleContainer .fullView .icon {
    background:url(/graphics/fullScreenExit.png) no-repeat left center;
    _background:none;
 _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/graphics/fullScreenExit.png', sizingMethod='crop');
    vertical-align:middle;
}
.fullScreen #title {
    display:none;
}
.fullScreen #map {
    padding:0 !important;
    margin:0 !important;
    width:100% !important;
    height:100% !important;
    overflow:hidden !important;
}
.fullScreen #subtitle {
    display:none;
}
/*-------------------------------------------------- */
/* Layers Table */
/*-------------------------------------------------- */
.display h3 {
    padding-left:26px;
}
.display .infoHidden {
    display:none;
    margin:10px 0;
    padding-left:26px;
}
.fselect {
    float:left;
}
.fsearch {
    float:left;
}
.filterLabel {
    float:left;
    padding:2px 8px;
    display:inline-block;
    line-height:16px;
    vertical-align:middle;
    border-right:1px solid #004590;
    color:#fff;
    background-color: #4576ab;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4576ab), to(#0e3f75));
    background-image: -moz-linear-gradient(top, #4576ab, #0e3f75);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4576ab', endColorstr='#0e3f75');
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4576ab', endColorstr='#0e3f75')";
}
.fscon {
    margin:0;
    float:left;
    border:1px solid #004590;
    background:#fff;
    margin-right:50px;
}
#fsearchinput {
    margin:0;
    padding:0;
    border:0;
    padding:2px 4px;
    border-collapse:collapse;
    display:block;
    width:125px;
    height:16px;
    float:left;
    background:none;
}
.fdefault {
    color:#999;
}
#fsreset {
    margin:0;
    padding:0;
    display:block;
    width:16px;
    height:16px;
    margin:2px;
    float:left;
    margin-left:5px;
    background-position:center center;
    background-repeat:no-repeat;
    cursor:pointer;
}
.resetoff {
    background-image:url(http://www.esri.com/styles/esricore/scripts/data_table_images/search.jpg);
}
.reseton {
    background-image:url(http://www.esri.com/styles/esricore/scripts/data_table_images/reset.jpg);
}
.resetFilter {
    color:#3067a5;
    text-decoration:underline;
    cursor:pointer;
    font-weight:bold;
}
.resetFilter:hover {
    color:#000;
    -webkit-transition:color 0.5s ease-in;
    -moz-transition:color 0.5s ease-in;
    -o-transition:color 0.5s ease-in;
    transition:color 0.5s ease-in;
    text-decoration:underline;
}
/*-------------------------------------------------- */
/* PAGINATION */
/*-------------------------------------------------- */
.pagination {
    margin:20px 0;
}
.pagination a {
    border: 1px solid #999999;
    padding:2px 5px;
    display: inline-block;
    margin: 0 6px 0 0;
    background-color: #FFFFFF;
    cursor: pointer;
    text-decoration:none;
    color:	#404040;
}
.pagination a:hover {
    color:	#404040;
    background:#ddd;
    text-decoration:none;
}
.pagination strong {
    background-color: #6787AE;
    color: #FFFFFF;
    ont-weight: bold;
    border: 1px solid #999999;
    padding:2px 5px;
    display: inline-block;
    margin: 0 6px 0 0;
}
/*-------------------------------------------------- */
/* Search area */
/*-------------------------------------------------- */
.searchArea {
    margin:20px 0;
    background: #FFFFFF; /* old browsers */
    background: -moz-linear-gradient(top, #FFFFFF 0%, #F5F5F5 50%, #E5E5E5 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(50%, #F5F5F5), color-stop(100%, #E5E5E5)); /* webkit */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E5E5E5', GradientType=0 ); /* ie */
    background: -o-linear-gradient(top, #FFFFFF 0%, #F5F5F5 50%, #E5E5E5 100%); /* opera */
    -moz-box-shadow: 0px 0px 4px #999;
    -webkit-box-shadow: 0px 0px 4px #999;
    box-shadow: 0px 0px 4px #999;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding:10px;
    text-align:left;
}
.searchArea input {
    border:1px solid #b2b2b2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin:0;
    width:250px;
    padding:2px 8px;
    display:inline-block;
}
.searchArea .buttonSubmit {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor:pointer;
    padding:2px 8px;
    display:inline-block;
    line-height:16px;
    vertical-align:middle;
    border:1px solid #004590;
    color:#fff;
    font-weight:bold;
    background-color: #4576ab;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4576ab), to(#0e3f75));
    background-image: -moz-linear-gradient(top, #4576ab, #0e3f75);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4576ab', endColorstr='#0e3f75');
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4576ab', endColorstr='#0e3f75')";
}
.searchArea .buttonSubmit:hover {
    color:#CCC;
}
.alternateList li {
    padding:3px 6px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.alternateList .odd {
    background:#d5d5d5;
}
.alternateList .even {
    background:#e5e5e5;
}
.layerTable {
    width:100%;
    margin:30px 0;
}
.layerTable th {
    text-align:left;
    font-weight:bold;
    width:30%;
    padding:8px;
}
.layerTable td {
    padding:8px;
}
.layerTable .odd td, .layerTable .odd th {
    background:#d6d6d6;
    border-right:1px solid #fff;
}
.layerThumb {
    background:#fff;
    padding:3px;
    display:block;
    width:200px;
    text-decoration:none;
    color:#000;
    outline:0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: 1px 1px 3px #CCCCCC;
    -webkit-box-shadow: 1px 1px 3px #CCCCCC;
    box-shadow: 1px 1px 3px #CCCCCC;
}
.layerThumb:hover {
    text-decoration:none;
    color:#000;
    -moz-box-shadow: 0px 0px 10px #bcefff;
    -webkit-box-shadow: 0px 0px 10px #bcefff;
    box-shadow: 0px 0px 10px #bcefff;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.layerThumb:hover img {
    opacity:0.75;
    filter:alpha(opacity=75);
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.layerThumb img {
    background:#fff;
}
.layerThumb span {
    display:block;
    margin:5px;
    padding-left:16px;
    background:url(/graphics/linkArrow.png) left center no-repeat;
}
/*-------------------------------------------------- */
/* CLEAR FLOAT */
/*-------------------------------------------------- */
.clear, .Clear {
    clear:both;
    display:block;
    overflow:hidden;
    visibility:hidden;
    width:0;
    height:0;
    font-size:0;
    content:" ";
}
.clearfix:before, .clearfix:after {
    content:'\0020';
    display:block;
    overflow:hidden;
    visibility:hidden;
    width:0;
    height:0;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1;
}
/*-------------------------------------------------- */
/* END */
/*-------------------------------------------------- */
