#center {
    margin: 0 auto;
}

body {
    margin: 0;
    background: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #636363;
}

.clear {
    clear: both;
}

.date {
}

img {
    border: none;
}

.imgLeft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.imgRight {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

#topBanner {
    clear: both;
    border-top: 1px solid #e5e5e5;
    border-bottom: 2px solid #79bae5;
}

#topBannerContent {
    min-height: 98px;
    max-width: 1200px;
    width: 100%;
    margin: 5px auto;
}

#navContent {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

#navigation a {
    /*color: #005288;*/
    text-decoration: none;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

    #navigation a:hover {
        color: #fff;
    }

#navigation ul {
    padding: 0;
    margin: 0;
}

    #navigation ul li:last-child {
        margin-right: 0;
    }

#navContent {
    width: 100%;
    float: left;
    position: relative;
    z-index: 9999;
}

    #navContent ul {
        list-style-type: none;
    }

        #navContent ul li {
            float: left;
            position: relative;
            padding-left: 10px;
            padding-right: 10px;
        }

            #navContent ul li:hover {
                background-color: #005288;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
                color: white;
                  behavior: url(js/PIE.htc);
            }

        #navContent ul ul li:hover {
            background-color: #005288;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            color: white;
              behavior: url(js/PIE.htc);
        }

        #navContent ul ul ul li:hover {
            background-color: #005288;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            color: white;
              behavior: url(js/PIE.htc);
        }

        #navContent ul li a {
            color: #005288;
            padding: 2px 12px;
            line-height: 42px;
            display: block;
            text-decoration: none;
        }

        #navContent ul li:hover > a {
            color: #fff!important;
        }

        #navContent ul ul li:hover a {
            color: #fff;
        }

        #navContent ul li:hover ul li a {
            color: #005288;
        }

        #navContent ul ul li:hover ul li a {
            color: #005288;
        }

        #navContent ul li ul li:hover {
            background-color: #005288;
            border-radius: 0px;
        }

        #navContent ul li a:hover {
            color: #fff;
        }

        #navContent ul li ul li ul li ul {
            margin-left: 0px;
        }

        #navContent ul li ul li {
            float: none;
            position: relative;
            padding-left: 10px;
            padding-right: 10px;
        }

        #navContent ul li ul {
            position: absolute;
            top: 46px;
            left: 0;
            display: none;
            background-color: #fff;
            border: 1px solid #d3d3d3;
        }

        #navContent ul li:hover > ul {
            display: block;
        }

        #navContent ul li ul li a {
            white-space: nowrap;
            line-height: 12px;
            padding: 10px 10px;
            font-size: 14px;
        }

        #navContent ul li ul li ul li ul li a:hover {
            color: #ffffff!important;
        }

        #navContent ul li ul li ul li a:hover {
            color: #ffffff!important;
        }

        #navContent ul li ul li a:hover {
            color: #ffffff!important;
        }

        #navContent ul li ul li ul {
            position: absolute;
            top: 0;
            left: 100%;
            display: none;
            background-color: #fff;
            border: 1px solid #d3d3d3;
            min-width: 150px;
        }

            #navContent ul li ul li ul li ul {
                position: absolute;
                top: 0;
                left: 100%;
                display: none;
                background-color: #fff;
                border: 1px solid #d3d3d3;
                min-width: 150px;
            }



#auxNav {
}

.auxList {
    float: left;
}

#auxNav a {
    color: #5b5b5b;
    text-decoration: none;
}

    #auxNav a:hover {
        color: #79bae5;
    }

#auxNavContent {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

#auxNav ul {
    padding: 0;
}

    #auxNav ul li {
        display: inline;
        margin-right: 15px;
    }

