﻿/* CSS Document */
html
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
p
{
	padding: 0 0 0 0px;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-family: Arial;
	font-size: 11px;
	color: #646464;
	font-weight: normal;
	/*line-height: 16px;*/
	vertical-align:top;
	text-align: left;	
}
.padmenu
{
	padding-left:5px;
	padding-right:5px;
}
.Whitepipe
{
	color: #ffffff;
	cursor: pointer;
	background-color: #a62c2a;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial versa;
	text-decoration: none;
	text-transform: uppercase;	
}
.Greenpipe
{
	color: #026256;
	cursor: pointer;
	background-color: #026256;	
	font-size: 11px;
	font-weight: bold;
	font-family: Arial versa;
	text-decoration: none;
	text-transform: uppercase;
}
.Textout
{
	background-color: #a62c2a;
	cursor: pointer;
	color: #ffffff;
	width: 52px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial versa;
	text-decoration: none;
	text-transform: uppercase;	
}
.Textover
{
	color: #ffffff;
	cursor: pointer;
	background-color: #026256;	
	width: 52px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial versa;
	text-decoration: none;
	text-transform: uppercase;	
}

.TextNormal
{
	color: #ffffff;
	background-color: #026256;
	width: 52px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial versa;
	text-decoration: none;
	text-transform: uppercase;
}

A.top_menu:Link
{
	font-family: Arial versa,Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
}
A.top_menu:Visited
{
	font-family: Arial versa,Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
}
A.top_menu:Active
{
	font-family: Arial versa,Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
}
A.top_menu:Hover
{
	font-family: Arial versa,Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline; /* changed from none to underline */
	cursor: pointer;
	text-transform: uppercase;
}
/* GREEN LINKS */
a /* default class for links */
{
	font-family: Arial;
	font-size: 11px;
	color: #026256;
	text-decoration: underline;
	font-weight: normal;
}
a:Link /* default class for links */
{
	font-family: Arial;
	font-size: 11px;
	color: #026256;
	text-decoration: underline;
	font-weight: normal;
}
a:Visited /* default class for links */
{
	font-family: Arial;
	font-size: 11px;
	color: #026256;
	text-decoration: underline;
	font-weight: normal;
}
a:Active /* default class for links */
{
	font-family: Arial;
	font-size: 11px;
	color: #026256;
	text-decoration: underline;
	font-weight: normal;
}
a:Hover /* default class for links */
{
	font-family: Arial;
	font-size: 11px;
	color: #026256;
	text-decoration: underline;
	font-weight: normal;
}

/* Black LINKS */
a.Blacklink /* default class for links */
{
	font-family: Arial;
	font-size: 11px;
	color: #646766;
	text-decoration: underline;
	font-weight: normal;
}
a.Blacklink:Link /* default class for links */
{
	font-family: Arial;
	font-size: 11px;
	color: #646766;
	text-decoration: underline;
	font-weight: normal;
}
a.Blacklink:Visited /* default class for links */
{
	font-family: Arial;
	font-size: 11px;
	color: #646766;
	text-decoration: underline;
	font-weight: normal;
}
a.Blacklink:Active /* default class for links */
{
	font-family: Arial;
	font-size: 11px;
	color: #646766;
	text-decoration: underline;
	font-weight: normal;
}
a.Blacklink:Hover /* default class for links */
{
	font-family: Arial;
	font-size: 11px;
	color: #646766;
	text-decoration: underline;
	font-weight: normal;
}

