@charset "utf-8";
/* CSS Document */
	*{
		padding:0px;
		margin:0px;
	}
	body{
		background:url(../images/bg.jpg) repeat 0 0 #fff;
		font:normal 12px/14px Arial, Helvetica, sans-serif;
		color:#4f4f4f;
	}
	a img{
		border:0px;
	}
	ul, ol{
		list-style-type:none;
	}
	a{
		text-decoration:none;
		color:#333;
	}
	div:after, article:after, aside:after, section:after {
		content:"";
		height:0;
		clear:both;
		visibility:hidden;
		display:block;
	}
	div, article, aside, section {
		display:block;
	}
	.clear{
		clear:both;
		line-height:0;
		font-size:0;
	}
	header{
		height:173px;
		position:relative;
		width:100%;
		background:url(../images/header.jpg) no-repeat center top;
	}
	.contant{
		width:940px;
		margin:0px auto;
		height:173px;
	}
	#logo{
		float:left;
		max-height:173px;
	}
	#call{
		float:right;
		color:#fff;
		font:normal 48px/172px "Times New Roman", Times, serif;
	}
	#content{
		width:940px;
		margin:0px auto;
		background:url(../images/content.png) repeat-y center 0;
		padding:0 39px;
	}
	h1{
		background:url(../images/heading.jpg) repeat-x 0 0;
		font:normal 36px/58px "Times New Roman", Times, serif;
		color:#fff;
		padding:0 20px;
	}
	h2{
		background:url(../images/heading_2.png) no-repeat 0 0;
		height:84px;
		width:555px;
		font:normal 32px "Times New Roman", Times, serif;
		color:#fff;
		padding:15px 0 0 25px;
	}
	h2 b{
		text-transform:uppercase;
		font-weight:bold;
		font-size:30px;
	}
	p{
		font:normal 18px/20px "Times New Roman", Times, serif;
		padding:15px 0 0 20px;
	}
	#left ul {
		padding: 15px 0 20px 85px;
	}
	#left ul li {
		background: url("../images/arrow.png") no-repeat scroll 0 50% transparent;
		font: 15px/19px Arial,Helvetica,sans-serif;
		padding: 11px 16px 0 37px;
	}
	.box{
		font:bold 18px/20px Arial, Helvetica, sans-serif;
		color:#0d4165;
		text-align:center;
		border-radius:5px;
		background:url(../images/box.jpg) no-repeat 0 0;
		position:relative;
		width:532px;
		height:70px;
		padding:15px 0 0;
		margin:29px 0 0 20px;
	}
	#left{
		width:572px;
		float:left;
	}
	#right{
		width:368px;
		float:left;
		background:url(../images/right.jpg) repeat 0 0;
	}
	#top{
		width:368px;
		background:url(../images/right_panel.png) no-repeat 0 0;
		padding:20px 0 5px;
		height:394px;
	}
	#video{
		width:340px;
		background:#d8d8d8;
		border-radius:5px;
		padding:5px;
		margin:0 auto ;
	}
	h4 {
		color: #FFEE00;
		font: bold 32px Arial,Helvetica,sans-serif;
		margin-top: 7px;
		text-align: center;
	}
	h3 {
		color: #FFFFFF;
		font: 20px Arial,Helvetica,sans-serif;
		padding: 6px 0 0;
		text-align: center;
	}
	#logos{
		/*background:#efefef;*/
		height:240px;
		padding:0 38px 5px;
	}
	article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
		display: block;
	}
	audio, canvas, video {
		display: inline-block;
		*display: inline;
		*zoom: 1;
	}
	audio:not([controls]) {
		display: none;
	}
	[hidden] {
		display: none;
	}
	html {
		font-size: 100%;
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	}
	body {
		margin: 0;
	}
	abbr[title] {
		border-bottom: 1px dotted;
	}
	b, strong {
		font-weight: bold;
	}
	blockquote {
		margin: 1em 40px;
	}
	dfn {
		font-style: italic;
	}
	iframe{
		border:0px;
	}
	hr {
		display: block;
		height: 1px;
		border: 0;
		border-top: 1px solid #ccc;
		margin: 1em 0;
		padding: 0;
	}
	ins {
		background: #ff9;
		color: #000;
		text-decoration: none;
	}
	mark {
		background: #ff0;
		color: #000;
		font-style: italic;
		font-weight: bold;
	}
	pre, code, kbd, samp {
		font-family: monospace, serif;
		_font-family: 'courier new', monospace;
		font-size: 1em;
	}
	pre {
		white-space: pre;
		white-space: pre-wrap;
		word-wrap: break-word;
	}
	q {
		quotes: none;
	}
	q:before, q:after {
		content: "";
		content: none;
	}
	small {
		font-size: 85%;
	}
	sub, sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}
	sup {
		top: -0.5em;
	}
	sub {
		bottom: -0.25em;
	}
	img {
		border: 0;
		-ms-interpolation-mode: bicubic;
		vertical-align: middle;
	}
	svg:not(:root) {
		overflow: hidden;
	}
	figure {
		margin: 0;
	}
	form {
		margin: 0;
	}
	fieldset {
		border: 0;
		margin: 0;
		padding: 0;
	}
	label {
		cursor: pointer;
	}
	legend {
		border: 0;
		*margin-left: -7px;
		padding: 0;
		white-space: normal;
	}
	button, input, select, textarea {
		font-size: 100%;
		margin: 0;
		vertical-align: baseline;
		*vertical-align: middle;
	}
	button, input {
		line-height: normal;
	}
	button, input[type="button"], input[type="reset"], input[type="submit"] {
		cursor: pointer;
		-webkit-appearance: button;
		*overflow: visible;
	}
	button[disabled], input[disabled] {
		cursor: default;
	}
	input[type="checkbox"], input[type="radio"] {
		box-sizing: border-box;
		padding: 0;
		*width: 13px;
		*height: 13px;
	}
	input[type="search"] {
		-webkit-appearance: textfield;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}
	input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
		-webkit-appearance: none;
	}
	button::-moz-focus-inner, input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}
	textarea {
		overflow: auto;
		vertical-align: top;
		resize: vertical;
	}
	input:valid, textarea:valid {
	}
	input:invalid, textarea:invalid {
		background-color: #f0dddd;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	td {
		vertical-align: top;
	}
	.chromeframe {
		margin: 0.2em 0;
		background: #ccc;
		color: black;
		padding: 0.2em 0;
	}
	@media only screen and (min-width: 35em) {
	}
	.ir {
		display: block;
		border: 0;
		text-indent: -999em;
		overflow: hidden;
		background-color: transparent;
		background-repeat: no-repeat;
		text-align: left;
		direction: ltr;
		*line-height: 0;
	}
	.ir br {
		display: none;
	}
	.hidden {
		display: none !important;
		visibility: hidden;
	}
	.visuallyhidden {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
		clip: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		position: static;
		width: auto;
	}
	.invisible {
		visibility: hidden;
	}
	.clearfix:before, .clearfix:after {
		content: "";
		display: table;
	}
	.clearfix:after {
		clear: both;
	}
	.clearfix {
		*zoom: 1;
	}
	@media print {
		* {
			background: transparent !important;
			color: black !important;
			box-shadow:none !important;
			text-shadow: none !important;
			filter:none !important;
			-ms-filter: none !important;
		}
		a, a:visited {
			text-decoration: underline;
		}
		a[href]:after {
			content: " (" attr(href) ")";
		}
		abbr[title]:after {
			content: " (" attr(title) ")";
		}
		.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
			content: "";
		}
		pre, blockquote {
			border: 1px solid #999;
			page-break-inside: avoid;
		}
		thead {
			display: table-header-group;
		}
		tr, img {
			page-break-inside: avoid;
		}
		img {
			max-width: 100% !important;
		}
		@page {
			margin: 0.5cm;
		}
		p, h2, h3 {
			orphans: 3;
			widows: 3;
		}
		h2, h3 {
			page-break-after: avoid;
		}
	}
	.form-label{
		width:150px !important;
	}
	.form-label-left{
		width:150px !important;
	}
	.form-line{
		padding-top:5px;
		padding-bottom:5px;
	}
	.form-label-right{
		width:150px !important;
	}
	.form-all{
		width:368px;
		background:#FFFFFF;
		color:#555555 !important;
		font-family:'Verdana';
		font-size:12px;
	}
	.form-radio-item label, .form-checkbox-item label, .form-grading-label, .form-header{
		color:#555555;
	}
	.form-all input[type="text"] {
  background: url("images/textbox.jpg") repeat-x scroll 0 0 #D8D8D8;
  border: 0 none;
  border-radius: 5px 5px 5px 5px;
  color: #595858;
  font: 13px/36px Arial,Helvetica,sans-serif;
  height: 36px;
  margin: 0 0 0 17px;
  padding: 0 5px;
  width: 290px;
}
	.form-all textarea{
		width:322px;
		height:74px;
		max-width:322px;
		max-height:74px;
		min-width:322px;
		min-height:74px;
		background:url(images/textbox.jpg) repeat-x 0 0 #d8d8d8;
		border:0px;
		border-radius:5px;
		color:#595858;
		font:normal 13px/16px Arial, Helvetica, sans-serif;
		padding:5px;
		margin:0 0 0 17px;
	}
	.form-all label{
		font:normal 14px Arial, Helvetica, sans-serif;
		margin:10px 0 1px 17px;
	}
	.form-submit-button{
		font:bold 22px/53px Arial, Helvetica, sans-serif;
		color:#fff;
		background:url(images/submit.jpg) repeat-x 0 0 #227cc9;
		border-radius:5px;
		cursor:pointer;
		border:0px;
		width:296px !important;
		height:53px;
		display:inline-block;
		margin:18px 30px 30px 18px !important;
	}
	.form-line-active{
		background-color:transparent !important;
	}
	.form-button-error{
		padding:0 0 15px 18px;
		display:block !important;
	}
	.form-buttons-wrapper{
		margin-left:0px !important;
	}
	.form-all{
		background:none !important;
	}
		