﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    outline: 0;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

body {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 100%;
    color: #5f5f60;
    padding: 0px;
    margin: 0px;
}

a {
    color: #fff;
    text-decoration: none;
}

.wrapper {
    width: 100%;
    float: left;
    background-color: #ffffff;
}

.header_content {
    width: 100%;
    margin: 0px;
    background: url(../images/background.jpg) no-repeat #58585a center;
    display: table;
}

.header_top {
    border: 0px solid red;
    width: 1000px;
    margin: auto;
}

.Social_Links {
    margin: auto;
    border: 0px solid red;
}

    .Social_Links ul li {
        float: right;
        padding: 10px 3px 10px 0px;
        list-style-type: none;
    }

        .Social_Links ul li a {
            /*z-index: 1000;
            display: block;
            height: 25px;
            width: 25px;
            overflow: hidden;
            background-repeat: no-repeat;
            background-position: top center;*/
            float: left;
            margin-left: 3px;
            width: 27px;
            height: 27px;
            display: block;
            background-color: #383637;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            border: 1px solid #5c5c5c;
            font: 0/0 a;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
            filter: alpha(opacity=80);
            opacity: .8;
            border-radius: 5px;
        }

    /*.Social_Links ul li a:hover {
                background-position: bottom left;
            }*/

    .Social_Links .Facebook {
        background-image: url(../images/so_face.png);
    }

        .Social_Links .Facebook:hover {
            background-color: #009fe3;
            border-color: #0591cd;
        }

    .Social_Links .Youtube {
        background-image: url(../images/so_skype.png);
    }

        .Social_Links .Youtube:hover {
            background-color: #009fe3;
            border-color: #0591cd;
        }

    .Social_Links .Google_plus {
        background-image: url(../images/so_google.png);
    }

        .Social_Links .Google_plus:hover {
            background-color: #ff8100;
            border-color: #ff8100;
        }


    .Social_Links .Twitter {
        background-image: url(../images/so_twitter.png);
    }

        .Social_Links .Twitter:hover {
            background-color: #16bdea;
            border-color: #16bdea;
        }

.Logo {
    width: 300px;
    float: left;
    padding: 5px 0px 0px 10px;
}

.Award {
    width: 180px;
    float: left;
    padding: 10px 0px 10px 40px;
}

.Slide {
    height: 410px;
    width: 100%;
    float: left;
    position: relative;
    z-index: 0;
    top: -63px;
}

.Search {
    width: 257px;
    height: 40px;
	margin-top:5px;
    float: right;
    background: url(../images/search_textbox.png) no-repeat;
}

    .Search #Search_Text {
        margin-left: 15px;
        margin-top: 5px;
        width: 180px;
        border: none;
        padding: 5px;
        background: #e7e7e7;
    }

    .Search a {
        float: right;
        width: 40px;
        height: 40px;
        vertical-align: top;
        background: url(../images/search_button.png) no-repeat;
    }

        .menu
        {
            width: 100%;
			margin-top:-40px;
            padding: 0px;
            background: url(../images/menu.png) repeat-x center;
            display: inline-table;
            -webkit-border-radius: 5px 5px 0px 0px;
            -moz-border-radius: 5px 5px 0px 0px;
            border-radius: 5px 5px 5px 5px;
        }
        #nav
        {
            margin: 0px;
            padding: 0px;
            border-bottom: none;
            margin: auto;
            width: 1000px;
        }
        
        #nav li a, #nav li
        {
            float: left;
        }
        
        #nav li
        {
            list-style: none;
            position: relative;
            line-height: 0px;
        }
        
        #nav li a
        {
            padding: 20px 13px;
            font-size: 13px;
            color: black;
            border-right: 1px solid white;
        }
        #nav li a.last
        {
            border: none;
        }
        #nav li a:hover
        {
            color: #fa5b15;
        }
        #nav li li a:hover
        {
            background: none;
        }
        
        
        /* Submenu */
        
        .hasChildren
        {
            position: absolute;
            width: 5px;
            height: 5px;
            background: black;
            right: 0;
            bottom: 0;
        }
        
        #nav li ul
        {
            display: none;
            position: absolute;
            left: 0;
            top: 100%;
            padding: 0;
            margin: 0;
            z-index: 1000;
        }
        
        #nav li:hover > ul
        {
            display: block;
        }
        
        #nav li ul li, #nav li ul li a
        {
            float: none;
            background-color: #FFFFFF;
            color: #646464;
            border: none;
        }
        
        #nav li ul li
        {
            _display: inline; /* for IE6 */
            width: 190px;
        }
        
        #nav li ul li a
        {
            display: block;
            line-height: 15px;
            border-bottom: 1px solid #d6d6d6;
            text-align: left;
        }
        #nav li ul li a:hover
        {
            /* SUBSUB Menu */
            color: #BA1919 !important;
        }
        #nav li ul li ul
        {
            display: none;
        }
        
        #nav li ul li:hover ul
        {
            left: 100%;
            top: 0;
            color: white;
        }
        .top_border
        {
            border-top: 5px solid #fa5b15;
        }
    </style>
