@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 18px;
	text-align: center;
	background-color: #abdba4;
	background-image: url('/images/body_bg.gif');
	background-repeat: repeat-y;
	Background-position: center;
}

a {
	color: #006cc7;
}

a:hover {
	color: #61c250;
}

b, strong {
	font-weight: bold;
}

.clear_both {
	clear: both;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

a img {
	text-decoration: none;
	border: none;
}


#main {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}

#downloadsArrow:hover {
	background-position: center top !important;
}

#header {
	background-image: url('/images/header_bg_repeat.gif');
	background-repeat: repeat-x;
	height: 106px;
}

#uhyvictor-logo {
	width: 231px;
	height: 106px;
	background-image: url('/images/uhy_victor_logo.gif');
	background-repeat: no-repeat;
	display: block;
	text-indent: -99999px;
	position: relative;
	left: 225px;
}

#social-icons {
	margin-top: 5px;
	margin-right: 10px;
	float: right;
}

#social-icons a {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: -16px 0;
}

#social-icons .linkedin {
	background-image: url('/images/linkedin.png');
}

#social-icons .facebook {
	background-image: url('/images/facebook.png');
}

#social-icons .twitter {
	background-image: url('/images/twitter.png');
}

#social-icons .wordpress {
	background-image: url('/images/wordpress.png');
}

#search-box {
	width: 228px;
	height: 33px;
	background-image: url('/images/search_box.jpg');
	background-repeat: no-repeat;
	margin-right: 10px;
	float: right;
	_margin-right: 5px;
}

#search-box form {
	margin: 5px 10px;
}

#search-box form input#search {
	border: 1px solid #339900;
	width: 150px;
	float: left;
}

#search-box img#search_loupe {
	float: left;
	cursor: pointer;
	margin-left: 10px;
	margin-top: -3px;
}

#header #top_menu {
	position: absolute;
	margin-top: 50px;
	width: 1000px;
}

#header #top_menu a {
	text-decoration: none;
}

#header #top_menu #home_menu {
	position: absolute;
	left: 10px;
}

#header #top_menu #site_menu {
	position: absolute;
	right: 25px;
}

#header #top_menu #language_menu {
	position: absolute;
	right: 25px;
	margin-top: 30px;
}

#content {	
	background-image: url('/images/content_bg_repeat.gif');
	background-repeat: repeat-y;
	_border: 1px solid #fff;
}

#col_left {
	/*margin-left: 10px;*/
	padding: 5px 10px 10px 10px;
	width: 200px;
	border-top: 1px solid #339900;
	font-size: 14px;
	color: #FFF;
	float: left;
	margin-bottom: 140px;
	_margin-left: 5px;
	_height: auto;
}

#col_left ul {
	margin-top: 5px;
}

#col_left a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}

#col_left a:hover {
	color: #FFF;
	text-decoration: underline;
}

#col_left a.page_active {
	text-decoration: underline;
}	

#col_left h4 {
	border-bottom: 1px solid #339900;
	width: 190px;
	margin-top: 6px;
	padding-bottom: 6px;
}

#col_left h4 a, #col_left h4 a:hover {
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
}

#col_left a.widget {
	text-indent: -99999px;
	width: 190px;
	height: 68px;
	display: block;
	margin-top: 5px;
}

#col_left a.widget:hover {
	background-position: 0px -68px; 
}

#col_left a#widget-curency-en {
	background-image: url('/images/widgets/widget_currency_en.gif');
}

#col_left a#widget-us-canada-en {
	background-image: url('/images/widgets/widget_uscanada_en.gif');
}

#col_left a#widget-estates-en {
	background-image: url('/images/widgets/widget_estates_en.gif');
}

#col_left a#widget-curency-fr {
	background-image: url('/images/widgets/widget_currency_fr.gif');
}

#col_left a#widget-us-canada-fr {
	background-image: url('/images/widgets/widget_uscanada_fr.gif');
}

#col_left a#widget-estates-fr{
	background-image: url('/images/widgets/widget_estates_fr.gif');
}

#col_main {
	margin-left: 10px; 
	_margin-left: 8px;
	width: 520px;
	float: left;
}

h1 {
	font-size: 32px;
	color: #005a9c;
	font-weight: normal;
	line-height: 30px;
}

h2 {
	font-size: 22px;
	color: #61c250;
	font-weight: normal;
	line-height: 26px;
}

h3 {
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	padding-bottom: 4px;
}

h3 {
	font-size: 14px;
	line-height: 14px;
	padding-bottom: 4px;
}

hr {
	color: #61c250;
	background-color: #61c250;
	border: none;
	border-top: 1px solid #61c250;
	height: 1px;
}

#col_main h1 {
	position: absolute;
	margin-top: -40px;
	z-index: 10;
	height: auto;
}

#col_main h1.basic_title {
	position: relative;
	margin-top: -8px;
	height: auto;
	line-height: 40px;
}
 
#col_main div.text_content {
	margin-top: 10px;
}

#col_main div.text_content p {
	margin-bottom: 15px;
}

.inside_image {
	width: 280px;
	float: right;
	font-size: 12px;
	font-style: italic;
	color: green;
	margin-left: 10px;
	margin-right: 10px;
}

#col_right {
	float: left;
	margin-left: 19px;
	width: 230px;
}

#col_right h1 {
	margin-left: 10px;
}

#col_right h1.first {
	margin-top: -5px;
}

#col_right div.right_box {
	border: 5px solid #E2F1FC;
	width: 230px;
	margin-top: 10px;
	line-height: 15px;
	background: #D6EBFB;
}

#col_right div.right_box h3 {
	font-size: 14px;
	font-weight: bold;
}

