﻿@charset "utf-8";
html, body {
    height:100%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px 1em;
    color: #333;
    line-height: 18px;
	margin-top: 0em;
    background-color:#fff;
    background-color:#9A5C3F;
	box-shadow: 0 0 0px#777;
	text-rendering: optimizeLegibility !important
}
body { 
    min-height:100vh;
}
#siteWrapper{
    background-color:#9A5C3F;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
#contentWrapper {flex:1;}
iframe html {background-color:#ffffff!important;}
/*------------------------------------------------*/
/* FONT STYLE */
/*------------------------------------------------*/
body, th, td, table, h1, h2, h3, h4, h5, h6,
.Head, .SubHead, .SubSubHead,
.Normal, .NormalBold, .NormalRed, .NormalTextBox, .NormalDisabled,
a:link, a:visited, a:hover, input, .CommandButton {
    font-family: Arial, Helvetica, sans-serif;
}

em {
    font-style: italic;
    letter-spacing: 0;
}

strong {
    color: #333;
    font-weight: bold;
}

small {
    font-size: 12px;
    letter-spacing: 0;
}

/* Google reCaptcha */
.recaptcha-container {
	display:inline-flex;
	margin-top:18px;
}

/*------------------------------------------------*/
/* HEADER STYLE */
/*------------------------------------------------*/
h1, h2, h3, h4, h5, h6   {
    color:#6A3F2B;
	margin-top: 5px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size:36px;
    color: #AC7D68;
}

h2 {
    font-size:27px;
    color: #9C654B;
    margin-top:10px;
    margin-bottom:5px;
}

h3 {
   	margin-bottom:3px;
	font-size: 21px;
   	color: #5E2A12;
}

h2 + h3 {
    margin-top:0px;
}
h4 {
	font-size: 18px;
}
.pageTitle {
    display:inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #AC7D68;
	line-height: 35px;
	margin-top: 5px;
	margin-bottom: 10px;
    height:auto;
    width:auto;
}
/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/
a, a:link, a:visited, a:active, p a, h1 a, h2 a, h3 a, h4 a, li a {
	color: #275400;
	text-decoration: underline;
    outline: 0;
}

a:hover, p a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, li a:hover, .TitleCell a:hover {
	color: #72c02c;
    text-decoration: none;
    outline: 0;
}

/* DNN Specific Selectors 
-------------------------------------*/
.CommandButton {
    font-size: 13px;
    color: #3d3d3d;
    font-weight: bold;
}

    .CommandButton:hover {
        color: #007cae;
    }

a.CommandButton:link {
    font-size: 13px;
    text-decoration: none;
    color: #3d3d3d;
    font-weight: bold;
}

a.CommandButton:hover {
    text-decoration: underline;
    color: #007cae;
}

/*------------------------------------------------*/
/* PARAGRAPH STYLE */
/*------------------------------------------------*/
p {
    margin: 0 0 10px 0;
}

hr {
    clear: both;
    height: 0;
    border: solid #c0c0c0;
    border-width: 1px 0 0;
    margin: 20px 0 20px 0;
}

/*------------------------------------------------*/
/* IMAGE STYLES */
/*------------------------------------------------*/
img {
    border: 0;
}

/* Image Align Left 
    -------------------------------------*/
.imgLeft {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

/* Image Align Right 
    -------------------------------------*/
.imgRight {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

/* Image with border 
    -------------------------------------*/
.imgBorder {
    border: solid 3px #fff;
}

/* Polaroid Image Style 
    -------------------------------------*/
.imgPolaroid {
    color: #a6a6a6;
    font-size: 12px;
    text-align: left;
    padding: 13px 13px 17px 13px;
    background-color: #fff;
    box-shadow: 0 1px 2px #ccc;
}

    .imgPolaroid img {
        margin-bottom: 12px;
    }

/*------------------------------------------------*/
/* lIST STYLE */
/*------------------------------------------------*/


/* Ordered List */
ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
    vertical-align: top;
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}

/*------------------------------------------------*/
/* TABLE STYLE */
/*------------------------------------------------*/

/* Default Table Style */
table.tableDefault {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

    table.tableDefault th,
    table.tableDefault td {
        font-size: 12px;
        padding: 8px;
		border: 1px solid #ddd;
		padding: 8px;
		line-height: 1.42857143;
		vertical-align: top;
		border-top: 1px solid #ddd;
	}

    table.tableDefault th {
        font-weight: bold;
        text-align: left;
        background-color: transparent;
    }

    table.tableDefault td {
        border-bottom: solid 1px #d9d9d9;
    }

    table.tableDefault tr:nth-child(odd) {
        background: #f9f9f9;
    }

    table.tableDefault tr:nth-child(even) {
        background: transparent;
    }

.tableDefault tbody tr:hover td {
    color: #111;
}

/* Front Page Tables */
.service-block-table {
    width:320px;
    background-color: rgba(255,255,255,.5);
    margin:0 auto 20px auto;
}
.service-block-table TH {
    font-weight: bold;
    color:#333333;
    text-align: center;
    border-top:1px solid rgba(255,255,255,.7);
    padding:5px;
}
.service-block-table TD {
    color:#333333;
    text-align: center;
    border-top:1px solid rgba(255,255,255,.7);
    padding:5px;
}
.service-block-table TD a {
    color:#333333;
    text-align: center;
    text-decoration: underline;
}

.service-block { /* override hell: this is because it's using an H2 with a class. The H2 is defined in bootstrap.min.css which loads after */
	text-align: center !important;
	text-shadow: none!important;
	font-weight: normal !important;
	font-family: 'Open Sans', sans-serif!important;
	margin-bottom: 5px!important;
	font-size: 20px!important;
	line-height: 28px!important;
	color: #fff !important;
}

/*------------------------------------------------*/
/* FORM STYLE
/*------------------------------------------------*/
input[type="text"], select, textarea, input[type="email"], input[type="search"], input[type="password"] {
    padding: 9px;
    margin-bottom: 20px;
    background: #f3f3f3;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    color: #666;
    font-size: 13px;
}

/*------------------------------------------------*/
/* BUTTONS STYLE */
/*------------------------------------------------*/
/* Primary Style Button (blue)*/
button.primaryButton,
a.primaryButton {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background-color: #3B96B6;
    background: -moz-linear-gradient(top, #1aa0c9 0%, #1aa0c9);
    background: -webkit-gradient(linear, left top, left bottom, from(#1aa0c9), to(#1aa0c9));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

/* Secondary Style Button (darkgray) */
button.secondaryButton,
a.secondaryButton {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background-color: #666;
    background: -moz-linear-gradient(top, #8a8a8a 0%, #8a8a8a);
    background: -webkit-gradient(linear, left top, left bottom, from(#8a8a8a), to(#8a8a8a));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

/* Alternative Style Button (darkgray with arrow) */
button.altButton,
a.altButton {
    display: inline-block;
    padding: 9px 32px 9px 22px;
    margin-bottom: 5px;
    background: #484848 url('images/arrow.png') no-repeat 87% center;
    background: url('images/arrow.png') no-repeat 87% center, -moz-linear-gradient(top, #3d3d3d 0%, #3d3d3d);
    background: url('images/arrow.png') no-repeat 87% center, -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#3d3d3d));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffbf00;
    -moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    -webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

a.dnnPrimaryAction {
    color: #efefef;
}

a.dnnSecondaryAction {
    color: #555;
}

button.primaryButton:hover,
button.secondaryButton:hover,
a.primaryButton:hover,
a.secondaryButton:hover {
    cursor: pointer;
    cursor: hand;
    background-image: none;
    background-color: #D00;
}

button.altButton:hover,
a.altButton:hover {
    cursor: pointer;
    cursor: hand;
    background: #D00 url('images/arrow.png') no-repeat 87% center;
}

/*------------------------------------------------*/
/* SITE SPACING
/*------------------------------------------------*/
.spacingTop {
    margin-top: 30px;
}

.spacingRight {
    margin-right: 30px;
}

.spacingBottom {
    margin-bottom: 30px;
}

.spacingLeft {
    margin-left: 30px;
}

/*------------------------------------------------*/
/* SITE STRUCTURE */
/*------------------------------------------------*/
#userControls {
    height: 43px;
	color:#fff;
	background-color:rgba(0,0,0,.5);
}
#userControls .language {
    min-height:0!important;
    display:inline;
}
.wrapper {
    margin: 0 Auto;
    width: 1170px;
}
#contentWrapper {
	margin-top: 10px;
}
#dnn_centerleftPane,
#dnn_centermiddlePane,
#dnn_centerrightPane {margin-bottom:20px;}

/*------------------------------------------------*/
/* SEARCH */
/*------------------------------------------------*/
#search {
    width: 100%;
    height: 70px;
    background-color: rgba(0,0,0,0.9);
    position:absolute;
    bottom:0;
    right: 0;
}

    #search a.SearchButton:link,
    #search a.SearchButton:visited {
        display: inline-block;
        float: right;
        height: 32px;
        width: 32px;
        margin: 0;
        padding: 0;
        background: #333 url('images/search.png') no-repeat center center;
        text-indent: -9999px;
    }



    #search a.SearchButton:hover {
        background: url('images/search.png') no-repeat center center, rgb(45,45,45); /* Old browsers */
        background: url('images/search.png') no-repeat center center, -moz-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
        background: url('images/search.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
        background: url('images/search.png') no-repeat center center, -webkit-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
        background: url('images/search.png') no-repeat center center, -o-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
        background: url('images/search.png') no-repeat center center, -ms-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
        background: url('images/search.png') no-repeat center center, linear-gradient(to bottom, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
    }
#dnn_dnnSearch_ClassicSearch{
    display: block;
    height: 32px;
    width:100%;
    margin: 8px 0 0 0;
}
.searchInputContainer {
    width:1090px;
}
#dnn_dnnSearch_txtSearch {
    display: block;
    float: left;
    width: 100%;
    height: 32px;
    padding: 0 5px 0 10px;
    margin: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border-left: 1px solid #ddd;
    color: #000;
    line-height: 32px;
    font-size: 1em;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

    #dnn_dnnSearch_txtSearch:active, #dnn_dnnSearch_txtSearch:focus {
        background: #ccc;
        box-shadow: inset 0px 3px 8px #999;
    }

/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/
/*#login {
    float: right;
}*/

    #login .registerGroup,
    #login .registerGroup *,
    #login .loginGroup,
    #login .loginGroup * {
        display: block;
    }

    #login .registerGroup,
    #login .loginGroup {
        float: right;
        padding: 0;
        margin: 0;
    }

        #login .registerGroup li:first-child:hover {
            border-left: #222;
        }

        /* Register Group Styles */
        #login .registerGroup li {
            float: left;
        }

        #login .registerGroup .buttonGroup {
            margin: 0;
        }

        #login .registerGroup a,
        #login .loginGroup a {
            display: block;
            position: relative;
            height: 25px;
            min-width: 12px;
            padding: 7px 15px 0 15px;
            color: #333;
            font-size: 11px;
            vertical-align: middle;
        }

            #login .registerGroup a:hover,
            #login .loginGroup a:hover {
                background: rgb(45,45,45); /* Old browsers */
                background: -moz-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
                background: linear-gradient(to bottom, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
                color: #ddd;
                text-shadow: 0px -1px 0px #333333;
            }

            #login .registerGroup a:active,
            #login .loginGroup a:active {
                color: #fff;
                text-shadow: 0px -1px 0px #333333;
            }

            #login .registerGroup a:hover,
            #login .loginGroup a:hover {
                text-decoration: none;
            }

            #login .registerGroup a strong,
            #login .loginGroup a strong {
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                overflow: hidden;
                font-size: 11px;
                text-indent: -9999px;
            }

    #login .userMessages a,
    #login .userNotifications a {
        background-color: #333;
    }

    #login .userMessages strong {
        height: 100%;
        background: url('images/icon_message.png') no-repeat center center;
    }

    #login .userNotifications {
        border-right: 1px solid #CCC;
    }

        #login .userNotifications strong {
            height: 100%;
            background: url('images/icon_notification.png') no-repeat center center;
        }

    #login .registerGroup a span {
        display: inline-block;
        position: absolute;
        right: 2px;
        top: -9px;
        min-width: 7px;
        margin-right: 3px;
        background: rgb(59,150,182); /* Old browsers */
        text-align: center;
        font-size: 11px;
        color: #fff;
        text-shadow: 0px 1px 0px #333333;
    }

    #login .registerGroup .userProfileImg a {
        min-width: 25px;
        min-height: 32px;
        padding: 0;
        background: none;
    }

    #login .registerGroup a img {
        height: 32px;
        width: 32px;
        background: #333;
    }

    /* Login Group Styles */
    #login .loginGroup {
        border-right: 1px solid #CCC;
    }

        #login .loginGroup a {
            color: #333;
        }

    /* Number of message next to the message icon*/
    #login .userMessages a span,
    #login .userNotifications a span {
        display: inline-block;
        margin-top: 9px;
        margin-right: 0px;
        background-color: transparent;
        font-size: 10px;
    }

