

@import url(navi.css);
@import url(forms.css);
@import url(homepage.css);
@import url(gallery.css);
@import url(featured_slide.css);

body
{
    margin: 0;
    padding: 0;
    font-size: 13px; /* font-family: Georgia, "Times New Roman" , Times, serif;*/
    font-family: Verdana;
    color: #F8F8F2;
    background-color: #03274B;
}
#FormDetail
{
    width: 100%;
    padding: 2px;
}
#FormDetail p
{
    margin: 2px 0px 2px 0px;
    padding: 0px;
}
img
{
    margin: 0;
    padding: 0;
    border: none;
}
.justify
{
    text-align: justify;
}
.bold
{
    font-weight: bold;
}
.center
{
    text-align: center;
}
.right
{
    text-align: right;
}
.nostart
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.clear:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
}
.clear
{
    display: inline-block;
}
html[xmlns] .clear
{
    display: block;
}
* html .clear
{
    height: 1%;
}

a
{
    outline: none;
    text-decoration: none;
}

.fl_left
{
    float: left;
}
.fl_right
{
    float: right;
}

.imgholder, .imgl, .imgr
{
    padding: 4px;
    border: 1px solid #D7DBE0;
}
.imgl
{
    float: left;
    margin: 0 15px 15px 0;
    clear: left;
}
.imgr
{
    float: right;
    margin: 0 0 15px 15px;
    clear: right;
}

/* ----------------------------------------------Wrapper-------------------------------------*/

div.wrapper
{
    display: block;
    width: 100%;
    text-align: left;
}

div.wrapper h1, div.wrapper h2, div.wrapper h3, div.wrapper h4, div.wrapper h5, div.wrapper h6
{
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
}

.row1
{
    color: #5F8EC2;
    background-color: #03274B;
}
.row1 a
{
    color: #F8F9F3;
    background-color: #03274B;
}
.row2
{
    color: #F8F9F3;
    background-color: #072C53;
    border-top: 1px solid #2B4D71;
    border-bottom: 1px solid #2B4D71;
}
.row3
{
    color: #777777;
    background: url("../images/featured_slide_bg.gif") top left repeat-x #F8F9F3;
}
.rowFlashNews
{
     border-bottom:2px Sold white;
    color: #777777; /* background: #F8F9F3 url('../images/FlashNewsbg.png') repeat-x left top;*/
}
#FlashNews
{
    height: 20px;
    margin: 0px auto;
    width: 850px;
    padding: 5px 5px 5px 95px;
   
    background-image: url('../images/Flashnews.png');
    background-position: inherit;
    background-repeat: no-repeat;
}
.row4
{
    color: #777777;
    background-color: #F8F9F3;
    border-bottom: 2px solid #03274B;
}
.row5
{
    padding: 50px 0 30px 0;
    border-top: 1px solid #F8F9F3;
}

/* ----------------------------------------------Generalise-------------------------------------*/

#header, #featured_slide, #container, #footer, #copyright
{
    position: relative;
    margin: 0 auto 0;
    display: block;
    width: 960px;
}

/* ----------------------------------------------Header-------------------------------------*/

#header
{
    
    padding: 5px 0 5px 0;
}

#Logo
{background-image: url('../images/Logo.png');
    background-repeat: no-repeat;
    width:580px;
    height:120px;
    margin-left:20px;
    margin-top:10px;
}
#Login
{ margin-top:4px;
}
#header h1, #header p, #header ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}

#header h1
{
    font-size: 36px;
    font-variant: small-caps;
}
#header p
{
    margin-top: 4px;
}

/* ----------------------------------------------Content-------------------------------------*/

#container
{
    padding: 30px 0;
}

#container h1, #container h2, #container h3, #container h4, #container h5, #container h6
{
    color: #8199A9;
    background-color: #F8F9F3;
}

#container a
{
    color: #591F58;
    background-color: #F8F9F3;
}

#container #FormLayout p
{
    display: block;
    width: 100%;
    margin-top: 15px;
    height: auto;
    padding-left: 0px;
    font-weight: bold;
    text-align: Left;
    line-height: normal;
    background: none;
}