#mainContent {
    max-width: 1200px;
    width: 100%;
    margin: 25px auto;
}

    #mainContent a {
        color: #79bae5;
    }

        #mainContent a:hover {
            color: #2b5173;
        }

    /*#mainContent ul, .blueBar ul {
        margin: 16px;
        padding: 0;
    }*/

        #mainContent ul li, .blueBar ul li {
            margin-bottom: 8px;
        }


    #mainContent h1, #mainContent h6, #callouts h1, #callouts h6 {
        font-size: 26px;
        font-weight: 300; /*text-transform:uppercase;*/
        color: #005288;
        margin-top: 0;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 10px;
        line-height: normal;
    }

    #mainContent h2 {
        font-size: 24px;
        font-weight: 300;
        font-family: 'Roboto', sans-serif; /*text-transform:uppercase;*/
        color: #636363;
        margin-top: 0;
        margin-bottom: 25px;
        line-height: normal;
    }

    #mainContent .spotlight h2 {
        color: #2b2b2b;
    }

    #mainContent h3 {
        font-size: 18px;
        font-weight: normal; /*text-transform:uppercase;*/
        color: #494a4a;
        margin-top: 0;
        line-height: normal;
    }

    #mainContent h4 {
        font-size: 16px;
        font-weight: normal; /*text-transform:uppercase;*/
        color: #494a4a;
        margin-top: 0;
        line-height: normal;
    }

    #mainContent h5 {
        font-size: 14px;
        font-weight: normal; /*text-transform:uppercase;*/
        color: #494a4a;
        margin-top: 0;
        line-height: normal;
    }

#socialMedia {
    margin-top: 10px;
    float: right;
}

    #socialMedia img {
        margin-left: 10px;
    }

.calloutBox {
    text-align: center;
}



.longField {
    max-width: 280px;
    width: 100%;
}

.shortField {
    width: 35%;
    max-width: 100px;
}

.empty {
    background-color: #f8dbdb !important;
    border-color: #e77776 !important;
}

.success {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #646464;
    padding: 10px;
    display: block;
    margin-top: 20px !important;
}


/*-- homepage -- */
#header {
    margin-bottom: 25px;
    line-height: 0!important;
}

    #header img {
        width: 100%;
        max-height: 520px;
        height: auto;
    }

#headerContent {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    max-height: 520px;
    line-height: 0;
    background: url('../images/bannerBottom.jpg') no-repeat bottom;
}

#bannerBottom {
    display: block;
    z-index: 999;
    position: absolute;
    bottom: 0px !important;
    vertical-align: bottom;
    float: left;
}

.blueBar {
    background: url(../images/blueBarBG.jpg) repeat-x #2b5173;
    color: #fff;
}

.blueBarContent {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 13px;
}

.blueBoxTitle {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    height: 41px;
    padding-top: 10px;
    padding-bottom: 25px;
    letter-spacing: -1px;
    display: block;
    letter-spacing: .5px
}

.blueBarImageBorder {
    border: 2px solid #fff;
    box-shadow: 2px 2px 8px #000;
}


/* -- interior -- */
#headerContentInt {
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

#subnav a {
    color: #6f6f6f;
    font-size: 18px;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
}

    #subnav a:hover {
    }

#subnav {
    margin-bottom: 35px;
}

    #subnav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

          #subnav ul li { 
            padding-left: 15px;
        }
        #subnav ul ul {
            padding-left: 0px;
        }

            #subnav ul ul li:first-child {
                margin-top: 10px;
            }

            #subnav ul ul li {
                margin-top: 10px;
            }

    #subnav li {
        margin-bottom: 10px;
        background: url(../images/subnavBullets.jpg) no-repeat 0 3px;
        list-style: none;
    }

    .navactive
    {color:#005288 !important}

.spotlight {
    padding: 35px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 25px 0;
}

.spotlightImage {
    background: url(../images/spotlightImageBG.jpg) no-repeat;
    padding: 5px 35px 25px 20px;
    float: left;
}

.spotlight img {
    padding-left: 7px;
    padding-top: 5px;
}

    .spotlight img.learnMore {
        float: right;
        background: none;
        padding: none;
    }

.greyboxtop {
    background: url(../images/greyboxtop.jpg)no-repeat;
    width: 230px;
    height: 61px;
}

.greyboxmid {
    background: url(../images/greyboxmid.jpg) repeat-y;
    width: 200px;
    padding: 10px 15px 0px 10px;
}

.greyboxbottom {
    background: url(../images/greyboxbottom.jpg) no-repeat;
    width: 230px;
    height: 44px;
}

#headerInt img {
    width: 100%;
    height: auto;
    max-height: 221px;
    min-height: 110px;
}


/* -- footer -- */
#footer {
    background: url(../images/footerContentBG.jpg)no-repeat top center #494949;
    background-size: 100%;
    padding-top: 50px;
}

#footerLeft {
    color: #999999;
}

#footerContent {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 250px;
}

#footer ul {
    margin: 0;
    padding: 0;
}

#footer li {
    display: inline;
    margin-right: 25px;
}

