﻿
#about_us_section {
    width: 824px;
float: left;
height: auto;
color: #494949;
padding: 10px;
text-align: left;
margin-top: -7px;
margin-bottom: 20px;
margin-right: 12px;
}

    #about_us_section h1 {
        font-size: 18px;
        color: #494949;
    }

#bottom_section {
    width: 970px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin: 0 auto;
    height: auto;
}

.strong_color {
    color: #4D4C4C;
    font-weight: bold;
    font-size: 14px;
}

#channel_section p {
    font-size: 13px;
    color: #494949;
}

.channel_box p {
    width: 97px;
    height: 51px;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 11px;
}

#channel_section {
    width: 780px;
    float: left;
    margin-bottom: 20px;
    height: auto;
}

    #channel_section p {
        font-size: 14px;
        color: #494949;
    }

.line {
    width: 100%;
    height: 1px;
    background-color: #8C035D;
}

.channel_title {
    float: left;
width: 98%;
margin: 0px auto;
height: 32px;
border-bottom: 1px solid #0F2D36;
font-size: 20px;
}

.channel_cube {
    float: right;
margin: 0px auto;
line-height: 32px;
color: #0F2D36;
height: 32px;
font-size: 20px;
}

.channel_box {
			float: left;
			width: 72px;
			height: 72px;
			background-image: url(../../Web_Images/channel_bg.png);
			background-repeat: no-repeat;
			background-position: center;
			margin: 10px 5px 5px 3px;
		}

.channel_logo {
    margin: 22px 0px 0px 9px;
    width: 116px;
    height: 87px;
    cursor: pointer;
}

.channel_box p {
    width: 110px;
    height: 58px;
    margin: 0 auto;
    color: #494949;
    font-size: 13px;
}

#news_cube {
    float: left;
width: 320px;
line-height: 32px;
height: 32px;
font-size: 20px;
text-align: right;
border-bottom: 1px solid;
color: #0F2D36;
padding-right: 10px;
margin-top: 13px;
margin-right: 10px;}

#news {
color: #0F2D36;
float: left;
width: 300px;
height: auto;
overflow: hidden;
padding-right: 19px;
}

.news_report {
    margin: 0 auto;
    margin-top: 15px;
    width: 320px;
    height: auto;
    border-bottom: 1px solid #dedede;
    text-decoration: none;
    text-align:right;
}

#news a {
    text-decoration: none;
    color: #5a5a5a;
}

    #news a:hover {
        text-decoration: none;
        color: #8C035D;
    }

.news_report h1 {
    padding-top: 6px;
    font-size: 15px;
    color: #5E5E5E;
    text-decoration: none;
    direction: rtl;
}

.news_report h2 {
    margin-top: 5px;
    font-size: 12px;
    margin-top: -10px;
    letter-spacing: 1px;
    margin-bottom: 3px;
    color: #919191;
}

.news_report p {
    margin-top: -4px;
    color: #5a5a5a;
    width: 320px;
    text-decoration: none;

}

    .news_report p:hover {
        text-decoration: none;
        color: #8C035D;
    }


.MainNews_report {
    margin: 0 auto;
    height: auto;
    border-bottom: 1px solid #dedede;
    text-decoration: none;
    text-align: right;
    font-size:larger;
    padding-right: 23px;
    width: 280px;
    color: white;
}

#MainNews a {
    text-decoration: none;
    color: #FFF;
}

#MainNews a:hover {
        text-decoration: none;
        color: #8C035D;
    }

.fb_like {
    float: right;
    width: 320px;
    height: 245px;
    border: 1px solid #C4C4C4;
}

.FaceBookTop {
    width: 100%;
    float: left;
    margin-top: 16px;
    margin-bottom: 10px;
    margin-left: -427px;
}

#footer_content {
    margin: 0 auto;
    width: 1200px;
    height: 100%;
}

    #footer_content ul {
        list-style: none;
        display: inline-block;
        height: 100%;
        margin: 0px;
    }

        #footer_content ul > li {
            float: left;
            padding-right: 10px;
            line-height: 50px;
            color:#a1cc39;
        }

#footer {
    margin: 0 auto;
    width: 100%;
    border-top: solid 1px #a1cc39;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

    #footer a {
        color: #fff;
        text-decoration: none;
    }

        #footer a:hover {
            color: #949ab4;
            transition: all 0.5s ease;
        }



