/* CSS by Econom Vladimir */

/* Common Styles */

BODY { 
	width: 100%;
	min-width: 900px;
	//width: expression((documentElement.clientWidth||document.body.clientWidth)<900?'900px':'100%');
	font-family: Arial, sans-serif; 
	font-size: 90%;
	margin: 0;
	padding:	49px 0 4em 0;
	text-align: center;
	}
DIV, UL, UL LI, FORM, DL, DL DT, DL DD, H1, H2, H3, H4 {
	margin: 0;
	padding: 0;
	}
P {	margin-top: 0;	}
H1, H2, H3, H4 {	font-weight: normal;	}
UL {	list-style: none;	}
IMG {	border: 0;	}
A, A.visited {	color: #00408E;	}
A:hover {	color: #FC000A;	}

TABLE {
	border: 0;
	border-collapse: collapse;
	width: 100%;
	}
TABLE TD, TABLE TH {
	padding: 0;
	vertical-align: top;
	}
.mainBox, .footer	{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	}

/* Main */

.navBar {
	height: 82px;
	background: url(../img/nav_bg.gif) no-repeat;
	margin-bottom: 35px;
	}
#inner {
	margin-bottom: 6px;
	}
.navBar LI {
	height: 54px;
	width: 115px;
	float: left;
	text-align: center;
	font: bold 13px Arial;
	background: url(../img/li.gif) no-repeat;
	margin-right: 11px;
	}
.navBar LI A, .navBar LI DIV {
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
	display: block;
	padding-top: 33px;
	margin-top: -5px;
	position: relative;
	background: url(../img/li_main.gif) no-repeat 6px 11px;
	}
.navBar LI A:hover, .navBar LI DIV {
	color: #ff0;
	background-image: url(../img/li_hover.gif);
	}

.leftBox {
	float: left;
	width: 241px;
	}
.rightBox {
	float: left;
	width: 719px;
	}
.leftBox, .rightBox {	margin-bottom: 4em;	}

.visual {
	width: 719px;
	background: url(../img/visual.jpg) no-repeat;
	position: relative;
	min-height: 457px;
	-height: 457px;
	float: left;
	z-index: 1;
	margin-top: -35px;
	margin-bottom: 0.25em;
	}
.visual IMG {
	display: block;
	}
.visual P {
	color: #802121;
	font: bold 110% Arial;
	line-height: 1.3em;
	margin: 0 238px 0 21px;
	}
.text H1, .rightBox .formApp H1 {	font: bold 165% Arial;	}

.steps {
	position: relative;
	margin: 157px 0 0 48px;
	}
.steps IMG, .steps A {	display: block;	}

.steps A, .steps {
	width: 408px;
	height: 171px;
	}
.steps A:hover IMG {	display: none;	}
.steps A:hover { background: url(../img/steps_hover.gif) no-repeat;	}

.leftBox .steps, .leftBox A {
	width: 241px;
	height: 244px;
	margin: 0;
	}
.leftBox .steps {	margin-bottom: 5px;	}
.leftBox .steps A:hover {	background-image: url(../img/steps2_hover.gif);	}
.apply {	margin-bottom: 20px;	}

.start {
	display: block;
	margin-bottom: 5px;
	}
.formApp {
	border: 1px solid #7B0C26;
	width: 239px;
	background: #6D0019 url(../img/formapp.gif) repeat-x;
	position: relative;
	margin-bottom: 65px;
	}
.contact .formApp {
	border: none;
	height: auto;
	background: none;
	width: 420px;
	margin-left:130px;
	}
.formApp H1 {
	font: bold 115% Arial;
	color: #fff;
	margin: 8px 0 13px 14px;
	text-transform: uppercase;
	}
.text H2 {	margin: 0 0 0.4em 0;	}
.text H1, .text H2, .text H3, .leftBox H3, .faq dt, .rightBox .formApp H1 {	color: #BC001D;	}
.leftBox H3 {
  font-weight: bold;
  margin-top: 20px;
  font-size:24px;
}


.contact P {
	padding: 0 19px 0 0;
	font-size: 90%;
	}
.form {	padding: 0 0 11px 14px;	}
.contact .form {	padding-left: 0;	}

.form DT {
	color: #FFF;
	font: 110% Arial;
	margin-bottom: -1px;
	}
.form DT SPAN {
	color: #FD1212;
	font: 13px Tahoma;
	}
.form DD {	margin: 0 0 0 0; }

.contact .form DT {
	width: auto;
	text-align: left;
	font-size: 90%;
	color: #000;
	}
.contact .form DD {	margin-bottom: 0.5em;	}
.form DD INPUT, .form DD TEXTAREA {
	border: 1px solid #F9C6AA;
	width: 209px; //width: 207px;
	font-size: 13px;
	position: relative;
	}
.contact .form DD INPUT, .contact .form DD TEXTAREA {
	width: 390px;
	border-color: #83011F;
	}
.form DD TEXTAREA {	overflow: auto;	}

.sendF BUTTON {
	width: 241px;
	height: 40px;
	background: url(../img/apply.gif) no-repeat;
	border: none;
	display: block;
	position: absolute;
	bottom: -46px;
	left: -1px;
    cursor: hand;
    cursor: pointer;
	}
.code {	padding-top: 0.5em;	}

.code LABEL {
	font-size: 79%;
	display: block;
	margin: 1em 0 0.5em 0;
	}
.code .img {
	white-space: nowrap;
	display: block;
	border: 1px solid #A9A9A9;
	width: 120px;
	}
.img IMG {	vertical-align: middle;	}
.code INPUT {	width: 120px !important;	}

.submit {
	float: right;
	margin-right: 28px;
	margin-top: -40px; //margin-top: -48px;
	font-size: 145%; //font-size: 140%;
	}
.icons {
	margin-bottom: 21px;
	}

UL.bottNav {
	background: url(../img/nav_bott_bg.gif) repeat-x;
	height: 40px;
	padding-left: 210px;
	position: relative;
	border: 1px solid #7B0C26 !important;
	}
.bottNav LI {
	background: url(../img/li_bott.gif) no-repeat;
	float: left;
	margin-top: 4px;
	min-height: 32px;
	-height: 32px;
	width: 109px;
	font-size: 90%;
	text-align: center;
	}
LI.first {
	background: none;
	}
.bottNav LI A, .bottNav LI DIV {
	display: block;
	margin-top: 7px;
	color: #fff;
	text-decoration: none;
	}
.bottNav LI A:hover, .bottNav LI DIV {	color: #ff0;	}

.indexText {	padding: 100px 0 0 8px;	//padding-top: 0.45em;	}

.indexText P {
	margin: 0 0 0.8em 6px;
	font-size: 90%;
	color: #00408E;
	}
P.header {
	color: #BC001D;
	font: bold 105% Arial;
	line-height: 1.35em;
	margin-bottom: 1.1em;
	}

.text {
	padding-left: 20px;
	}
.text UL {
	list-style: disc;
	padding-left: 22px;
	}
.text UL, .text OL {	margin-bottom: 1em;	}

.text H1, .rightBox .formApp H1 {	text-align: center;	}
.text H1, .text H2 {	margin-bottom: 0.6em; //margin-bottom: 0.7em;	}
.text H2 {	padding-top: 0.3em;	}
.text UL, .text OL, .text P, .faq DD {	font-size: 90%;	}
.faq UL, .faq OL, .faq P {	font-size: 100%;	}

.faq DT, .text H3 {
	/*color: #CC0000;*/
	font: bold 105% Arial;
	margin-bottom: 0.2em;
	}
.faq DD {
	margin-bottom: 1em;
	color: #333;
	}
.faq DD OL {
	padding-left: 26px;
	//padding-left: 0;
	}
.faq DD OL, .faq DD UL {	padding-top: 0.5em;	}

.iframe {
	width: 707px;
	margin-left: auto;
	}
.iframe IFRAME {
	height: 700px;
	border: none;
	-width: 670px;
	background: #FFF;
	}


/* Equal Styles */

.b {	font-weight: bold;	}
.f100, TABLE TD, TABLE TH {	font-size: 100%;	}
.f90	{	font-size: 90%;	}