/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#71cb84;
	font-size:14px;
	margin:0 auto;
	line-height: 22px;
	background-color:#FFF;
	background-repeat: repeat;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.jpg);
}

a {
	color:#FDD623;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

.input {
	color: #71cb84;
	background-color: #041a08;
	border: 1px solid #137628;
}

.img {
	padding:3px;
	border: 2px solid #FDD623;
}

/* ---- layout settings ----------------------- */

#bg_repeat-top {
	position:relative;
	margin:0 auto;
	width:100%;
	height:auto;
	background-position: top center;
	background-repeat: repeat-x;
	background-image: url(images/bg_main-top.jpg);
}

#bg_repeat-top-sub {
	position:relative;
	margin:0 auto;
	width:100%;
	height:auto;
	background-position: top center;
	background-repeat: repeat-x;
	background-image: url(images/bg_repeat_sub.jpg);
}

#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
	padding: 0 0 10px 0;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:142px;
	background-repeat: no-repeat;
	background-image: url(images/bg_header.jpg);
}

#header-sub {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:182px;
	background-repeat: no-repeat;
	background-image: url(images/bg_header-sub.jpg);
}

#flash {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:472px;
	background-repeat: no-repeat;
	background-image: url(images/bg_flash.jpg);
}
/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:70px;
	left:0;
	width:950px;
	height:61px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	padding: 30px 0 0 0;
}

#main-sub {
	position:relative;
	top:0;
	left:0;
	width:880px;
	height:auto;
	color: #fff;
	padding: 30px 50px 0 20px;
	background-repeat: repeat-y;
	background-image: url(images/bg_main-sub.jpg);
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	width:880px;
	height:auto;
	margin: 0 0 10px 0;
	padding:10px 15px 10px 15px;
}

/* ---- end main content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:890px;
	height:44px;
	clear:both;
	margin: 0 auto;
	padding: 5px 30px 0 30px;
	background: url(images/bg_footer.jpg) top left no-repeat;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:61px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav.gif);
}

a#nav_01 {
	width:134px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -61px;
}

.active_01 {
	background-position: 0 -61px !important;
}

a#nav_02 {
	width:173px;
	background-position:-134px 0;
}

a:hover#nav_02{
	background-position:-134px -61px;
}

.active_02 {
	background-position:-134px -61px !important;
}

a#nav_03 {
	width:81px;
	background-position:-307px 0;
}

a:hover#nav_03{
	background-position:-307px -61px;
}

.active_03 {
	background-position:-307px -61px !important;
}

a#nav_04 {
	width:121px;
	background-position:-543px 0;
}

a:hover#nav_04{
	background-position:-543px -61px;
}

.active_04 {
	background-position:-543px -61px !important;
}

a#nav_05 {
	width:139px;
	background-position:-664px 0;
}

a:hover#nav_05{
	background-position:-664px -61px;
}

.active_05 {
	background-position:-664px -61px !important;
}

a#nav_06 {
	width:147px;
	cursor:default;
	background-position:-803px 0;
}

a:hover#nav_06{
	background-position:-803px -61px;
}

.active_06 {
	background-position:-803px -61px !important;
}