/*------------------------------------------------*/
/* SITE HEADER */
/*------------------------------------------------*/
#siteHeadouter {
	margin:5px 0 0 0;
}

#siteHeadinner {
    padding: 0;
	background-color: rgba(255,255,255,.6);
	min-height:87px;
}

#logo {
    float: left;
}

/* Language */
.language .language-object {
    /*float: right;*/
    display: inline-block;
    margin: 0;
    padding: 0;
}

    .language .language-object span {
        float: left;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 5px;
        margin: 0;
    }

        .language .language-object span:first-child {
            padding-left: 8px;
        }

        .language .language-object span img {
            height: 12px;
            width: 17px;
            opacity: 0.3;
        }

        .language .language-object span:hover img {
            opacity: 1;
        }

    .language .language-object .Language.selected img {
        opacity: 1;
        border-color: #222;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
        box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
    }
.headerbar {
	width:400px;
	height:10px;
	margin: 10px 0 0 0;
	
}
.menuTop UL {list-style: none;}
.headerbar LI {float: left;}
.header-btn {
	margin:0 0 0 15px;
    font-size: .7rem;
	color: rgba(255,255,255,.8)!important;
}
.headerbar a {text-decoration: none;}
.hbtn {
    font-size:.8rem;
    margin:0 2px 0 0;
}
.wvbvmlogo {
    margin: 5px 0 0 5px;
}
.wvbvmImage {
    background-image: url("Images/splash-falls.jpg");/*horseinsuit2.jpg*/
    height: 300px;
    background-size:cover;
    background-position: 50% 20%;
    background-repeat: no-repeat;
    margin:10px auto;
    position:relative;
}