A.greenLink:Link
{
	font-family: Arial;
	font-size: 11px;
	color: #026256;
	cursor: pointer;
	text-decoration: underline;
	font-weight: normal;
}
A.greenLink:Visited
{
	font-family: Arial;
	font-size: 11px;
	color: #026256;
	cursor: pointer;
	text-decoration: underline;
	font-weight: normal;
}
A.greenLink:Active
{
	font-family: Arial;
	font-size: 11px;
	color: #026256;
	cursor: pointer;
	text-decoration: underline;
	font-weight: normal;
}
A.greenLink:Hover
{
	font-family: Arial;
	font-size: 11px;
	color: #026256;
	cursor: pointer;
	text-decoration: underline;
	font-weight: normal;
}
/* GREEN MENUS */
/* DARK GREEN FOOTER */
A.footer:Link
{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}
A.footer:Visited
{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}
A.footer:Active
{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}
A.footer:Hover
{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	cursor: pointer;
	text-decoration: underline;
}
/* DARK GREEN FOOTER */
/* SECOND LEVEL NAVIGATION MENUS FOR TEMPLATE PAGE*/
	 A.greenNav_temp:Link {  font-family:Arial; font-size:11px; color:#026256;cursor:pointer;text-decoration:underline;font-weight:normal; }
     A.greenNav_temp:Visited { font-family:Arial; font-size:11px; color:#026256;cursor:pointer;text-decoration:underline;font-weight:normal; }
     A.greenNav_temp:Active {  font-family:Arial; font-size:11px; color:#026256;cursor:pointer;text-decoration:underline;font-weight:normal; }
     A.greenNav_temp:Hover{  font-family:Arial; font-size:11px; color:#c71317;cursor:pointer;text-decoration:underline;font-weight:normal;  }
     .greenNav_temp{  font-family:Arial; font-size:11px; color:#026256;cursor:pointer;text-decoration:underline;font-weight:normal; }
     A.greenNav_tempAct {  font-family:Arial; font-size:11px; color:#026256;cursor:text;text-decoration:underline;font-weight:bold; }
     
     .greenNav_tempAct {  font-family:Arial; font-size:11px; color:#026256;cursor:text;text-decoration:underline;font-weight:bold; }

/* SECOND LEVEL NAVIGATION MENUS*/
A.greenNav:Link
{
	font-family: Arial;
	font-size: 11px;
	color: #026256;
	cursor: pointer;
	text-decoration: underline;
	font-weight: normal;
}
A.greenNav:Visited
{
	font-family: Arial;
	font-size: 11px;
	color: #026256;
	cursor: pointer;
	text-decoration: underline;
	font-weight: normal;
}
A.greenNav:Active
{
	font-family: Arial;
	font-size: 11px;
	color: #026256;
	cursor: pointer;
	text-decoration: underline;
	font-weight: normal;
}
A.greenNav:Hover
{
	font-family: Arial;
	font-size: 11px;
	color: #c71317;
	cursor: pointer;
	text-decoration: underline;
	font-weight: normal;
}
A.greenNavAct
{
	font-family: Arial;
	font-size: 11px;
	color: #026256;
	cursor: text;
	text-decoration: underline;
	font-weight: bold;
}
.greenNavAct
{
	font-family: Arial;
	font-size: 11px;
	color: #026256;
	cursor: text;
	text-decoration: underline;
	font-weight: bold;
}

/* SECOND LEVEL NAVIGATION MENUS ENDS HERE*/
.lightGreenfoot
{
	height: 22px;
	background-color: #005e53;
	color: #ffffff;
	padding-left: 15px;
	font-size: 11px;
	font-family: Arial versa,Arial;
	font-weight: bold;
}
.darkGreenfoot
{
	height: 60px;
	background-color: #003026;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
}
.footerHt1
{
	height: 10px;
	width: 100%;
	font-size: 11px;
}
.greenMenu
{
	height: 26px;
}
.lightGreenheader
{
	height: 22px;
	background-color: #005e53;
	width: 100%;
	font-size: 11px;
}
.darkGreenheader
{
	height: 66px;
	background-color: #003026;
	width: 100%;
	color: #ffffff;
	font-size: 11px;
}
.redheader
{
	height: 22px;
	background-color: #a62c2a;
	width: 100%;
	color: #ffffff;
	font-size: 11px;
}
.pad
{
	width: 12px;
}
.pad1
{
	padding-left: 20px;
}
.padlist
{
	padding-left: 10px;
}
.pad_rg
{
	padding-right: 20px;
}
.pad_rg1
{
	padding-right: 15px;
}
.tdWid_top
{
	width: 150px;
}
.greyContentbold
{
	font-family: Arial;
	font-size: 11px;
	color: #646464;
	font-weight: bold;
	text-align: left;
}
.colRed
{
	color: #a62c2a;
}
.colBrown
{
	color: #866e2c;
}
.subHead
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}
.head
{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}
.arrow
{
	padding-right: 5px;
	padding-top: 6px;
	vertical-align: top;
}
.arrow1
{
	padding-right: 5px;
}
.arrow_right
{
	padding-right: 2px;
	vertical-align: top;
	width: 7px;
	text-align: left;
	background-image: url("../images/greenarrow.gif" );
	background-repeat: no-repeat;
	background-position: top;
}
.index_arrow_right
{
	padding-right: 2px;
	vertical-align: top;
	width: 7px;
	text-align: left;
	background-image: url("../images/greenarrow1.gif" );
	background-repeat: no-repeat;
	background-position: top;
}

.arrow_right1
{
	padding-right: 5px;
	padding-top: 6px;
	vertical-align: top;
	width: 7px;
	padding-bottom: 10px;
}
.arrow_right2
{
	background-image: url("images/greenarrow.jpg" );
	background-repeat: no-repeat;
	background-position: top left;
}
.greenstripWid
{
	width: 7px;
}
.greenstripWid2
{
	width: 5px;
}

/* BACKGROUND COLORS */
.greyBackground
{
	background-color: #f6f6f6;
}
.blueBackground
{
	background-color: #d9deea;
}
.greenBackground
{
	background-color: #e5efed;
}
.right_blue_bg
{
	background-color: #dadeea;
}
/* BACKGROUNG COLOR ENDS */
.wid_strip
{
	width: 10px;
}
.loren
{
	color: #117b22;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}
/*-----------*/
.top_ht
{
	height: 35px;
}
.top_teaserht
{
	height: 38px;
}
.top_teaserht2
{
	height: 15px;
}
.Left_wdt
{
	width: 20px;
}
.wd_ht
{
	width: 100%;
	height: 100%;
}
.wd_ht1
{
	width: 744px;
	height: 100%;
}
.ht_0
{
	height: 5px;
}
.ht_1
{
	height: 10px;
}
.ht_2
{
	height: 11px;
}
.ht_3
{
	height: 20px;
}
.ht_4_b
{
	height: 13px;
}
.ht_4_b
{
	height: 5px;
}
.ht_5
{
	height: 186px;
}
.ht_6
{
	height: 26px;
}
.ht_7
{
	height: 100%;
}
.ht_8
{
	height: 22px;
}
.rig_wt
{
	width: 186px;
}
.wt1
{
	width: 15px;
}
.wt2
{
	width: 186px;
}
.wt3
{
	width: 20px;
}
.wt0
{
	width: 10px;
}
.home_right_td1
{
	width: 7px;
}
.pad7
{
	padding-left: 7px;
}
.home_loren_tb
{
	width: 357px;
	height: 186px;
}
.wt_foot
{
	width: 60px;
}
.wt_3td
{
	width: 558px;
}
.line_wt
{
	height: 1px;
	background-image: url(../images/01_home_RZ_line.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.home_top_img
{
	height: 370px;
	width: 744px;
}
.wt_100
{
	width: 1px;
}
.padBottom
{
	padding-bottom: 12px;
}
.padBottomsub
{
	padding-bottom: 7px;
}
.blackHead{
font-family:Verdana;
font-size:22px;
color: #000000;
font-weight:normal;
line-height:25px;
}

.blackHead_bold{
font-family:Verdana;
font-size:22px;
color: #000000;
font-weight:bold;
line-height:22px;
}

.black_Teaserhead{
font-family:Verdana;
font-size:18px;
color: #000000;
font-weight:normal;
line-height:24px;

}

.head_green
{
	font-family: Verdana;
	font-size: 22px;
	color: #117b22;
	/*line-height:22px;*/
}

.green_Teaserhead {
font-family:Verdana;
font-size:18px;
color: #117b22;
font-weight:normal;
line-height:20px;
}

.head_red
{
	/*Frutiger  - 45light 30px*/
	font-family: Verdana;
	font-size: 22px;
	color: #a62c2a;
	line-height:22px;
}

.red_Teaserhead {
font-family:Verdana;
font-size:18px;
color: #a62c2a;
font-weight:normal;
line-height:20px;
}

.head_blue
{
	/*Frutiger 55Roman 18px  color #335484*/
	font-family: Verdana;
	font-size: 22px;
	color: #003888;
	/*line-height:22px;*/
}



.blue_Teaserhead {
font-family:Verdana;
font-size:18px;
color: #003888;
font-weight:normal;
line-height:20px;
}

.head_brown
{
	font-family: Verdana;
	font-size: 22px;
	color: #866e2c;
	/*line-height:22px;*/
}

.brown_Teaserhead {
font-family:Verdana;
font-size:18px;
color: #866e2c;
font-weight:normal;
line-height:19px;
}

.subhead_bold_grey
{
	font-family: Arial;
	font-size: 11px;
	color: #646464;
	font-weight: bold;
}
.subhead_bold_green
{
	font-family: Arial;
	font-size: 11px;
	color: #117b22;
	font-weight: bold;
}
.subhead_bold_red
{
	font-family: Arial;
	font-size: 11px;
	color: #a62c2a;
	font-weight: bold;
}
.subhead_bold_brown
{
	/* color:#784a08*/
	font-family: Arial;
	font-size: 11px;
	color: #866e2c;
	font-weight: bold;
}

.redContent_bold
{
	font-family: Arial;
	font-size: 11px;
	color: #a62c2a;
	font-weight: bold;
}
.redContent
{
	font-family: Arial;
	font-size: 11px;
	color: #a62c2a;
	font-weight: normal;
}

.greyContent
{
	font-family: Arial;
	font-size: 11px;
	color: #646464;
	font-weight: normal;
	/*line-height: 16px;*/
	text-align: left;
}

.brownContent
{
	font-family: Arial;
	font-size: 11px;
	color: #866e2c;
	font-weight: normal;
}
.brownContent_bold
{
	font-family: Arial;
	font-size: 11px;
	color: #866e2c;
	font-weight: bold;
}
.greenLink
{
	/* color:#005e53*/
	font-family: Arial;
	font-size: 11px;
	color: #026256;
	text-decoration: underline;
	font-weight: normal;
}

.greenLink_bold
{
	/* color:#005e53*/
	font-family: Arial;
	font-size: 11px;
	color: #026256;
	font-weight: bold;
	text-decoration: underline;
}

.blueLink
{
	font-family: Arial;
	font-size: 11px;
	color: #003888;
	text-decoration: underline;
	font-weight: normal;
}

.blueLink_bold
{
	font-family: Arial;
	font-size: 11px;
	color: #003888;
	text-decoration: underline;
	font-weight: bold;
}

#Tbl1 td{
width:auto;
}
