*{
			margin			: 0px;
			padding			: 0px;
			font-family		: "Century Gothic";
}

html, body{
			color			: #202833;
			background		: #e4ecee;
			font-size		: 12px;
}

img{
			border			: none;
			vertical-align	: middle;
}

label{
			cursor			: pointer;
}


a{
			text-decoration	: none;
			color			: #1D80C4;
}

a:hover{
			text-decoration: underline;
}

input{
			vertical-align	: middle;
}

h1{
			font-size		: 16px;
			font-weight		: normal;
}

h2{
			font-size		: 14px;
			font-weight		: normal;
}

h1.topic{
			width			: 100%;
			border-bottom	: solid 6px #afafaf;
			padding-bottom	: 6px;
			text-transform	: uppercase;
}

h2.topic{
			width			: 100%;
			border-bottom	: solid 3px #afafaf;
			padding-bottom	: 4px;
}

.ul{
			margin			: 8px 0px 0px;
}

.ul li{
			margin			: 0px 5px 0px 25px;
			padding			: 2px 5px 2px 10px;
}

.wrapper{
			width			: 979px;
			/*overflow		: hidden;*/
			margin			: 0px auto;
}

.point{
			position		: relative;
			height			: 0px;
}

.clear{
			clear			: both;
}

.left{
			float			: left;
}

.right{
			float			: right;
}

.pointer{
			cursor			: pointer;
}

.relative{
			position		: relative; 
			height			: 0px;
			width			: 0px;
}

.absolute{
			position: absolute;
			/*z-index: 2; */
			top: 0px;
			left: 0px;
}

.note{
			padding			: 12px;
			border			: solid 1px #D1E3E5;
			background-color: #F1F1F1;
			line-height		: 16px;			
}

.note2{
			padding			: 12px;
			border			: solid 1px #7C8285;
			background-color: #E5EFF0;
			line-height		: 16px;			
}

.input{
			width			: 160px;
			border			: solid 1px #797E81;
			padding			: 1px;
			background-color: #E5EFF0;
}

select.input{
			width			: 162px;
}

.button{
			border			: solid 1px #797E81;
			padding			: 3px 10px;
			background-color: #C5CBCB;
			cursor			: pointer;
			font-weight		: bold;
}

.submit{
			border			: none;
			padding			: 3px 10px;
			background-color: #797E81;
			cursor			: pointer;
			font-weight		: bold;
}

.button_blue{
			border			: solid 1px #D1E3E5;
			padding			: 3px 10px;
			color			: #fff;
			background-color: #1E7FC4;
			cursor			: pointer;
			font-weight		: bold;
}

.textarea{
			width			: 300px;
			height			: 100px;
			border			: solid 1px #797E81;
			padding			: 1px;
			background-color: #E5EFF0;
			font-size		: 12px;
}

.required{
			color			: #FB211F;
}

.help{
			font-size		: 11px;
			color			: #32c41e;
}

a.logo{
			width			: 219px !important;
			height			: 45px !important;
			left			: 0px;
			top				: 35px;
}

.subblock{
			margin-left		: 15px;
			line-height		: 20px;
}

.pdf{
			display			: block;
			height			: 38px;
			margin			: 8px 0px;
			padding			: 0px 0px 0px 45px;
			font-size		: 14px;
			line-height		: 38px;
			white-space		: nowrap;
			background		: url('../images/pdf.gif') no-repeat left top;
}

