@charset "utf-8";
/* CSS Document */
/*////////////////////////////////////////////////////RESET/*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*////////////////////////////////////////////////////utils/*/
.left, .right{
	position:relative;
	float:left;
}
.right{
	float:right;
}
.clr{
	width:1px;
	height:1px;
	font-size:1px;
	margin:-1px;
	clear:both;
}
form{
	position:relative;
	display:inline;
}
/*////////////////////////////////////////////////////LAYOUT/*/
body{
	background:url(../images/bg_body.gif) repeat-x #003d7e;
	color:#0a3e76;
	font-family:Arial, Helvetica, sans-serif;
}
.master, .master_ty, .footer, .footer_ty{
	position:relative;
	width:784px;
	margin-left:-376px;
	left:50%;
	background:url(../images/bg_master.gif) repeat-y;
}
.content, .content_ty{
	background:url(../images/bg_content.gif) 13px top no-repeat;
}
.side{
	width:203px;
	padding:0 0 0 13px;
	z-index:1;
}
.display, .display_ty{
	width:490px;
	z-index:1;
	padding:25px 0 0 250px;
}

.deco_left{
	position:absolute;
	top:-1px;
	left:0;
	height:779px;
	width:13px;
	background:url(../images/deco_left.gif) no-repeat;
	z-index:3;
}
.deco_right{
	position:absolute;
	right:0;
	top:-1px;
	height:779px;
	width:18px;
	background:url(../images/deco_right.gif) no-repeat;
	z-index:3;
}
.master_ty .deco_left, .master_ty .deco_right{
	height:402px;
}
.footer, .footer_ty{
	position:relative;
	height:44px;
	width:784px;
	background:url(../images/bg_footer.gif) no-repeat #003A81;
	z-index:999;
}
.footer p, .footer_ty p{
	font:normal 8px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	padding:45px 0 10px 0;
}
a.logo{
	position:relative;
	float:right;
	z-index: 999;
	display: block;
	width: 193px;
	height: 90px;
}
/*////////////////////////////////////////////////////TEXT/*/
h1{
	font:bold 28px Arial, Helvetica, sans-serif;
}
h2{
	font:normal 17px Arial, Helvetica, sans-serif;
	padding:0 0 15px 0;
}
h3{
	font:bold 13px Arial, Helvetica, sans-serif;
	padding:0 0 15px 0;
}
p{
	font:normal 12px Arial, Helvetica, sans-serif;
	padding:0 0 19px 0;
}
td.field{
	font-size:13px;
	font-weight:bold;
	padding:0 14px 0 0;
}
input{
	border:none;
	margin:0px 0px 7px 0px;
}
input.radio{
	margin: 0px;
}
input.input1{
	background:url(../images/bg_input_1.gif) no-repeat;
	width:189px;
	height:19px;
}
input.input_64{
	background:url(../images/bg_input_64.gif) no-repeat;
	width:64px;
	height:19px;
}
input.input_121{
	background:url(../images/bg_input_121.gif) no-repeat;
	width:121px;
	height:19px;
}
input.send{
	margin:10px 0 0 0;
}
textarea{
	width:189px;
	height:46px;
	background:url(../images/bg_textarea.gif) no-repeat;
	border:none;
	overflow:auto;
	margin:0 0 7px 0;
}
.note{
	font-size:11px;
	font-weight:bold;
	padding:75px 0 0px 0;
}
.error{
	position:relative;
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height:30px;
	color:#ff0000;
	padding:0;
}
.error img{
	padding:0 20px 0 0px;
}
input.button_submit{
	border:none;
	background:url(../images/button_submit.gif);
	width:110px;
	height:33px;
	margin: 7px 0 0 0;
}
input.button_submit:hover{
	background:url(../images/button_submit_over.gif);
}
p.signature{
	float:left;
	padding:20px 0 10px 0;
}
/*///////////////////THANK YOU PAGE////////////////////*/
.master_ty{
	background:url(../images/bg_master_ty.gif) repeat-y;
}
.master_ty h1{
	padding:80px 0 10px 0;
}
.content_ty{
	background:url(../images/bg_content_ty.jpg) 13px top no-repeat;
}
.footer_ty{
	background:url(../images/bg_footer_ty.gif) no-repeat #004F92;
	margin:0 0 -40px -376px;
	z-index:999;
}
.display_ty{
	height:376px;
	z-index:1;
}
a.logo_ty{
	position:absolute;
	bottom:0;
	right:50px;
	z-index:999;
	display: block;
	width: 193px;
	height: 90px;
}
a.logo_ty img{
}
