/*

-------------------------------------------------------------- */
html, body {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}



h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}


blockquote {
    quotes: none;
}



    blockquote:before, blockquote:after {
        content: '';
        content: none;
    }



del {
    text-decoration: line-through;
}



/* tables still need 'cellspacing="0"' in the markup */



a {
    color: #3a66dd;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #D70000;
    }

    a:link {
        text-decoration: none;
        color: #D70000;
    }

    a:visited {
        text-decoration: none;
        color: #D70000;
    }








/* =Layout



-------------------------------------------------------------- */







/*



LAYOUT: Two columns



DESCRIPTION: Two-column fixed layout with one sidebar right of content



*/







#container {
    margin: 0 auto;
    padding: 0;
    width: 980px;
    min-height: 460px;
}


#content {
    margin: 0 280px 0 20px;
}



#primary,
#secondary {
    float: right;
    overflow: hidden;
    width: 220px;
}



#secondary {
    clear: right;
}



#footer {
    clear: both;
    width: 100%;
}







/*



LAYOUT: One column, no sidebar



DESCRIPTION: One centered column with no sidebar



*/







.one-column #content {
    margin: 0 auto;
    width: 640px;
}







/*



LAYOUT: Full width, no sidebar



DESCRIPTION: Full width content with no sidebar; used for attachment pages



*/







.single-attachment #content {
    margin: 0 auto;
    width: 900px;
}


/* The main theme structure */



#access .menu-header,
div.menu,
#colophon,
#branding,
#main {
    margin: 0 auto;
    width: 945px;
}



#wrapper {
    width: 100%;
}


/* Structure the footer area */



#footer-widget-area {
    overflow: hidden;
}



    #footer-widget-area .widget-area {
        float: left;
        margin-right: 20px;
        width: 220px;
    }



    #footer-widget-area #fourth {
        margin-right: 0;
    }



#site-info {
    float: left;
    font-size: 14px;
    font-weight: bold;
    width: 700px;
}



#site-generator {
    float: right;
    width: 220px;
}











/* =Global Elements



-------------------------------------------------------------- */







/* Main global 'theme' and typographic styles */



body {
    background: #FFF url(../images/body-bg7.png);
}







input,
textarea {
    color: #666;
    font-size: 12px;
    line-height: 18px;
}



hr {
    background-color: #e7e7e7;
    border: 0;
    clear: both;
    height: 1px;
    margin-bottom: 18px;
}







/* Text elements */



p {
    margin-bottom: 18px;
}



ul {
    list-style: square;
    margin: 0 0 18px 1.5em;
}



ol {
    list-style: decimal;
    margin: 0 0 18px 1.5em;
}



    ol ol {
        list-style: upper-alpha;
    }



        ol ol ol {
            list-style: lower-roman;
        }



            ol ol ol ol {
                list-style: lower-alpha;
            }



    ul ul,
    ol ol,
    ul ol,
    ol ul {
        margin-bottom: 0;
    }



dl {
    margin: 0 0 24px 0;
}



dt {
    font-weight: bold;
}



dd {
    margin-bottom: 18px;
}



strong {
    font-weight: bold;
}



cite,
em,
i {
    font-style: italic;
}



big {
    font-size: 131.25%;
}



ins {
    background: #ffc;
    text-decoration: none;
}



blockquote {
    font-style: italic;
    padding: 0 3em;
}



    blockquote cite,
    blockquote em,
    blockquote i {
        font-style: normal;
    }



pre {
    background: #f7f7f7;
    color: #222;
    line-height: 18px;
    margin-bottom: 18px;
    overflow: auto;
    padding: 1.5em;
}



abbr,
acronym {
    cursor: help;
}



sup,
sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}



sup {
    bottom: 1ex;
}



sub {
    top: .5ex;
}



/* Text meant only for screen readers */
.screen-reader-text {
    position: absolute;
    left: -9000px;
}


/* =Header



-------------------------------------------------------------- */







#header {
    padding: 30px 0 0 0;
}



#site-title {
    float: left;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 18px 0;
    width: 700px;
}



    #site-title a {
        color: #000;
        font-weight: bold;
        text-decoration: none;
    }



#site-description {
    clear: right;
    float: right;
    font-style: italic;
    margin: 15px 0 18px 0;
    width: 220px;
}







/* This is the custom header image */



#branding img {
    border-top: 4px solid #000;
    border-bottom: 1px solid #000;
    display: block;
    float: left;
}











/* =Menu



-------------------------------------------------------------- */







#access {
    /*background: #000;*/
    display: block;
    /*float: left;*/
    margin: 0 auto;
    /*width: 940px;*/
}



    #access .menu-header,
    div.menu {
        font-size: 13px;
        width: 945px;
        margin: 0 auto;
        padding: 0;
    }



        #access .menu-header ul,
        div.menu ul {
            list-style: none;
            margin: 0;
        }



        #access .menu-header li,
        div.menu li {
            float: left;
            position: relative;
        }



    #access a {
        color: #FFAE00;
        font-size: 15px;
        height: 41px;
        font-weight: bold;
        font-family: Verdana,Geneva,sans-serif;
        display: block;
        line-height: 34px;
        padding: 0 10px;
        text-decoration: none;
    }



    #access ul ul {
        box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
        display: none;
        position: absolute;
        top: 38px;
        left: 0;
        float: left;
        width: 180px;
        z-index: 99999;
    }



        #access ul ul li {
            min-width: 180px;
        }



        #access ul ul ul {
            left: 100%;
            top: 0;
        }



        #access ul ul a {
            background: #333;
            line-height: 1em;
            padding: 10px;
            width: 160px;
            height: auto;
        }



        #access li:hover > a,
        #access ul ul :hover > a {
            background: url(../images/navbghover.jpg) repeat-x;
            color: #FFAE00;
        }



    #access ul li:hover > ul {
        display: block;
    }



    #access ul li.current_page_item > a,
    #access ul li.current-menu-ancestor > a,
    #access ul li.current-menu-item > a,
    #access ul li.current-menu-parent > a {
        color: #FFAE00;
    }



    * html #access ul li.current_page_item a,
    * html #access ul li.current-menu-ancestor a,
    * html #access ul li.current-menu-item a,
    * html #access ul li.current-menu-parent a,
    * html #access ul li a:hover {
        color: #FFAE00;
    }











