﻿/*-- main css --------------------------------------------------------*/
html {
    padding: 0;
    margin: 0;
}

#main_body {
    padding: 0;
    margin: 0 auto;
    font-family: arial, tahoma, verdana, sans-serif;
    font-size: 12px;
}

#container {
	position: relative;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 740px;
}

#layout_table {
	clear: both;
	border-collapse: collapse;
}

#left_column {
	vertical-align: top;
}

#right_column {
	vertical-align: top;
}

#container_top {
    height: 8px;
    font-size: 0px;
    border-bottom: 1px solid #263038;
}

#container_bottom {
    height: 8px;
    font-size: 0px;
    border-top: 1px solid #263038;
}

#header {
    height: 147px;
    border-left: 1px solid #263038;
    border-right: 1px solid #263038;
}

#main_container {
    position: relative;
    top: -11px;
    margin: 0;
    padding: 7px 12px 0 12px;
    border-left: 1px solid #263038;
    border-right: 1px solid #263038;
}

#footer {
    margin: 0 5px 0 5px;
}

#footer_text {
    text-align: left;
    padding: 15px 10px 5px 10px;
}

#key_visual {
    padding: 0;
    margin: 0 5px 0 5px;
    width: 728px;
    height: 147px;
}

#logo {
    width: 142px;
    height: 89px;
    position: absolute;
    top: 34px;
    margin-left: 54px;
}

#sub_container1 {
    margin: 35px 0 0 0;
    width: 142px;
}

#sub_container2 {
	width: 505px;
    margin: 20px 0px 0 20px;
}

#sub_container3 {
    font-size: 0px;
    height: 1px;
}

#content_container {
	width: 525px;
	/* margin: 0; */
	margin-left: 30px;
	padding: 0;
	overflow: hidden;
}

/**/

#main_nav_container {
	position: relative;
	left: -2px;
	overflow: hidden;
  width: 684px;
  margin: 0;
  padding: 0;
}

#main_nav_table {
	position: relative;
	border-collapse: collapse;
}

#main_nav_left_column {
	vertical-align: top;
}

#main_nav_right_column {
	vertical-align: top;
}

#main_nav_left {
  width: 10px;
  height: 24px;
}

#main_nav_right {
	position: relative;
	left: -4px;
  width: 10px;
  height: 24px;
}

#main_nav_list {
		margin: 0;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    float: left;
    height: 24px;
    padding-right: 1px;
}

#main_nav_list a {
	background-repeat: repeat-x !important;
    padding: 0;
    display: block;
    height: 24px;
    overflow: hidden;
    line-height: 26px;
    width: 87px;
    text-align: center;
}

/**/

#sub_nav_top {
    height: 8px;
    width: 142px;
    font-size: 0px;
}

#sub_nav_bottom {
    height: 8px;
    width: 142px;
    font-size: 0px;
}

#sub_nav_container {
    width: 142px;
}

#sub_nav_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#sub_nav_list li {
    padding: 0 1px 0 1px;
    overflow: hidden;
}

#sub_nav_list a.sub_nav_item {
    padding: 3px 10px 0 10px;
    display: block;
    width: 120px;
}

#sub_nav_list a.sub_nav_active_item {
    padding: 3px 10px 0 10px;
    display: block;
    width: 120px;
}

/**/

#slogan {
    margin-bottom: 15px;
}

.content button {
    border: 1px solid;
    background: #eeeeee;
}

.content textarea {
    border: 1px solid;
}

.content input {
    border: 1px solid;
}

.content fieldset {
    border: 1px solid;
}

/* Begin Content */

