@font-face {
	font-family: 'gothic';
	src: url('./fonts/gothic.eot');
	src: local('gothic'), url('./fonts/gothic.woff') format('woff'), url('./fonts/gothic.ttf') format('truetype');
}
body{ margin: 0; font-family: 'gothic' !important;}
#main{
	width:1100px;
	margin:auto;	
	display:block;	
}

/* header */
#header{
	width:1100px;
	margin:auto;		
}
#logo_div{
	width:347px;
	padding:20px 0;
	background-color:#FFF;
	margin-top:22px;
}
#logo_img{
	width:260px;
	margin:auto;
}
/* end header */
#social{
	position:absolute;
	right:0;
	background-image:url(../images/dot2.png);
	top:35px;
	padding:10px;
	padding-right:40px;
}
.social_icon{
	float:left;
	padding-right:8px;
}
.img_hover:hover{
	opacity:0.8;	
}
/* progress bar */
#progress {
	width: 100%;
	display: block;
	height: 22px;
	position:relative;
	left: 0;
	top: 0;
	background-color:#FFF;
}
#bar {
	display: block;
	background-color: #e7bc4a;
	height: 3px;
	width: 100%;
	position:absolute;
	left: -100%;
	top:: 0;
}
/* end progress bar */

/* background change */
#slideshow {
    position:relative;
    height:100%;
	z-index:-1;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow img {
	min-height: 100%;
	/* Set up proportionate scaling */
	width: 100%;
	height:100%;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
/* end background change */

/* menu */
.menu{
	text-align:center;
	width:250px;
	padding-left:55px;
	padding-top:10px;
	height:100px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
}
.separator{
	padding-top:1px	;
	color:#fff;
}
#nav,#nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav {
    display: table;
	width:230px;
	text-align:center;
	background-color:#f3cb65;
	padding-left:5px;
}

#nav li {
    float: left;
    position: relative;
}
#nav li a {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 7px 10px;
    text-decoration: none;
}
#nav li:hover > a {
    background-color:#e5b94a;
    color: #FFFFFF;
}

/* end menu*/
/* content */
#content{
	margin-top:0;
	width:100%;
}
#logos_cont{
	margin-top:75px;
	background-color:#FFF;
	position:relative;
	margin-left:-60px;
	padding:20px;	
}
#logos_div{
	float:right;	
}
.logos_icon{
	float:right;
	width:130px;
	height:120px;
	margin-right:40px;
}
.logo_txt1{
	text-align:center;
	font-weight:bold;
	font-size:13px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	width:130px;	
	color:#7d91a2;
	margin-top:5px;
}
.logo_txt2{
	text-align:center;
	font-size:10px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	width:130px;
	color:#7d91a2;
	margin-top:3px;	
}
.welcom_tit_div{
	background-image:url(../images/trans.png);
	width:337px;
	padding:0 5px 5px 5px;
}
#line1{
	color:#FFF;
	font-size:36px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	line-height:48px;
	width:347px;
	text-align:center;
}
.line2{
	color:#FFF;
	font-size:48px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
}

#welcome{
	font-family: 'gothic' !important;
	background-image:url(../images/welcom_back.png);
	 background-size: 100% 100%;
	background-repeat: no-repeat;
	background-color:#eaeaea;
	width:347px;
	color:#333132;
	margin-top:15px;
	/*height:63vh;*/
	height:474px;
	position:absolute;
	z-index:111;
	top:-75px;
	left:60px;
}
#welcome_tit{
	padding:5px;	
	color:#206eb7;
	font-size:18px;
	text-transform:uppercase;
	background-color:#FFFFFF;
	margin:30px 20px;
	font-weight:bold;
	text-align:center;
}
#welcome_txt{
	font-size:17px;	
	margin:30px 20px;
	color:#206eb7;
	text-align:justify;
	line-height:20px;

}
#footer{
	width:100%;
	text-align:right;
	color:#FFF;
	font-size:12px;
	padding:20px 0;
	padding-bottom:5px;	
	font-family:Arial, Helvetica, sans-serif;
	margin-top:186px;
	text-transform:uppercase;
	position:fixed;
	bottom:20px;
	right:50px;
}
#progress2 {
	position:fixed;
   left:0px;
   bottom:0px;
   height:22px;
   width:100%;
   background:#fff;
}
.link_white a{
	text-decoration:none;
	color:#FFFFFF;	
}
.link_white a:hover{
	text-decoration:none;
	color:#FFFFB3;	
}
/* end content*/
.tab-box{
	text-align:center;
	display: block;
	border: none;
}
.tab-box a{
	 text-decoration: none;
	 font-size:12px;
	padding: 5px 19px;
	color: #FFFFFF;
	display: block;
	border: none;
	cursor: pointer;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	background-color:#d8a976;
}