/* =Content



-------------------------------------------------------------- */







#main {
    /*clear: both;



	overflow: hidden;



	padding: 40px 0 0 0;*/
    width: 100%;
}



#content {
    margin-bottom: 36px;
}



    #content,
    #content input,
    #content textarea {
        color: #333;
        font-size: 16px;
        line-height: 24px;
    }



        #content p,
        #content ul,
        #content ol,
        #content dd,
        #content pre,
        #content hr {
            margin-bottom: 24px;
        }



            #content ul ul,
            #content ol ol,
            #content ul ol,
            #content ol ul {
                margin-bottom: 0;
            }



        #content pre,
        #content kbd,
        #content tt,
        #content var {
            font-size: 15px;
            line-height: 21px;
        }



        #content code {
            font-size: 13px;
        }



        #content dt,
        #content th {
            color: #000;
        }



        #content h1,
        #content h2,
        #content h3,
        #content h4,
        #content h5,
        #content h6 {
            color: #000;
            line-height: 1.5em;
            margin: 0 0 20px 0;
        }



        #content table {
            margin: 0 -1px 24px 0;
            text-align: left;
            width: 100%;
        }



        #content tr th,
        #content thead th {
            color: #888;
            font-size: 12px;
            font-weight: bold;
            line-height: 18px;
            padding: 9px 24px;
        }



        #content tr td {
            padding: 6px 24px;
        }



        #content tr.odd td {
            background: #f2f7fc;
        }



.hentry {
    margin: 0 0 48px 0;
}



.home .sticky {
    background: #f2f7fc;
    border-top: 4px solid #000;
    margin-left: -20px;
    margin-right: -20px;
    padding: 18px 20px;
}



.single .hentry {
    margin: 0 0 36px 0;
}



.page-title {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 36px 0;
}



    .page-title span {
        color: #333;
        font-size: 16px;
        font-style: italic;
        font-weight: normal;
    }



    .page-title a:link,
    .page-title a:visited {
        color: #888;
        text-decoration: none;
    }



    .page-title a:active,
    .page-title a:hover {
        color: #ff4b33;
    }



#content .entry-title {
    color: #000;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0;
}



.entry-title a:link,
.entry-title a:visited {
    color: #000;
    text-decoration: none;
}



.entry-title a:active,
.entry-title a:hover {
    color: #ff4b33;
}



.entry-meta {
    color: #888;
    font-size: 12px;
}



    .entry-meta abbr,
    .entry-utility abbr {
        border: none;
    }



        .entry-meta abbr:hover,
        .entry-utility abbr:hover {
            border-bottom: 1px dotted #666;
        }



.entry-content,
.entry-summary {
    clear: both;
    padding: 12px 0 0 0;
    text-align: justify;
}



#content .entry-summary p:last-child {
    margin-bottom: 12px;
}

.entry-content blockquote.left {
    float: left;
    margin-left: 0;
    margin-right: 24px;
    text-align: right;
    width: 33%;
}



.entry-content blockquote.right {
    float: right;
    margin-left: 24px;
    margin-right: 0;
    text-align: left;
    width: 33%;
}



.page-link {
    clear: both;
    color: #000;
    font-weight: bold;
    margin: 0 0 22px 0;
    word-spacing: 0.5em;
}



    .page-link a:link,
    .page-link a:visited {
        background: #f1f1f1;
        color: #333;
        font-weight: normal;
        padding: 0.5em 0.75em;
        text-decoration: none;
    }



.home .sticky .page-link a {
    background: #d9e8f7;
}



.page-link a:active,
.page-link a:hover {
    color: #ff4b33;
}



body.page .edit-link {
    clear: both;
    display: block;
}



#entry-author-info {
    background: #f2f7fc;
    border-top: 4px solid #000;
    clear: both;
    font-size: 14px;
    line-height: 20px;
    margin: 24px 0;
    overflow: hidden;
    padding: 18px 20px;
}



    #entry-author-info #author-avatar {
        background: #fff;
        border: 1px solid #e7e7e7;
        float: left;
        height: 60px;
        margin: 0 -104px;
        padding: 11px;
    }



    #entry-author-info #author-description {
        float: left;
        margin: 0 0 0 104px;
    }



    #entry-author-info h2 {
        color: #000;
        font-size: 100%;
        font-weight: bold;
        margin-bottom: 0;
    }



.entry-utility {
    clear: both;
    color: #888;
    font-size: 12px;
    line-height: 18px;
}



    .entry-meta a,
    .entry-utility a {
        color: #888;
    }



        .entry-meta a:hover,
        .entry-utility a:hover {
            color: #ff4b33;
        }



