﻿/* Jello Mold */
body {
	margin:			0;
	padding:		0 412px 0 413px; /* the critical side padding that sets the natural min-width! */ 
	font-size:		100.01%; /* this body font-size fixes an IE bug and maintains x-browser uniformity */ 
	text-align:		center; /* centers the #sizer element in IE5.x/win */
	font-family:	Arial;
}
#sizer {
	margin:		25px auto 0 auto; /* centers #sizer in standard browsers */
	padding:	0;
	width:		0%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
	text-align:	left; /* resets the default text alignment for the page */
	max-width:	825px; /* max width in fnormal browsers */
}

#expander { /* Any % height here causes IE to lose the neg right margin */
	margin:		0 -412px 0 -413px; /* neg side margin values should be < or = to side body padding */
	min-width:	825px; /* This prevents Safari from losing the negative margins in narrow windows - sum of the negative side margins on #expander */
	position:	relative; /* makes #expander visible outside #sizer in IEwin */
	padding:	0;
	border: 	2px solid #fff;
	background-color: #fbf9f5;
} 

#expander:after
{
	content:	'.'; 
	display:	block; 
	clear:		both; 
	height:		0; 
	visibility: hidden;
}

ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input, label { margin: 0px; padding: 0; }

html, body
{
	font-family: Arial, sans-serif;
	font-size: 12px;
}

body
{
	background: url("/images/green_background.gif") #2f4921;
}

#cvv
{
	width: 600px;
	margin: 20px;
	background: #fff;
}


h1
{
	font-size: 16px;
}

h1 a
{
	color: #666;
}

h2
{
	color: #000;
	font-size: 14px;
}

h3
{
	font-size: 12px;
}

h4
{
	margin-top: 10px;
	margin-bottom: 1px;
}

h4 b
{
	color: #cc0000;
}


a
{
	text-decoration: none;
	color: #2f4921;
}

a:hover
{
	text-decoration: underline;
}


pre
{
	text-align: left;
	color: white;
	background: red;
}

img
{
	border: 0;
}

ul
{
	list-style: none;
}


ul.std
{
	list-style: disc;
	margin-left: 20px;
}


.alert
{
	font-size: 13px;
	font-weight: bold;
	color: #cc0000;
}

.cl
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
}


#header 
{
	width: 825px;
	background-color: #fff;
}

#header:after 
{
	content:	'.'; 
	display:	block; 
	clear:		both; 
	height:		0; 
	visibility: hidden;
}

#topmenu 
{
	height: 95px;
	width: 100%;
}

#slogan
{
	float: left;
	position: relative;
	top: 52px; 
	font-size: 26px;
	color: #2f4921;
	margin: 10px;
}


#maincontent
{
/*	float: left;  */
	width: 825px;
	background-color: #fbf9f5;
}


#address
{
	float: right;
	width: 400px;
	margin: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #2f4921;
	text-align: right;
}

#address h1
{
	font-size: 20px;
	margin: 0 0 2px 0;
	padding: 0;
}

#address a
{
	color: #2f4921;
}

img.logo
{
	margin: 10px 0 0 10px;
	border: none;
}


.swf_box
{
	margin: 0 0 1px 0;
	padding: 0;
}