.fa {
	margin: 0 -10px 0 10px;
	height:15px;
	width:15px;
    float: left;
	display: inline-block;
	font-size: 20px;
	text-rendering: auto;
	filter: invert(100%) sepia(4%) saturate(7450%) hue-rotate(4deg) brightness(112%) contrast(115%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-home {background-image: url("css/home.svg"); background-repeat: no-repeat;}
.fa-rss {background-image: url("css/rss.svg"); background-repeat: no-repeat;}
.fa-calendar {background-image: url("css/calendar.svg"); background-repeat: no-repeat;}
.fa-users {background-image: url("css/users.svg"); background-repeat: no-repeat;}
.fa-phone {background-image: url("css/phone.svg"); background-repeat: no-repeat;}

/*------------------------------------------------*/
/* NAVIGATION */
/*------------------------------------------------*/


#navdttg {
	text-transform: uppercase;
    margin:34px 0 0 0;
}

/* for Simple Menu, see Simple menu folder */

    .navbar{margin-bottom:0!important;}
    .navbar-inner{border:none!important; box-shadow:none!important; background:none transparent!important; padding-right:0!important;}
        .navbar .brand {padding:0!important;}

    /* Site Navigation */
    .nav-collapse {
	    float: right;
	    position:relative;
	    top: 0px;
    }
	
    .nav li { 
		position:relative; 
		list-style:none;
		margin: 0;
	}
    .nav li:hover { 
        background-color: rgba(255,255,255,.3)
	}
    .nav li ul {
		margin-left:0;
	}
	
    .nav > li {
		float:left;
		height:50px;
		padding-top:5px;
		margin-right:20px;
	}
	
    .nav > li > a,
    .nav > li > span {
		display:block;
	    font-family: Open Sans Condensed, sans-serif;
		padding:5px 0 5px 15px;
		font-size:15px;
		font-weight:bold;
		text-decoration:none;	
	}
	
    .nav > li:hover > a,
    .nav > li.active > a  {
        color:#687074;
        /* override default bootstrap nav pills styles*/
        background-color:transparent!important;
        box-shadow:none!important;
    }
    .nav > li:hover > a:active { color:#3B96B6;}
    .nav > li:hover > span { color:#3B96B6;}

    .nav > li > a .caret.hidden-desktop {
        border:none!important;
        background-image:url(bootstrap/img/glyphicons-halflings-white.png);
        background-color:#333;
        background-position:-305px -110px!important;
        width:30px!important; line-height:30px!important; min-height:30px!important; height:auto;
        display:inline-block;
        margin:0!important;
        border-radius:3px;
    }
    .nav > li > a .caret.hidden-desktop:hover {
        background:url(bootstrap/img/glyphicons-halflings-white.png) -305px -110px, linear-gradient(to bottom, #2D2D2D 0%, #565656 100%)!important;
    }

	/* Secondary level */
    .nav > li ul {  /* Styles for all sub levels */
		top:50px; 
		left:0; 
		padding: 0;
        line-height: 1.6em;
		display:none;
		position:absolute;
		z-index: 2;
		width:auto;
		background:#F5F7F7;
		border-top: 2px solid #60BF2C;
        border-bottom: 2px solid #666666;
        border-collapse: collapse;
		/* CSS3 */
		border-radius: 0px;

	}
        .nav > li:last-child ul {
            left:auto;
            right:0;
            margin:0 -30px 0 0;
    }
	
    .nav-collapse:not(.in) .nav li:hover > ul { 
		display:block;
	}
    .nav-collapse .nav li > iframe{ display: none;z-index: 1 !important;}
    .nav-collapse:not(.in) .nav li:hover > iframe{ display: block;}

    .navbar .nav > li > .dropdown-menu:before{
        border:none!important;
    }
	
    .navbar .nav > li > .dropdown-menu:after {
		position:absolute!important;
		top:-15px!important; 
		left:0px!important;
		content:''!important;
		width:0px!important; 	
		height:0px!important; 
		border-left:0px solid transparent!important;  /* left arrow slant */
		border-right:0px solid transparent!important; /* right arrow slant */
		border-bottom:0px solid #F5F7F7!important; /* bottom, add background color here */
		font-size:0px!important;
		line-height:0px!important;
	}

    .nav .dropdown-menu > .active > a,
    .nav .dropdown-menu > .active > a:focus {
        background-color:transparent!important;
        background-image:none!important;
        color:#687074!important;
        outline:none;
    }
    .nav .dropdown-menu a {
        text-transform: capitalize;
		display:block;
		padding: 5px;
		color:#687074;
		font-size: .9rem;
		font-weight: normal;
		text-decoration:none;
        border-bottom: 1px solid #687074;
		/* transition decleration */
		transition: 		all ease-in 100ms;
		-moz-transition: 	all ease-in 100ms; /* Firefox 4 */
		-webkit-transition: all ease-in 100ms; /* Safari and Chrome */
		-o-transition: 		all ease-in 100ms; /* Opera */
		-ms-transition: 	all ease-in 100ms; /* IE9? */
	}
    .nav .dropdown-menu > li > a:hover,
    .nav .dropdown-menu > .active > a:hover{
        background-color:#687074;
        background-image:none!important;
        color:#ffffff;
    }
    .nav-collapse:not(.in) .nav .dropdown-menu{
        border-radius:0!important;
    }
    .nav > li > ul li:hover {
		color:#D00;
		background: #F5F7F7;
	}
	
	/* Tertiary level */
    .nav li ul li ul {
        left:auto;
        right:100%;
		top:-5px;
		padding: 0;
		border-left: 1px solid #ddd;
	}
     .nav > li:last-child ul li ul {
        left:auto;
        right:100%;
		top:-5px;
		padding: 0;
        margin:2px 0 0 0;
    }

    /* Navigation button on mobile size */
    .nav-collapse.in {
        width:100%;
    }
    .navbar .btn-navbar {
        background-color: #333333!important;
        background-image: linear-gradient(to bottom, #333333, #333333)!important;
        cursor:pointer;
        margin-top:10px!important;
    }
    .navbar .btn-navbar:hover,
    .navbar .btn-navbar:active {
        background:linear-gradient(to bottom, #2D2D2D 0%, #565656 100%)!important;
    }


/*------------------------------------------------*/
/* BREADCRUMBS */
/*------------------------------------------------*/
#Breadcrumb {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
	padding-right: 15px;
	text-align: right;
}

    #Breadcrumb img {
        margin-left: 10px;
        margin-right: 10px;
    }

    #Breadcrumb a.breadcrumbLink:link,
    #Breadcrumb a.breadcrumbLink:visited {
        color: #666;
        font-size: 12px;
		text-decoration: underline;
    }

    #Breadcrumb a.breadcrumbLink:hover {
        color: #111;
		text-decoration: none;
    }

/*------------------------------------------------*/
/* CONTENT PANES */
/*------------------------------------------------*/
.contentPane {
}
.borderroundtop {
	padding:15px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	
}
.borderroundbot {
	padding:10px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	
}
.borderround {
	padding:15px;
	border-radius: 10px;
}
.borderroundfront {
    padding-top: 15px;
	border-radius: 10px;  
}
.leftPane {
	background: #6e8a24;
	background: -moz-linear-gradient(top, #6e8a24 0%, #e4f9db 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6e8a24), color-stop(100%,#e4f9db));
	background: -webkit-linear-gradient(top, #6e8a24 0%,#e4f9db 100%);
	background: -o-linear-gradient(top, #6e8a24 0%,#e4f9db 100%);
	background: -ms-linear-gradient(top, #6e8a24 0%,#e4f9db 100%);
	background: linear-gradient(to bottom, #6e8a24 0%,#e4f9db 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e8a24', endColorstr='#e4f9db',GradientType=0 );
	padding: 0;
	border-radius: 8px;
	margin-bottom: 2em;
}
.span9 {
	background-color: rgba(252,255,250,.97);
	border-radius: 10px; 
}
#dnn_botleftPane {margin:0 13px 0 0;} 
#dnn_botmiddlePane {margin:0 13px;} 
#dnn_botrightPane {margin:0 0 0 13px;}
.menuTitle {
	color: #FFFFFF;
	font-size: 20px;
	border-bottom: 1px dotted #e4e9f0;
	padding: 15px 10px 10px 10px;
	margin-bottom: 24px;
}
#dnn_innerPageSideMenu {
	padding-bottom: 1em;
}
.rightPane {
	background-color: #f9faf4;
}
.hascontent {background-color: #f9faf4;}

/* Content Pane - Home */
/* Removed for Bootstrap
.leftPane {
    float: left;
    width: 630px;
}

.sidebarPane {
    float: right;
    width: 320px;
}
*/

/* Content Pane - 2 columns */
/* Removed for Bootstrap
.twoColRightPane {
    float: right;
    width: 260px;
}

.twoColLeftPane {
    float: left;
    width: 690px;
}

.leftPaneLowerLeft {
    float: left;
    width: 400px;
}

.leftPaneLowerRight {
    float: right;
    width: 260px;
}
    */

/* Content Pane - 3 columns Front Page */
.threeColLeftPane,
.threeColCenterPane,
.threeColRightPane {
    float: left;
    width: 306px;
}
.threeColLeftPane {margin:0 13px 0 0;} 
.threeColCenterPane {margin:0 13px;} 
.threeColRightPane {margin:0 0 0 13px;}

#dnn_centermiddlePane {margin:0 14px;}

/* Content Pane - 3 columns Social */
.threeColSocialLeftPane {
    float: left;
    width: 110px;
}

.threeColSocialCenterPane {
    float: left;
    position: relative;
    width: 560px;
}

.threeColSocialRightPane {
    float: left;
    width: 250px;
}

/* Content Pane - Footer */
#footer {
    /*clear: both;*/
    margin-top: 20px;
}
#copyright {
    height: 50px;
    margin:0;
    padding:0;
    background-color: #eeeeee;
    
}
.copyright-f {
    line-height: 50px;
    color: #555555;
    padding: 0 10px;
}
.ft-link a:link {
    color:#275400;
    text-decoration:underline;
}
.ft-link a:hover {
    color:#88c02c;
    text-decoration: none;
}

/* Removed for Bootstrap

.footerPane {
    float: left;
    width: 136px;
}

    .footerPane,
    .footerPane .Normal {
        color: #808080;
    }

.footerPaneRight {
    float: right;
}
*/

/* Empty Panes */
.DNNEmptyPane {
    width: 0;
    margin: 0;
}

    .DNNEmptyPane.rightTwoCol + div {
        width: 100%;
    }

/* Copyright
    -------------------------------------*/
#copyright {
    font-size: 12px;
    color: #275400;
    margin-bottom: 0px;
}

    #copyright a:link,
    #copyright a:visited {
        font-size: 12px;
        color: #275400;
    }

    #copyright a:hover {
        color: #88c02c;
    }

    #copyright a.DNNMobileLink {
        color: #275400;
        font-weight: bold;
    }

        #copyright a.DNNMobileLink:hover {
            color: #88c02c;
        }

    #copyright .pull-right {
        text-align:right;
    }