#content .video-player {
    padding: 0;
}











/* =Asides



-------------------------------------------------------------- */







.home #content .format-aside p,
.home #content .category-asides p {
    font-size: 10px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 0;
}



.home .hentry.format-aside,
.home .hentry.category-asides {
    padding: 0;
}



.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
    padding-top: 0;
}











/* =Gallery listing



-------------------------------------------------------------- */







.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
    border: 10px solid #f1f1f1;
    margin-bottom: 0;
}



.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
    float: left;
    margin-right: 20px;
    margin-top: -4px;
}



.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
    padding-top: 4px;
}











/* =Attachment pages



-------------------------------------------------------------- */







.attachment .entry-content .entry-caption {
    font-size: 140%;
    margin-top: 24px;
}



.attachment .entry-content .nav-previous a:before {
    content: '\2190\00a0';
}



.attachment .entry-content .nav-next a:after {
    content: '\00a0\2192';
}











/* =Images



-------------------------------------------------------------- */







/*



Resize images to fit the main content area.



- Applies only to images uploaded via WordPress by targeting size-* classes.



- Other images will be left alone. Use "size-auto" class to apply to other images.



*/



img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%; /* When images are too wide for containing element, force them to fit. */
    height: auto; /* Override height to match resized width for correct aspect ratio. */
}



.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}



.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}



.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}



img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}



.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important; /* prevent too-wide images from breaking layout */
    padding: 4px;
    text-align: center;
}



    .wp-caption img {
        margin: 5px 5px 0;
    }



    .wp-caption p.wp-caption-text {
        color: #888;
        font-size: 12px;
        margin: 5px;
    }



.wp-smiley {
    margin: 0;
}



.gallery {
    margin: 0 auto 18px;
}



    .gallery .gallery-item {
        float: left;
        margin-top: 0;
        text-align: center;
        width: 33%;
    }



.gallery-columns-2 .gallery-item {
    width: 50%;
}



.gallery-columns-4 .gallery-item {
    width: 25%;
}



.gallery img {
    border: 2px solid #cfcfcf;
}



.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}



.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}



.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}



.gallery dl {
    margin: 0;
}



.gallery img {
    border: 10px solid #f1f1f1;
}



.gallery br + br {
    display: none;
}



#content .attachment img { /* single attachment images should be centered */
    display: block;
    margin: 0 auto;
}











/* =Navigation



-------------------------------------------------------------- */







.navigation {
    color: #888;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
}



    .navigation a:link,
    .navigation a:visited {
        color: #888;
        text-decoration: none;
    }



    .navigation a:active,
    .navigation a:hover {
        color: #ff4b33;
    }



.nav-previous {
    float: left;
    width: 50%;
}



.nav-next {
    float: right;
    text-align: right;
    width: 50%;
}



#nav-above {
    margin: 0 0 18px 0;
}



#nav-above {
    display: none;
}



.paged #nav-above,
.single #nav-above {
    display: block;
}



#nav-below {
    margin: -18px 0 0 0;
}











/* =Comments



-------------------------------------------------------------- */



#comments {
    clear: both;
}



    #comments .navigation {
        padding: 0 0 18px 0;
    }



h3#comments-title,
h3#reply-title {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}



h3#comments-title {
    padding: 24px 0;
}



.commentlist {
    list-style: none;
    margin: 0;
}



    .commentlist li.comment {
        border-bottom: 1px solid #e7e7e7;
        line-height: 24px;
        margin: 0 0 24px 0;
        padding: 0 0 0 56px;
        position: relative;
    }



    .commentlist li:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }



#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 18px;
}



#comments .comment-body p:last-child {
    margin-bottom: 6px;
}



#comments .comment-body blockquote p:last-child {
    margin-bottom: 24px;
}



.commentlist ol {
    list-style: decimal;
}



.commentlist .avatar {
    position: absolute;
    top: 4px;
    left: 0;
}



.comment-author {
}



    .comment-author cite {
        color: #000;
        font-style: normal;
        font-weight: bold;
    }



    .comment-author .says {
        font-style: italic;
    }



.comment-meta {
    font-size: 12px;
    margin: 0 0 18px 0;
}



    .comment-meta a:link,
    .comment-meta a:visited {
        color: #888;
        text-decoration: none;
    }



    .comment-meta a:active,
    .comment-meta a:hover {
        color: #ff4b33;
    }



.commentlist .even {
}



.commentlist .bypostauthor {
}



.reply {
    font-size: 12px;
    padding: 0 0 24px 0;
}



    .reply a,
    a.comment-edit-link {
        color: #888;
    }



        .reply a:hover,
        a.comment-edit-link:hover {
            color: #ff4b33;
        }



.commentlist .children {
    list-style: none;
    margin: 0;
}



    .commentlist .children li {
        border: none;
        margin: 0;
    }



.nopassword,
.nocomments {
    display: none;
}



#comments .pingback {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 18px;
    padding-bottom: 18px;
}



.commentlist li.comment + li.pingback {
    margin-top: -6px;
}



#comments .pingback p {
    color: #888;
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}



#comments .pingback .url {
    font-size: 13px;
    font-style: italic;
}







/* Comments form */



input[type=submit] {
    color: #333;
}



#respond {
    margin: 24px 0;
    overflow: hidden;
    position: relative;
}



    #respond p {
        margin: 0;
    }



    #respond .comment-notes {
        margin-bottom: 1em;
    }



