/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}




* {margin:0;padding:0}
body {background: url("../img/bg.png") repeat scroll 0 0 #9edafe;
color: #575757;
font-family: arial,sans-serif,Helvetica;
font-size: 14px;
line-height: 18px; }
a {text-decoration:none;color:#000}
a:hover {text-decoration:none}
h1, h2, h3, h4, h5, h6 {font-weight:normal;margin-bottom:15px;}
img {border:none;max-width:100%;display:block}
/*input[type=text], textarea {border:1px solid #433c3c;padding:10px}
input[type=submit] {border:none;padding:5px 15px;background:#444;color:#fff;}
*/ul, ol {margin:15px;margin-right:0}
li {text-decoration:none;list-style:none}
/* remove border around all input elements */
input:focus {outline: none;}
/* remove border around all textarea elements */
textarea:focus {outline: none;}
/* remove border around all select elements */
select:focus {outline: none;}
/* remove border around all input,textarea and select elements */
input:focus, textarea:focus, select:focus {outline: none;}
/* remove border around all elements */
:focus {outline: none;}
::-webkit-input-placeholder {
color: #000;}
:-moz-placeholder { /* Firefox 18- */
color: #000;}
::-moz-placeholder {  /* Firefox 19+ */
color: #000; }
:-ms-input-placeholder {  
color: #000;  }
/* input_Focus_Animation */


.fix {overflow:hidden}
.alignleft {float:left;margin-right:10px}
.alignright {float:right;margin-left:10px}
.aligncenter {display:block;margin:0 auto}
.floatleft {float:left}
.floatright {float:right}
.main_column {width:1000px;display:block;margin:0px auto;transition: all 0.9s ease 0s;-moz-transition: all 0.9s ease 0s;-webkit-transition: all 0.9s ease 0s;-o-transition: all 0.9s ease 0s;}

.main_column {
background: none repeat scroll 0 0 #fff;
box-shadow: 0 0 6px 2px;
margin-bottom: 40px;
margin-top: 40px;
}
.header_area{border-bottom: 6px solid #e75d02;transition: all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s;-webkit-transition: all 0.5s ease 0s;-o-transition: all 0.5s ease 0s;}
.logo_area{}
.logo_area img{margin: 10px;}
.donate_area:hover{background:#0F318C}
.donate_area{background: none repeat scroll 0 0 #ec6701;
border-radius: 6px;
box-shadow: 0 0 3px 1px;
margin: 30px 48px 30px 30px;
padding: 10px 15px;
text-align: center;}
.donate_area li a{color: #fff;
display: block;
font-family: helvetica;
font-size: 23px;
font-weight: bold;
line-height: 24px;
list-style: none outside none;
text-decoration: none;
text-transform: uppercase;}
.banner_area{border-bottom: 6px solid#E5E5E5;}
.left_banner{border-right: 3px solid #fff;
border-top: 2px solid #fff;
width: 47%;}
.right_banner{width: 53%;}
.banner_top{border-right: 3px solid #fff;}
.banner_top img{}
.promo img{width: 221px;
height: 186px;}
.promo2{}
.promo2 img{border-top: 3px solid #fff;
width: 274px;
height: 188px;}
.main_containt{padding:25px}
.left_containt{margin-right: 15px;
width: 670px;}
.article{float: left;
margin-right: 20px;
margin-top: 5px;
width: 290px;}
.article p{color: #757575;
font-size: 15px;
letter-spacing: 1px;
margin-bottom: 20px;
line-height: 19px;}
.map{}
.map img{border: 1px solid #ccc;
border-radius: 4px;
box-shadow: 1px 1px 2px 0;
margin-bottom: 5px;
margin-left: 6px;
margin-top: 5px;
padding: 2px;}
.right_sidebar{margin-top: 4px;
width: 265px;}
.right_sidebar h5{font-size:16px;color:575757;text-align:center}
.sign_up{background: url("../img/button_bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
border-radius: 3px;
display: block;
padding: 18px 15px 15px;}
.sign_up li a{background: url("../img/button_icon.png") no-repeat scroll left top rgba(0, 0, 0, 0);
color: #fff;
display: block;
font-family: helvetica;
font-size: 24px;
font-weight: bold;
list-style: none outside none;
padding-bottom: 15px;
padding-left: 60px;
padding-top: 10px;
text-align: center;
text-decoration: none;
text-transform: uppercase;}
.sign_up li a:hover{color:#000}
.subscribe_area{border: 1px solid #ccc;
border-radius: 5px;
box-shadow: 0 2px 2px 1px;
margin: 5px;
padding: 16px 10px;}
.subscribe_area h1{border-bottom: 1px solid #ccc;
color: #00498f;
font-family: helvetica;
font-size: 18px;
font-weight: 700;
padding-bottom: 8px;
text-align: center;
text-transform: uppercase;}
.sub_title{}
.sub_title img{display: block;
float: left;
margin-right: 8px}
.sub_title p{font-style:italic;font-size:11px;color:#6d6d6d}
.press_input{}
.press_input input[type="text"]{
border: 1px solid #ddd;
border-radius: 5px;
padding: 6px;
width: 100%;
color: #000;
}
.checkbox_item {float: left;
width: 120px;}
.checkbox_item  p{margin-left: 22px;
font-size: 14px;}
.checkbox_item input[type="checkbox"], input[type="radio"] {
box-sizing: border-box;
margin: 3px 0 0 2px;
padding: 0;
}
.checkbox{ margin-bottom: 0px;}
.checkbox .button{background: none repeat scroll 0 0 #00498f;
color: #fff;
display: block;
float: right;
padding: 5px 18px;
border-radius: 5px; border:0px}
.checkbox .button:hover{background:#399C05}
.hotline{border: 1px solid #ddd;
border-radius: 3px;
box-shadow: 1px 1px 2px 0;
margin: 15px 6px 6px;
padding-left: 15px;
padding-right: 17px;
padding-top: 12px;}
.hotline p{}
.hotline span{color:#00498f}
.hotline span a{color:#00498f}
.footer_top{padding-left: 25px;
padding-right: 25px;
background: #EFEFEF;padding-top:15px;padding-top:15px}
.footer_left h4{font-size: 14px;
font-weight: bold;
text-transform: uppercase;}
.footer_left {border-right: 1px solid #ccc;
margin-bottom: 10px;
margin-right: 15px;
width: 490px;}
.footer_left p{margin: 0px 10px 0 0;
line-height: 20px;}
.footer_left li a{color:#00498f;text-decoration:none;margin-bottom:10px}
.footer_right{width: 445px;}
.footer_right img{float: left;
margin-top: 22px;}
.custom  img{float: right;
margin-top: 30px;}
.footer_right p{float: left;
font-size: 10px;
margin-top: 45px;}
.footer_bottom{background: #00498F;
padding: 12px;}
.footer_bottom p{color: #fff;
text-align: center;}
.hid{display:none;}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}