/*------------------------------------------------*/
/* GENERIC CLASSES
/*------------------------------------------------*/

.sitemessage {
    background-color: rgba(255,255,255,.9);
    color: #9C654B;
    width:80%;
    padding:20px;
    margin:50px auto;
    text-align: center;
    font-size: 1.4em;
    font-family: Open Sans Condensed, sans-serif;
    text-transform:uppercase;
    line-height: 1.5em;
}

/* Clear-fix for floated elements 
    -------------------------------------*/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

/*------------------------------------------------*/
/* HOMEPAGE */
/*------------------------------------------------*/

/* Welcome Message*/

/* Footer 
    -------------------------------------*/
ul.footerlinks {
    margin: 0;
}

.footerlinks li {
    list-style: none;
    margin-bottom: 8px;
}

    .footerlinks li a:link,
    .footerlinks li a:visited {
        color: #808080;
    }

    .footerlinks li a:hover {
        color: #D00;
    }

ul.footerConnect {
    margin: 0px;
}

    ul.footerConnect li {
        display: inline-block;
        list-style-type: none;
        margin-right: 10px;
    }

/*------------------------------------------------*/
/* ABOUT US */
/*------------------------------------------------*/

/*------------------------------------------------*/
/* CONTACT US */
/*------------------------------------------------*/