.form-allowed-tags {
    line-height: 1em;
}



.children #respond {
    margin: 0 48px 0 0;
}



h3#reply-title {
    margin: 18px 0;
}



#comments-list #respond {
    margin: 0 0 18px 0;
}



#comments-list ul #respond {
    margin: 0;
}



#cancel-comment-reply-link {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}



#respond .required {
    color: #ff4b33;
    font-weight: bold;
}



#respond label {
    color: #888;
    font-size: 12px;
}



#respond input {
    margin: 0 0 9px;
    width: 98%;
}



#respond textarea {
    width: 98%;
}



#respond .form-allowed-tags {
    color: #888;
    font-size: 12px;
    line-height: 18px;
}



    #respond .form-allowed-tags code {
        font-size: 11px;
    }



#respond .form-submit {
    margin: 12px 0;
}



    #respond .form-submit input {
        font-size: 14px;
        width: auto;
    }











/* =Widget Areas



-------------------------------------------------------------- */







.widget-area ul {
    list-style: none;
    margin-left: 0;
}



    .widget-area ul ul {
        list-style: square;
        margin-left: 1.3em;
    }


.widget_search #s { /* This keeps the search inputs in line */
    width: 60%;
}



.widget_search label {
    display: none;
}



.widget-container {
    margin: 0 0 18px 0;
}



.widget-title {
    color: #222;
    font-weight: bold;
}



.widget-area a:link,
.widget-area a:visited {
    text-decoration: none;
}



.widget-area a:active,
.widget-area a:hover {
    text-decoration: underline;
}



.widget-area .entry-meta {
    font-size: 11px;
}



#wp_tag_cloud div {
    line-height: 1.6em;
}



#wp-calendar {
    width: 100%;
}



    #wp-calendar caption {
        color: #222;
        font-size: 14px;
        font-weight: bold;
        padding-bottom: 4px;
        text-align: left;
    }



    #wp-calendar thead {
        font-size: 11px;
    }



        #wp-calendar thead th {
        }



    #wp-calendar tbody {
        color: #aaa;
    }



        #wp-calendar tbody td {
            background: #f5f5f5;
            border: 1px solid #fff;
            padding: 3px 0 2px;
            text-align: center;
        }



        #wp-calendar tbody .pad {
            background: none;
        }



    #wp-calendar tfoot #next {
        text-align: right;
    }



.widget_rss a.rsswidget {
    color: #000;
}



    .widget_rss a.rsswidget:hover {
        color: #ff4b33;
    }



.widget_rss .widget-title img {
    width: 11px;
    height: 11px;
}







/* Main sidebars */



#main .widget-area ul {
    margin-left: 0;
    padding: 0 20px 0 0;
}



    #main .widget-area ul ul {
        border: none;
        margin-left: 1.3em;
        padding: 0;
    }



#primary {
}



#secondary {
}







/* Footer widget areas */



#footer-widget-area {
}











/* =Footer



-------------------------------------------------------------- */







#footer {
    /*margin-bottom: 20px;*/
}



#colophon {
    border-top: 4px solid #000;
    margin-top: -4px;
    overflow: hidden;
    padding: 18px 0;
}



#site-info {
    font-weight: bold;
}



    #site-info a {
        color: #000;
        text-decoration: none;
    }



#site-generator {
    font-style: italic;
    position: relative;
}



    #site-generator a {
        background: url(../images/wordpress.png) center left no-repeat;
        color: #666;
        display: inline-block;
        line-height: 16px;
        padding-left: 20px;
        text-decoration: none;
    }



        #site-generator a:hover {
            text-decoration: underline;
        }



img#wpstats {
    display: block;
    margin: 0 auto 10px;
}











/* =Mobile Safari ( iPad, iPhone and iPod Touch )



-------------------------------------------------------------- */







pre {
    -webkit-text-size-adjust: 140%;
}



code {
    -webkit-text-size-adjust: 160%;
}



#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
    -webkit-text-size-adjust: 120%;
}



#site-description {
    -webkit-text-size-adjust: none;
}











/* =Print Style



-------------------------------------------------------------- */







@media print {



    body {
        background: none !important;
    }



    #wrapper {
        clear: both !important;
        display: block !important;
        float: none !important;
        position: relative !important;
    }



    #header {
        padding-bottom: 18pt;
    }



    #colophon {
        border-top: 2pt solid #000;
    }



    #site-title,
    #site-description {
        float: none;
        line-height: 1.4em;
        margin: 0;
        padding: 0;
    }



    #site-title {
        font-size: 13pt;
    }



    .entry-content {
        font-size: 14pt;
        line-height: 1.6em;
    }



    .entry-title {
        font-size: 21pt;
    }



    #access,
    #branding img,
    #respond,
    .comment-edit-link,
    .edit-link,
    .navigation,
    .page-link,
    .widget-area {
        display: none !important;
    }



    #container,
    #header,
    #footer {
        /*margin: 0;



		width: 100%;*/
    }



    #content,
    .one-column #content {
        margin: 24pt 0 0;
        width: 100%;
    }



    .wp-caption p {
        font-size: 11pt;
    }



    #site-info,
    #site-generator {
        float: none;
        width: auto;
    }



    #colophon {
        width: auto;
    }



    img#wpstats {
        display: none;
    }



    #site-generator a {
        margin: 0;
        padding: 0;
    }



    #entry-author-info {
        border: 1px solid #e7e7e7;
    }



    #main {
        display: inline;
    }



    .home .sticky {
        border: none;
    }
}







