/* ----------------------------------------------------------------------------------------------------------

    Output device: screen, projection
    Content:
    
        1) HTML tags
        2) HTML styles
        3) Layout
        4-1) Page: Homepage
        5) Others

---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */

body {
	background: url("../design/bg.gif") 50% 0 repeat-y;
	font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 19px;
}

a {color:#381187;}
a:hover {color:#0000FF; text-decoration: none;}

h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {margin:5px 5px 5px 5px;}

h3 {font-size:140%;}

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

#main {width:940px; margin:0 auto; overflow:hidden;}

	#header {width:940px; height:475px; overflow:hidden; background:url("../design/header.jpg") 0 0 no-repeat; }

        #logo {position:relative; overflow:hidden; margin:10px 0px 0px 10px; }
		  #header h1 {font-size: 20px; line-height: 22px; text-align: center; margin:10px 0px 0px 10px; font-weight: bold;}
		  #header h3 {font-size: 14px; line-height: 14px; text-align: center;  margin:5px 0px 0px 0px; border-bottom: solid 2px #fff; padding-bottom: 10px;}
		  #header img {margin-right: 10px; vertical-align: top;}
       #header #trans {margin:10px 10px 15px 5px; float: right; vertical-align: top;}
		 #header #button {margin:50px 0px 0px 5px; vertical-align: top; display: inline;}
		 #header #uc {	margin: 201px 0px 0px 0px;vertical-align: bottom;}
		 #header img.lipo {margin: 0px; }
    #tray {padding:10px 0 15px 10px;}
    
        #tray ul {margin:0; list-style:none;}
        #tray ul li {display:inline;}
        #tray ul li a {display:block; padding:0 15px 0 10px; background:url("../design/tray-separator.gif") 100% 50% no-repeat; text-decoration:underline;font-weight:bold;}
        #tray ul li a:hover {text-decoration:none; font-weight:bold;}
        #tray ul li#tray-active a {font-weight:bold; text-decoration:none;}
		   #tray p { text-align: center; margin:0px 10px 0px 0px;}

    #cols {position:relative; margin:10px 0; background:url("../design/cols.gif") 0 0 repeat-y;}

    	#content {float:right; width:740px; overflow:hidden;}
    	
            #content-left {float:left; width:470px;}
			#content-left h1 { line-height: 28px;}
				#content-left h2 { line-height: 24px;}
				#content-left h3 { line-height: 24px;}
				#content-left a.train{color:#000; text-decoration: none;}
				#content-left a.cv{color:#000; text-decoration: underline;}
            #content-left-in {padding:0 10px;}
				ul.mid { list-style: square; margin:0px 0px 0px 15px;}
				li.mid {margin:5px 0px 0px 15px;}
            table.cv {font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;line-height: 15px;}
				td.cv {border: solid 1px #DCD2F1; text-align: center; margin-left: 5px; margin-top: 5px; vertical-align: middle; padding-left: 5px; padding-right: 5px;} 
            #content-right {float:right; width:260px;}

    	#aside {float:left; width:190px; overflow:hidden;}
        #aside-top {width:190px; height:5px; background:url("../design/aside-top.gif") 0 0 no-repeat; font-size:0; line-height:0;}
        #aside-bottom {position:absolute; bottom:0; left:0; width:190px; height:5px; background:url("../design/aside-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}
        
            .nav {margin:0; list-style:none;}
            .nav li {display:inline;}
            .nav li a {display:block; padding:7px 10px 7px 30px; background:url("../design/nav-link.gif") 15px 13px no-repeat;font-weight:bold;}
				.nav li a:hover {display:block; padding:7px 10px 7px 30px; background:url("../design/nav-active.gif") 15px 13px no-repeat; font-weight:bold;}
            .nav li#nav-active a {background:url("../design/nav-active.gif") 15px 13px no-repeat; text-decoration:none; font-weight:bold;}
            .nav #nav-active ul li a {padding-left:45px; background:url("../design/nav-sub.gif") 30px 10px no-repeat;font-weight:bold;}
				.nav #nav-active ul li a:hover {padding-left:45px; background:url("../design/nav-sub.gif") 30px 10px no-repeat;font-weight:bold;}
				.nav a:hover {text-decoration:none;}

            #search {position:relative; height:22px; margin:0 -15px; padding:15px; text-align:center;}
            #search-input {position:absolute; top:15px; left:15px; width:100px; height:22px; border:0;}
            #search-submit {position:absolute; top:15px; left:115px; width:60px; height:22px; border:0;}
            #search-input, #search-submit {font-size:100%; font-family:"arial",sans-serif;}
            
            #aside h4 {font-size:100%;}
            #aside h4.margin {margin:15px 0 5px 0;}

	#footer {clear:both; padding:20px 0; background:url("../design/footer.gif") 0 0 repeat-x; font-size:85%;}
	#footer p {margin:0;}
	#footer a:hover {text-decoration:none;}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#topstory-top {width:470px; height:5px; background:url("../design/topstory-top.gif") 0 0 no-repeat; font-size:0; line-height:0;}
#topstory-bottom {width:470px; height:5px; background:url("../design/topstory-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}
#topstory {padding:10px 7px 10px 7px;}

    #topstory-img {float:left; width:150px;}
    #topstory-img img {display:block;}
    #topstory-desc {float:right; width:295px;}
    
        #topstory-desc h2 {margin:0; font-size:110%; font-weight:bold;}
        #topstory-desc .info {margin:0; font-size:85%;}

#topstory-list {padding:10px 0 5px 10px; overflow:hidden}
#topstory-list img {display:block; float:left; padding-right:10px;}
#topstory-list img.last {margin-right:0;}

 #topstory-lipo {margin:0; width:450;}
 #topstory-lipo h2 {margin:0; font-size:110%; font-weight:bold;}

.article {margin-bottom:10px; padding-bottom:10px; background:url("../design/dot.gif") 0 100% repeat-x;}
.article .article-img {float:left; width:180px;}
.article .article-img img {display:block;}
.article .article-desc {float:right; width:255px;}
p.training {width:450px; margin: 10px 0px 5px 10px;}
p.maps {width:450px; margin: 10px 0px 5px 10px; text-align:center;}
img.maps { text-align: center;}
img.earl { border: solid 1px #6633cc;padding: 3px; margin-right:5px; margin-left: 5px;}
.article .article-desc h3 {margin:0; font-size:140%; font-weight:normal;}
    .article .article-desc .info {margin:0; font-size:85%;}
    .article .article-desc p.nomb {margin-top:8px; text-align:justify;}

.box-01-top {width:260px; height:5px; margin-top:5px; background:url("../design/box-01-top.gif") 0 0 no-repeat; font-size:0; line-height:0;}
.box-01-top-b {padding:5px 10px 15px 10px; background:url("../design/box-01-top-b.gif") 0 100% no-repeat;}
.box-01-top-b .f-left {text-transform:uppercase;}
.box-01-top-b .f-right {padding-top:2px; font-size:85%;}
.box-01-bottom {width:260px; height:11px; background:url("../design/box-01-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}
.box-01 {padding:5px; background:url("../design/box-01.gif") 0 0 repeat-y;}
.box-01 .bg {margin:10px 0; padding:10px 0;}

    .news {margin:0;}
    .news dt {display:block; float:left; width:50px; font-weight:bold; text-align:center; line-height:1.2;}
    .news dt span {font-size:140%;}
    .news dd {display:block; float:left; width:190px; font-size:85%; line-height:1.6;}
	p.test {width:200px; font-size:85%; line-height:1.6; padding-left: 28px;}

.box-02-top {width:260px; height:5px; margin-top:10px; background:url("../design/box-02-top.gif") 0 0 no-repeat; font-size:0; line-height:0;}
.box-02-top-b {padding:5px 10px 15px 10px; background:url("../design/box-02-top-b.gif") 0 100% no-repeat; text-transform:uppercase;}
.box-02-bottom {width:260px; height:11px; background:url("../design/box-02-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}
.box-02 {padding:5px 15px; background:url("../design/box-02.gif") 0 0 repeat-y;}

    .mostreaded {margin:0; list-style:none;}
    .mostreaded span {font-size:85%;}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */
img.book {margin: 0px 0px 0px 10px;}
img.button {margin: 0px 10px 0px 0px;}
img.test {margin: 0px 0px 0px 60px;}
img.cad {margin: 0px 0px 0px 50px;}
#aside .padding {padding:10px 15px;}

.more {padding-right:15px; background:url("../design/arrow.gif") 100% 50% no-repeat;}

.rss {padding-left:22px; background:url("../design/rss.gif") 0 50% no-repeat;}
