/*********************
** STYLE BY ELEMENT **
*********************/

html
{
	margin:0;
	padding:0;
	overflow-y: scroll;
}

body
{
	margin:0; 
	padding:0; 
	font:11px/16px Tahoma;
	font-family: Tahoma, Arial, Sans-Serif;
	background:url(../images/layout/til_tp.gif) repeat-x;
	height:106px;
}

p
{
	margin:0px;
	padding-bottom:20px;
	font:11px/16px Tahoma;
	font-family: Tahoma, Arial, Sans-Serif;
}

h1 /* copied from "title" class */
{
	padding-left: 5px;
	background-color:#800000;
	color:#FFFFFF; /*#575757; */
	font:18px Arial, Helvetica, sans-serif;
/*	margin-bottom: 0px; */
	text-transform:uppercase;
}

h2 /* copied from h1 and modified */
{
	color:#800000;
	font:14px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3 /* copied from "txt" class and modified*/
{
	color:#828282;
	font:13px Arial, Helvetica, sans-serif;
	margin:12px 0 0 0;
	font-weight: bold;
}

img{border:0; }

/****************
** STYLE BY ID **
****************/

/*blocks*/
#main_block{ width:1000px; text-align:left; }

#sub_block1{ width:1000px; text-align:left; min-height:448px; height:auto; }

#content_block{ width:998px; float:left; min-height:440px; background:url(../images/layout/til_cp.gif) #fff repeat-x; padding-bottom:20px; border-left-style:solid; border-left-color: #767770; border-left-width: 1px; border-right-style:solid; border-right-color: #767770; border-right-width: 1px;}

#right_block{ margin:50px 50px 0 0; float:right; width:275px; display:inline; }

#center_block{ margin:50px 0 0 42px; float:left; width:604px; display:inline; }

#center_block_2{ margin:50px 0 0 42px; float:left; width:910px; display:inline; } /* for single-column pages */

#sub_block2{ width:1000px; text-align:left; }

#footer_block{ width:1000px; float:left; background:#767770; padding-bottom:10px; padding-top:0px; text-align:center}


/*******************
** STYLE BY CLASS **
*******************/

.flt{float:left;}

.flr{float:right;}

.clr{clear:left;}

.ds{display:inline;}

.mrgn1{ margin-top:10px; float:left; }

.mrgn2{ margin-top:15px; float:left; }

.mrgn3{ margin-top:20px; float:left; }

.mrgn4{ margin-top:25px; float:left; }

.mrgn5{ margin-top:30px; float:left;}

.mrgn6{ margin-top:35px; float:left; }

.mrgn7{ margin-top:45px; float:left; }

.mrgn8{ margin-top:59px; float:left; }

/*top*/
.tp_blk1{ width:1000px; /* float:left; */ height:116px; cursor: pointer; cursor: hand; text-align:center; }

.tp_img1,.tp_img2{ background:url(../images/layout/tp_bk1.jpg) no-repeat left; width:1000px; height:292px; float:left;}

.tp_img2{ background:url(../images/layout/tp_bk2.jpg) no-repeat right; }

.menu{ width:1000px; margin:0px 0 0 0px; background:url(../images/layout/til_nv.gif) repeat-x; height:30px; float:left; display:inline; padding-top:10px}

.menu_a{ float:left; color:#818181; text-decoration:none; font:bold 11px Arial, Helvetica, sans-serif; background:url(../images/layout/nv_ln.gif) no-repeat right; padding:20px 20px 0 0px; margin:0 0px 0 20px; width:82px; text-align:center; height:33px; }

.menu_a:hover{ float:left; color:#fff; text-decoration:none; font:bold 11px Arial, Helvetica, sans-serif; background:url(../images/layout/nv_hv.gif) no-repeat left; padding:20px 20px 0 0px; margin:0 0px 0 20px; width:82px; text-align:center; height:33px; }

.menu_pg { float:left; color:#fff; text-decoration:none; font:bold 11px Arial, Helvetica, sans-serif; background:url(../images/layout/nv_hv.gif) no-repeat left; padding:20px 20px 0 0px; margin:0 0px 0 20px; width:82px; text-align:center; height:33px; }

.logo{ margin:28px 0 10px 0; /* float:left;*/ display:inline; }

.tp_tx { margin:148px 0 0 150px; float:left; display:inline; color:#800000; width:335px; text-align:right; }

.src{  color:#818181; font:11px Arial, Helvetica, sans-serif; background:#EFF0EF; border:1px solid #D4D1D1; width:156px; height:20px; margin:12px 0 0 0; float:left; border-left:none; border-right:none; padding:5px 0 0 0; }

/*center*/
.title{ color:#575757; font:18px Arial, Helvetica, sans-serif; width:500px; float:left; }

.txt /* for pages with 2-column layout */
{
	color:#828282;
	font:11px/16px Tahoma;
	font-family: Tahoma, Arial, Sans-Serif;
	width:600px;
	float:left;
	margin:0 0 0 0;
}

/* .txt b { color:#800000; } */

.txt a
{
	color:#800000;
	text-decoration:none;
	font-weight:bold;
}

.txt a:hover
{
	text-decoration:underline;
}

.txt_2 /* for pages with 1-column layout */
{
	color:#828282;
	font:11px/16px Tahoma;
	font-family: Tahoma, Arial, Sans-Serif;
	width:879px;
	float:left;
	margin:0 0 0 0;
}

.txt_2 a
{
	color:#800000;
	text-decoration:none;
	font-weight:bold;
}

.txt_2 a:hover
{
	text-decoration:underline;
}

.txt_2_list /* for pages with 1-column layout */
{
	position: relative;
	list-style-image:url(../images/layout/blt_crl1.gif);
	list-style-position: outside;
	list-style-type:disc;
	padding-left:20px;
	color:#828282;
	font:11px/16px Tahoma;
	font-family: Tahoma, Arial, Sans-Serif;
	width:859px;
	margin:0 0 0 10;
	padding-bottom: 20px;
	display:block;
	text-align: left;
	clear: left;
}

/* .txt_2 b { color:#800000; } */

.txt_2_list a
{
	color:#800000;
	text-decoration:none;
	font-weight:bold;
}

.txt_2_list a:hover
{
	text-decoration:underline;
}

.txt_2_list li
{
	line-height: 22px;
}

.txt_table_cell /* for variable width content e.g. table cells */
{
	color:#828282;
	font:11px/16px Tahoma;
	font-family: Tahoma, Arial, Sans-Serif;
	margin:0 0 0 0;
	background: inherit;
	vertical-align: middle;
}

/* .txt_3 b { color:#800000; } */

.txt_table_cell a
{
	color:#800000;
	text-decoration:none;
	font-weight:bold;
}

.txt_table_cell a:hover
{
	text-decoration:underline;
}

.txt_table_cell_leftpadding /* for variable width content e.g. table cells */
{
	color:#828282;
	font:11px/16px Tahoma;
	font-family: Tahoma, Arial, Sans-Serif;
	margin:0 0 0 0;
	background: inherit;
	vertical-align: middle;
	padding-left: 10px;
}

.txt_table_cell_leftpadding a
{
	color:#800000;
	text-decoration:none;
	font-weight:bold;
}

.txt_table_cell_leftpadding a:hover
{
	text-decoration:underline;
}

.txt_table_cell_rightpadding /* for variable width content e.g. table cells */
{
	color:#828282;
	font:11px/16px Tahoma;
	font-family: Tahoma, Arial, Sans-Serif;
	margin:0 0 0 0;
	background: inherit;
	vertical-align: middle;
	padding-right: 10px;
}

.txt_table_cell_rightpadding a
{
	color:#800000;
	text-decoration:none;
	font-weight:bold;
}

.txt_table_cell_rightpadding a:hover
{
	text-decoration:underline;
}

.txt_table_cell_sidepadding /* for variable width content e.g. table cells */
{
	color:#828282;
	font:11px/16px Tahoma;
	font-family: Tahoma, Arial, Sans-Serif;
	margin:0 0 0 0;
	background: inherit;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

.txt_table_cell_sidepadding a
{
	color:#800000;
	text-decoration:none;
	font-weight:bold;
}

.txt_table_cell_sidepadding a:hover
{
	text-decoration:underline;
}

.txt_table_cell_red /* for variable width content e.g. table cells */
{
	color:#800000;
	font:11px/16px Tahoma;
	font-family: Tahoma, Arial, Sans-Serif;
	margin:0 0 0 0;
	background: inherit;
	vertical-align: middle;
}

/* .txt_3 b { color:#800000; } */

.txt_table_cell_red a
{
	color:#800000;
	text-decoration:none;
	font-weight:bold;
}

.txt_table_cell_red a:hover
{
	text-decoration:underline;
}

.cp_blk1{ width:576px; border:1px solid #800000; margin:22px 0 0 0; float:left; background:url(../images/layout/til_who.gif) #D9ADAB repeat-x; padding:19px 0 19px 24px; }

.who_tx{ color:#800000; width:570px; float:left; border-top:1px dashed #800000; margin:10px 0 0 0; padding:9px 0 0 0; }

.cp_lnk{ width:290px; float:left; margin:27px 0 0 30px; }

.cp_lnk a{ color:#800000; line-height:20px; float:left; width:270px; background:url(../images/layout/blt_crl.gif) no-repeat left center; padding:0 0 0 20px; }

.cp_lnk a:hover{ text-decoration:none; }

.cp_lnk2{ width:160px; float:left; margin:35px 0 0 15px; }

.cp_lnk2 a{ color:#800000; line-height:20px; float:left; width:140px; background:url(../images/layout/blt_crl1.gif) no-repeat left top; padding:0 0 0 20px; }

.cp_lnk2 a:hover{ text-decoration:none; }

.txt1{ width:375px; margin:32px 0 0 35px; float:left; color:#828282; }

/*right*/
.rp_blk1{ background:#F2F3F2; border:1px solid #D3D3D3; width:257px; float:left; padding:15px 0 35px 16px; } 

.tx
{
	color:#707070;
	font:11px/16px Tahoma;
	font-family: Tahoma, Arial, Sans-Serif;
	width:230px;
	float:left;
	margin:10px 0 0 0;
}

.nws
{
	background:url(../images/layout/nws.gif) no-repeat;
	width:273px;
	height:141px;
	float:left;
	margin:11px 0 0 0;
}

.nws .formTextField
{
	margin-top: 40px;
	margin-left: 20px;
}

.nws span
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.nws img { margin:13px 0 0 15px; float:left; }

.rp_blk2{ background:url(../images/layout/til_tch.gif) #7F8385 repeat-x; border:1px solid #AAAEAF; width:257px; float:left; padding:15px 0 45px 16px; }



/*footer*/
.fp_link{ margin:30px 0 0 0; display:inline; }

.fp_link a{ color:#BDBDB9; font:11px/30px Arial, Helvetica, sans-serif; text-decoration:none; background:url(../images/layout/ln_fp.gif) no-repeat left; padding:0 5px;  }

.fp_link a:hover{ text-decoration:underline; }

.fp_link span{ color:#BDBDB9; padding:0 5px; }

.credits_tx{ margin:0px 0 0 135px; display:inline; width:330px; color:#BDBDB9; font:11px Arial, Helvetica, sans-serif;  }

.credits_tx a{ color:#BDBDB9; font:11px/30px Arial, Helvetica, sans-serif; text-decoration:none; background:url(../images/layout/ln_fp.gif) no-repeat left; padding:0 5px;  }

.credits_tx a:hover{ text-decoration:underline; }

.cpy_tx{ margin:0px 0 0 135px; display:inline; width:330px; color:#BDBDB9; font:11px Arial, Helvetica, sans-serif;  }

.cpy_tx a{ color:#BDBDB9; font:11px/30px Arial, Helvetica, sans-serif; text-decoration:none; background:url(../images/layout/ln_fp.gif) no-repeat left; padding:0 5px;  }

.cpy_tx a:hover{ text-decoration:underline; }


/* added */
.lowZIndex
{
    z-index: -1;
}

.highZIndex
{
    z-index: 50;
}

.staticMenuStyle
{
	color: #800000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	vertical-align: middle;
}

.dynamicMenuStyle
{
	background-color: #FFFFFF;
	color: #800000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	vertical-align: middle;
}

.staticMenuItem
{
	color: #800000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.dynamicMenuItem
{
	background-color: #FFFFFF;
	color: #800000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.selectedStaticMenuItem
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.selectedDynamicMenuItem
{
	background-color: #ECECEC;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.staticMenuItem td a
{
	width:100%;
	display:block;
}

.dynamicMenuItem td a
{
	width:100%;
	display:block;
}

.smallBannerDiv /* not used, it breaks the menu! */
{
	position:relative;
}

.tableBorder
{
	border-color: #800000;
	border-style: solid;
	border-width: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.tableBorder_red
{
	border-color: #800000;
	border-style: solid;
	border-width: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background:url(../images/layout/til_who.gif) #D9ADAB repeat-x;
}

.formTextField
{
	font:11px/16px Tahoma;
	font-family: Tahoma, Arial, Sans-Serif;
}

.formButton
{
	font:11px/16px Tahoma;
	font-family: Tahoma, Arial, Sans-Serif;
	border-color: #800000;
	color:#FFFFFF;
	background-color: #800000;
	width: 110px;
	text-decoration: none;
	text-align:center;
}

.imageDiv
{
	width:870px;
}

.imageSpacing
{
	margin-top: 20px;
	margin-bottom: 20px;
	border-style:none;
}

/* ZeroClipboard */
.my_clip_button
{
	width:150px;
	text-align:center;
	border:1px solid black;
	color:#FFFFFF;
	background-color: #800000;
	margin-top:10px;
	padding:2px;
	cursor:default;
	font:11px/16px Tahoma;
	font-weight: normal;
	font-family: Tahoma, Arial, Sans-Serif;
}

.my_clip_button.hover { background-color:#a0a0a0; }

.my_clip_button.active { background-color:#a0a0a0; }

/* Google Map */

.googleMap
{
	width: 450px; 
	height: 300px;
	overflow:hidden;
	margin: 10px 10px 10px 0px;
	text-align:center;
	/*margin-left: auto;
	margin-right: auto;*/
}