#footer a {
}


.RadSiteMap .rsmItem .rsmLink {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    text-transform: none!important;
}

#footer a:hover {
    color: #fff;
}

#copyright {
    font-size: 12px !important;
    color: #8a8a8a;
    margin-top: 50px;
    position: relative;
}

    #copyright a {
        font-size: 12px !important;
        color: #8a8a8a;
    }

        #copyright a:hover {
            color: #fff;
        }

.footer-links a {
    color: #8a8a8a;
}

    .footer-links a:hover {
        color: #009900;
    }

.contact {
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

/* ---- END ALL DEVICES ---- */


/* ---- DESKTOP ---- */
@media screen and (min-width: 769px) {
    /* -- general -- */
    #topBanner {
        min-height: 108px;
    }

    #navigation {
        background: url(../images/navBG.jpg);
        height: 27px;
        padding-top: 24px;
        float: right;
    }

    #logo {
        width: 308px;
        height: 97px;
        float: left;
    }

    #auxNav {
    }

    #searchContainer {
        width: 165px;
        float: right;
        margin-right: 10px;
        padding-top: 10px;
        clear: right;
    }

    .search {
        width: 129px;
        float: left;
    }

    .searchBar {
        width: 105px;
        height: 14px;
        background-image: url(../images/searchbg.jpg);
        background-repeat: repeat-x;
        border-width: 0;
        border-style: none;
        font-size: 10px;
        float: left;
        margin-top: 3px;
        padding-left: 5px;
        color: #666666;
    }

    .goButton {
        color: #fdc14a !Important;
        width: 25px;
        margin-left: 5px;
        float: left;
        text-decoration: none;
    }

    /* -- homepage -- */
    #header {
        background: url(../images/headerbg.jpg);
    }

    #callouts {
        width: 100%;
        max-width: 1200px;
        margin: 25px auto;
    }

    .calloutBox {
        float: left;
        width: 24%;
        margin-right: 1%;
    }


    /* -- interior -- */
    #headerInt {
        width: 100%;
        max-height: 221px;
        margin: 0 auto;
    }

    #leftColumn {
        width: 20%;
        max-width: 230px;
        min-width: 200px;
        float: left;
        padding-right: 20px;
        margin-right: 20px;
        margin-left: 20px;
        border-right: 1px solid #d9d9d9;
    }

    #rightColumn {
        float: left;
        max-width: 900px;
        width: 75%;
    }

    #subnav {
    }

    .headerInteriorTextLeft {
        position: absolute;
        margin-top: -12%;
        color: #fff;
		text-shadow: 1px 1px 3px black;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 48px;
    }


    /* -- footer -- */
    #footer {
        padding-top: 50px;
    }

    #footerLeft {
        width: 95%;
        max-width: 1200px;
        float: left;
        padding-top: 65px;
    }

}
/* ---- END DESKTOP ---- */






/* ---- TABLET ---- */
@media screen and (min-width: 481px) and (max-width: 768px) {
    /* -- general -- */
    #topBanner {
    }

    #navigation {
        background: url(../images/navBG.jpg);
        height: 27px;
        padding-top: 10px;
    }

    #logo {
        width: 308px;
        height: 97px;
        float: left;
    }
	
	.headerShadow {
		display:none;
	}

    #auxNav {
    }

    #searchContainer {
        width: 165px;
        float: right;
        margin-right: 10px;
        padding-top: 10px;
        clear: right;
    }

    .search {
        width: 129px;
        float: left;
    }

    .searchBar {
        width: 105px;
        height: 14px;
        background-image: url(../images/searchbg.jpg);
        background-repeat: repeat-x;
        border-width: 0;
        border-style: none;
        font-size: 10px;
        float: left;
        margin-top: 3px;
        padding-left: 5px;
        color: #666666;
    }

    .goButton {
        color: #fdc14a !Important;
        width: 25px;
        margin-left: 5px;
        float: left;
        text-decoration: none;
    }

    /* -- homepage -- */
    #header {
        background: url(../images/headerbg.jpg);
    }

        #header #callouts {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
        }

    .calloutBox {
        float: left;
        width: 100%;
    }

    /* -- interior -- */
    #headerInt {
        width: 100%;
        max-width: 1200px;
        max-height: 139px;
        margin: 0 auto;
    }

    #leftColumn {
        width: 20%;
        display: table-footer-group;
        margin-right: 20px;
        padding-right: 20px;
        border-top: 1px solid #d9d9d9;
    }

    #rightColumn {
        display: table-header-group;
        width: 80%;
        max-width: 650px;
    }

    #subnav {
    }

    .headerInteriorTextLeft {
        position: absolute;
        margin-top: -12%;
        color: #fff;
		text-shadow: 1px 1px 3px black;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 36px;
    }

    /* -- footer -- */
    #footer {
        padding-top: 100px;
    }

    #footerLeft {
        width: 100%;
        float: left;
    }

}
/* ---- END TABLET ---- */





