@import "menu.css";

/*----------------------- global -----------------------*/

body {
	background: #C6C6C6 url('../gfx/bg.gif') repeat-x fixed;
	color: #4B4B4B;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

img {
	border-width: 0px;
}

a {
	color: #C43E0F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*----------------------- main -----------------------*/
#logo_print{
	display: none;
}
#pageFrame {
	background: white;
	}
	#border{
		border-left: 1px solid white;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
	}
#header{
		background: #EDEFF5 url("../gfx/bg_header.jpg") no-repeat;
	}

#header{

	}
	#header .left{
		background: url("../gfx/bg_header_left.jpg") no-repeat;
	}
	#logo{
		cursor:pointer;
	}
		/*png transparency for IE, define #logo width and height!! */
		* html #logo{
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./gfx/logo.png');
		}
		* html #logo img{
			filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		}

	#header .right{
		background: url("../gfx/bg_header_line_v.gif") no-repeat 0 17px;
	}
		#lang{
			padding-left: 6px;
			padding-bottom: 13px;
			padding-top: 9px;
			background: url("../gfx/bg_header_line_h.gif") no-repeat 0 100%;/*added*/
			}

			#lang a{
			text-transform: uppercase;
			font-family: Verdana, sans-serif;
			font-weight: bold;
			font-size: 8px;
			text-decoration: underline;
			color: black;/**/
			}
			#lang img{
				margin-right: 12px;
			}
		#search{
			padding-top: 11px;
			}
			#search input, #newsLetter input{
				background: white;
				border: 1px solid black;
				width: 123px;
				padding: 1px 0;
				font-size: 10px;
				margin-right: 10px;
			}
			#search a, .btn{
				text-transform: uppercase;
				font-family: Verdana, sans-serif;
				font-weight: bold;
				font-size: 8px;
				text-decoration: underline;
				color: black;
			}
#main{
	}
	#leftColumn{
		background: #F1F2F5;
		}
		#newsLetter{
			background: #E9E9E9 url("../gfx/bg_box_at.gif") no-repeat 50% 50%;
			border: 1px solid #C1C4C5;
			padding: 15px 20px;
			color: #7D8286;
			line-height: 200%;
		}
		#newsLetter input{
			width: 143px;
			margin-bottom: 10px;
		}

	.b_title{
		border-bottom: 1px solid white;
	}

#contentColumn{
	background: #F1F2F5;
}
	#location{
		background: #FFFFFF url("../gfx/bg_location.gif") repeat-x;
		border-bottom: 1px dotted black;
		padding: 13px 21px 13px 21px;
/*		overflow: hidden;
		height: 14px;
*/		}
		#location img{
			margin: 0 3px;
		}
		#location a{
			color: #7D8286;
		}

	.midBox{
		line-height: 175%;
		padding: 18px;
		}
		.midBox h1, .midBox h2{
			clear: right;
			font: 18px/100% Arial, Helvetica, sans-serif;
			color: #C43E0F;
		}

		.midBox h2{
			font-weight: bold;
			font-size: 15px;
		}
	
	.h1{
		/*margin-bottom: 15px;*/
	}
	.h1 .left{
		width: 410px;
		padding-bottom: 15px;
	}
	.print{
		margin-top: 2px;
		padding-left: 20px;
		height: 15px;
		background: url("../gfx/ico_print.gif") no-repeat;
		line-height: 15px;
	}


#footer{
	background: #EE5D2B url("../gfx/bg_footer.gif") no-repeat;
	}
	#footer .left, #footer .right, #footer .right a{
		color: #FBDACE;
		font-size: 9px;
	}
	.nav-buttons{
		text-align: right;
		color: #EE262D;
	}

/*----------------------- misc -----------------------*/
/*
div.sep{ height: 1px; background: url('../gfx/sep_h.gif') repeat-x 0 0; margin: 8px 0; }
div.sep hr{ display: none; }
*/

div.sep_l{ height: 1px; background: #D8DBE1; border: 1px solid #BEC5D0; margin: 1px 0px; }
div.sep_l hr{ display: none; }


.font-sm{
	font-size: 10px;
}

.left{
	float: left;
}

.right{
	float: right;
}

.b{
	font-weight: bold;
}

.l-150{
	line-height: 150%;
}
.hide , .siteName{
	display: none;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

html[xmlns] .mozclear {
	clear: both;
	height: 0;
	border-bottom: 1px solid;
	border-color: transparent;
	margin-bottom: -1px;
}

/*----------------------- old BB styles -----------------------*/
.SubHdr{
	color: black;
	font: bold 14px Arial, Helvetica, sans-serif;
}

.link{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

/*************/
		#box4{
			background: #E9E9E9 url("../gfx/bg_box_at.gif") no-repeat 50% 50%;
			border: 1px solid #C1C4C5;
			padding: 15px 20px;
			color: #7D8286;
			line-height: 200%;
			height: 170px;
			overflow: hidden;
		}
		#box4 h4{

			float: left;
			color: #2E78AB;
			border-bottom: 1px dotted #2E78AB;
			font: bold 11px/100% Verdana, Arial, Helvetica, sans-serif;
			padding-bottom: 2px;
			margin-bottom: 3px;

			padding-left: 5px;
			line-height: 175%;
			border-bottom-width: 0px;
		}
		#box4 a{
			color: #585B5D;
			font-size: 9px;
		}
		#box4 .btn{
			color: black;
			font-size: 8px;
		}
	.arrow{ margin-top: 9px; }
