﻿/* CSS Document */

body {
	background: #eff1ee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	margin: 0px;
	color:#454545;
	padding: 40px 0px 0px 0px;
}
#base
{
    background-color: #fcfcfc;
	position: relative;
	text-align: left;
    width: 940px;
    margin: auto;
    padding: 11px 11px 0px 11px;
    z-index: 2;
}
#baseTopLeft 
{
    background: url(../../Images/back_top_left.jpg) no-repeat;
    position:absolute;
    top: 0px;
    left: 0px;
    width: 11px;
    height: 11px;
}
#baseTopRight 
{
    background: url(../../Images/back_top_right.jpg) no-repeat;
    position:absolute;
    top: 0px;
    right: 0px;
    width: 11px;
    height: 11px;
}
#baseBottomLeft
{
    background: url(../../Images/back_bottom_left.jpg) no-repeat;
    position:absolute;
    bottom: 0px;
    left: 0px;
    width: 21px;
    height: 129px;
}
#baseBottomRight
{
    background: url(../../Images/back_bottom_right.jpg) no-repeat;
    position:absolute;
    bottom: 0px;
    right: 0px;
    width: 21px;
    height: 129px;
}
#footerCenter 
{
    background: url(../../Images/footer_center.jpg) repeat-x;
    height: 14px;
}
#banner
{
    background: url(../../Images/banner.jpg) no-repeat;
    position:relative;
    width: 940px;
    height: 223px;
}
.slogan 
{
    position:absolute;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #f0f0ed;
}
#logo
{
   position:absolute;
   top: 70px;
   left: 60px;
}
#logo_print 
{
    display:none;
    visibility:hidden;
}
#logo img 
{
    border: 0px;
}
#menuTop
{
    background: url(../../Images/back_menu.png) repeat-x;
    position:relative;
    margin: 14px 0px 14px 0px;
    height: 47px;
}
#menuTopLeft 
{
    background: url(../../Images/back_menu_left.png) no-repeat;
    position:absolute;
    top: 0px;
    left: 0px;
    width: 9px;
    height: 47px;
}
#menuTopRight 
{
    background: url(../../Images/back_menu_right.png) no-repeat;
    position:absolute;
    top: 0px;
    right: 0px;
    width: 9px;
    height: 47px;
}
#menuTop ul 
{
    margin: 0px;
    padding: 0px 10px 0px 10px;
    list-style-type:none;
    line-height: 45px;
}
#menuTop li 
{
    display: inline;
    margin-left: 10px;
}
#menuTop a 
{
    color: #fff;
    text-decoration: none;
}
#menuTop a:hover
{
    text-decoration: underline;
}
a 
{
    color: #454545;
    text-decoration: none;
}
a:hover
{
    color: #cc0202;
    text-decoration: underline;
}
#contentsLeft
{
    float: left;
    width: 260px;
}
#contentsRight 
{
    float: left;
    margin: 0px 0px 10px 30px;
    width: 630px;
    line-height: 18px;
}
.clean 
{
    clear:both;
}
.frame 
{
    background-color: #d3ddde;
    position: relative;
    padding: 20px;
    border: #b0cac9 1px solid;
}
#frameTopLeft
{
    background: url(../../Images/frameTopLeft.jpg) no-repeat;
    position:absolute;
    top: -1px;
    left: -1px;
    width: 9px;
    height: 9px;
}
#frameTopRight
{
    background: url(../../Images/frameTopRight.jpg) no-repeat;
    position:absolute;
    top: -1px;
    right: -1px;
    width: 9px;
    height: 9px;
}
#frameBottomLeft
{
    background: url(../../Images/frameBottomLeft.jpg) no-repeat;
    position:absolute;
    bottom: -1px;
    left: -1px;
    width: 9px;
    height: 9px;
}
#frameBottomRight 
{
    background: url(../../Images/frameBottomRight.jpg) no-repeat;
    position:absolute;
    bottom: -1px;
    right: -1px;
    width: 9px;
    height: 9px;
}
.searchTitle
{
    font-size: 16px;
    font-weight:bold;
    color: #2d3236;
    padding-bottom: 5px;
    margin-bottom: 17px;
    border-bottom: 1px #98aaac solid;
    letter-spacing: 2px;
}
.searchLabel 
{
    margin: 5px 0px 3px 0px;
}
.searchForm
{
    width:100%;
}
.searchButton 
{
    margin: 20px -9px 0px 0px;
    text-align:right;
}
.contactTitle 
{
    font-size: 14px;
    font-weight:bold;
    color: #000;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px #98aaac solid;
    letter-spacing: 2px;
}
.contactAddress 
{
    line-height: 18px;
    letter-spacing: 2px;
}
#footer
{
    background: url(../../Images/footer.jpg) repeat-x;
    position:relative;
    height: 169px;
    margin-top: -129px;
    z-index: 1;
}
.summary ul
{
    margin: 0px 0px 10px 15px;
    padding: 0px;
}
h1
{
    color: #cc0202;
    font-style:italic;
}
h2 
{
    color: #cc0202;
    margin: 10px 0px 10px 0px;
    padding: 0px;
}
.intro, .contents 
{
    margin-bottom: 10px;
    line-height: 16px;
}
.more, .back
{
    margin-bottom: 10px;
}
.more 
{
    text-align: right;
    clear:left;
}
.more a, .back a
{
    color: #2d3236;
    text-decoration: none;
}
.more a:hover, .back a:hover
{
    color: #cc0202;
    text-decoration: underline;
}
.image 
{
    float: left;
    margin-right: 10px;
}

.gallery 
{
    margin: 10px 0px 10px 0px;
}
.photo, .annex 
{
    float: left;
    margin: 3px;
}
.photo a, .annex a
{
    display:table-cell;
    height:100px;
    line-height:95px;
    overflow:hidden;
    text-align:center;
    vertical-align:middle;
    width:130px;
    background-color: #ebf5ff;
    border: solid 1px #abd5ff;
}
 .annex a 
 {
     height:70px;
     line-height:70px;
     width:76px;
 }
.photo img 
{
    height: 80px;
}
.image 
{
    float: left;
}
.image a 
{
    display:table-cell;
    overflow:hidden;
    text-align:center;
    vertical-align:middle;
    width:130px;
}
.loading 
{
    position: fixed;
	left: 50%;
	top: 50%;
	width: 250px;
	height: 75px;
	line-height: 75px;
	background: #ccc;
	margin-left: -125px;
	margin-top: -35px;
	z-index: 10;
	padding: 5px;
	border: 1px solid #454545;
    -moz-border-radius: 0.5em;
    font-size: 10pt;
    text-align:center;
    filter: alpha(opacity=90); -moz-opacity: 0.9; opacity: 0.9;
}
.loading img 
{
    vertical-align: middle;
    margin-right: 5px;
}
.panelAlert 
{
    text-align:center;
    color: Red;
    font-weight: bold;
}
.panelBlock 
{
    margin-bottom: 1px;
    background-color: #ebf5ff;
    border: solid 1px #abd5ff;
    padding: 5px;
}
.panelBlock a
{
    color: #454545;
}
.panelBlock a:hover
{
    color: #cc0202;
}
.fieldForm
{
    padding:5px;
    border:solid 1px #bcbcbc;
    -moz-border-radius: 5px;
}
/*.listAnnex
{
    margin: 5px 0px 0px 15px;
    padding: 0px;
}
.listAnnex a
{
    color: #454545;
}
.listAnnex a:hover
{
    color: #cc0202;
}*/
.panelArticleList 
{
    background: url(../../Images/panel_background.png) repeat-x top;
    border-top: solid 1px #bcbcbc;
    padding: 0px 10px 10px 10px;
}