/* CSS Document */

body{
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
a{
	color: #00529f;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img{
	border: 0px none;
}
div{
	color: #636466;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
hr{
	background-color: #636466;
	border: Opx;
	color: #636466;
	height: 1px;
	size: 1px;
	text-align: center;
	width: 75%;
}
ul{
	color: #005297;
	list-style-type: square;
	margin-left: 20px;
	padding-left: 0px;
	text-align: left;
}
.FONT_blue{
	color: #00529F; 
}
.FONT_gray{
	color: #999999;
}
.FONT_yellow{
	color: #FF9900;
	font-size: 11px;
	font-weight: bold;
}
#container{
	margin: 0 auto;
	width: 1000px;
}
#header #header_left, #header #header_center, #header #header_right{
	background-position: 100% 0;
	background-repeat: no-repeat;
	display: inline;
	float: left;
	height: 140px;
	text-align: center;
}
#header #header_left{
	background-image: url(../../images/header/header_left.jpg);
	width: 225px;
}
#header #header_left img{
	background-color: #ffffff;
	margin: 39px 0 0 0;
	padding: 0px;
}
#header #header_center{
	background-image: url(../../images/header/header_center.jpg);
	width: 595px;
}
#header #header_right{
	background-image: url(../../images/header/header_right.jpg);
	width: 180px;
}
#menu{
	background-image: url(../../images/menu/empty.gif);
	background-position: 0 8px;
	background-repeat: repeat-x;
	border-bottom: 3px solid #80828d;
	border-top: 3px solid #80828d;
	clear: both;
	height: 22px;
	margin: 0 0 0 225px;
	padding: 8px 0;
}
#wrapper{
	border-left: 5px solid #00529f;
	width: 995px; /* 1000px - 5px border-left */
}
#wrapper table#wrapper_table{
}
#wrapper table#wrapper_table td{
}
#wrapper table#wrapper_table #subitems{
	padding: 0 0 0 2px;
	vertical-align: top;
	width: 218px; /* 225px - 5px border-left - 2px padding-left */
}
#wrapper table#wrapper_table table, #wrapper table#wrapper_table table td{
}
#wrapper table#wrapper_table #subitems .submenu{
	border: 1px solid #00529f;
	color: #00529f;
	font-size: 10px;
	line-height: 150%;
	margin: 0 10px 10px 0;
	padding: 5px 5px 5px 10px;
}
#wrapper table#wrapper_table #contact{
	padding: 0 0 0 2px;
	vertical-align: bottom;
	width: 218px;
}
#wrapper table#wrapper_table #contact .left{
	background-color: #ccdcec;
	float: left;
	font-size: 9px;
	padding: 4px 0 4px 15px;
	width: 80px;
}
#wrapper table#wrapper_table #contact .right{
	background-color: #ccdcec;
	font-size: 9px;
	margin: 0 5px 0 0;
	padding: 4px 10px 4px 0;
}
#wrapper table#wrapper_table #contact .right a{
	text-decoration: underline;
}
#wrapper table#wrapper_table #contact .right a:hover{
	text-decoration: none;
}
#wrapper table#wrapper_table #content_wrapper{
	background-color: #e8e8e9;
	background-image:url(../../images/sitebg.jpg);
	background-repeat:no-repeat;
	color: #636466;
	vertical-align: top;
	width: 595px; /* 595px - 35px margin-left - 25px margin-right */
}
#wrapper table#wrapper_table #content_wrapper #content{
	margin: O;
	padding: 20px 35px 10px 35px;
	text-align: justify;
}
#wrapper table#wrapper_table #photo_right{
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: top;
	width: 180px;
}
#wrapper table#wrapper_table #company_logos{
	vertical-align: bottom;
	width: 180px;
}
/* -//- */
form{
	margin: 0;
	padding: 0;
}
form label span, form #error, form .mandatory{
	color: #FF9900;
	font-weight: bold;
}
form #error{
	margin: 10px 0;
}
form label{
	float: left;
	margin: 2px 0;
	width: 170px;
}
form input.FORM_field, textarea.FORM_field{
	border: 1px solid #999999;
	color: #636466;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
}
form .FORM_field_number{
	margin: 0 0 0 3px;
}
.clear{
	clear: both;
}
.contactFrame{
	background-color: #ffffff;
	border: 1px solid #999999;
}
.borderRight_gray{
	border-right: 1px solid #999999;
}