.tab-box a:hover{
	background-color: #d89853!important;
}

#content_inner{
	width:680px;
	margin:auto;
	margin-top:0;
	margin-bottom:50px;
	background-color:#FFF;
	padding:20px;
	height:100%;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
-moz-box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
}
.title{
	font-family: 'gothic' !important;
	text-transform:uppercase;
	text-align:center;
	font-size:23px;
	color:#e1a911;
	font-weight:bold;
}
.inner_txt{
	font-family: 'gothic' !important;
	font-size:15px;
	color:#333;	
}
.inner_txt a{
	color:#d09a5b;
	text-decoration:none;
}
.inner_txt a:hover{
	color:#b67122;
}
.line_sep{
	height:1px;
	border-bottom:1px dashed #666666;
	margin:20px 0;
}


.field{
	background-color:#E0E0E0;
	border:none;
	padding:8px 3px;
	color:#FFF;	
	font-weight:bold;
	width:100%;
}
.field:hover,.field:focus{
	background-color:#dbb58c;
	outline:none;
}
@media screen and (max-width: 2000px){
@font-face {
	font-family: 'gothic';
	src: url('./fonts/gothic.eot');
	src: local('gothic'), url('./fonts/gothic.woff') format('woff'), url('./fonts/gothic.ttf') format('truetype');
}
body{ margin: 0; font-family: 'gothic' !important;}
#main{
	width:1100px;
	margin:auto;	
	display:block;	
}

/* header */
#header{
	width:1100px;
	margin:auto;		
}
#logo_div{
	width:347px;
	padding:20px 0;
	background-color:#FFF;
}
#logo_img{
	width:260px;
	margin:auto;
}
/* end header */
#social{
	position:absolute;
	right:0;
	background-image:url(../images/dot2.png);
	top:35px;
	padding:10px;
	padding-right:40px;
}
.social_icon{
	float:left;
	padding-right:8px;
}
.img_hover:hover{
	opacity:0.8;	
}
/* progress bar */
#progress {
	width: 100%;
	display: block;
	height: 22px;
	position:relative;
	left: 0;
	top: 0;
	background-color:#FFF;
}
#bar {
	display: block;
	background-color: #e7bc4a;
	height: 3px;
	width: 100%;
	position:absolute;
	left: -100%;
	top: 0;
}
/* end progress bar */

/* background change */
#slideshow {
    position:relative;
    height:100%;
	z-index:-1;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow img {
	min-height: 100%;
	/* Set up proportionate scaling */
	width: 100%;
	height:100%;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
/* end background change */

/* menu */
.menu{
	text-align:center;
	width:250px;
	padding-left:55px;
	padding-top:10px;
	height:100px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
}
.separator{
	padding-top:1px	;
	color:#fff;
}
#nav,#nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav {
    display: table;
	width:230px;
	text-align:center;
	background-color:#f3cb65;
	padding-left:5px;
}

#nav li {
    float: left;
    position: relative;
}
#nav li a {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 7px 10px;
    text-decoration: none;
}
#nav li:hover > a {
    background-color:#e5b94a;
    color: #FFFFFF;
}

/* end menu*/
/* content */
#content{
	margin-top:0;
	width:100%;
}
#logos_cont{
	margin-top:75px;
	background-color:#FFF;
	position:relative;
	margin-left:-60px;
	padding:20px;	
}
#logos_div{
	float:right;	
}
.logos_icon{
	float:right;
	width:130px;
	height:120px;
	margin-right:40px;
}
.logo_txt1{
	text-align:center;
	font-weight:bold;
	font-size:13px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	width:130px;	
	color:#7d91a2;
	margin-top:1px;
}
.logo_txt2{
	text-align:center;
	font-size:10px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	width:130px;
	color:#7d91a2;
	margin-top:3px;	
}
.welcom_tit_div{
	background-image:url(../images/trans.png);
	width:337px;
	padding:0 5px 5px 5px;
}
#line1{
	color:#FFF;
	font-size:36px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	line-height:48px;
	width:347px;
	text-align:center;
}
.line2{
	color:#FFF;
	font-size:48px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
}