.swf_box p
{
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------- */

#menu
{
	margin: 2px 0 0 0;
	height: 29px;
	background: url("/images/green_toolbar.gif") repeat-x #496b33;
}

#menu .act
{
	color: #fff;
	background: url("/images/gray_toolbar.gif") repeat-x #8d8d8d;
}

#menu .date
{
	color: #000;
	float: right;
	padding-right: 10px;
	font-size:	11px;
	line-height: 29px;
	color: #fff;
	font-weight: bold;
}

#menu ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li
{
	line-height: 25px;
	display: block;
	float: left;
	border-right: 1px solid #979797;
}

#menu a
{
	display: block;
	margin: 0;
	padding: 2px 12px;

	text-transform: uppercase;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#menu ul li a:hover
{
	background: url("/images/green_toolbar_lt.gif") repeat-x;
}

/* ------------------------------------------------- */

#sub_menu
{
	width: 180px;
	margin: 0 10px 10px 0;
}

#sub_menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sub_menu ul li
{
	display: block;
/*	line-height: 25px; */
	margin: 0 0 1px 0;
	background: url("/images/green_toolbar.gif") repeat-x #496b33;
}

#sub_menu ul li.act
{
	background: url("/images/gray_toolbar.gif") repeat-x #8d8d8d;
}

#sub_menu ul li a
{
	display: block;
	padding: 7px 12px; 
	text-transform: uppercase;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#sub_menu ul li a:hover
{
	background: url("/images/green_toolbar_lt.gif") repeat-x #a5b69a;
}

#sub_menu ul ul li a
{
	font-weight: normal;
}


#sub_menu ul ul li a:hover
{
	background: none;
}

#sub_menu ul li ul
{
	margin: 2px 0;
}	

#sub_menu ul li ul li,
#sub_menu ul li.act ul li
{
	padding: 0 0 0 10px;
	background: none;
	font-size: 11px;
}

#sub_menu ul ul li a
{
	padding: 0 0 5px 10px; 
}


#sub_menu ul li ul li.act a,
#sub_menu ul li ul a:hover
{
	font-weight: bold;
	color: #2f4921;
}


.hide_it
{
	display: none;
}

div.in
{
/*	padding: 10px 20px 6px 20px; */
	padding: 10px;
}

div.in p
{
	margin: 0 0 10px 0;
	padding: 0;
}

.art
{
	padding: 10px 0 20px 0;
	min-height: 300px;
}

.mmplayer
{
	margin: 0 0 10px 0;
}

.empty-header
{
	height: 15px;
}

#body
{
	min-height: 400px;
	padding: 1px 0 10px 0;
	width: 640px;
	float: left; 
	margin: 0;
/*	background: red; */
}

#body h1
{
	margin-top: 10px;
}

#body p
{
	margin: 5px 0;
}


#right
{
	margin: 1px 0 10px 0;
	float: right;
	width: 180px;
}

#right:after
{
	content:	'.'; 
	display:	block; 
	clear:		both; 
	height:		0px; 
	visibility: hidden;
}

#in
{
	margin: 10px;
}

#in h1
{
	margin: 0 0 10px 0;
}

#in form h4
{
	margin: 5px 0 2px 0;
}

#in form label.l_label
{
	display: block;
	text-align: right;
	padding: 2px 10px 2px 0;
	float: left;
	width: 180px;
	white-space: nowrap;
}

#in form p
{
	margin: 0 0 10px 0;
}

#in fieldset
{	
	margin: 5px 0 10px 0;
	padding: 10px;
	width: 616px;
}

#in fieldset legend
{
	font-weight: bold;
	font-size: 12px;
	color: #2f4921;
	padding: 0 10px;
}



table.plain td
{
	padding: 0 10px 5px 0;
}


table#b_table
{
	width: 100%;
}


table#b_table td
{
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: none;
/*	background: red; */
}

table#b_table td.left
{
	width: 0;
}

table#b_table td.body
{
	padding: 0 0 0 10px;
	width: 100%;
}

table#b_table td.body ul
{
	list-style: disc;
	margin-left: 20px;
}



/* ---------------------------------------- */
table.voucher_table
{
	margin: 5px 0 10px 0;
	width: 640px;
}

table.voucher_table th
{
	background: #cfeccf;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding: 3px 6px;
	color: black;
	border-right: 1px solid #469f46;
	border-bottom: 1px solid #469f46;
	white-space: nowrap;
}

table.voucher_table td
{
	background: #e7f6e7;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	padding: 3px 6px;
	border-right: 1px solid #7cc47c;
	border-bottom: 1px solid #7cc47c;
	white-space: nowrap;
}


table.voucher_table th.m1,
table.voucher_table td.m1
{
	width: 70%;
}

table.voucher_table th.m2,
table.voucher_table td.m2
{
	width: 20%;
}

table.voucher_table th.m3,
table.voucher_table td.m3
{
	width: 10%;
	text-align: right;
}


table.voucher_table th.v1,
table.voucher_table td.v1
{
	width: 60%;
}

table.voucher_table th.v2,
table.voucher_table td.v2
{
	width: 20%;
}

table.voucher_table th.v3,
table.voucher_table td.v3,
table.voucher_table th.v4,
table.voucher_table td.v4
{
	width: 10%;
	text-align: right;
}


table.voucher_table th.t1,
table.voucher_table td.t1
{
	width: 90%;
	text-align: right;
	font-weight: bold;
}

table.voucher_table th.t2,
table.voucher_table td.t2
{
	width: 10%;
	text-align: right;
}


















#content
{
	float: left;
	width: 570px;
	background-color: #ffffff;
}


.right-box
{
	width: 180px;
	margin: 0 0 2px 0;
}

.right-box:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.right-box img
{
	border: 1px solid #666;
	width: 178px;
}

.right-box h2
{
	background: #666;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0 4px 7px;
	color: #fff;
}

.right-box.blue h2
{
	background: url(/images/blue_toolbar.gif) repeat-x #6697cb;
}
.right-box.blue img
{
	border: 1px solid #0057a1;
}


.right-box.green h2
{
	background: url("/images/green_toolbar.gif") repeat-x #496b33;
}
.right-box.green img
{
	border: 1px solid #496b33;
}


.right-box.black h2
{
	background: #000;
}
.right-box.black img
{
	border: 1px solid #000;
}


.right-box.gold h2
{
	background: gold;
}
.right-box.gold img
{
	border: 1px solid gold;
}

.right-box.silver h2
{
	background: url("/images/gray_toolbar.gif") repeat-x silver;
}
.right-box.silver img
{
	border: 1px solid silver;
}

.right-box.red h2
{
	background: red;
}
.right-box.red img
{
	border: 1px solid red;
}

.right-box.orange h2
{
	background: orange;
}
.right-box.orange img
{
	border: 1px solid orange;
}


.right-box.yellow h2
{
	background: yellow;
}
.right-box.yellow img
{
	border: 1px solid yellow;
}


.right-box.brown h2
{
	background: brown;
}
.right-box.brown img
{
	border: 1px solid brown;
}

.right-box h2 a
{
	color: #fff;
}

.right-box.orange h2 a,
.right-box.yellow h2 a
{
	color: #000;
}


.right-box h2 a:hover
{
	text-decoration: none;
}

.right-box img:hover
{
	opacity: 0.75;
	filter: alpha(opacity = 75);
}



#footer
{
	margin-top: 30px;
	clear: both;
	line-height: 35px;
	width: 825px;
	vertical-align: middle;
	text-align: center;
}


#footer  ul
{
	list-style: none;
}

#footer  ul li
{
	display: inline;
	color: #2f4921;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
	border-right: 1px solid #666;
}

#footer  ul li.last
{
	border-right: none;
}



#footer_address
{
	margin: 10px 0;
	text-align: center;
	font-size: 11px;
}


#tab-menu
{
	width: 825px;
	background-color: #fff;
	display: table-cell;
	vertical-align: bottom;
}

#tab-menu:after
{
	content:	'.'; 
	display:	block; 
	clear:		both; 
	height:		0;
	visibility: hidden;
}


#tab-menu ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#tab-menu ul li
{
	display: block;
	float: left;
	text-transform: uppercase;
	padding: 0 19px 0 19px;
	color: #000;
	font-size: 11px;
	border: 1px solid #e3e3e3;

	-moz-border-radius-topright: 6px; 
	-moz-border-radius-topleft: 6px; 
	-webkit-border-radius-topright: 6px; 
	-webkit-border-radius-topleft: 6px; 
	
	margin: 0 2px 0 0 ;
	border-bottom: none;
	line-height: 30px;
}

#tab-menu ul li #first
{
	padding: 0 19px 0 19px;
	margin-left: -19px;
}


#tab-menu .ul-menu ul li a
{
	color: #000;
	font-size: 11px;
}

#tab-menu .ul-menu ul li.selected-tab a 
{
	color: #d40005;
}


#tab-menu  li.selected-tab 
{
	display: block;
	float: left;
	text-transform: uppercase;
	padding: 0 19px 0 19px;
	color: #000;
	font-size: 11px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-radius-topright: 6px; 
	-webkit-border-radius-topleft: 6px; 
	border: 3px solid #e3e3e3;
	border-bottom: 3px solid #fff;
	margin: 0 2px -3px 0 ;
	line-height: 28px;
	position: relative;
}

#tab-menu #first
{
	display: block;
	position: absolute; 
	background-image: url("/images/ul-first.gif");
	background-repeat: no-repeat;
	margin-top: 30px;
	left: 19px;
	color: #fff;
}

#tab-menu  li.selected-tab #first
{
	display: block;
	position: absolute; 
	background-image: url("/images/ul-first-selected.gif");
	background-repeat: no-repeat;
	margin-top: 27px;
	left: 16px;
	color: #fff;
}


font.red-font
{
	font-weight: bold;
	color:			 #cc0000;
}	




ul.page-navi
{
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 0 5px 2px;
	font-size: 12px;
/*	border-bottom: 1px solid #999; */
}

ul.page-navi:after
{
	content:	'.'; 
	display:	block; 
	clear:		both; 
	height:		0;
	visibility: hidden;
}


ul.page-navi li
{
	display: inline;
	margin: 0 0 0 5px;
	color: #666;
	padding: 0 0 0 10px;
	height: 20px;
	background: url("/images/red-arrow-li.png") no-repeat 0 3px; 
}

ul.page-navi li.first
{
	margin: 0;
	padding: 0;
	background: none;
}


ul.page-navi li a
{
	color: #000;
}





.red-btn
{
	padding: 5px 20px;
	background: #cc0000;
	color: #fff;
	text-transform: uppercase;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: none;
	font-size: 11px;
}

div.ca:after
{
	content:	'.'; 
	display:	block; 
	clear:		both; 
	height:		0;
	visibility: hidden;
}


/* ----------------------------------------------- */
ul.pdf_list
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.pdf_list li
{
	padding: 4px 4px 4px 24px;
	background: url("/images/pdf_icon.png") no-repeat;
	background-position: 0 2px;
}


/* ----------------------------------------------- */
ul.gallery_list
{
	margin: 10px 0 20px 0;
	list-style: none;
}

ul.gallery_list li
{
	float: left;
	width: 160px;
	height: 190px;
	margin: 0 10px 10px 0;
	border: 1px solid #999;
	padding: 10px;
}

ul.gallery_list.grid li
{
	height: 160px;
}

ul.gallery_list li h3
{
	font-size: 12px;
}

ul.gallery_list li h3 span
{
	font-weight: normal;
	color: #666;
}

ul.gallery_list li p
{
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #666;
}


ul.gallery_list li div.g_img
{
	height: 160px;
	text-align: center;
}