@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000;
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

#header {
	width:930px;
	margin: 0 auto;
	padding-top:36px;
  position:relative;
}

#swf_logo{
  position:absolute;
  top:0;
  right:-2px;
  z-index:9999;
}

#swf_banner{
  z-index:9999;
}

#page {
	width: 930px;
	margin: 0 auto;
	padding: 0px 0;
	background-color:#fff;
}

#l_sidebar {
	float: left;
	width: 285px;
	background: #fff;
}

#r_sidebar {
	float: right;
	width: 595px;
	background: #fff;
	padding:20px 30px 0 20px;
}

#footer {
	height:43px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	padding-top:20px;
}

#footer_content {
	width:930px;
	text-align:center;
	margin:0 auto;
}

#slogan {
	float:left;
	width:300px;
	padding-left:20px;
}

#term {
	float:right;
	width:380px;
	margin-right:10px;
}

p {
	color:#000;
	font-size:11px;
	line-height:16px;
	text-align:justify;
}

/* nav */

#navigation {
 width: 275px;
}
#navigation ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
#navigation li {
 border-bottom: 2px solid #fff;
}
.navigation_link  {
 display: block;
 background-color: #c69b49;
 color: #fff;
 text-decoration: none;
 padding:4px 0 7px 32px;
 font-size:12px;
 background-position:right;
 background-image:url(../images/btn_no_arrow.jpg);
 background-repeat:repeat-y; 
}

#navigation li a:hover {
 background-color: #97886b;
 color: #FFFFFF;
}

.navigation_current {
 display: block;
 color:#FFF;
 background-color:#c69b49;
 background-position:right;
 background-image:url(../images/btn_arrow.jpg);
 background-repeat:no-repeat;
 text-decoration: none;
 padding:4px 0 7px 32px; 
 font-size:12px; 
}


/* nav */


/* sub nav */

#sub_navigation {
 width: 275px;
}
#sub_navigation ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
#sub_navigation li {
 border-bottom: 0px solid #fff;
}
.sub_navigation_link  {
 display: block;
 background-color: #ecdcb1;
 color: #000;
 text-decoration: none;
 padding:6px 0 9px 32px;
 font-size:12px;
 background-position:right;
 background-image:url(../images/btn_no_arrow.jpg);
 background-repeat:no-repeat; 
}

#sub_navigation li a:hover {
 background-color: #bdbdbd; !important;
 color: #000; !important;
}

.sub_navigation_current {
 display: block;
 color:#000;
 background-color:#d5d5d5;
 background-position:right;
 background-image:url(../images/btn_arrow_grey.jpg);
 background-repeat:no-repeat;
 text-decoration: none;
 padding:4px 0 7px 32px; 
 font-size:12px; 
}

/* sub nav */


/* member nav */

#member_navigation {
 width: 275px;
}
#member_navigation ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
#member_navigation li {
 border-bottom: 0px solid #fff;
}
.member_navigation_link  {
 display: block;
 background-color: #c92229;
 color: #fff;
 text-decoration: none;
 padding:6px 0 9px 32px;
 font-size:12px;
 background-position:right;
 background-image:url(../images/btn_no_arrow.jpg);
 background-repeat:no-repeat; 
}

.member_sub_navigation_link  {
 display: block;
 background-color: #efb794;
 color: #c92229;
 text-decoration: none;
 padding:6px 0 9px 32px;
 font-size:12px;
 background-position:right;
 background-image:url(../images/btn_no_arrow.jpg);
 background-repeat:no-repeat; 
}

#member_navigation li a:hover {
 background-color: #bdbdbd; !important;
 color: #000; !important;
}

.member_navigation_current {
 display: block;
 color:#000;
 background-color:#c92229;
 background-position:right;
 background-image:url(../images/btn_arrow_grey.jpg);
 background-repeat:no-repeat;
 text-decoration: none;
 padding:4px 0 7px 32px; 
 font-size:12px; 
}

/* member nav */


.font_blue {
	color:#492809;
}

.font_grey {
	color:#989898;
}

.font_grey2 {
	color:#5f5f5f;
}

.font_while {
	color:#FFFFFF;
}

.font_gold {
	color:#f5d04c;
	font-weight:bold;
	/*text-shadow:0 0 0.2em #5d5b5b, 0 0 0.2em #5d5b5b, 0 0 0.2em #5d5b5b*/
}

.font_orange {
	color:#da5801;
	font-weight:bold;
	/*text-shadow:0 0 0.2em #5d5b5b, 0 0 0.2em #5d5b5b, 0 0 0.2em #5d5b5b*/
}

.form_grey {
	width:100px;
	 background-image:url(../images/form_box.jpg);
	 background-repeat:no-repeat; 
	 border:0; 
	 height:20px; 
	 padding-top:2px; 
	 padding-left:2px; 
	 background-color:#303030;
	 font-size:12px;
	 color:#FFFFFF;
}

h1 {
	font-size:16px;
	margin-bottom:20px;
	margin-top:6px;
}

h2 {
	font-size:12px;
	margin-bottom:20px;
	text-decoration:underline;
}

.font_11 {
	font-size:11px;
}

.font_12 {
	font-size:12px;
}
.font_14 {
	font-size:14px;
}
.font_16 {
	font-size:16px;
}

.spacing {
	margin-bottom:20px;
}

li {
	line-height:15px;
}

.content_half {
	float:left;
	width:175px;
	text-align:left;
	margin-bottom:10px;
}