/* ---- MOBILE ---- */
@media screen and (min-width: 0px) and (max-width: 480px) {
    /* -- general -- */
    #topBanner {
    }

    #navigation {
        background: url(../images/navBG.jpg);
        height: 27px;
        padding-top: 10px;
    }

    #logo {
        width: 308px;
        height: 97px;
        float: left;
    }
	
	.headerShadow {
		display:none;
	}

    #searchContainer {
        width: 165px;
        float: right;
        margin-right: 10px;
        padding-top: 10px;
        clear: right;
    }

    .search {
        width: 129px;
        float: left;
    }

    .searchBar {
        width: 105px;
        height: 14px;
        background-image: url(../images/searchbg.jpg);
        background-repeat: repeat-x;
        border-width: 0;
        border-style: none;
        font-size: 10px;
        float: left;
        margin-top: 3px;
        padding-left: 5px;
        color: #666666;
    }

    .goButton {
        color: #fdc14a !Important;
        width: 25px;
        margin-left: 5px;
        float: left;
        text-decoration: none;
    }

    /* -- homepage -- */
    #header {
        background: url(../images/headerbg.jpg);
    }

    #callouts {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .calloutBox {
        float: left;
        width: 100%;
    }

    /* -- interior -- */
    #headerInt {
        width: 100%;
        max-width: 1200px;
        max-height: 139px;
        margin: 0 auto;
    }

    #leftColumn {
        width: 20%;
        display: table-footer-group;
        margin-right: 20px;
        padding-right: 20px;
        border-top: 1px solid #d9d9d9;
    }

    #rightColumn {
        display: table-header-group;
        width: 80%;
        max-width: 650px;
    }

    #subnav {
    }

    .headerInteriorTextLeft {
        position: absolute;
        margin-top: -80px;
        color: #fff;
		text-shadow: 1px 1px 3px black;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 36px;
    }


    /* -- footer -- */
    #footer {
        padding-top: 50px;
    }

    #footerLeft {
        width: 100%;
        float: left;
    }

}
/* ---- END MOBILE ---- */


img.a {
    position: absolute;
    left: 50%;
    margin-left: -66px;
    top: 0;
    z-index: 10;
}

img.b {
    position: absolute;
    left: 50%;
    margin-left: -66px;
    top: 0;
}


div.fadehoverCallouts {
    position: relative;
    height: 125px;
    width: 100%;
}


/*-- button styles --*/

