@charset "UTF-8";

body {
	color: #000000;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	background: url(../images/bg.jpg) repeat-y fixed center;
}
p {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
	color: #6E8E4B;
}
a:hover {
	color: #000000;
}
a:visited {
	color: #6E8E4B;
}

h4 {
	margin-left:25px;
	margin-top: 15px;
	color: #007EB0;
	font-weight: bold;
}
#outer_container{
	height: 100%;
	background: #ffffff;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	}
#container {
	width: 800px;
	background: #DFF0B0;
}

/* @group Top Navi */

#navi {
	width: 800px;
	background-color: #000000;
}

#navlist {
    background:url("../images/navi.jpg") no-repeat;
    width:800px;
    height:30px;
    margin:0;
    padding:0;
    }

    #navlist span {
    display: none;
    }

    #navlist li, #navlist a {
	height:30px;
	display:block;
    }

    #navlist li {
	float:left;
	list-style:none;
	display:inline;
    }

    #navlist-01 {
	width: 117px;
	margin-left: 0px;}
    #navlist-02 {
	width: 216px;
	margin-left: 1px;}
    #navlist-03 {
	width: 177px;
	margin-left: 1px;}
    #navlist-04 {
	width: 136px;
	margin-left: 1px;}
    #navlist-05 {
	width: 150px;
	margin-left: 1px;}

    #navlist-01 a:hover {background:url("../images/navi.jpg") 0px -30px no-repeat; }
    #navlist-02 a:hover {background:url("../images/navi.jpg") -118px -30px no-repeat; }
    #navlist-03 a:hover {background:url("../images/navi.jpg") -335px -30px no-repeat; }
    #navlist-04 a:hover {background:url("../images/navi.jpg") -513px -30px no-repeat; }
    #navlist-05 a:hover {background:url("../images/navi.jpg") -650px -30px no-repeat; }

    #navlist-01-active {
	width: 117px;
	margin-left: 0px;
	background:url("../images/navi.jpg") 0px -60px no-repeat; }
    #navlist-02-active {
	width: 216px;
	margin-left: 1px;
	background:url("../images/navi.jpg") -118px -60px no-repeat; }
    #navlist-03-active {
	width: 177px;
	margin-left: 1px;
	background:url("../images/navi.jpg") -335px -60px no-repeat; }
    #navlist-04-active {
	width: 136px;
	margin-left: 1px;
	background:url("../images/navi.jpg") -513px -60px no-repeat; }
    #navlist-05-active {
	width: 150px;
	margin-left: 1px;
	background:url("../images/navi.jpg") -650px -60px no-repeat; }

#subnaviBox {
	background-color: #1B2403;
	width: 325px;
	position: absolute;
	top: 30px;
	color: #FFFFFF;
	margin-left: 118px;
	visibility: hidden;
	z-index: 1;
}

#subnavi_list {
	height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(../images/subnavi_1.jpg);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
    }
	#subnavi_list:hover {
	height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(../images/subnavi_2.jpg);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
    }
#subnaviBox a {
	color: #FFFFFF;
	text-decoration: none;
}

/* @end */

/* @group SubNav Bar */

#subnavi {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: normal;
}
#subnavi a{
	color:  #000000;
	text-decoration: none;
}
#subnavi a:hover{
	color:  #7fBA3C;
	text-decoration: none;
}
.subnav_green {
	color:  #7fBA3C;
	font-weight: bold;
}
#subnavi a:visited{
	color:  #000000;
	text-decoration: none;
}

/* @end */

/* @group Header */

#header {
	width: 800px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 80px;
}

#black_tab {
	background-image: url(../images/black_tab.png);
	background-repeat: no-repeat;
	background-position: right top;
	height:30px;
	float: left;
	position: relative;
	top: 22px;
	width: 450px;
}
#black_tab_img {
	float: left;
	height: 30px;
	position: relative;
	top: 22px;
	background-color: #1B2403;
}
.black_tab_icon {
	margin-top: 5px;
	margin-left: 25px;
}

#black_tab_text {
	margin-top: 8px;
	margin-right: 40px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 14px;
	height: 18px;
	margin-left: 10px;
}

#subhead {
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	text-align: right;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #1B2403;
	background-color: #007EB0;
	width: 800px;
	float: left;
}
#subhead_image {
	height: 170px;
	width: 800px;
	clear: both;
	float: left;
	background-repeat: no-repeat;
}

/* @end */

#content {
	padding-top: 20px;
	padding-bottom: 40px;
	float: left;
	width: 800px;
	color: #DFF0B0;
	font-size: 12px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #1B2403;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#left {
	width: 400px;
	float: left;
	padding-bottom: 20px;
}


#right {
	width: 400px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* @group White Tab */

#tab {
	width: 385px;
	float: left;
	position: relative;
	top: -48px;
}

#tab_top {
	background-image: url(../images/white_tab.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 10px;
	clear: both;
	float: left;
}

#tab_content {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-right:10px;
	margin-bottom:10px;
	clear: left;
	text-align: left;
}
#tab_icon  {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -4px;
}

#shadow {
	background-image: url(../images/shadow.jpg);
	background-position: right bottom;
	position: relative;
	clear: both;
	width: 385px;
	background-repeat: no-repeat;
	text-align: right;
}

/* @end */
#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 800px;
	float: left;
	background-color: #FFFFFF;
}
#calmax {
	border: 2px solid #C9DAF4;
	margin-left: 25px;
	margin-right: 25px;
	width: 306px;
}

#contact_tab {
	font-weight: bold;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 25px;
}

input
{
	border: 3px outset #CCCCCC;
	width: 575px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 25px;
}
textarea
{
	border: 3px outset #CCCCCC;
	width: 575px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 25px;
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
}
.tabhome {
	text-decoration: none;
}