#page_header{
			width			: 100%;
			height			: 128px;
			background		: #000 url('../images/page_header.jpg') repeat-x left bottom;
}
#page_header .logo{
			height			: 128px;
			/*background		: url('../images/logo.jpg') no-repeat 20px 50%;*/
}
#page_header a.logo{
			height			: 128px;
			background		: url('../images/logo.jpg') no-repeat 20px 50%;
}
#page_header .advertising_area{
			float			: right;
			width			: 600px;
			height			: 67px;
			border			: solid 1px #525451;
			margin-top		: 6px;
			background		: url('../images/advertising_area_bg.jpg') no-repeat;
}
#main_menu{
			width			: 100%;
			height			: 35px;
			background		: #f7f9f8;
			border-bottom	: solid 1px #d4d4d4;
			/*overflow		: hidden;*/
}
#main_menu ul{
			border-left		: solid 1px #d4d4d4;
			width			: 979px;
			height			: 35px;
}
#main_menu ul li{
			float			: left;
			height			: 35px;
			list-style		: none;
			border-right	: solid 1px #d4d4d4;
}
#main_menu ul li a{
			display			: inline;
			float			: left;
			height			: 26px;
			color			: #202833;
			text-decoration : none;
			padding			: 10px 25px 0px 25px;
			text-align		: center;
			font-size		: 11px;
			font-weight		: bold;
}
#main_menu ul li a.hover{
			background		: #e7e7e7;
}
#main_menu ul li a:hover{
			background		: #e7e7e7;
}
#main_menu ul .member_area_item{
			width			: 82px;
			color			: #1e7fc4;
}
/*#main_menu ul .last{
			clear			: both;
			height			: 25px;
			list-style		: none;
			padding			: 10px 0px 0px 0px;
			text-align		: center;
			font-size		: 11px;
			font-weight		: bold;
			border-right	: none;
			width			: 0px;
}*/

#intro{
					width			: 977px;
					height			: 330px;
					background		: #000 url('../images/intro.jpg') no-repeat 50% 50%;
					margin-top		: 27px;
					border			: solid 1px #d4d4d4;
}
#intro_text h1{
					width			: 937px;
					font-family		: Arial;
					font-size		: 20px;
					line-height		: 25px;
					color			: #fff;
					padding			: 12px 20px;
					/*background-color: #000;*/
					/*filter			: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
					opacity			: 0.5;*/
}

#intro_text .bg{
					width			: 977px;
					height			: 75px;
					background-color: #000;
					filter			: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
					opacity			: 0.5;
}

#intro2{
					width			: 917px;
					height			: 31px;
					background		: #000 url(../images/intro2.jpg) no-repeat 50% 50%;
					margin-top		: 27px;
					border			: solid 1px #d4d4d4;
					padding			: 20px 30px;
					color			: #fff;
					font-size		: 24px;
					text-transform	: uppercase;
}

#intro3{
					width			: 917px;
					height			: 34px;
					background		: #000 url(../images/intro3.jpg) no-repeat 50% 50%;
					margin-top		: 27px;
					border			: solid 1px #d4d4d4;
					padding			: 18px 30px;
					color			: #fff;
					font-size		: 24px;
					text-transform	: uppercase;
}

#page_content{
					width			: 957px;
					border-top		: solid 1px #d4d4d4;
					border-right	: solid 1px #d4d4d4;
					border-left		: solid 1px #d4d4d4;
					background		: #fff;
					margin-top		: 25px;
					padding			: 15px 10px;
}

#page_footer{
					width			: 977px;
					height			: 100px;
					border-top		: solid 9px #7f7f7f;
					border-right	: solid 1px #d4d4d4;
					border-bottom	: solid 1px #d4d4d4;
					border-left		: solid 1px #d4d4d4;
					color			: #FBFBFB;
					background		: #13161b url(../images/ws_linked_in.jpg) no-repeat 100% 100%;
}
#page_footer .menu{
					margin			: 12px 26px;
					text-align		: left;
}
#page_footer .menu a{
					color			: #FBFBFB;
					text-decoration	: none;
}
#page_footer .menu a:hover{
					text-decoration	: underline;
}
#page_footer .info{
					margin			: 24px 26px;
}
#page_footer_text{
					width			: 977px;
					padding			: 7px 0px;
					text-align		: right;
					font-size		: 10px;
					font-weight		: bold;
}

#page_footer .slogan{
					top				: -228px;
					left			: 775px;
					width			: 156px;
					color			: #fff;
}

#page_footer .img{
					top				: -258px;
					left			: 739px;
}

#page_footer .slogan2{
					top				: -263px;
					left			: 767px;
					width			: 165px;
					color			: #fff;
}

#page_footer .img2{
					top				: -297px;
					left			: 739px;
}

