@charset "utf-8"; 
/* CSS Document */
body { margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; }
#container { margin:0 auto; width:896px; background:url(../img/container_bg.png) top no-repeat; }

#header { height:134px; margin:0 auto; width:842px; }

#header .logo { float:left; width:193px; height:90px; background:url(../img/logo.png) top no-repeat; }
#header .logo a { display:block; width:193px; height:70px; }
#header .logo a span { display:none; }

#header .language { float:right; width:145px; height:32px; background:url(../img/language.png) top no-repeat; text-align:center; }
#header .language a { font-weight:bold; color:#fff; font-size:13px; font-family:tahoma, verdana, arial; padding:5px; margin:5px; text-decoration:none; }

#content { margin:0 auto; width:auto; width:842px; clear:both; margin-top:0.8em;}
#content .left { float:left; width:197px; }
#content .right { float:right; width:640px; }

/* Sponsor */
.sponsor-box { width:193px; margin-top:0.7em; height:259px; background:url(../img/bg_sponsor.jpg) top no-repeat; }
.sponsor-box h2 { color:#006eaa; font-size:17px; font-weight:bold; padding:0.5em 0 1em 1em; margin:0; }
.sponsor-box img { border:1px #cccccc solid; }

/* homepage banner */
#banner { width:637px; margin:0 auto; }
#banner .top  { width:637px; background:url(../img/top_banner.jpg) no-repeat; height:224px; }
#banner .bottom  { width:637px; background:url(../img/bottom_banner.jpg) no-repeat; height:36px; }

#home { width:637px; margin:0 auto; margin-top:0.5em;  }
#home .left { width:320px; float:left; color:#8a8a8a; font-size:13px; }
#home .left h2 { color:#5b5b5b; font-weight:bold; width:310px; border-bottom:1px #dedede solid; font-size:18px; margin:0.1em; padding:5px; }
#home .left span { padding:0 10px 0 10px; }

#home .right { width:311px; }
#home .right .news_top { width:295px; height:25px; background:url(../img/bg_front_news_header.jpg) no-repeat; margin:0 auto; color:#fff; padding:8px; font-weight:bold; font-size:13px; }

#home .right .news-box { width:303px; margin:0 auto; background:#fff url(../img/front_news_item.jpg) bottom repeat-x; padding-bottom:5px; }
#home .right .news-box h2 { margin:0; padding:2px; color:#343434; font-weight:bold; font-size:15px; }
#home .right .news-box img { border:1px #000 solid; margin:3px; }
#home .right .news-box p { margin:2px; color:#6d6d6d; font-size:13px; }
#home .right .news-box a { color:#343434; text-decoration:underline; margin:5px; font-size:13px; }

#home .right .news-link { height:22px; width:293px; margin:0 auto; border-bottom:1px #bebebe solid; padding:5px; background:url(../img/bg_front_news_links.jpg) repeat-x; }
#home .right .news-link img { padding-right:5px; }
#home .right .news-link a { color:#5e5e5e; font-size:13px; font-weight:bold; text-decoration:none; }
#home .right .news-link a:hover { color:#5e5e5e; font-size:13px; text-decoration:none; }

/* Page.php content */
.content-text { margin:0 auto; color:#6d6d6d; font-size:13px; }
.content-details .image { border:1px #cccccc solid; margin:0 0.2em 0 0.2em; }

/* navigation page */
#navigation-box { clear:both; border-top:1px #dadada solid; }
#navigation-box .title-navigation a { color:#0474a2; font-size:15px; font-weight:bold; padding:5px; text-decoration:none; }
#navigation-box .details-navigation { padding:2px;  }
#navigation-box .details-navigation img { text-align:left; border: #9e9e9e 1px solid;}


/* Details.php (news details) */
.title-details h2 { color:#333333; font-weight:normal !important; font-size:21px;}

.apply_now_box { display:block; width:130px; height:50px; margin:0 auto; background:url(../img/apply_now.jpg) no-repeat; text-decoration:none; padding:30px; color:#595959; font-size:15px; font-weight:bold; }

.spacer {  clear:both; }

#footer { width:830px; margin:0 auto; margin-top:2em; clear:both; color:#fff; height:25px; background:#0076b7; padding:8px; }
#footer a { font-weight:bold; text-decoration:none; color:#fff; font-size:13px; }
.subfooter { width:820px; margin:0 auto;  text-align:right; padding:10px; color:#454545; font-size:13px; }




/* Sitemap */
.sitemap { list-style:disc; margin:2em; padding:0; text-align:left !important; }
.sitemap li { height:20px; padding:8px 8px 2px 0; margin:1px 0 0 0; color:#99b7b7; font-weight:bold; direction:ltr;}
.sitemap li a {  display:block; font-weight:bold; float:right; color:#013534; text-decoration:none; font-size:13px; font-family:tahoma; }
.sitemap li.sub { height:20px; padding:8px 30px 0 0; margin:1px 0 -3px 0; font-weight:bold; text-align:left !important; }
.sitemap li.sub a { color:#066565 !important; text-decoration:none; font-size:13px; font-weight:bold;}
.sitemap li.sub_sub { background:#fff !important; height:20px; padding:8px 38px 0 0; margin:1px 0 -3px 0; font-weight:bold; text-align:right !important; }
.sitemap li.sub_sub a { color:#066565 !important; text-decoration:none; font-size:13px; font-weight:bold;}