.form-2-col {
    width:100%;
}
.form-group-a,
.form-group-b {
    width: 50%;
    float:left;
    font-size: 1.1em;
    font-weight:bold;
}
.form-group-a textarea,
.form-group-a input,
.form-group-b input {
    width:90%;
    border:1px solid #781011;
    border-radius: 4px;
}
.float-left {float:left;}
.dnnForm .form-2-col input.dnnFormRequired {
    border-left:1px solid #781011!important;
}

/* One Column Form
-------------------------------------*/
.form_oneCol label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.form_oneCol input, .form_oneCol textarea {
    width: 94%;
}

/* Dealer Form 
    -------------------------------------*/
.form_dealer input {
    width: 200px;
    margin-bottom: 5px;
}

/*------------------------------------------------*/
/* Slide jquery
/*------------------------------------------------*/
#container {
    position: relative;
    z-index: 0;
    width: 980px;
    padding: 0px;
    margin: 0 auto;
}

#example {
    position: relative;
    width: 980px;
    height: 380px;
}

/* Slide -*/
#slides {
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 0px;
}

.slides_container {
    display: none;
    position: relative;
    width: 980px;
    overflow: hidden;
}

    .slides_container a {
        display: block;
        width: 980px;
        height: 380px;
    }

        .slides_container a img {
            display: block;
        }