/*=============================custum css=================================*/



body {
    margin: opx;
    padding: 0;
    font-family: Calibri, Arial;
    font-size: 13px;
}



a {
    font-family: Verdana, Geneva, sans-serif;
    color: #fff;
}



p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}



img {
    border: none;
}



.clr {
    clear: both;
}







.header-wrapper {
    width: 100%;
    background: #56000d;
}



    .header-wrapper .header-in {
        width: 1000px;
        margin: 0 auto;
    }



.header-in .logo {
    width: 550px;
    height: 109px;
    float: left;
    background-image: url(../images/logo.png);
}



.header-in .form-search {
    width: 450px;
    font-size: 12px;
    height: 33px;
    float: left;
    margin-top: 5px;
}

.header-in .form-search2 {
    width: 300px;
    font-size: 12px;
    height: 33px;
    float: right;
    margin-top: 5px;
}

.header-in .form-search1 {
    width: 300px;
    height: 26px;
    float: right;
    margin-top: 30px;
}

.navigation-wrapper {
    width: 100%;
    background: url(../images/navbg.jpg) repeat-x;
    margin-bottom: 3px;
}



    .navigation-wrapper .menu {
        width: 1000px;
        margin: 0 auto;
    }



        .navigation-wrapper .menu ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
            width: 860px;
            float: left;
            display: block;
        }



            .navigation-wrapper .menu ul li {
                margin: 0;
                padding: 0;
                list-style-type: none;
                float: left;
            }



                .navigation-wrapper .menu ul li a {
                    font-family: Verdana, Geneva, sans-serif;
                    font-size: 15px;
                    text-decoration: none;
                    font-weight: bold;
                    color: #ffae00;
                    height: 41px;
                    line-height: 41px;
                    display: block;
                    padding: 0 16px;
                    background: none;
                }



                    .navigation-wrapper .menu ul li a:hover {
                        background: url(../images/navbghover.jpg) repeat-x;
                    }



.admisison-open {
    width: 124px;
    float: right;
    padding: 5px 0px;
    height: 24px;
}



.banner-wrapper {
    width: 100%;
}



    .banner-wrapper .slider {
        border: 4px solid #e6e6e6;
        width: 994px;
        margin: 0 auto;
    }



    .banner-wrapper .slider-shadow {
        width: 1000px;
        margin: 0 auto;
    }











.body-wrapper {
    width: 100%;
}



    .body-wrapper .column {
        width: 1000px;
        margin: 0 auto;
    }







        .body-wrapper .column .left_bar {
            width: 270px;
            float: left;
        }



.upcoming {
    width: 270px;
    padding-bottom: 10px;
}



    .upcoming .title {
        width: 250px;
        height: 35px;
        text-align: left;
        line-height: 35px;
        padding: 0px 10px;
        background: #eeeeee;
        font-size: 18px;
    }



    .upcoming .news {
        text-align: justify;
        padding: 8px;
    }



        .upcoming .news ul {
            padding: 0px;
            margin: 0px;
            list-style-type: none;
        }



            .upcoming .news ul li {
                padding: 5px 0px 15px 0px;
                text-align: justify;
                border-bottom: #000 1px dashed;
            }



.body-wrapper .column .left_bar .readmore {
    text-align: right;
    width: 260px;
    height: 21px;
    padding: 5px 0px;
}







.message {
    height: 206px;
    overflow: hidden;
}



.writer {
    text-align: right;
    font-style: italic;
    color: #525252;
    font-size: 15px;
}


.myButton {
    background-color: #44c767;
    border-radius: 28px;
    border: 1px solid #18ab29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 17px;
    padding: 16px 31px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
}

    .myButton:hover {
        background-color: #5cbf2a;
    }

    .myButton:active {
        position: relative;
        top: 1px;
    }




.body-wrapper .column .right_bar {
    width: 692px;
    float: right;
}



    .body-wrapper .column .right_bar .course {
        width: 692px;
        text-align: justify;
        margin-bottom: 15px;
        height: 230px;
        overflow: hidden;
    }



        .body-wrapper .column .right_bar .course .images {
            width: 251px;
            height: 217px;
            padding: 5px;
            float: left;
            margin-right: 10px;
        }







    .body-wrapper .column .right_bar .course_available {
        width: 692px;
    }



        .body-wrapper .column .right_bar .course_available .title {
            width: 692px;
            padding-bottom: 5px;
        }



        .body-wrapper .column .right_bar .course_available .type_artcraft {
            width: 693px;
            margin: 10px 0px;
        }



            .body-wrapper .column .right_bar .course_available .type_artcraft ul {
                padding: 0px;
                margin: 0px;
                list-style-type: none;
            }



                .body-wrapper .column .right_bar .course_available .type_artcraft ul li {
                    padding: 0px 58px 0px 0px;
                    float: left;
                }



                    .body-wrapper .column .right_bar .course_available .type_artcraft ul li.nopad {
                        padding: 0px 0px 0px 0px;
                        float: left;
                    }







.art_craft {
    width: 180px;
    height: 130px;
    padding: 5px;
    border: #dedede 1px solid;
    background: #f5f5f5;
}



.art_text {
    text-align: center;
    line-height: 24px;
    color: #006ab5;
    font-size: 18px;
}















/*=================footer================*/