#welcome{
	font-family: 'gothic' !important;
	background-image:url(../images/welcom_back.png);
	 background-size: 100% 100%;
	background-repeat: no-repeat;
	background-color:#eaeaea;
	width:347px;
	color:#333132;
	margin-top:15px;
	/*height:63vh;*/
	height:474px;
	position:absolute;
	z-index:111;
	top:-75px;
	left:60px;
}
#welcome_tit{
	padding:5px;	
	color:#206eb7;
	font-size:18px;
	text-transform:uppercase;
	background-color:#FFFFFF;
	margin:30px 20px;
	font-weight:bold;
	text-align:center;
}
#welcome_txt{
	font-size:17px;	
	margin:30px 20px;
	color:#206eb7;
	text-align:justify;
	line-height:20px;

}
#footer{
	width:100%;
	text-align:right;
	color:#FFF;
	font-size:12px;
	padding:20px 0;
	padding-bottom:5px;	
	font-family:Arial, Helvetica, sans-serif;
	margin-top:186px;
	text-transform:uppercase;
	position:fixed;
	bottom:20px;
	right:50px;
}
#progress2 {
	position:fixed;
   left:0px;
   bottom:0px;
   height:22px;
   width:100%;
   background:#fff;
}
.link_white a{
	text-decoration:none;
	color:#FFFFFF;	
}
.link_white a:hover{
	text-decoration:none;
	color:#FFFFB3;	
}
/* end content*/
.tab-box{
	text-align:center;
	display: block;
	border: none;
}
.tab-box a{
	 text-decoration: none;
	 font-size:12px;
	padding: 5px 19px;
	color: #FFFFFF;
	display: block;
	border: none;
	cursor: pointer;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	background-color:#d8a976;
}

.tab-box a:hover{
	background-color: #d89853!important;
}
#content_inner{
	width:680px;
	margin:auto;
	margin-top:0;
	margin-bottom:50px;
	background-color:#FFF;
	padding:20px;
	height:100%;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
-moz-box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
}
.title{
	font-family: 'gothic' !important;
	text-transform:uppercase;
	text-align:center;
	font-size:23px;
	color:#e1a911;
	font-weight:bold;
}
.inner_txt{
	font-family: 'gothic' !important;
	font-size:15px;
	color:#333;	
}
.inner_txt a{
	color:#d09a5b;
	text-decoration:none;
}
.inner_txt a:hover{
	color:#b67122;
}
.line_sep{
	height:1px;
	border-bottom:1px dashed #666666;
	margin:20px 0;
}


.field{
	background-color:#E0E0E0;
	border:none;
	padding:8px 3px;
	color:#FFF;	
	font-weight:bold;
	width:100%;
}
.field:hover,.field:focus{
	background-color:#dbb58c;
	outline:none;
}
}
@media screen and (max-width: 1200px){
#main{
	width:1000px;
	margin:auto;	
	display:block;	
}

/* header */
#header{
	width:1000px;
	margin:auto;		
}
.logos_icon{
	float:right;
	width:120px;
	height:120px;
	margin-right:30px;
}
.logo_txt1{
	text-align:center;
	font-weight:bold;
	font-size:14px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	width:130px;	
	color:#7d91a2;
	margin-top:1px;
}
.logo_txt2{
	text-align:center;
	font-size:11px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	width:130px;
	color:#7d91a2;
	margin-top:3px;	
}
#footer{
	width:100%;
	text-align:right;
	color:#FFF;
	font-size:12px;
	padding:20px 0;
	padding-bottom:5px;	
	font-family:Arial, Helvetica, sans-serif;
	margin-top:186px;
	text-transform:uppercase;
	position:fixed;
	bottom:20px;
	right:50px;
}
#content_inner{
	width:590px;
	margin:auto;
	margin-top:0;
	margin-bottom:50px;
	background-color:#FFF;
	padding:20px;
	
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
-moz-box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
}
.title{
	font-family: 'gothic' !important;
	text-transform:uppercase;
	text-align:center;
	font-size:23px;
	color:#e1a911;
	font-weight:bold;
}
.inner_txt{
	font-family: 'gothic' !important;
	font-size:15px;
	color:#333;	
}
.line_sep{
	height:1px;
	border-bottom:1px dashed #666666;
	margin:20px 0;
}
}
@media screen and (max-width: 1024px){
#main{
	width:850px;
	margin:auto;	
	display:block;	
}

