@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: center 300px;
	background-image: url(images/bg_page.jpg);
}
.img1 {
	background-image: url(images/globe_east_2048_b.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.img1a {
	background-image: url(images/globe_east_2048_b.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.img1b {
	background-image: url(images/globe_east_2048_b.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.img2 {
	background-image: url(images/iStock_000006411881Small.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.img3 {
	background-image: url(images/publications.jpg);
	background-repeat: no-repeat;
}
.img4 {
	background-image: url(images/blog6.jpg);
	background-repeat: no-repeat;
}
.img5 {
	background-image: url(images/iStock_000006095717Medium.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_links {
	background-image: url(images/bg_links.gif);
	background-position: top;
	background-color: #C74A1A;
	height: 30px;
}
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #666;
}
.main_text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #999;
}
.main_text_light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #999;
}
.main_text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #4C607D;
	text-transform: uppercase;
}
a:link {
	text-decoration: none;
	color: #CE5C2A;
}
a:hover {
	color: #9C0;
	text-decoration: underline;
}
a:visited {
	color: #CE5C2A;
	text-decoration: none;
}
.main_block {
	padding: 20px;
	border:1px solid #666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #62738F;
}
.main_block_pics {
	padding: 20px;
}
.pic_shadow {
-moz-box-shadow: 5px 8px 20px #000000;
-webkit-box-shadow: 5px 8px 20px #000000;
box-shadow: 5px 8px 20px #000000;
}
.rc_box {
	-moz-box-shadow: 2px 2px 19px #000000;
-webkit-box-shadow: 2px 2px 19px #000000;
box-shadow: 2px 2px 19px #000000;
}
.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #4C607D;
	font-weight: bold;
	text-transform: uppercase;
}
.big_smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4C607D;
	font-weight: bold;
	text-transform: uppercase;
}
.big1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #999;
	text-transform: uppercase;
}
.pic_shadow1 {-moz-box-shadow: 5px 8px 20px #000000;
-webkit-box-shadow: 5px 8px 20px #000000;
box-shadow: 5px 8px 20px #000000;
}
#triangle-right {
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-left: 100px solid red;
	border-bottom: 50px solid transparent;
}