.footer-wrapper {
    width: 100%;
    background: #660814;
    min-height: 86px;
}



    .footer-wrapper .footer {
        width: 1000px;
        margin: 0 auto;
        padding: 15px 0px 0px;
    }



        .footer-wrapper .footer .foot_left {
            width: 620px;
            float: left;
        }



            .footer-wrapper .footer .foot_left .footer_menu {
                color: #fff;
                width: 620px;
            }



                .footer-wrapper .footer .foot_left .footer_menu ul {
                    padding: 0px;
                    margin: 0px;
                    list-style-type: none;
                }



                    .footer-wrapper .footer .foot_left .footer_menu ul li {
                        float: left;
                        padding: 0px 5px;
                    }



                        .footer-wrapper .footer .foot_left .footer_menu ul li a {
                            color: #FFF;
                            text-decoration: none;
                        }



                            .footer-wrapper .footer .foot_left .footer_menu ul li a:hover {
                                color: #ccc;
                                text-decoration: none;
                            }







.developed {
    text-align: left;
    color: #FFF;
    line-height: 24px;
    padding: 10px 5px 0px;
}



    .developed a {
        color: #CCC;
        text-decoration: none;
    }



        .developed a:hover {
            color: #666;
            text-decoration: none;
        }







.footer-wrapper .footer .foot_right {
    width: 270px;
    float: right;
}



    .footer-wrapper .footer .foot_right ul {
        padding: 0px;
        margin: 0px;
        list-style-type: none;
    }



        .footer-wrapper .footer .foot_right ul li {
            padding: 0px 0px 0px 10px;
            float: left;
        }















.title {
    border-bottom: #CCC 1px solid;
    padding-bottom: 5px;
}



.inner {
    min-height: 425px;
    width: 1000px;
    margin: 0px auto;
}



.content {
    text-align: justify;
    padding: 10px 0px;
    font-size: 14px;
    min-height: 300px;
}











/*========================================== Contact Us =====================================*/







.contact {
    padding: 5px 15px;
    0px 15px;
    background: url(../images/contact_logo.jpg) no-repeat 369px 163px;
}



.contact_left {
    float: left;
    width: 330px;
    font-size: 15px;
    color: #67271e;
}



.title {
    border-bottom: #666 1px solid;
    padding-bottom: 5px;
    font-size: 20px;
}







.contact_right {
    float: right;
    width: 370px;
}



.contact_title {
    hanging-punctuation: 30px;
    color: #000;
    margin-top: 10px;
    border-radius: 5px;
    line-height: 30px;
    text-align: left;
    background: #ffffff;
    font-size: 13px;
    font-weight: bold;
}







.form {
    width: 370px;
    padding: 10px 0px 0px;
}



.feilds {
    width: 370px;
    height: 32px;
    line-height: 32px;
    text-align: left;
    border: #cccccc 1px solid;
    background: #f7f7f7;
    margin: 0px 0px 10px;
    border-radius: 5px;
}



    .feilds .textbox {
        width: 360px;
        height: 32px;
        line-height: 32px;
        text-align: left;
        border: none;
        background: none;
        padding: 0px 5px;
    }


.feilds_message {
    width: 370px;
    height: 100px;
    text-align: left;
    border: #cccccc 1px solid;
    background: #f7f7f7;
    margin: 0px 0px 10px;
    border-radius: 5px;
}



    .feilds_message .commentss {
        width: 370px;
        height: 100px;
        text-align: left;
        border: none;
        background: none;
    }


.sub {
    width: 60px;
    height: 30px;
    border: #c7c7c7 1px solid;
    background: #f6f6f6;
    border-radius: 5px;
    float: right;
}

    .sub .btnsub {
        width: 60px;
        height: 30px;
        border: none;
        background: none;
        cursor: pointer;
    }

#header-sec1 {
    background: url(../images/redbg2.png);
    width: 192px;
    height: 30px;
}

/* nav-sec */
.nav-sec1 {
    margin: 2px;
    list-style-type: none;
    text-shadow: #6d0c08 0 1px 0px;
}

    .nav-sec1 li {
        margin: 0;
        padding: 0;
        text-decoration: none;
    }

        .nav-sec1 li a {
            display: block;
            padding: 6px 2px;
            color: #fff;
            text-decoration: none;
            font-size: 12px;
            font-weight: bold;
        }

            .nav-sec1 li a:hover {
                color: #fff;
                text-decoration: none;
            }


.view-1 {
    border: 1px solid #2A5580;
    margin-bottom: 15px;
    padding: 15px 5px 0px 0px;
    background-color: #dde4e9;
    text-shadow: 0 1px 0 #fff;
    -moz-box-shadow: inset 0 2px 3px #d1dae1;
    -webkit-box-shadow: inset 0 2px 3px #d1dae1;
}

.space-0 {
    margin-bottom: 0!important;
}

.list-2 {
    margin-left: 2px;
    list-style-type: none;
}

.list-dbl-bdr li {
    border-bottom: 1px dotted #c6c6c6;
    margin-top: 0;
    margin-bottom: 3px;
    padding-bottom: 3px;
}

.list-dbl-bdr li {
    -moz-box-shadow: 0 1px 0 #eff3f6;
    -webkit-box-shadow: 0 1px 0 #eff3f6;
}

input.btn_css {
    height: 30px;
    width: 97px;
    margin: 0;
    border: 0;
    font-size: 12px;
    color: #FFFFFF;
    cursor: pointer;
}

input.btn_css {
    background: transparent url(../images/btn_val1.png) no-repeat right 0px;
    background-position: right -50px;
}