#container .title
{
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 8px 0;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 5px solid #8199A9;
}

#content
{
    display: block;
    float: left;
    width: 630px;
}

/* ------Comments-----*/

#comments
{
    margin-bottom: 40px;
}

#comments .commentlist
{
    margin: 0;
    padding: 0;
}

#comments .commentlist ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#comments .commentlist li.comment_odd, #comments .commentlist li.comment_even
{
    margin: 0 0 10px 0;
    padding: 15px;
    list-style: none;
}

#comments .commentlist li.comment_odd
{
    color: #666666;
    background-color: #F7F7F7;
}
#comments .commentlist li.comment_odd a
{
    color: #591F58;
    background-color: #F7F7F7;
}

#comments .commentlist li.comment_even
{
    color: #666666;
    background-color: #E8E8E8;
}
#comments .commentlist li.comment_even a
{
    color: #591F58;
    background-color: #E8E8E8;
}

#comments .commentlist .author .name
{
    font-weight: bold;
}
#comments .commentlist .submitdate
{
    font-size: smaller;
}

#comments .commentlist p
{
    margin: 10px 5px 10px 0;
    padding: 0;
    font-weight: normal;
    text-transform: none;
}

#comments .commentlist li .avatar
{
    float: right;
    border: 1px solid #EEEEEE;
    margin: 0 0 0 10px;
}

/* ----------------------------------------------Column-------------------------------------*/

#column
{
    display: block;
    float: right;
    width: 300px;
}

#column .holder, #column #featured
{
    display: block;
    width: 300px;
    margin-bottom: 20px;
}

#column .holder h2.title
{
    display: block;
    width: 100%;
    height: 65px;
    margin: 0;
    padding: 15px 0 0 0;
    font-size: 20px;
    text-transform: none;
    line-height: normal;
    border-bottom: 1px dotted #999999;
}

#column .holder h2.title img
{
    float: left;
    margin: -15px 8px 0 0;
    padding: 5px;
    border: 1px solid #999999;
}

#column div.imgholder
{
    display: block;
    width: 290px;
    margin: 0 0 10px 0;
}

#column .holder p.readmore
{
    display: block;
    width: 100%;
    font-weight: bold;
    text-align: right;
    line-height: normal;
}

/* Featured Block */

#column #featured ul, #column #featured h2, #column #featured p
{
    margin: 0;
    padding: 0;
    list-style: none;
    color: #666666;
    background-color: #F7F7F7;
}

#column #featured a
{
    color: #591F58;
    background-color: #F7F7F7;
}

#column #featured li
{
    display: block;
    width: 250px;
    margin: 0;
    padding: 20px 25px;
    color: #666666;
    background-color: #F7F7F7;
}

#column #featured li p.imgholder
{
    display: block;
    width: 240px;
    height: 90px;
    margin: 20px 0 15px 0;
}

#column #featured li h2
{
    margin: 0;
    padding: 0 0 8px 0;
    font-weight: normal;
    font-family: Georgia, "Times New Roman" , Times, serif;
    line-height: normal;
    border-bottom: 1px dotted #999999;
}

#container #column .readmore a
{
    display: block;
    width: 100%;
    margin-top: 15px;
    height: auto;
    padding-left: 0;
    font-weight: bold;
    text-align: right;
    line-height: normal;
    background: none;
}