.btn {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding: 12px 30px;
    margin-bottom: 0;
    line-height: 20px;
    *line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #fff !important;
    text-decoration: none;
    /*text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);*/
    background-color: #005288;
    /*background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
    *background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    /*border: 1px solid #bbbbbb;*/
    /**border: 0;*/
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(js/PIE.htc);
    /*-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);*/
    -o-transition: color .2s ease-out, background .2s ease-in;
    -ms-transition: color .2s ease-out, background .2s ease-in;
    -moz-transition: color .2s ease-out, background .2s ease-in;
    -webkit-transition: color .2s ease-out, background .2s ease-in;
    /* ...and now override with proper CSS property */
    transition: color .2s ease-out, background .2s ease-in;
}

    .btn:hover {
        color: #fff;
        background-color: #494949;
        *background-color: #494949;
    }

    .btn:active,
    .btn.active {
        background-color: #cccccc \9;
    }

    .btn:first-child {
        *margin-left: 0;
    }

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn.active,
    .btn:active {
        background-color: #e6e6e6;
        background-color: #d9d9d9 \9;
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .btn.disabled,
    .btn[disabled] {
        cursor: default;
        background-color: #e6e6e6;
        background-image: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.btn-large {
    padding: 9px 14px;
    font-size: 16px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .btn-large [class^="icon-"] {
        margin-top: 2px;
    }

.btn-small {
    padding: 3px 9px;
    font-size: 12px;
    line-height: 18px;
}

    .btn-small [class^="icon-"] {
        margin-top: 0;
    }

.btn-mini {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 17px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}

.btn {
    border-color: #c5c5c5;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0176b1;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #0087cc, #0172ac);
}




    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.disabled,
    .btn-primary[disabled] {
        color: #ffffff;
        background-color: #0172ac;
        *background-color: #0172ac;
    }

    .btn-primary:active,
    .btn-primary.active {
        background-color: #0172ac \9;
    }



.btn-footer {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-repeat: repeat-x;
    border: 1px solid #0067ac;
    height: 30px;
    padding: 5px 14px;
    max-width: 60px;
    width: 100% !important;
    margin: 0px;
}

    .btn-footer:hover,
    .btn-footer:active,
    .btn-footer.active,
    .btn-footer.disabled,
    .btn-footer[disabled] {
        color: #fff;
        background-color: #006fbb;
        *background-color: #006fbb;
    }


    .btn-footer:active,
    .btn-footer:active {
        background-color: #fff \9;
        or: #c67605 \9;
    }


.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-image: linear-gradient(to bottom, #fbb450, #f89406);
    border-left-color: #f89406;
    border-right-color: #f89406;
    border-top-color: #f89406;
    border-bottom-color: #ad6704;
}

    .btn-warning:hover,
    .btn-warning:active,
    .btn-warning.active,
    .btn-warning.disabled,
    .btn-warning[disabled] {
        color: #ffffff;
        background-color: #f89406;
        *background-color: #df8505;
    }

    .btn-warning:active,
    .btn-warning.active {
        background-color: #c67605 \9;
    }


.b.b.b.bnger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    border-left-color: #bd362f;
    border-right-color: #bd362f;
    border-top-color: #bd362f;
    border-bottom-color: #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    color: #ffffff;
    background-color: #bd362f;
    *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
    background-color: #942a25 \9;
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-image: linear-gradient(to bottom, #62c462, #51a351);
    border-left-color: #51a351;
    border-right-color: #51a351;
    border-top-color: #51a351;
    border-bottom-color: #387038;
}

    .btn-success:hover,
    .btn-success:active,
    .btn-success.active,
    .btn-success.disabled,
    .btn-success[disabled] {
        color: #ffffff;
        background-color: #51a351;
        *background-color: #499249;
    }

    .btn-success:active,
    .btn-success.active {
        background-color: #408140 \9;
    }

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    border-left-color: #2f96b4;
    border-right-color: #2f96b4;
    border-top-color: #2f96b4;
    border-bottom-color: #1f6377;
}

    .btn-info:hover,
    .btn-info:active,
    .btn-info.active,
    .btn-info.disabled,
    .btn-info[disabled] {
        color: #ffffff;
        background-color: #2f96b4;
        *background-color: #2a85a0;
    }

    .btn-info:active,
    .btn-info.active {
        background-color: #24748c \9;
    }

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-image: linear-gradient(to bottom, #444444, #222222);
    border-left-color: #222222;
    border-right-color: #222222;
    border-top-color: #222222;
    border-bottom-color: #000000;
}

    .btn-inverse:hover,
    .btn-inverse:active,
    .btn-inverse.active,
    .btn-inverse.disabled,
    .btn-inverse[disabled] {
        color: #ffffff;
        background-color: #222222;
        *background-color: #151515;
    }

    .btn-inverse:active,
    .btn-inverse.active {
        background-color: #080808 \9;
    }

button.btn,
input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

    button.btn::-moz-focus-inner,
    input[type="submit"].btn::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    button.btn.btn-large,
    input[type="submit"].btn.btn-large {
        *padding-top: 7px;
        *padding-bottom: 7px;
    }

    button.btn.btn-small,
    input[type="submit"].btn.btn-small {
        *padding-top: 3px;
        *padding-bottom: 3px;
    }

    button.btn.btn-mini,
    input[type="submit"].btn.btn-mini {
        *padding-top: 1px;
        *padding-bottom: 1px;
    }

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #0088cc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .btn-link:hover {
        color: #005580;
        text-decoration: underline;
        background-color: transparent;
    }

    .btn-link[disabled]:hover {
        color: #333333;
        text-decoration: none;
    }
    .item{padding:5px}

    .item ul {margin-left:0px}
