html, body {
	height: 100%;
	width: 100%;
	background-color: #e6ebf2;
	margin:0;
	padding:0;
	font-family: Arial, Verdana, san-serif;
	font-size: 10px;
}
p {color:  #083d7b;}
h1 {
	font-size: 14px;
	color: #e10026;
	margin: 0;
	padding: 0;
}
h2, h3, h4 {
	font-size: 11px;
	font-weight: bold;
	color: #083d7b;
	margin: 0;
	padding: 0;
}
h3 {
	font-weight: normal;
}

h4 {color: #e10026;}
img {
	margin: 0;
	padding:0;
	border: 0;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
#page_frame {
	width: 908px;
	min-height: 658px;
	margin-top: 25px;
	padding:0;
	align: center;
	valign: middle;
	text-align: left;
}
#header {
	clear: both;
	padding-right: 6px;
	padding-left: 2px;
	background: url(/assets/css/header_bkg.jpg) no-repeat;
	width: 900px;
	height: 121px;
	background-position: 1px 0;

}

#footer {
	clear: both;
	padding-right: 6px;
	padding-left: 2px;
	padding-top: 3px;
	padding-bottom: 5px;
	background: url(/assets/css/footer_bkg.jpg) no-repeat;
	background-position: 1px -1px;
	width: 900px;
	height: 111px;
	overflow: hidden;
}


#middle {
	clear: both;
	padding-right: 6px;
	padding-left: 2px;
	background: url(/assets/css/middle_bkg.jpg) repeat-y;
	width: 900px;
	background-position: 1px 0;
}

#middle #cntnt {
	margin: 0;
	padding: 0;
	border: 0;
	wdith: 900px;
	height: 418px;
	border-collapse:collapse;
}
#middle table td {
	vertical-align: top;
}
#address {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 170px;
	height: 90px;
	overflow: hidden;
	position: relative;
	float: left;
}

#content_bottom {
	width: 175px;
	height: 110px;
	position: relative;
	float: left;
	overflow: hidden;
	background-color: #c9cbcf;
}

#small_images {
	width: 525px;
	height: 110px;
	position: relative;
	float: left;
	background-color: #fff;
	text-align: right;
	overflow: hidden;
}
#small_images img {
	width: 175px;
	height: 110px;
}

#logo {display: none;} /*place keeper for logo*/

#slogan {
	position: relative;
	left: 470px;
	width: 415px;
	height: 50px;
	padding-right: 15px;
	padding-top: 16px;
	text-align: right;
	color: #073d7b;
	font-size: 20px;
	font-weight: bold;
}
#lang_menu {
	position: relative;
	left: 710px;
	width: 175px;
	height: 20px;
	padding-top: 5px;
	padding-right: 15px;
	text-align: right;
	font-weight: bold;
	color: #083D7B;
}

#lang_menu a {
	text-decoration: none;
	color: #083D7B;
}
#search_box {
  width: 250px;
  position: absolute;
  margin-left: 650px;
  z-index: 1000;
}

#search_box input {color: #999; margin-right: 0;}

#lang_menu a.selected {
	color: #E10C26;
}

/* drop down menu styles */
#menu {
	height:29px;
	position:relative;
	float: left;
	left: 55px;
	z-index:100;
}
#menu, #menu ul {
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	display:block;
}

#menu ul.l2_menu {
	display:none;
	margin-left: -30px;
	padding: 10px 30px 30px;
	position:absolute;
	margin-top: -10px;
	width:130px;
}

#menu ul.l3_menu {
	display:none;
	margin-left:100px;
	padding:10px 30px 30px;
	position:absolute;
	width:130px;
	margin-top: -33px;
}

#menu li {
	background-color: #e20129;
	float:left;
	padding: 0;
	margin: 0;
	width: 130px;
	text-align:left;
}
#menu li.l1_item {height:29px;}
#menu li.l2_item,
#menu li.l3_item {border-bottom: 1px solid #fff;}
#menu li.last {border-bottom: none;}
#menu li.l3_item {background-color: #EA6A6A;}


#menu li a {
	color:#FFFFFF;
	text-decoration:none;
	font-size: 12px;
	position: relative;
	display:block;
	width:130px;
	padding: 3px 0;
	font-weight: bold;
	text-align:left;
}

#menu li.l1_item a { text-align: center; padding: 6px 0; height: 17px;}
#menu li.l2_item a,
#menu li.l3_item a {
	text-align:left;
	padding: 3px 5px;
	width: 120px;
}
#menu li.l3_item a{font-size: 11px;}

#menu li.l1_item a.selected,
#menu li.l2_item a.selected {color: #bac8da;font-weight: bold;}
#menu li.l3_item a.selected {color: #083D7B;}

#menu li.l1_item a:hover, #menu li.l2_item a:hover{
	background-color: #EA6A6A;
	color:#fff;
}

#menu li.l3_item a:hover{
	color:#083D7B;
}