/* Next/Prev buttons 
    -------------------------------------*/
#slides .next, #slides .prev {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 9px;
    left: 12px;
    padding: 0;
    z-index: 12;
}

#slides .prev {
    background: transparent url('images/left-arrow.png') center center no-repeat;
}

#slides .next {
    left: 96px;
    background: transparent url('images/right-arrow.png') center center no-repeat;
}

/* Page link -*/
.pagination_wrap {
    display: inline-block;
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
    width: 128px;
    height: 40px;
    opacity: 0.8;
    background-color: #222;
}

.pagination {
    position: absolute;
    z-index: 11;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 15px 40px;
}

    .pagination li {
        float: left;
        margin: 0 3px;
        list-style: none;
    }

        .pagination li a {
            float: left;
            display: block;
            width: 9px;
            height: 0;
            padding-top: 8px;
            background-image: url(images/pagination.png);
            background-position: 0 0;
            overflow: hidden;
        }

        .pagination li.current a {
            background-position: 0 -9px;
        }


/* ****** BOOTSTRAP OVERRIDES ******* */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a{background-image:none!important; outline:none!important;}

/* remove min-height from bootstrap */
.row-fluid [class*='span']:not([class*='dnnSortable']) {
    min-height:0 !important;
}

/* Navbar */


/* Logo */
.brand.hidden-desktop {max-width:60%;}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {box-shadow:none!important; background-color:transparent!important; outline:none!important;}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {background-color:transparent!important; color:#D00!important; outline:none!important;}

.dropdown, .dropdown a {outline:none!important;}

.carousel-inner > a > img{max-width:100%!important;height:auto!important; width:100%!important;}
.carousel-inner img{max-width:100%!important;height:auto!important; width:100%!important;}
.carousel-control{top:auto!important; bottom:5%;}

.ControlContainer{width:940px!important;}

/* Special Text */
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert-danger {
	border-color: #900;
	color: #900;
	background-color: #f2dede;
}

/* Form and List */
.UDT_Table {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #fff;
}
.FormsLinks .UDT_Table {
	border: 1px solid #95a5a6;
	border-radius: 0;
	margin: 0;
}
.UDT_Table tr td {
	border-top: 1px solid #ddd;
	padding: 15px 15px;
}
.UDT_Table tr:first-child td {
	border: 0;
}
.UDT_Table tr td:last-child {
	text-align: right;
}
.UDT_Table a {
	font-size: 13px;
}
.UDT_Table a:hover {
	color: #72c02c;
	text-decoration: none
}
.UDT_Table a.largeLink {
	font-size: larger;
}
.UDT_Table .datemodify {
	font-size: 11px;
	opacity: .8;
}
.UDT_Table .subtext {
	font-size: 13px;
}
.UDT_Table .UDT_Footer {
	height: 24px;
	color: rgba(0,0,0,.5);
	border: 0;
	border-top: 1px solid #ddd;
	background-color: #f5f5f5;
}
.UDT_Bio tr td {
	padding: 10px
}
.UDT_Bio tr td:last-child {
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #ddd;	
}
.UDT_Bio .BioName {
	font-weight: bold;
}
.UDT_Bio TD.noImage {
	border-top: 1px solid #ddd !important;
	border-left: 0 !important;
	border: 0;
}
.UDT_Bio .BioImage {
	width: 175px;
	max-width: 175px;
	border-bottom: 10px solid transparent;
}
.UDT_Div {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.65;
}
.FormsLinks UL {
	border: 1px solid #95a5a6;
	background-color: #fff;
}
.FormsLinks li {
	border-top: 1px solid #ddd;
	padding: 10px 15px;
}
.FormsLinks li:first-child {
	border-top: 0;
}
.FormsLinks li:last-child {
	border-bottom: 0;
}
.badge {
	display:inline-block;
	min-width:10px;
	font-size:12px;
	font-weight:700;
	line-height:1;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	background-color:#777;
	background-image: url("images/PDF-Icon-white.png");
	background-position: center right 7px;
	background-repeat: no-repeat;
	border-radius:10px;
	padding: 4px 25px 4px 7px;
	float: right;
}
/*  R7.Documents  */
.r7-docs thead {
	display: none;
}
.r7-docs TR {
	display: block;
	position: relative;
	padding: 0 0 10px 0;
	border-top: 1px solid #ddd;
}
.r7-docs TD {
	margin: 0;
}
.r7-docs td.title-cell {
	z-index: 300;
	font-size: 13px;
	padding: 10px 0 0 15px;
	white-space: normal;
	overflow-wrap: normal;
}
.r7-docs TD.ModifiedDateCell {
	display:block;
	position: relative;
	left:15px;
	padding: 0;
	font-size: 11px;
	opacity: .8;
	text-align: left;
	z-index: 100;
}
.r7-docs td.size-cell {
	display:block;
	position: absolute;
	top: 10px;
	right:15px;
	font-size:12px;
	font-weight:700;
	line-height:1;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	background-color:#777;
	background-image: url("images/PDF-Icon.png");
	background-position: center right 7px;
	background-repeat: no-repeat;
	border-radius:10px;
	padding: 4px 25px 4px 7px;
	float: right;
}
.r7-docs .dnnGridItem, .r7-docs .dnnGridItem:hover, .r7-docs .dnnGridAltItem, .r7-docs .dnnGridAltItem:hover {
	background-color: transparent;
}
#dnn_ctr1455_ViewDocuments_grdDocuments tr {
	display: none;
}
#dnn_ctr1455_ViewDocuments_grdDocuments tr:nth-child(-n+3){
    display:block; 
}