.Container {
    width: 1000px;
    margin: auto;
    border: 0px solid red;
    display: table;
    padding-top: 10px;
}

.Content {
    width: 650px;
    border: px solid red;
    float: left;
    height: auto;
}

    .Content h1 {
        font-size: 14px;
        color: Black;
        font-weight: bold;
        padding-bottom: 5px;
        border-bottom: 3px solid #1fb4de;
    }

    .Content p {
        color: Black;
        text-align: justify;
        font-weight: normal;
        padding-top: 5px;
        line-height: 20px;
		margin-left:10px;
    }

.News {
    width: 336px;
    float: right;
    padding: 0px;
    margin: 0px;
	margin-top:10px;
    border: 1px solid #1fb4de;
}

    .News .News_Top {
        background: url(../images/news&events1.png) #1fb4de;
        background: url(../images/ic_time1.png) no-repeat #1fb4de 2% center;
        background-size: 20px;
        margin: 0px;
        padding: 6px;
        font-size: 15px;
        color: #fff;
        font-weight: 600;
        padding-left: 30px;
    }

    .News p {
        font-size: 10px;
        color: Black;
        text-align: justify;
        font-weight: normal;
        padding: 5px;
        margin: 0px;
        line-height: 20px;
        border: 1px solid #8d8d8d;
        -webkit-border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        border-radius: 0px 0px 5px 5px;
    }

.New_Gallery {
    padding: 5px 0px 30px 0px;
    float: left;
    border: 0px solid red;
    width: 1000px;
    border: 0px solid red;
    height: auto;
}

    .New_Gallery .Icon {
        width: 40px;
        height: 10px;
        float: right;
        display: block;
        position: relative;
        top: -126px;
        background: url(../images/icon.png) repeat-x right;
        border: 0px solid red;
    }

    .New_Gallery h1 {
        font-size: 14px;
        color: Black;
        font-weight: bold;
        padding-bottom: 5px;
        border-bottom: 3px solid #1fb4de;
    }

    .New_Gallery ul {
        list-style-type: none;
        width: 1000px;
        padding-top: 10px;
        margin: 0px;
    }

        .New_Gallery ul li {
            list-style-type: none;
            padding: 10px 25px 10px 10px;
            margin: 0px;
            display: inline;
        }

            .New_Gallery ul li img {
                border: 1px solid red;
                padding: 2px;
                /*border: 1px solid #1fb4de;*/
                -webkit-border-radius: 5px 5px 0px 0px;
                -moz-border-radius: 5px 5px 0px 0px;
                border-radius: 5px 5px 5px 5px;
            }


