body
{
    width: 100%;
    height: 100%;
    background: url(../images/background.png) repeat-x #929495;
    padding: 0px;
    margin: 0;
    font-family: "Trebuchet MS" ,Helvetica,Jamrul,sans-serif;
    font-size: 93%;
}

#wrapper
{
    text-align: center;
}

#container
{
    width: 900px;
    height: 100%;
    margin: 0 auto 0 auto;
    text-align: left;
    padding: 0;
    background-color: #FFFFFF;
}

h1, h2, h3, h4
{
    padding: 0px 20px 0px 10px;
}

p
{
    font-size: 0.8em;
    padding: 0px 20px 0px 10px;
}

input[type="text"]
{
    width: 200px;
    border: 1px solid #CCC;
}

.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error, .select-validation-error
{
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: normal;
    color: Red;
}

.validation-summary-valid
{
    display: none;
}

table
{
    padding: 0px 20px 0px 10px;
}
th
{
    font: 10px;
    text-align: right;
}
td
{
    font: 10px;
    text-align: left;
}
img
{
    border: none;
}

a
{
    color: #00aeef;
    font-size: 14px;
}

a:hover
{
    text-decoration: underline;
}


#logo
{
    padding: 20px 10px 20px 10px;
}

#top_section
{
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: #FFFFFF;
    display: block;
}

#intro
{
    width: 600px;
    height: 100%;
    float: left;
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 20px;
}

.intro_text_links
{
    color: #808285;
    width: 100%;
    height: 220px;
    overflow: auto;
    overflow-x: hidden;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}

p.intro_text
{
    font-size: 14px;
}


#latest_news
{
    width: 300px;
    height: 400px;
    float: right;
    background: url(../images/news_bground.png) repeat-x;
    background-color: #d5d9db;
    padding-top: 10px;
    padding-bottom: 22px;
}

#news_feature
{
    width: 300px;
    height: 180px;
}

#dvd_image
{
    float: left;
    padding: 20px 0px 0px 10px;
    width: 120px;
    height: 180px;
}

#heading_news
{
    height: 180px;
    float: right;
    padding: 20px 0px 0px 10px;
}

.news_text
{
    width: 100%;
    height: 222px;
    overflow: auto; /* cater to the older browsers */
    overflow-x: hidden; /* scroll horizontal */
    overflow-y: scroll; /* Hide vertical*/
}

.gallery_container
{
    width: 900px;
	height: 166px; 
    overflow: auto;
    overflow-y: hidden;
    background-color: #FFFFFF;
    float: left;
    padding-top: 5px;
    margin-top: 2px;
    margin-bottom: 5px;
}

.gallery_container td { padding: 0; margin: 0; }
.gallery_container td img { padding: 0px 2px 0px 2px; margin: 0; }


#logos_footer
{
    width: 600px;
    height: 150px;
    text-align: center;
    float: left;
    background-color: #FFFFFF;
}

#left_logo
{
    float: left;
	margin-left: 15px;
}

#right_logo
{
    float: right;
	margin-right: 15px;
}

p.footer_logos
{
    font-size: 10px;
    color: #000000;
    text-align: center;
}

a.footer
{
    font-size: 10px;
    color: #000000;
    text-decoration: none;
	margin-left: 15px;
}

a:hover.footer
{
    text-decoration: underline;
}


img.footer
{
    margin: 40px 20px 0px 20px;
}

#address_footer
{
    width: 300px;
    height: 150px;
    float: right;
    background-color: #25408f;
    color: #FFFFFF;
}

p.footer
{
    padding: 0px 10px 0px 10px;
    line-height: 1.5em;
}

.clear
{
    clear: both;
}

table.display
{
    border: none;
    border-collapse: collapse;
    margin: 10px;
    clear: both;
}
table.display th
{
    padding: 6px 5px;
    background-color: #666;
    color: #fff;
    font-weight: normal;
    text-align: left;
}
table.display td
{
    padding: 5px;
    border-bottom: 1px solid #C0CFC0;
    text-align: left;
}

.login
{
    margin: 20px 10px 20px 10px;
}
.login table td
{
    padding: 10px;
    text-align: right;
}
.login input[type="text"], .login input[type="password"]
{
    border: solid 1px #999;
}

.navigation
{
    text-align: left; /*background-color: #CFF;*/
    font-size: 1.2em;
}
.navigation ul
{
    width: 600px;
    height: 18px;
}

.navigation ul li
{
    float: left;
    list-style: none;
    display: inline;
}
.navigation ul li a
{
    display: block;
    background-image: url(/Content/navigation.gif);
    font-size: 1.2em;
    margin-right: 20px;
    text-decoration: none;
}

.navigation ul li a:hover
{
    text-decoration: underline;
}

.navigation ul li span
{
    display: none;
}

.message
{
    background-color: #eee;
    font-weight: bold;
    font-size: 1.2em;
    color: #00aeef;
}

.calendar
{ 
background-color: #eee;
    font-size: 0.6em;
    color: #000;

}