/* Media Queries */
/* Large desktop */
@media (min-width: 1200px) {
    select.status-options{display:none;}
    .ControlContainer{width:1170px!important;}
}
/* Portrait tablet to landscape and larger */
@media (min-width:768px){
    .carousel-control{ top:inherit; bottom:10px; height:20px; width:20px; border:none; border-radius:0; z-index:6; background-position:center center; background-repeat:no-repeat; background-color:transparent;}
    .carousel-indicators{ background:rgba(34, 34, 34,0.7); top:auto; bottom:0; padding:15px 35px 15px 30px; right:0; width:63px;}
    .carousel-indicators li{margin-bottom:0;}
    .carousel-control.right{ background-image:url(images/right-arrow.png); text-indent:-9999px; right:10px;}
    .carousel-control.left{ background-image:url(images/left-arrow.png); text-indent:-9999px; right:95px; left:auto;}

}
 
/* Portrait tablet to landscape and smaller */
@media (max-width: 979px) {
    /*.nav-collapse, .nav{width:100%;}
    .nav li {padding:0!important; min-height:30px!important; height:auto;}
    .nav-collapse .dropdown-menu { margin:0 0 0 4%!important; width:95%!important;}
    .nav-collapse .nav > li a,
    .nav-collapse .dropdown-menu a{padding:0 0 0 5px!important;line-height:30px!important; height:30px!important; border:1px solid #eee!important; margin-bottom:3px;}
    .nav-collapse .dropdown.open > a{background-color:#eee!important;}
    .nav > li > ul {position:relative!important; width:100%!important;}
    .nav{width:100%;}
    img {max-width:100%;}*/
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1024px) {
    #Body{margin:0; padding:0;}
    #siteHeadouter > .container{ width:88%!important; padding-left:2%; padding-right:2%;}
    #contentWrapper > .container{ width:92%!important; padding-left:0; padding-right:0;}
    .content_products ul li {width: 47.5%;}
    select.status-options{display:none;}
    .content_adstyleOne{ width:100%!important; max-width:100%;}
    .content_adstyleOne img{ width:103%!important; max-width:103%;}
    .content_adstyleOne .adContent {
        bottom: 0;
        right: -3%;
    }
    .content_adstyleOne,
    .content_adstyleTwo{
        margin-bottom:15px;
    }
    .searchInputContainer {width:650px;}
    #dnn_dnnSearch_ClassicSearch {width:700px; margin: 10px auto;}
    #siteHeadinner {
        padding: 0;
	    background-color: rgba(255,255,255,.6);
	    min-height:87px;
    }
    #navdttg {
	    text-transform: uppercase;
        margin:0;
        width: 100%;
    }
    .nav-pills {
        display: inline-block;
        width: 100%;
        float: right !important;
        clear:right!important;
    }
    .dropdown {
        display:inline-block;
        width: 100%;
        clear: both;
        border-bottom: 1px solid #ffffff;
    }
    .leftPane {
        display: none;
    }
    .randomImage {
        display: none !important;
    }
    #siteHeadouter > .container .row-fluid,
    #contentWrapper > .container .row-fluid {
        width:100%!important;
    }
    #contentWrapper > .container .span9 {
        width:100%!important;
        margin:0!important;
    }
    #dnn_botleftPane,
    #dnn_botmiddlePane,
    #dnn_botrightPane {
        min-width:350px;
    }
    #dnn_botmiddlePane {margin:13px 0 0 0;}
    #dnn_botrightPane {
        clear:left;
        margin:13px 0 0 0;
    }
    .rightPane{
        margin: 0 auto;
    } 
    .menutop{width:94%;}

    .nav li ul li ul {
		display:block !important;
		overflow: auto;
		border-left: 1px solid #ddd;
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    #Body{margin:0; padding:0;}
    #siteHeadouter > .container,
    #contentWrapper > .container{ width:90%; padding-left:5%; padding-right:5%;}
    .content_products ul { margin: 0 -2%; }
    .content_products ul li {width: 45.5%; margin:0 2% 45px;}
    .adContent {padding-top:5px;}
    .adContent h2{font-size:18px;}
    .carousel-control{
        top:auto !important;
        bottom:20% !important;
    }
    .content_adstyleOne{ width:100%!important; max-width:100%;}
    .content_adstyleOne img{ width:100%!important; max-width:100%;}
    .content_adstyleOne .adContent {
        bottom: 0;
        right: 0%;
    }
    #siteHeadinner {
        padding: 0;
	    background-color: rgba(255,255,255,.6);
	    min-height:70px;
    }
    #navdttg {
	    text-transform: uppercase;
        margin:0;
        width:340px!important;
    }
    .nav-pills {
        display: inline-block;
        float: right !important;
    }
    .dropdown {
        display:inline-block;
        width: 100%;
        clear: both;
    }
    .containeraccent {clear:both;}
    .leftPane{display: none;}
    .randomImage {
        display: none !important;
    }
    .rightPane {width:100%!important;}
    .menutop{width:94%;}

    .nav li ul li ul {
		display:block !important;
		max-width: 280px!important;
		overflow: auto;
		border-left: 1px solid #ddd;
	}
}
/* Landscape phones and down */
@media (max-width: 480px) {
    #Body{margin:0; padding:0;}
    .content_products ul li {width: 98%;}
    .LoginPanel{width:90%!important;}

    /* DNN Social */
    .moduleSearch{width:inherit; float:none; padding-right:20px;}
        .moduleSearch input{ width:100%!important; margin-bottom:10px!important;}
        .moduleSearch > input[type="text"] + a { float:left; width:auto;}
    div.blog-list-title{width:inherit;}
    div[class*="status-container"]{padding:0 20px;}
    .link-wrap{display:none;}
    select.status-options{margin:20px 0;width:100%;}
    table.idea-list-table tbody td{padding:10px 5px!important;}
        .idea-list-vote-panel{width:auto;}
        .dnnSocialLink span{line-height:1; font-size:inherit;}
        .answer-list-tbl-container {padding:0;}
        table.answer-list-table td{padding-left:5px;}
        .status-expanded-container .profile-topContainer > .dnnRight > ul.profile-statistics > li {width:33%;}
        .status-expanded-container .profile-topContainer > .dnnRight > ul.profile-statistics{ width:200px;}
        .dnnSocialLink .profile-link {margin-top:50px;}
    #navdttg {
	    text-transform: uppercase;
        margin:0;
    }
    .leftPane{display: none;}
    .span9 {width:100%;}
}
/*------- end @ ------*/

#siteHeadinner {
    padding: 0;
	background-color: rgba(255,255,255,.6);
	min-height:50px;
}

.nav {
    position: relative;
z-index: 1!important;
}

/* Container styles */

.DNNContainer_Title_h2 h2 .TitleH2 {
	display: block;
	margin-bottom: 25px;
}

.DNNContainer_Title_h3 h3 .TitleH3 {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: solid 1px #c0c0c0;
}

.DNNContainer_Title_h4 h4 .TitleH4 {
	display: block;
	margin-bottom: 25px;
} 
.copyright-container{
	margin-bottom: 0px;
	text-align: center;
	background: url('images/copyright-background.png') no-repeat center center;
}
.copyright-container a{
	color: #fff;
	font-family: Arial;
	font-size: 14px;
	background: url('Images/icon-btn-sm-circle-arrow.png') no-repeat right 12px center;
	background-color: #aaaaaa;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	margin: 0 12px;
	padding: 9px 36px 9px 16px;
}
.copyright-container a:hover{
	background-color: #666666;
}
.copyright-container > span.split{
	border-bottom: 1px solid #d9d9d9;
	display: inline-block;
	width: 20px;
	height: 0px;
	overflow: hidden;
	padding-top: 9px;
	vertical-align: top;
}