#column .latestnews
{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#column .latestnews li
{
    display: block;
    width: 100%;
    height: 99px;
    margin: 0 0 11px 0;
    padding: 0 0 21px 0;
    border-bottom: 1px dotted #C7C5C8;
    overflow: hidden;
}

#column .latestnews li.last
{
    margin-bottom: 0;
}

#column .latestnews p
{
    display: inline;
}

#column .latestnews img
{
    float: left;
    margin: 0 10px 0 0;
    padding: 4px;
    border: 1px solid #C7C5C8;
    clear: left;
}

/* ----------------------------------------------Footer-------------------------------------*/

#footer
{
    line-height: 2em;
    background: url("../images/footer_bg.gif") 380px 0 repeat-y;
}

#footer, #footer a
{
    color: #F8F8F2;
    background-color: #03274B;
}

#footer h2, #footer p, #footer ul, #footer a, #footer address
{
    margin: 0;
    padding: 0;
    font-weight: normal;
    list-style: none;
    font-style: normal;
}

#footer h2
{
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 22px;
    color: #7F99A9;
    background-color: #03274B;
}

#footer .foot_contact
{
    display: block;
    float: left;
    width: 380px;
    margin: 0 40px 0 0;
    padding: 0;
}

#footer .foot_contact address
{
    margin-bottom: 30px;
}

#footer .footbox
{
    display: block;
    float: left;
    width: 170px;
    margin: 0 15px 0 0;
    padding: 0;
    font-size: 12px;
}

#footer .footbox h2
{
    margin-bottom: 20px;
    font-size: 14px;
    text-transform: uppercase;
}

#footer .last
{
    margin: 0;
}

/* ----------------------------------------------Copyright-------------------------------------*/

#copyright
{
    padding: 15px 0;
    border-top: 1px solid #2B4D71;
}

#copyright p
{
    margin: 0;
    padding: 0;
}

#copyright, #copyright a
{
    color: #7F99A9;
    background-color: #03274B;
}


/*-------------------------Slider-------------------------------*/

.nivoSlider
{
    position: relative;
}
.nivoSlider img
{
    position: absolute;
    top: 0;
    left: 0;
}
.nivoSlider a.nivo-imageLink
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}
.nivo-slice
{
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
}
.nivo-box
{
    display: block;
    position: absolute;
    z-index: 5;
}
.nivo-caption
{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    opacity: 0.8;
    width: 100%;
    z-index: 8;
}
.nivo-caption p
{
    padding: 5px;
    margin: 0;
}
.nivo-caption a
{
    display: inline !important;
}
.nivo-html-caption
{
    display: none;
}
.nivo-directionNav a
{
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}
.nivo-prevNav
{
    left: 0;
}
.nivo-nextNav
{
    right: 0;
}
.nivo-controlNav a
{
    position: relative;
    z-index: 9;
    cursor: pointer;
}
.nivo-controlNav a.active
{
    font-weight: 700;
}


.slider-wrapper .nivoSlider
{
    position: relative;
    height: 300px;
    background: #1a1a1a url(../images/loading.gif) no-repeat 50% 50%;
    margin-bottom: 55px;
}
.slider-wrapper .nivoSlider img
{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.slider-wrapper .nivoSlider a
{
    border: 0;
    display: block;
}
.slider-wrapper .nivo-controlNav
{
    position: absolute;
    left: 50%;
    bottom: -41px;
    margin-left: -60px; /* Tweak this to center bullets */
}
.slider-wrapper .nivo-controlNav a
{
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin-right: 3px;
    float: left;
}
.slider-wrapper .nivo-controlNav a.active
{
    background-position: 0 -22px;
}
.slider-wrapper .nivo-directionNav a
{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}
.slider-wrapper a.nivo-nextNav
{
    background-position: -30px 0;
    right: 15px;
}
.slider-wrapper a.nivo-prevNav
{
    left: 15px;
}
.slider-wrapper .nivo-caption
{
    font-family: 'Lato' ,Helvetica,Arial,sans-serif;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    text-shadow: 0 0 4px #111;
}
.slider-wrapper .nivo-caption a
{
    color: #fff;
    border-bottom: 1px dotted #fff;
}
.slider-wrapper .nivo-caption a:hover
{
    color: #fff;
}



/* ----------------------------------------------Quizz Test-------------------------------------*/
#Quizzzz
{
    width: 100%;
}

#Quizzzz ul
{
    margin: 5px 5px 5px 0px;
}
#Quizzzz .QLBorder
{
    border-left: 1px dotted Gray;
    padding-left: 15px;
}

/* ----------------------------------------------Quizz Test-------------------------------------*/