#col_right div.right_box .right_box_footer {
	width: 230px;
	height: 20px;
	text-indent: 10px;
	padding-top: 2px;
	border: none; !important
}

#col_right div.right_box .right_box_content {
	padding: 10px;
}

#col_right div.right_box .right_box_content p {
	font-size: 12px;
	line-height: 14px;
}

.news_image {
	float: right;
	width: 275px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#bottom_addr {
	position: absolute;
	_position: relative;
	_z-index: 1;
	/*margin-left: 10px;*/
	background-image: url('/images/address_box.gif');
	background-repeat: no-repeat;
	width: 190px;
	_width: 180px;
	height: 140px;
	_height: 120px;
	margin-top: -148px !important;
	background-color: #fff;
	padding: 20px 10px 0px 20px;
	color: #fff;
	font-size: 11px;
	border-right: 1px solid #fff;
}

#bottom_addr .org {
	font-weight: bold;	
	font-size: 12px;
	line-height: 16px;
}

#bottom_addr .addr_big {
	font-size: 14px;

}

#bottom_addr .addr_ltle {
	font-size: 11px;

}

#footer {
	margin-top: 10px;
	background-image: url('/images/footer_bg_repeat.gif');
	background-repeat: repeat-x;
	height: 33px;
	text-align: center;
	padding-top: 4px;
	font-size: 11px;
}

#footer a {
	text-decoration: none;
}

#copyright {
	font-size: 11px;
}

#copyright img {
	margin-right: 8px;
	vertical-align: middle;
}

.col1 {
	*width:100%;
}

/* Forms */

.required { 
	color: #FF0000;
}

.form .label label {
	width: 140px;
	float: left;
	/*text-align: right;*/
	margin-right: 15px;
	display: block 
}

.form .error {
	color: #FF0000;
	font-weight: normal;
	margin: 0;
	margin-top: 6px;
	margin-bottom: 0px;
}

.form td {
	padding: 5px 0px 5px 0px;
}

.form .field input[type=text], .form .field select, .form .field textarea {
	border: 1px solid #61C250;
	padding: 2px;
	color: #1c2226;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 318px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
}

.form .field select {
	padding: 1px;
}

.form .field input[type=checkbox] {
	border: none;
}

.form .form_button {
	padding: 4px 15px 4px 15px;
	cursor: pointer;
	color: #fff;
	background-color: #61C250;
	border: 2px solid #339900;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
}

.error_msg {
	color: #CF204C;
	background: #FFCCCC;
	margin: 10px auto;
	font: 14px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 20px 10px;
	border: 1px solid #CF204C;
	text-align: center;
	width: 400px;
}

.sucess_msg {
	color: #339900;
	background: #eeffee;
	margin: 10px auto;
	font: 14px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 20px 10px;
	border: 1px solid #61c250;
	text-align: center;
	width: 400px;
}

.recaptchatable #recaptcha_response_field {
	position: static !important;
}

.form table .label {
	*width: 150px;
}

/* TEAM */
.team_list {
	width: 520px;
	height: 130px;
	border: 1px solid #61C250;
}

.team_list .photo {
	margin-right: 5px;
}

.team_list .adr {
	margin-top: 20px;
}

.team_list .fn {
	font-size: 24px;
	color: #003478;
}

.team_list .organization-unit {
	font-size: 16px;
	color: #003478;
}

.team_list .role {
	font-size: 16px;
	color: #61C250;
}

.team_list .team_about {
	display: block;
	width: 200px;
	border: 1px solid #339900;
	background-color: #003478;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px;
	text-align: center;
	float: left;
	text-decoration: none;
	margin-right: 5px;
}

.team_list .team_contact {
	display: block;
	width: 200px;
	border: 1px solid #339900;
	background-color: #61C250;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px;
	text-align: center;
	float: left;
	text-decoration: none;
}

.text_content img.team_picture {
	margin-left: 15px !important;
	margin-bottom: 15px;
	float: right;
}

.team_list a:hover {
	color: #fff;
}

h1 .organization-unit {
	font-size: 20px;
}

.text_content .team_contact_form {
	width: 500px;
	padding: 10px;
	border: 1px solid #61C250;
}

.team_contact_form table {
	margin-top: 10px;
}

.team_contact_form table th  {
	color: #000;
}

.team_contact_form label {
	width: 100px;
	float: left;
	color: #000;
}

.team_contact_form input {
	width: 145px;
	border: 1px solid #61C250;
}

.team_contact_form textarea {
	width: 200px;
	height: 100px;
	border: 1px solid #61C250;
}

.team_contact_form input.form_button {
	font-weight: bold;
	color: #fff;
	padding: 5px 15px;
	background-color: #61C250;
	border: 1px solid #339900;
	width: auto;
	height: auto;
	float: none;
}

.team_contact_form  form .error {
	color: #FF0000;
	font-weight: normal;
	margin: 0;
	margin-top: 6px;
	margin-bottom: 0px;
}

.disclosure {
	font-size: 11px; 
	margin-top: 20px;
	padding: 5px;
	line-height: 15px;
}

/*----------------------------------DOWNLOADS---------------------------------------------------------------------------------*/

#downloadsArrow {
	background: url('/images/btn_download.png') no-repeat;
	background-position: center top;
	height: 69px;
	width: 32px;
	float: left;
	margin-top: -10px;
	margin-right: 15px;
	padding : 5px;
	float: left;
}

#downloadInfo {
    margin-top: 20px;
    width: 500px;
}

#downloadTitle h2 {
	color: #2E6738;
	margin-bottom: 5px;
}

#downloadLink {
	color: #2E6738;
	text-decoration: underline;
}
