/*
font-family: Georgia, "Times New Roman", Times, serif;
font-family: Arial, Helvetica, sans-serif;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
*/
body {
	margin: 38px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	color: #666666;
}
img, a img {
	border: none;
}
.handcursor {
	cursor: hand;
	cursor: pointer;
}
form {
	margin: 0;
	padding: 0;
}
a {
	padding: 0px 10px 0px 0px;
	background-image: url(images/link_arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: bold;
	color: #FF8B08;
	text-decoration: none;
	text-transform: uppercase;
}
a:hover {
	color: #B4D820;
	background-image: url(images/link_arrow_over.gif);
	background-position: right;
	background-repeat: no-repeat;
}
a.image {
	padding: 0;
	background: none;
	text-transform: none;
}
a.image:hover {
	background: none;
}
p {
	margin: 0;
	color: #666666;
	line-height: 17px;
	padding: 0px 0px 10px 0px;
}
p a {
	padding: 0px 0px 0px 0px;
	background: none;
	font-size: inherit;
	font-weight: normal;
	text-transform: none;
}
p a:hover {
	background: none;
}
h4 a {
	padding: 0px 0px 0px 0px;
	background: none;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: none;
	text-transform: none;
}
h4 a:hover {
	background-image: none;
}
ul {
	/*list-style-type: none;
	list-style-image: url(images/bullet.gif);*/
	list-style-type: none;
	list-style-image: url(images/disc.gif);
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-left: 0px;
	color: #666666;
}
ul ul {
	margin-top: 0;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
li {
	line-height: 15px;
	padding-bottom: 8px;
}
h2 {
	margin: 0;
	padding: 0px 0px 12px 0px;
	font-size: 15px;
	color: #006595;
}
h3, h4 {
	margin: 0;
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
h4 {
	padding: 0px 0px 5px 0px;
	line-height: 14px;
}
td {
	vertical-align: top;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.error {
	color: #ed2724;
}
.ext {
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
}
.submit {
	float: left;
}
.submit a {
	display: block;
	padding: 0px 0px 0px 7px;
	height: 18px;
	line-height: 18px;
	background-image: url(images/btn_left.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.submit a:hover {
	background-image: url(images/btn_left_over.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.submit a span {
	display: block;
	padding: 0px 23px 0px 0px;
	background-image: url(images/btn_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.submit a:hover span {
	background-image: url(images/btn_right_over.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.formlabel {
	line-height: 18px;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 5px;
	vertical-align: middle;
	text-align: right;
}
.formlabel_error {
	color: #FF0000;
	line-height: 18px;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 5px;
	vertical-align: middle;
	text-align: right;
}
.formright {
	width: 99%;
}
.formright textarea, .formright input, .formright select {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #666666;
	width: 225px;
	padding: 3px;
	margin-bottom: 3px;
}
.formright textarea {
	height: 100px;
}
.formright select {
	height: 25px;
	width: 177px;
}
.formright input.radiostyle {
	width: 15px;
	line-height: 18px;
	height: 18px;
	border: none;
	margin-right: 2px;
	margin-top: 2px;
}
.formright input.inputbutton {
	
}
.formright input.inputbutton:hover {
	
}
.required {
	font-style: italic;
	font-size: 11px;
}
.hide {
	display: none;
}
.show {
	display: block;
}
/*
page
*/
#main {
	margin: 0 auto;
	width: 900px;
}
#mainnav {
	height: 21px;
	
}
#mainnav ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
#mainnav li {
	padding: 0px 1px 0px 0px;
	display: inline;
	float: left;
	line-height: 21px;
}
#mainnav ul li a {
	display: block;
	padding: 0px 0px 0px 6px;
	background-image: url(images/mainnav_left.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	text-transform: none;
}
#mainnav ul li a:hover, #mainnav ul li a.on {
	color: #568200;
	background-image: url(images/mainnav_left_over.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#mainnav ul li a span {
	display: block;
	padding: 0px 6px 0px 0px;
	background-image: url(images/mainnav_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#mainnav ul li a:hover span, #mainnav ul li a.on span {
	background-image: url(images/mainnav_right_over.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#subnav {
	height: 21px;
	padding: 2px 0px 0px 0px;
}
#subnav ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
#subnav li {
	padding: 0px 0px 0px 0px;
	margin: 0;
	display: inline;
	float: left;
	line-height: 21px;
}
#subnav ul li a {
	display: block;
	padding: 0px 8px 0px 8px;
	background-image: url(images/subnav_back.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	color: #568200;
	text-decoration: none;
	font-size: 11px;
	text-transform: none;
}
#subnav ul li a:hover, #subnav ul li a.on, #subnav ul li a.last_on {
	background-image: url(images/subnav_back_over.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#subnav ul li a.first {
	background-image: url(images/subnav_farleft.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#subnav ul li a.first:hover, #subnav ul li a.first_on {
	background-image: url(images/subnav_farleft_over.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#subnav ul li a.last, #subnav ul li a.last_on {
	padding: 0px 0px 0px 0px;
}
#subnav ul li a.last span, #subnav ul li a.last_on span {
	display: block;
	padding: 0px 8px 0px 8px;
	background-image: url(images/subnav_farright.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#subnav ul li a.last:hover span {
	background-image: url(images/subnav_farright_over.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#subnav ul li a.last_on span {
	/*display: block;
	padding: 0px 6px 0px 8px;*/
	background-image: url(images/subnav_farright_over.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#footer {
	padding: 24px 0px 20px 33px;
}
#footer p {
	margin: 0;
	font-weight: bold;
	color: #568200;
	line-height: 17px;
	padding: 0px 0px 5px 0px;
}
#footer ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
#footer li {
	display: inline;
	float: left;
	line-height: 11px;
}
#footer ul li a {
	display: block;
	padding: 0px 8px 0px 8px;
	background: none;
	border-right: solid 1px #568200;
	color: #568200;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	text-transform: none;
}
#footer ul li a:hover, #footer ul li a.on {
	font-weight: bold;
}
#footer a.login {
	display: block;
	padding: 0px 0px 0px 3px;
	width: 82px;
	height: 16px;
	line-height: 16px;
	background-image: url(images/back_login.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #568200;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
}
#footer a.login:hover {
	background-image: url(images/back_login_over.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#footer_left {
	float: left;
	width: 98px;
	height: 34px;
	padding: 0px 1px 0px 0px;
	background-image: url(images/login_sep.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#footer_right {
	float: right;
	width: 659px;
	padding: 0px 0px 0px 0px;
}
/*
index page
*/
#idx_hdr {
	/*height: 416px;*/
	background-image: url(images/back_idx_tree_rpt.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
#idx_hdr_left {
	float: left;
	width: 355px;
	padding: 0px 0px 0px 16px;
	position: relative;
}
#flash_area {
	
}
#idx_hdr_right {
	float: right;
	width: 453px;
	padding: 48px 45px 0px 0px;
}
#idx_mainnav {
	padding: 23px 0px 21px 4px;
}
#idx_copy {
	width: 410px;
	padding: 20px 20px 20px 20px;
	background-image: url(images/idx_cb_rpt.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}
#idx_copy .hdr {
	font-size: 15px;
	color: #006595;
	padding: 0px 0px 15px 0px;
}
#idx_modules {
	width: 807px;
	padding: 0px 45px 0px 48px;
}
#idx_modules_hdr {
	height: 56px;
	background-image: url(images/back_ins_ftrhead.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#idx_float_container {
	padding: 4px 0px 0px 22px;
	position: relative;
}
.float_box {
	float: left;
	width: 167px;
	padding: 4px 0px 0px 20px;
	background-image: url(images/back_module_top.png);
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	behavior: url(iepngfix.htc);
}
.box1 {
	top: 0px;
	left: 30px;
	z-index: 10;
}
.box4 {
	top: 0px;
	left: 220px;
	z-index: 10;
}
.box3 {
	top: 0px;
	left: 410px;
	z-index: 10;
}
.box2 {
	top: 0px;
	left: 600px;
	z-index: 10;
}
.box5 {
	top: 30px;
	left: 30px;
}
.box6 {
	top: 30px;
	left: 220px;
}
.float_box_bottom {
	padding: 0px 0px 0px 10px;
	margin-top: -5px;
	margin-left: -9px;
	background-image: url(images/back_module_bottom2.png);
	background-repeat: no-repeat;
	position: top;
	behavior: url(iepngfix.htc);
}
.float_box a.title {
	display: block;
	height: 24px;
	background: none;
	line-height: 24px;
	padding: 0px 0px 0px 8px;
	font-size: 14px;
	text-transform: none;
	position: relative;
}
.float_box p {
	margin: 0;
	height: 60px;
	font-size: 11px;
	color: #666666;
	line-height: 14px;
	position: relative;
	padding: 8px 25px 0px 0px;
}
.float_arrow {
	top: 10px;
	left: 10px;
	position: absolute;
}
.fruit {
	position: absolute;
}
.fruit a {
	font-size: 17px;
	font-family: "Franklin Gothic Demi Cond", "Arial";
	font-weight: 300;
	text-indent: -6px;
	background-image: none;
	line-height: .8;
	letter-spacing: -1.0px;
	width: 60px;
}
.fruit1 {
	top: 150px;
	left: 212px;
	width: 60px;
	heigth: 10px;
}
.fruit2 {
	top: 196px;
	left: 132px;
	width: 50px;
}
.fruit3 {
	top: 200px;
	left: 243px;
	width: 90px;
}
.fruit4 {
	top: 280px;
	left: 285px;
	width: 100px;
}
.fruit5 {
	top: 282px;
	left:132px;
	width: 60px;
}
.fruit6 {
	top: 348px;
	left:220px;
	width: 60px;
}
#idx_modules_rpt {
	height: 100%;
	background-image: url(images/back_modules_rpt.gif);
	background-position: top left;
	background-repeat: repeat;
}
#idx_slogan {
	padding: 0px 0px 2px 5px;
}
/*
Inside page
*/
#ins_main {
	margin: 0 auto;
	width: 807px;
}
#ins_hdr {
	height: 119px;
	width: 780px;
	padding: 0px 0px 0px 27px;
}
#ins_logo {
	padding: 0px 0px 5px 3px;
}
#ins_navarea {
	height: 44px;
	padding: 25px 0px 0px 0px;
	background-image: url(images/back_ins_tree_top.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#ins_page {
	width: 789px;
	padding: 0px 0px 0px 18px;
	color: #006595;
}
#ins_copy_hdr {
	min-height: 350px;
	background-image: url(images/back_ins_copy_hdr.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#ins_copy_rpt {
	background-image: url(images/back_ins_copy_rpt.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}
#ins_copy_footer {
	min-height: 24px;
	background-image: url(images/back_ins_copy_ftr.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#ins_copy {
	padding: 37px 32px 0px 8px;
}
#ins_pagetitle {
	font-size: 18px;
	padding: 0px 111px 12px 17px;
}
.ins_subtitle, .ins_subtitle_pad {
	font-size: 15px;
	padding: 0px 0px 12px 17px;
}
.ins_subtitle_pad {
	padding: 0px 111px 12px 17px;
}
#ins_page p {
	color: #333333;
	font-size: 13px;
	line-height: 17px;
	padding: 0px 0px 10px 0px;
}
.ins_sep {
	padding: 0px 0px 15px 0px;
}
#ins_form_left {
	float: left;
	width: 335px;
}
#ins_form_left ul {
	padding-left: 42px;
}
#ins_form_left p {
	padding-left: 17px;
}
#ins_form_right {
	float: right;
	width: 370px;
	padding: 0px 0px 18px 0px;
}
#ins_nav {

}
#ins_nav ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
#ins_nav li {
	line-height: normal;
	padding-bottom: 8px;
}
#ins_nav ul li a {
	display: block;
	padding: 0px 0px 0px 13px;
	background-image: url(images/ins_link_arrow.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}