.content table {
    border-left: 1px solid;
    border-top: 1px solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.content th {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 3px 5px 3px 5px;
    text-align: left;
}

.content td {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 3px 5px 3px 5px;
}


/*-- style css --------------------------------------------------------*/


div#logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#footer_text a {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  color: #797354;
  text-decoration: underline; white-space: nowrap;
}

    
#key_visual {
   background: url(images/key_visual1.jpg) no-repeat;
}
#slogan {
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  color: #7c6000;
}
#main_nav_list a.main_nav_active_item {
  background: url(images/main_nav_active.gif) no-repeat;
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #64490f;
}
#main_nav_list a.main_nav_item {
  background: url(images/main_nav.gif) no-repeat;
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #595433;
}
#main_nav_list a.main_nav_item:hover {
  background: url(images/main_nav_active.gif) no-repeat;
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #64490f;
}
.sub_nav_list a.sub_nav_active_item {
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #fefeff;
}
.sub_nav_list a.sub_nav_item {
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #67634d;
}
.sub_nav_list a.sub_nav_item:hover {
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #fefeff;
}
#content_container h1 {
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  color: #938856;
}
#content_container h2 {
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #938856;
}
#content_container h3 {
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #938856;
}
#content_container, #content_container p {
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
}
#content_container a:visited {
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #c97203;
}
#content_container a:link {
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #938856;
}
#content_container a:hover {
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #a96b19;
}
#content_container a:active {
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #a96b19;
}
#footer_text {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #797354;
}



/*-- colorscheme css --------------------------------------------------------*/


#main_body {
    background: #797354;
}

/*-- main container --------------------------------------------------------*/

#container {
    background: #ffffff url(images/bg_container.gif) repeat-y left;
}

#container_top {
    background: url(images/bg_top.gif) repeat-x;
}

#container_bottom {
    background: url(images/bg_bottom.gif) repeat-x;
}

#main_container {
    background: url(images/bg_main_top.gif) no-repeat top;
}

#footer {
    background: #ffffff url(images/bg_footer.gif) no-repeat top;
}

#footer_text {
    color: #797354;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	background: url(images/main_nav.gif) repeat;
}

#main_nav_right {
    background: url(images/main_nav_right.gif) repeat-y right top;
}

#main_nav_left {
    background: url(images/main_nav_left.gif) repeat-y left top;
}

#main_nav_list li {
    background: url(images/main_nav_separator.gif) no-repeat right top;
}

#main_nav_list a.main_nav_item {
    color: #595433;
}

#main_nav_list a.main_nav_item:hover {
    color: #64490f;
    background: url(images/main_nav_active.gif) repeat-x top;
}

#main_nav_list a.main_nav_active_item {
    color: #64490f;
    background: url(images/main_nav_active.gif) repeat-x top;
}

#main_nav_list a.main_nav_active_item:hover {
    color: #64490f;
    background: url(images/main_nav_active.gif) repeat-x top;
}

/**/

#sub_nav_top {
    background: url(images/sub_nav_top.gif) no-repeat top;
}

#sub_nav_bottom {
    background: url(images/sub_nav_bottom.gif) no-repeat top;
}

#sub_nav_container {
    background: url(images/sub_nav.gif) repeat-y left;
}

#sub_nav_list a.sub_nav_item {
    color: #67634d;
}

#sub_nav_list a.sub_nav_item:hover {
    color: #fefeff;
    background: #f2b257;
}

#sub_nav_list a.sub_nav_active_item {
    color: #fefeff;
    background: #f2b257;
}

#sub_nav_list a.sub_nav_active_item:hover {
    color: #fefeff;
    background: #f2b257;
}

/**/

#slogan {
    color: #7c6000;
}

#search_block {
    background: url(images/bg_search.gif) no-repeat top;
}

#search_block .caption {
    color: #65614a;
}

/* Begin Content */

.content {
    color: #2d2706;
}

.content table {
    border-color: #b7ae85;
}

.content th {
    border-color: #b7ae85;
    background: #b7ae85;
    color: #ffffff;
}

.content td {
    border-color: #b7ae85;
    color: #786c3d;
}

.content tr.odd {
    background: #f1ecdc;
}

.content tr.even {
    background: #ffffff;
}

/* End Content */

/* Begin Pager */

#pager {
    background: url(images/bg_pager.gif) no-repeat top;
}

#pager #current_page {
    color: #65614a;
}

#pager a:hover {
    color: #65614a;
}

#pager a {
    color: #65614a;
}

/* End Pager */

.content textarea {
    border-color: #b7ae85;
}

.content input {
    border-color: #b7ae85;
}

.content fieldset {
    border-color: #b7ae85;
}

.content button {
    border-color: #b7ae85;
}

.content a:link {
    color: #938856;
}

.content a:hover {
    color: #a96b19;
}

.content a:visited {
    color: #c97203;
}

.content h1 {
    color: #938856;
}

.content h2 {
    color: #938856;
}

.content h3 {
    color: #938856;
}

.content ol {
}

.content ul {
}

.content li {
}