input[type=text], input[type=password], textarea {
    display: inline-block;
    width: 180px;
    padding: 4px;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    border: 1px solid #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 18px;
}

select {
    display: inline-block;
    width: 180px;
    padding: 3px;
    font-size: 13px;
    line-height: 25px;
    color: #000000;
    border: 1px solid #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
}




input[type=text], input[type=password], textarea, select {
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

    input[type=text]:focus, input[type=text]:hover, input[type=password]:focus, input[type=password]:hover, textarea:focus, textarea:hover, select:focus, select:hover {
        outline: 0;
        border-color: rgba(172, 78, 78, 39);
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(172, 78, 78, 39);
        -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(172, 78, 78, 39);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(172, 78, 78, 39);
        border: 1px solid #700807;
    }


fieldset {
    border: 1px solid #700807;
    padding: 5px 0px 5px 5px;
    font-size: 12px;
    margin-bottom: 10px !important;
}

legend {
    border: 1px solid #700807;
    font-size: 12px;
    padding: 8px 12px;
    color: #b44040;
    margin-bottom: 5px;
    font-weight: normal;
}

    legend span {
        color: #800000;
        background: none;
        font-weight: bold;
        font-size: 16px;
    }

/* CSS for popup menu */


#modalOverlay {
    background-color: #000;
    cursor: wait;
}

/* Container */
/* Container */
#modalContainer {
    left: 57%;
    top: 25%;
    margin-left: -300px;
}

    #modalContainer #basicModalContent {
        padding: 8px;
    }

#lightbox-header {
    background: #994343 url(../images/lightbox-header1.png) repeat-x;
    color: #FFFFFF;
    line-height: 20px;
    padding: 8px 20px;
}

    #lightbox-header h1 {
        color: #ffffff;
        font-size: 14px;
        line-height: 10px;
        margin: 0;
    }

    #lightbox-header p {
        font-size: 11px;
        color: #FFF;
    }

        #lightbox-header p a {
            color: #FFF;
            background-color: #ffffff;
            text-decoration: underline;
        }

    #lightbox-header a.close-window {
        background: url(../images/close-new.png);
        float: right;
        height: 24px;
        left: 18px;
        top: -6px;
        position: relative;
        text-indent: -9999px;
        width: 25px;
    }

#lightbox-body {
    background-color: #F9F9F7;
    padding: 15px 20px;
}

#col_bottom {
    height: 10px;
    background: url('../images/bg_col.gif') bottom left no-repeat;
    line-height: 1;
    font-size: 1px;
}

#lightbox-header1 {
    background: #994343 url(../images/lightbox-header1.png) repeat-x;
    color: #FFFFFF;
    line-height: 30px;
    padding: 8px 20px;
}

    #lightbox-header1 h1 {
        color: #ffffff;
        font-size: 15px;
        line-height: 16px;
        margin: 0;
    }

    #lightbox-header1 p {
        font-size: 11px;
        color: #FFF;
    }

        #lightbox-header1 p a {
            color: #FFF;
            background-color: #ffffff;
            text-decoration: underline;
        }

    #lightbox-header1 a.close-window {
        background: url(../images/close-new.png);
        float: right;
        height: 24px;
        left: 18px;
        top: -6px;
        position: relative;
        text-indent: -9999px;
        width: 25px;
    }

#lightbox-body1 {
    background-color: #F9F9F7;
    padding: 15px 20px;
}


#col_bottom1 {
    height: 10px;
    background: url( '../images/bg_col.gif' ) bottom left no-repeat;
    line-height: 1;
    font-size: 1px;
}

#col_bottom_long {
    height: 10px;
    background: url('../images/bg_col_long.gif') bottom left no-repeat;
    line-height: 1;
    font-size: 1px;
}

.td_class {
    font-size: 14px;
}

td {
    font-size: 14px;
}

.topic span {
    color: #800000;
    background: none;
    font-weight: bold;
    font-size: 16px;
}


#navigation-box {
    width: 177px;
}

    #navigation-box .bot-lbg,
    .categories-two .bot-lbg {
        background: url(../images/blok1-1-l.gif) no-repeat left top;
        padding-left: 8px;
        padding-top: 0;
    }

    #navigation-box .bot-rbg,
    .categories-two .bot-rbg {
        background: url(../images/blok1-1-r.gif) no-repeat right top;
        padding-right: 8px;
        padding-top: 0;
        height: 8px;
    }

    #navigation-box .bot-rbg1,
    .categories-two .bot-rbg1 {
        background: url(../images/blok1-1-r.gif) no-repeat right top;
        padding-right: 8px;
        padding-top: 0;
        height: 8px;
    }

    #navigation-box .bot-tal,
    .bot-tal {
        background: url(../images/blok1-1-bg.jpg) repeat-x;
        height: 8px;
    }

    #navigation-box .amenu .cat-content {
        background: #fff;
        border-left: 1px solid #DAD6D6;
        border-right: 1px solid #DAD6D6;
        padding: 0 10px;
        width: 155px;
    }

#category_new {
    border-color: #000000;
}

    #category_new ul {
        list-style: none;
    }

    #category_new ul {
        padding-top: 12px;
        padding-bottom: 0px;
    }

    #category_new li {
        background: url("../images/pimp.jpg") no-repeat scroll 1px center transparent;
        padding: 10px;
        border-top: 1px solid #000000;
        border-color: #000000;
    }


    #category_new ul a:hover {
        text-decoration: underline;
        color: #000;
    }

    #category_new a {
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        text-decoration: underline;
    }