/* header */
#header{
	width:850px;
	margin:auto;		
}
#logo_div{
	width:300px;
	padding:20px 0;
	background-color:#FFF;
}
.logos_icon{
	float:right;
	width:100px;
	height:120px;
	margin-right:25px;
}
.logo_txt1{
	text-align:center;
	font-weight:bold;
	font-size:11px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	width:100px;	
	color:#7d91a2;
	margin-top:1px;
}
.logo_txt2{
	text-align:center;
	font-size:9px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	width:100px;
	color:#7d91a2;
	margin-top:3px;	
}
.menu{
	text-align:center;
	width:250px;
	padding-left:30px;
	padding-top:10px;
	height:100px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
}
.welcom_tit_div{
	background-image:url(../images/trans.png);
	width:290px;
	padding:0 5px 5px 5px;
}
#line1{
	color:#FFF;
	font-size:30px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	line-height:48px;
	width:300px;
	text-align:center;
}
.line2{
	color:#FFF;
	font-size:42px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
}
#welcome_tit{
	padding:5px;	
	color:#206eb7;
	font-size:16px;
	text-transform:uppercase;
	background-color:#FFFFFF;
	margin:30px 20px;
	font-weight:bold;
	text-align:center;
}
#welcome_txt{
	font-size:15px;	
	margin:30px 20px;
	color:#206eb7;
	text-align:justify;
	line-height:20px;

}
#welcome{
	font-family: 'gothic' !important;
	background-image:url(../images/welcom_back.png);
	background-color:#eaeaea;
	width:300px;
	color:#333132;
	margin-top:15px;
	height:474px;
	position:absolute;
	z-index:111;
	top:-75px;
	left:60px;
}
#footer{
	width:100%;
	text-align:right;
	color:#FFF;
	font-size:12px;
	padding:20px 0;
	padding-bottom:5px;	
	font-family:Arial, Helvetica, sans-serif;
	margin-top:186px;
	text-transform:uppercase;
	position:fixed;
	bottom:20px;
	right:50px;
}
#content_inner{
	width:500px;
	margin:auto;
	margin-top:0;
	margin-bottom:50px;
	background-color:#FFF;
	padding:20px;
	
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
-moz-box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
}
.title{
	font-family: 'gothic' !important;
	text-transform:uppercase;
	text-align:center;
	font-size:23px;
	color:#e1a911;
	font-weight:bold;
}
.inner_txt{
	font-family: 'gothic' !important;
	font-size:15px;
	color:#333;	
}
.line_sep{
	height:1px;
	border-bottom:1px dashed #666666;
	margin:20px 0;
}
}
@media screen and (max-width: 800px){
#main{
	width:600px;
	margin:auto;	
	display:block;	
}

/* header */
#header{
	width:600px;
	margin:auto;		
}
#logo_div{
	width:260px;
	padding:20px 0;
	background-color:#FFF;
}
#logo_img{
	width:220px;
	margin:auto;
}
.logos_icon{
	float:right;
	width:85px;
	height:90px;
	margin-right:5px;
}
.logo_thumb{
	height:50px;	
}
.logo_txt1{
	text-align:center;
	font-weight:bold;
	font-size:10px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	width:85px;	
	color:#7d91a2;
}
.logo_txt2{
	text-align:center;
	font-size:9px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	width:85px;
	color:#7d91a2;	
}
.menu{
	text-align:center;
	width:250px;
	padding-left:10px;
	padding-top:10px;
	height:100px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
}
.welcom_tit_div{
	background-image:url(../images/trans.png);
	width:210px;
	padding:0 5px 5px 5px;
}
#line1{
	color:#FFF;
	font-size:20px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	line-height:48px;
	width:220px;
	text-align:center;
}
.line2{
	color:#FFF;
	font-size:30px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	line-height:38px;
	text-align:center
}
#welcome_tit{
	padding:5px;	
	color:#206eb7;
	font-size:15px;
	text-transform:uppercase;
	background-color:#FFFFFF;
	margin:30px 20px;
	font-weight:bold;
	text-align:center;
}
#welcome_txt{
	font-size:15px;	
	margin:30px 20px;
	color:#206eb7;
	text-align:justify;
	line-height:18px;

}
#welcome{
	font-family: 'gothic' !important;
	background-image:url(../images/welcom_back.png);
	background-color:#eaeaea;
	width:220px;
	color:#333132;
	margin-top:15px;
	height:474px;
	position:absolute;
	z-index:111;
	top:-75px;
	left:60px;
}
#footer{
	width:100%;
	text-align:right;
	color:#FFF;
	font-size:12px;
	padding:20px 0;
	padding-bottom:5px;	
	font-family:Arial, Helvetica, sans-serif;
	margin-top:186px;
	text-transform:uppercase;
	position:fixed;
	bottom:20px;
	right:50px;
}
#content_inner{
	width:555px;
	margin:auto;
	margin-top:0;
	margin-bottom:50px;
	background-color:#FFF;
	padding:20px;
	
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
-moz-box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
}
#content_inner{
	width:250px;
	margin:auto;
	margin-top:0;
	margin-bottom:50px;
	background-color:#FFF;
	padding:20px;
	
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
-moz-box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
}
.title{
	font-family: 'gothic' !important;
	text-transform:uppercase;
	text-align:center;
	font-size:23px;
	color:#e1a911;
	font-weight:bold;
}
.inner_txt{
	font-family: 'gothic' !important;
	font-size:15px;
	color:#333;	
}
.line_sep{
	height:1px;
	border-bottom:1px dashed #666666;
	margin:20px 0;
}
}
@media screen and (max-width: 500px){
#main{
	width:300px;
	margin:auto;	
	display:block;	
}

/* header */
#header{
	width:300px;
	margin:auto;		
}
#logo_div{
	width:200px;
	padding:20px 0;
	background-color:#FFF;
}
#logo_img{
	width:180px;
	margin:auto;
}
#logos_cont{
	margin-top:75px;
	background-color:#FFF;
	position:relative;
	margin-left:-10px;
	padding:20px;	
	margin-bottom:80px
}
.logos_icon{
	float:none;
	width:80px;
	height:70px;
	margin-right:0;
	margin-left:10px;
	margin-bottom:40px
}
.logo_thumb{
	height:50px;	
}
.logo_txt1{
	text-align:center;
	font-weight:bold;
	font-size:10px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	width:100px;	
	color:#7d91a2;
}
.logo_txt2{
	text-align:center;
	font-size:9px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	width:100px;
	color:#7d91a2;	
}
.social_icon{
	float:none;
	padding-right:8px;
	margin-bottom:5px;
}
.menu{
	text-align:center;
	width:250px;
	padding-left:0;
	padding-top:10px;
	height:100px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
}
#nav {
    display: table;
	width:190px;
	text-align:center;
	background-color:#f3cb65;
	padding-left:10px;
}
#nav li a {
    color: #fff;
    display: block;
    font-size: 10px;
    padding: 7px 10px;
    text-decoration: none;
}
.welcom_tit_div{
	background-image:url(../images/trans.png);
	width:190px;
	padding:0 5px 5px 5px;
}
#line1{
	color:#FFF;
	font-size:15px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	line-height:48px;
	width:200px;
	text-align:center;
}
.line2{
	color:#FFF;
	font-size:28px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	line-height:38px;
}
#welcome_tit{
	padding:5px;	
	color:#206eb7;
	font-size:12px;
	text-transform:uppercase;
	background-color:#FFFFFF;
	margin:30px 20px;
	font-weight:bold;
	text-align:center;
}
#welcome_txt{
	font-size:11px;	
	margin:30px 20px;
	color:#206eb7;
	text-align:justify;
	line-height:16px;

}
#welcome{
	font-family: 'gothic' !important;
	background-image:url(../images/welcom_back.png);
	background-color:#eaeaea;
	width:200px;
	color:#333132;
	margin-top:15px;
	height:474px;
	position:absolute;
	z-index:111;
	top:-75px;
	left:10px;
}
#footer{
	width:100%;
	text-align:right;
	color:#FFF;
	font-size:12px;
	padding:20px 0;
	padding-bottom:5px;	
	font-family:Arial, Helvetica, sans-serif;
	margin-top:186px;
	text-transform:uppercase;
	position:fixed;
	bottom:20px;
	right:50px;
}
#content_inner{
	width:0;
	margin:auto;
	margin-top:310px;
	margin-bottom:50px;
	background-color:#FFF;
	padding:20px;
	
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
-moz-box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
}
.title{
	font-family: 'gothic' !important;
	text-transform:uppercase;
	text-align:center;
	font-size:20px;
	color:#e1a911;
	font-weight:bold;
}
.inner_txt{
	font-family: 'gothic' !important;
	font-size:13px;
	color:#333;	
}
.line_sep{
	height:1px;
	border-bottom:1px dashed #666666;
	margin:20px 0;
}
}