#ins_nav ul li a:hover, #ins_nav ul li a.on {
	color: #B4D820;
	background-image: url(images/ins_link_arrow_over.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#ins_copy_left {
	float: left;
	width: 200px;
	padding: 10px 0px 0px 17px;
}
#ins_copy_right {
	float: right;
	width: 455px;
	padding: 10px 40px 18px 0px;
}
#disclaimer {
	margin: 15px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: solid 1px #999999;
	font-style: italic;
}
#disclaimer p {
	color: #999999;
	font-size: 10px;
	line-height: 15px;
	padding: 0px 0px 5px 0px;
}
/*
Thickbox
*/
#popupmain {
	background-color: #ffffff;
	color: #9B9B9B;
}
#popupclosebar {
	background-color: #ffffff;
	border-bottom: 1px solid #c3b9a5;
	height: 27px;
	padding-right: 20px;
	text-align: right;
	font-size: 12px;
}
#popupcontentcell {
	padding: 10px 0px 0px 0px;
}
#popupimagecell {
	text-align: center;
	padding: 15px;
}
.popupbody {
	margin: 0px 0px 0px 0px;
	background-image: none;
	line-height: 15px;
	font-size: 12px;
}
.popupbody p {
	margin: 0;
	padding: 0px 0px 10px 0px;
	line-height: 15px;
	font-size: 12px;
}
#popupmain a, #popupmain a:hover {
	background: none;
	padding-right: 0px;
}
#popupphoto_left {
	float: left;
	width: 199px;
}
#popupphoto {
	width: 199px;
	height: 249px;
	
	overflow: hidden;
}
#popupphoto img {
	border: 1px solid #cccccc;
}
#popupright {
	float: right;
	width: 299px;
}
#popupright h2, #popupimagecell h2, #popupmain h2 {
	color: #424242;
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 15px;
	font-weight: bold;
}
#popupright p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
#popupright h3, #popupimagecell h3, #popupmain h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #A0410D;
	font-weight: bold;
}
.popupimg {
	/*float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 31px;
	*/
}
#TB_window img, #inside_content img {
	border: 1px solid #cccccc;
}
#inside_content #pageheader img, #inside_content img.expandimg{
	border: none;
}
#hidelogo {
	display: none;
}
.alt_off {
	padding: 4px;
	vertical-align: top;
	border-bottom: 1px solid #e2e2e2;
}
.alt_on {
	padding: 4px;
	vertical-align: top;
	border-bottom: 1px solid #e2e2e2;
}