.advert1{
					background		: url('../images/advert_1.jpg');
}
.advert2{
					background		: url('../images/advert_2.jpg');
}
.advert3{
					background		: url('../images/advert_3.jpg');
}
.advert4{
					background		: url('../images/advert_4.jpg');
}

/* SEARCH_BOX */
.search_box{
					width			: 100%;
					font-size		: 11px;					
					color			: #454A50;
					padding			: 10px;
}
.search_box p{
					font-size		: 10px;
					padding			: 10px 0px;
}
.search_box h2{
					font-size		: 14px;
					width			: 100%;
					margin			: 3px;
}
.search_box select{
					font-size		: 10px;					
					float			: right;
					display			: inline;
					width			: 181px;
					padding			: 2px;
					color			: #454A50;
					border			: solid 1px #1e7fc4;
					margin			: 2px 0px;
}
.search_box .select{
					font-size		: 10px;					
					float			: right;
					display			: inline;
					width			: 175px;
					padding			: 2px;
					color			: #454A50;
					border			: solid 1px #1e7fc4;
					margin			: 3px 0px;
}
.search_box .search_button{
					font-size		: 10px;					
					float			: right;
					display			: inline;
					border			: solid 1px #1e7fc4;
					background		: #F7F9F8;
					width			: 80px;
					margin-top		: 3px;
					cursor			: pointer;
}


.sub_menu{
					visibility		: hidden;
					background-color: #E7E7E7;
					border-left		: solid 1px #D4D4D4;
					border-right	: solid 1px #D4D4D4;
					border-bottom	: solid 1px #D4D4D4;
					padding			: 20px 25px 20px;
}

.sub_menu .list{
					width			: 100%;
					padding-bottom	: 12px;
					border-bottom	: solid 1px #B0B0B0;
					margin			: 0px 15px 18px 0px;
					font-size		: 12px;	
}
.sub_menu .list a{
					display			: block;
					text-decoration	: none;
					color			: #232733;
}
.sub_menu .list a:hover{
					display			: block;
					text-decoration	: underline;
					color			: #232733;
}

.sub_menu .blocklink {
					font-size		: 11px;
					padding			: 3px 10px 3px 10px;
					font-weight		: bold;
					background-color: #1C7FC3;
					text-decoration	: none;
					color			: #ffffff;
}

.sub_menu .blocklink:hover {
					padding			: 3px 10px 3px 10px;
					background-color: #232733;
					text-decoration	: none;
					color			: #ffffff;
}

.sub_menu .header{
					font-size		: 13px;
					color			: #1C7FC3;
					/*font-weight		: bold;*/
}

.sub_menu .link{
					text-decoration	: none;
					color			: #1C7FC3;
					font-weight		: bold;
}

.sub_menu p{
					margin			: 5px 5px 5px 0px;
					font-size		: 12px;	
					colour			: #232733;
					font-weight		: bold;
					
}

.sub_menu .input_text{
					font-size		: 10px;
					display			: block;
					margin			: 5px 0px;
					padding			: 2px 1px;
					width			: 180px;
					background-color: #E7E7E7;
					border			: solid 1px #7A7A7C;
}

.sub_menu .input_button{
					font-size		: 10px;
					display			: block;
					margin			: 5px 0px;
					padding			: 0px 5px;
					background-color: #E7E7E7;
					border			: solid 1px #7A7A7C;
					cursor			: pointer;
}

.social-icons{
					color			: #7A7A7C;
					font-size		: 11px;
					width			: 260px;
					float			: right;
					margin-top		: 6px;
}

.livechat{
					float			: right;
					color			: #7A7A7C;
					font-size		: 11px;
					width			: 150px;
					margin-top		: 10px;
}


.flags{
					color			: #7A7A7C;
					width			: 250px;
					left			: 790px;
					top				: 0px;
					position		: relative;
}

#iconbar li {
float:left; position:relative; margin-right:20px;
}

#iconbar span {
position: absolute;
top: -50px;
left: -80px;
display: none;
background: url('../images/ttbg.jpg') no-repeat;
width: 110px;
height: 35px;
text-align: center;
padding: 5px;
line-height:110%;
color:#000000;
}