.Footer {
    width: 100%;
    margin: auto;
    background-color: #3A3A3A;
    position: relative;
    vertical-align: bottom;
}

    .Footer h1 {
        font-size: 11px;
        text-align: center;
        padding-top: 5px;
        color: White;
        font-weight: normal;
		padding-top: 30px;
		padding-bottom: 30px;
    }

.pic {
    -webkit-transform: skewy(15deg);
    -moz-transform: skewy(15deg);
    -o-transform: skewy(15deg);
    transform: skewy(15deg);
}

.Clear {
    width: 100%;
    padding-top: 10px;
}
.socialBar {
position: fixed;
right: 0;
top: 30%;
width: 36px;
height: auto;
z-index: 9999;
}
.socialTop {
width: 36px;
height: 9px;
background: url(../images/socialTopbg.png) no-repeat left top;
}
.socialMid {
width: 36px;
height: 100%;
background: url(../images/socialMidbg.png) repeat-y left top;
}
.socialBar ul {
overflow: hidden;
height: 100%;
}
.socialBar ul #register {
cursor: pointer;
}
.socialBar ul li {
float: left;
display: inline;
width: 100%;
}

.socialBar ul li {
float: left;
display: inline;
width: 100%;
padding: 2px 0 2px 5px;
}
.socialMid02 {
width: 36px;
background: url(../images/socialMidbg.png) repeat-y left top;
position: relative;
}
.socialBar ul {
overflow: hidden;
height: 100%;
}
.socialBar ul li {
float: left;
display: inline;
width: 100%;
padding: 2px 0 2px 5px;
}
.socialBar ul li a {
position: relative;
cursor: pointer;
}
.sbBtn {
background: url(../images/socialMidbg.png) 0 0 repeat-y;
padding: 5px 0 0;
}
.sbBtn a.upBtn {
background: url(../images/upArrow.png) 10px 3px no-repeat;
}
.sbBtn a {
display: block;
width: 36px;
height: 17px;
background: url(../images/dwnArrow.png) 10px 4px no-repeat;
}
.socialBot {
width: 36px;
height: 9px;
background: url(../images/socialBotbg.png) no-repeat left top;
}
.header-h1 {
font-size: 14px;
font-weight: bold;
line-height: 16px;
padding: 6px 0px;
color: #242632;
margin-left:7px;}
.feature-style {
float: left;
width: 100%;
clear: both;
padding: 18px 0px 0px;
border-top: 1px solid;border-color: #35C2D8;
background: url("../images/nav_arrow.png") no-repeat top center;
}
.banner-wrapper .banner-block .banner-slider, .banner-wrapper .banner-block .flexslider {
	padding:4px;
	background:#fff;
	float:left;
	border-radius:5px;
	position: relative;
	max-width:692px;
	width:100%;
}
.banner-wrapper .banner-block .banner-slider img {
	display:block;
}
.banner-wrapper .banner-block .banner-slider .pagination, .flex-direction-nav {
float: left;
right: 5px;
bottom: 136px;
position: absolute;	
bottom: 126px/9;
}
.banner-wrapper .banner-block .banner-slider .pagination li, .flex-direction-nav li {
	float:left;
}
.banner-wrapper .banner-block .banner-slider .pagination li a, .flex-direction-nav li a {
	float:left;
	width:29px;
	height:28px;
	text-indent: -999em;
}
.flex-direction-nav li a.flex-prev {
	background:url("../images/previous.png") no-repeat center center;
}
.flex-direction-nav li a.flex-next {
	background: url("../images/next.png") no-repeat center center;
	margin-left:-6px;
}
.flex-direction-nav li:hover a.flex-prev, .flex-direction-nav li:hover a.flex-next {
	}
	
.cont-left
{
float:left;
width:200px;
}
.cont-right
{
float:right;
width:800px
}
.cont
{
width:1000px;
}
.font-style{
font-weight:bold;
/*color:red;*/
}