@charset "utf-8";

/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

:focus
	{
	outline: 0;
	}

body
	{
	line-height: 1;
	color: black;
	background: white;
	}

ol, ul
	{
	list-style: none;
	}

table
	{
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td
	{
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,
q:before, q:after
	{
	content: "";
	}

blockquote, q
	{
	quotes: "" "";
	}

/* body style start */
html
	{
    overflow: -moz-scrollbars-vertical;
	}

body,td,th
	{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #7a7c7c;
	}
	
body
	{
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/page_bg.jpg);
	}

a 
	{
	text-decoration:none;
	}
	
a:link
	{
	color: #6ac334;
	}

a:visited
	{
	color: #6ac334;
	}

a:hover
	{
	color: #009700;
	}

a:active
	{
	color: #6ac334;
	}

h1
	{
	font-size:25px;
	font-weight:bold;
	letter-spacing:-0.07em;
	line-height:0.9em;
	color: #6ac334;
	}
	
h2
	{
	font-size:20px;
	font-weight:bold;
	letter-spacing:-0.05em;
	color: #6ac334;
	}
	
h3
	{
	font-size:16px;
	font-weight:bold;
	letter-spacing:-0.03em;
	color: #6ac334;
	}

h4
	{
	font-size:13px;
	font-weight:bold;
	letter-spacing:-0.01em;
	color: #6ac334;
	}
	
h5
	{
	font-size:10px;
	font-weight:bold;
	letter-spacing:-0.01em;
	color: #6ac334;
	}

strong
	{
	font-weight:bold;
	font-size:1.1em;
	letter-spacing:0em;
	}
	
p
	{
	padding:0;
	margin:0;
	text-align:justify;
	}
	
em
	{
	font-style:italic;
	font-weight:bold;
	color:#ECBDAD;
	letter-spacing:0em;
	}
    
input
    {
    font-family: Arial, sans-serif;
	font-size: 12px;
	color: #7a7c7c;
    text-align:center;
  }

textarea
    {
    font-family: Arial, sans-serif;
	font-size: 12px;
	color: #7a7c7c;
    padding:10px;
  }
  
.align_r
	{
	text-align:right;
	}
	
.align_l
	{
	text-align:left;
	}
	
.align_c
	{ 
	text-align:center;
	}
	
.clear
	{
	font-size:0;
	width:80%;
	margin:0 auto;
	height:0;
	clear:both;
	}

.img_l
	{
	float:left;
	padding:10px;
	margin:5px 15px 10px 0;
	background-color:#fff;
	border:1px solid #d4d4d4;
	text-align:center;	
	}
	
.img_r
	{
	float:right;
	padding:10px;
	margin:5px 0 10px 15px;
	background-color:#fff;
	border:1px solid #d4d4d4;
	text-align:center;	
	}

.img_c
	{
	clear:both;
	text-align:center;
	padding:10px;
	margin:15px;
	background-color:#fff;
	border:1px solid #d4d4d4;
	}

.imgsml_l
	{
	float:left;
	padding:4px;
	margin:2px 15px 5px 0;
	background-color:#fff;
	border:1px solid #d4d4d4;
	text-align:center;	
	}
	
.imgsml_r
	{
	float:right;
	padding:4px;
	margin:2px 0 5px 15px;
	background-color:#fff;
	border:1px solid #d4d4d4;
	text-align:center;	
	}

.imgsml_c
	{
	clear:both;
	text-align:center;
	padding:4px;
	margin:10px;
	background-color:#fff;
	border:1px solid #d4d4d4;
	}
	
.backlink
	{
	clear:both;
	float:right;
	padding-top:10px;
	}
	
/* layout start */
#main_container
	{
	position:relative;
	width:979px;
	margin: 0 auto 15px auto;
	background-color:#fff;
	}

#index_header
	{
	width:979px;
	height:416px;
	background-color:#fff;
	}

#index_ticker
	{
	width:929px;
	clear:both;
	margin:0 auto;
	background-image:url(images/tickerbox_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#377230;
	text-align:center;
	color:#fff;
	padding:25px 25px 20px 25px;
	}

#index_content
	{
	width:979px;
	clear:both;
	background-color:#fff;
	border-bottom:2px dotted #d4d4d4;
	}
	
#index_menu
	{
	width:174px;
	float:left;
	border-right:solid 2px #d4d4d4;
	text-align:center;
	padding:0;
	margin:0;
	}

#index_menu .button
	{
	margin-top:15px;
	padding:1px 0 10px 0;
	border-top:1px dotted #d4d4d4;
	}


#index_contentbox
	{
	width:803px;
	float:right;
	background-image:url(images/contentbox_top.jpg);
	background-repeat:no-repeat;
	padding:70px 0 0 0;
	}

#index_noticias
	{
	width:398px;
	float:left;
	border-right:solid 2px #d4d4d4;
	text-align:left;
	}

#index_noticias .box
	{
	width:360px;
	margin:0 auto;
	padding-bottom:10px;
	border-bottom:1px dotted #d4d4d4;
	margin-bottom:15px;
	}

#index_noticias h1
	{
	padding-bottom:5px;
	}

#index_noticias h4
	{
	padding-bottom:5px;
	}
	
#index_eventos
	{
	width:400px;
	float:right;
	text-align:right;
	}

#index_eventos .box
	{
	width:360px;
	margin:0 auto;
	padding-bottom:10px;
	border-bottom:1px dotted #d4d4d4;
	margin-bottom:15px;
	}
	
#index_eventos h4
	{
	padding-bottom:5px;
	}
	
#index_footer
	{
	width:979px;
	clear:both;
	background-image:url(images/footer_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	padding: 25px 0 25px 0;
	text-align:center;
	border-top:3px solid #d4d4d4;
	margin-top:2px;
	}
	
#index_footer p
	{
	text-align:center;
	font-size:0.8em;
	color: #d4d4d4;
	margin:5px;
	}

#inner_header
	{
	width:979px;
	height:292px;
	float:left;
	background-color:#fff;
	}

#inner_content
	{
	width:979px;
	clear:both;
	background-color:#fff;
	border-bottom:2px dotted #d4d4d4;
	}

#inner_menu_container
	{
	width:273px;
	float:right;
	background-image:url(images/inner_menubox_linebg.jpg);
	background-repeat:repeat-y;
	}
	
#inner_menu_top
	{
	width:273px;
	height:96px;
	}

#inner_menu
	{
	width:273px;
	min-height:300px;
	height:auto !important;
	height:300px;
	background-image:url(images/inner_menubox_bg.jpg);
	background-repeat:repeat-x;
	background-position:right top;
	text-align:center;
	padding:0;
	}

#inner_menu .item
	{
	width:190px;
	background-image:url(images/inner_menubox_itembg.jpg);
	background-repeat:repeat-x;
	background-position:right top;
	background-color: #f9ba03;
	border-top:2px solid #e57716;
	clear:both;
	margin-left:40px;
	padding:10px;
	text-align:right;
	}

#inner_menu h1
	{
	font-size:20px;
	font-weight:bold;
	letter-spacing:-0.05em;
	color: #e57716;
	}
	
#inner_menu a:hover h1
	{
	color: #FFF500;
	}
	
#inner_menu_bottom
	{
	width:273px;
	height:229px;
	background-repeat:no-repeat;
	background-position:bottom;
	background: url(images/inner_menubox_bottom.jpg);
	}

#inner_contentbox
	{
	width:676px;
	float:left;
	background-image:url(images/inner_contentbox_bg.jpg);
	background-repeat:repeat-x;
	padding:30px 0 20px 30px;
	text-align:justify;
	letter-spacing:0.05em;
	line-height:1.3em;
	}
	
#inner_contentbox p
	{
	text-align:justify;
	letter-spacing:0.05em;
	line-height:1.3em;
	}
	
#inner_contentbox h1
	{
	text-align:left;
	line-height:100%;
	}

#inner_contentbox h2
	{
	text-align:left;
	line-height:100%;	
	}

#inner_contentbox h3
	{
	text-align:left;
	line-height:100%;
	}

#inner_contentbox h4
	{
	text-align:left;
	line-height:100%;
	}

#inner_contentbox ul
	{
	margin:0;
    padding:0;
	text-align:left;
	line-height:1.3em;
	letter-spacing:0em;
	font-size:12px;
	list-style-image:url(images/list.gif);
    margin:10px 0 10px 25px;
	}
	
#inner_contentbox ol
	{
	margin:0;
    padding:0;
	text-align:left;
	line-height:1.3em;
	letter-spacing:0em;
	font-size:12px;
    margin:10px 0 10px 25px;
	}
	
#inner_contentbox ul li
	{
	margin:0;
	padding:0;
	margin:0 0 2px 0;
	}
	
#inner_contentbox table
	{
	width:99%;
	border:none;
	}
	
#inner_contentbox table tr
	{
	background-color:#f6fafb;
	}
	
#inner_contentbox table td
	{
	padding:5px;
	border:1px solid #fff;
	}

#inner_contentbox .box
	{
	width:100%;
	margin:0 auto;
	padding-bottom:15px;
	border-bottom:1px dotted #d4d4d4;
	margin-bottom:15px;
	}
    
#inner_contentbox .comment_box
	{
	width:540px;
	margin:0 auto 7px auto;
	padding:20px;
	border-bottom:4px solid #ffef03;
   background-image: url(images/comment_bg.jpg);
   background-position:bottom;
   background-repeat: repeat-x;
   background-color: #fff;
	}
    
#inner_contentbox .form_box
	{
	width:385px;
	margin:15px auto;
	padding:15px 30px 15px 30px;
	border-top:4px solid #ffef03;
    background-image: url(images/inner_menubox_itembg.jpg);
    background-repeat: repeat-x;
    background-color: #ffef03;
	}
	
#inner_contentbox .form_box table
	{
	border:none;
	}
	
#inner_contentbox .form_box table tr
	{
	background-color: transparent;
	}
	
#inner_contentbox .form_box table td
	{
	padding:0;
	border:none;
	}
	
#inner_contentbox .form_box h4
	{
	color:#E67817;
	text-align:right;
	}
	
#inner_contentbox .form_box h3
	{
	color:#E67817;
	text-align:right;
	}
	
#inner_contentbox .form_box p
	{
	color:#E67817;
	text-align:right;
	letter-spacing:0em;
	line-height:90%;
	}
    
#inner_contentbox .lightbox
	{
	width:540px;
	background-color: #ffffff;
	background-image: url(images/lightbox_bg.jpg);
	background-repeat:repeat-x;
	background-position:right top;
	padding: 15px;
	margin: 10px auto;
    text-align:center;
	border-top:4px solid #85c226;
	}

#inner_contentbox .lightbox img
	{
	padding:5px;
	background-color:#ffffff;
	border:1px solid #d4d4d4;
	}
	
#inner_contentbox .lightbox table
	{
	border:none;
	}
	
#inner_contentbox .lightbox table tr
	{
	background-color: transparent;
	}
	
#inner_contentbox .lightbox table td
	{
	padding:0;
	border:none;
	}
	
#inner_contentbox .table_top
	{
	background-color: #ffef03;
	background-image: url(images/inner_menubox_itembg.jpg);
	background-repeat:repeat-x;
	background-position:right top;
	color:#E67817;
	padding:6px;
	text-align:left;
	border:none;
	border-top:4px solid #ffef03;
	}
	
#inner_contentbox .table_top h4
	{
	color:#E67817;
	}

#inner_contentbox .norm_row
	{
	background-color: #fff;
	background-image: url(images/comment_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:6px;
	text-align:left;
	letter-spacing:0em;
	line-height:95%;
	border:none;
	}

#inner_contentbox .alt_row
	{
	background-color: #fff;
	background-image: url(images/lightbox_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding:6px;
	text-align:left;
	letter-spacing:0em;
	line-height:95%;
	border:none;
	}