#category1 ul {
    list-style: none;
}

#category1 td {
    border-top: 1px solid #D1D1D1;
}

#category1 ul {
    padding-top: 12px;
    padding-bottom: 0px;
}

#category1 li {
    background: url("../images/pimp.jpg") no-repeat scroll 1px center transparent;
    padding: 10px;
    border-top: 1px solid #D1D1D1;
}


#category1 ul a:hover {
    text-decoration: underline;
    color: #000;
}

#category1 a {
    color: #1B1B1B;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

#category3 ul {
    list-style: none;
}

#category3 ul {
    padding-top: 12px;
    padding-bottom: 0px;
}

#category3 li {
    background: url("../images/pimp.jpg") no-repeat scroll 1px center transparent;
    padding: 10px;
}

.boxtitle-lt11 {
    background: url(../images/block1-left11.gif) no-repeat left 0;
    padding-left: 6px;
    height: 45px;
    float: left;
}

.boxtitle-rt11 {
    background: url(../images/block1-right11.gif) no-repeat right 0;
    padding-right: 6px;
    height: 45px;
    float: left;
}

.boxtitle-tbg11 {
    background: url(../images/block1-bg11.jpg);
    padding: 14px 0 13px 14px;
    height: 18px;
    line-height: 18px;
    width: 708px;
    float: left;
    font-size: 18px;
    color: #f7f7f7;
}

.boxtitle-cat-tbg11 {
    background: url(../images/block1-bg11.jpg);
    height: 18px;
    line-height: 18px;
    padding: 14px 0 13px 14px;
    width: 151px;
    float: left;
    overflow: hidden;
}


#category3 ul a:hover {
    text-decoration: underline;
    color: #000;
}

#category3 a {
    color: #1B1B1B;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

.boxtitle-lt {
    background: url(../images/block1-left.gif) no-repeat left 0;
    padding-left: 6px;
    height: 45px;
    float: left;
}

.boxtitle-rt {
    background: url(../images/block1-right.gif) no-repeat right 0;
    padding-right: 6px;
    height: 45px;
    float: left;
}

.boxtitle-tbg {
    background: url(../images/block1-bg.jpg);
    padding: 14px 0 13px 14px;
    height: 18px;
    line-height: 18px;
    width: 708px;
    float: left;
    font-size: 18px;
    color: #f7f7f7;
}

.boxtitle-cat-tbg {
    background: url(../images/block1-bg.jpg);
    height: 18px;
    line-height: 18px;
    padding: 14px 0 13px 14px;
    width: 151px;
    float: left;
    overflow: hidden;
}

    .boxtitle-cat-tbg h3 {
        font-size: 14px;
        height: 14px;
        color: #f7f7f7 !important;
        font-weight: bold;
    }

.ie6 .boxtitle-tbg {
    padding-top: 12px;
    padding-bottom: 12px;
}

.boxtitle-cat-tbg span {
    font-size: 12px;
    color: #E7E7E7;
    padding-left: 0px;
    font-weight: bold;
    font-family: "Cabin Condensed","Trebuchet MS","Lucida Sans","Lucida Grande","Lucida Sans Unicode","Sans Serif";
}

.clearing {
    clear: both;
    height: 0;
    font-size: 0;
    display: block;
}

.cat-content {
    background: #F1F1F1;
    border-left: 1px solid #DAD6D6;
    border-right: 1px solid #DAD6D6;
    padding: 0 15px 6px 15px;
    width: 145px;
    overflow: hidden;
}

    .cat-content td {
        font-size: 13px;
        font-weight: bold;
        font-family: "Cabin Condensed","Trebuchet MS","Lucida Sans","Lucida Grande","Lucida Sans Unicode","Sans Serif";
    }

.opera .cat-content td,
.ie8 .cat-content td {
    /*background:url("../images/pimp.jpg") no-repeat scroll 5px 7px transparent;*/
    padding: 4px 0 5px 15px;
}

.cat-content .autmenu-li {
    padding-top: 15px;
    padding-bottom: 10px;
}

    .cat-content .autmenu-li li {
        background: url("../images/pimp-blue.jpg") no-repeat scroll 5px 5px transparent;
        padding: 2px 0 5px 15px;
        list-style: none;
    }

.link_css {
    text-decoration: none;
}

    .link_css:hover {
        text-decoration: underline;
    }


#social-panel {
    position: fixed;
    top: 280px;
    right: -35px;
    *right: -33px; /* IE 7 and below */
    height: 310px;
    width: 70px;
    z-index: 100;
    float: left;
}

    #social-panel li {
        float: left;
        width: 46px;
        margin: 2px 0;
    }

        #social-panel li a {
            background: url(../images/feed.png) no-repeat 0 0;
            text-indent: -9999em;
            text-decoration: none;
            display: block;
        }

            #social-panel li a:hover {
                text-decoration: none;
            }

        #social-panel li.get-a-quote a {
            background-position: 0 0;
            height: 142px;
        }

            #social-panel li.get-a-quote a:hover {
                text-decoration: none;
            }

.captcha_css {
    background-color: #c8442c;
    color: #ffffff;
    width: 80px;
    height: 28px;
    font-size: 14px;
}

.zoom {
    transition: transform .2s; /* Animation */
    width: 300px;
    height: 100px;
    margin: 0 auto;
}

    .zoom:hover {
        transform: scale(2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }
