@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body   { color: #333; font-size: 13px; font-family: Verdana, Helvetica, sans-serif; line-height: 1.6; background-color: #fff; background-image: url("../images/background.gif"); letter-spacing: 1px; margin: 0; padding: 0 }

br {
   letter-spacing:normal;
}

a  { color: #60f; text-decoration: none }
a:visited { color: #909 }
a:hover  { color: #909; text-decoration: none; background-color: #fff0ff }

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */
#top { background-image: url("../images/back.gif"); background-repeat: repeat-x }
#header   { color: #fff; background-color: #606; margin: 0 auto; padding: 0; position: relative; width: 779px; border-top: 5px solid #606; border-bottom: 5px solid #606 }
#pr   { position: absolute; top: 6px; left: 238px }

#menu {
   width:100%;
   float:left;
   margin-bottom:20px;
   background:url("../images/bg_menu.gif") 0 100% repeat-x;
}

#contents   { background-color: #fff; background-image: none; margin: 0 auto; position: relative; width: 779px; clear: both }

#main   { margin-top: 20px; margin-right: 2px; width: 539px; float: right }

#sub   { margin-left: 2px; width: 220px; float: left }

#pageTop  { margin-right: 2px; clear: both }

#footer  { color: #fff; background: #606; clear: both }


/* ========HEADER CUSTOMIZE======== */
#header h1   { margin: 0 0 0 2px; padding: 0 }

#header h1 a  { color: #fff0ff }

#header h1 a:hover  { color: #fff }

#header #pr p  { font-size: 16px; font-weight: bold; line-height: 18px; margin: 0 }


/* ========MENU CUSTOMIZE======== */
#menu ul {
   width:779px;
   margin:0 auto;
   padding:0;
}

#menu li {
   float:left;
   color:#333;
   text-align:center;
   list-style-type:none;
}

#menu li a {
   display:block;
   width:155px;
   color:#5A5132;
   line-height:50px;
   border-left:1px solid #D8D8D8;
}

#menu li.home a {
   border:none;
}

#menu li a.active {
   background:#f4f3e8;
}

#menu li a:hover {
   color:#333;
   background:#f4f3e8;
   text-decoration:none;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main h2   { color: #303; font-size: 15px; font-weight: bold; margin-top: 20px; margin-bottom: 8px; padding: 2px 2px 2px 0; border-bottom: 3px double #303 }

#main h3  { font-size: 14px; background: #fff url("../images/bg_h3.gif") no-repeat 0 6px; margin-bottom: 3px; padding-left: 15px; border-bottom: 1px dotted #ddd }

#main h4 {
   margin-bottom:2px;
   font-size:14px;
}

#main h5 {
   margin-bottom:2px;
   padding:2px;
   font-size:13px;
   color:#fff;
   background:#73C700;
}

#main h6 {
   margin-bottom:2px;
   font-size:13px;
   border-bottom:2px solid #333;
}

#main p {
   margin:0 0 1em 0;
}

#main dt  { font-weight: bold; background: #f0f0ff; margin-bottom: 3px; padding: 0 8px 2px }

#main dd  { margin: 0 3em 0.5em; padding: 3px }

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

#main table {
   width:100%;
   border-collapse: collapse;
}

#main table th  { font-size: 12px; background: #f0f0ff; text-align: left; padding: 5px; border: solid 1px #ddd }

#main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
}

.nonborder table  { border: solid 0 #000000 !important }

.nonborder td {
border: 0 #000000 solid !important;
padding: 0 0 !important;
}
/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section   { margin-bottom: 10px }
#sub .banner { position: absolute; bottom: 0; left: 20px }
#sub h2   { color: #303; font-size: 14px; font-weight: bold; background: #fff url("../images/bg_submenu.gif") no-repeat 0 50%; padding: 3px 3px 3px 10px; border-bottom: 1px solid #e7e7e7 }
#sub ul  { margin: 0 0 25px; padding: 0 }

#sub li  { line-height: 1.2; list-style: none; border-bottom: 1px solid #ddd }

#sub li a   { color: #303; line-height: 2; background: url("../images/arrow_purple.gif") no-repeat 4px 8px; display: block; padding-left: 20px }
#sub li a:hover { color: #606; text-decoration: none; background-color: #fff0ff; background-image: url("../images/arrow_white.gif") }
#sub img { margin: 2px }
/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:10px 0;
   text-align:right;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url("../images/bg_pagetop.gif") 0 50% no-repeat;
   color:#333;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
   margin:0 0 10px 0;
   padding:10px 0 0 0;
   text-align:right;
   background:url("../images/bg_dotline.gif") 0 0 repeat-x;
}

#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   list-style:none;
}

#footMenu li a {
   padding-left:10px;
   color:#333;
   background: url(../images/bg_footmenu.gif) 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   text-align:center;
}
.photos img   { background: #fff; margin: 2px; padding: 8px; border-right: 1px solid silver; border-bottom: 1px solid silver; box-shadow: 0 2px 3px 0 #ccc }
