@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-transform: none;
	background:url(../images/bg.jpg) top center;
	background-repeat:repeat;
	font-family: 'Helvetica-Condensed-Light-Light';
	text-align:justify;
}
html {
	overflow-y: scroll;
	margin:0px;
}
img {
	border:0px !important;
}
a {
	color:#373737;
	text-decoration: none;
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
p {
	font-size:15px;
	line-height:26px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#777777;
	padding-top:4px;
	padding-bottom:8px;
}
.clear {
	clear:both;
}
.bor{width:664px; float:left; margin-left:10px; margin-top:10px; display:block; margin-bottom:16px; height:1px; border-bottom:1px dashed #d6d6d6;}

#top-container{width: 100%;
	display: block;
	float: left;
	height:58px;
	background:url(../images/top-bg.png); background-repeat:repeat-x; position:relative;
	z-index:9999;}
	

#top-wrapper {
	width: 1003px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
	z-index:9999;
}


/*Start Container*/
div#container {
	width: 100%;
	display: block;
	float: left;
	
}
/*End Container*/


/*Start Wrapper*/
div#wrapper {
	width: 1003px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border:1px solid #e5e5e5;
	background:#fff;
	margin-top:-9px;
	
}
/*End Wrapper*/


/*Start Header*/
div#header {
	width: 1003px;
	display: block;
	
}
div.logo {
	width:404px;
	height:93px;
	float:left;
	display:block;
	margin-top:42px;
	margin-left:10px;
	margin-bottom:5px;

}
.top-area h1 { font-size:14px; color:#fff;  font-family: 'AvantGardeBkBTBook'; float:right; display:block; margin-top:12px; margin-left:12px;}

.soc_list {
	float:left;
	overflow:hidden;
	margin-top:10px;
	margin-right:10px;
}
.soc_list li {
	float:left;
	margin-left:6px;
	list-style:none;
}
.soc_list li a {
	display:block;
	width:32px;
	height:32px;
	background:#e20001;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	
}
.soc_list li a:hover {
	background:#013e7f;
	border-radius:16px;
}

.form-search {background:url(../images/search_box.png) no-repeat; float: right;width:189px; height:36px; margin-top:11px; position:relative; z-index:10000;}
#form-search input{background: none repeat scroll 0 0 transparent; border: medium none; color: #013e7f; font-style:italic; display: inline-block; float: left; font-family:Arial, Helvetica, sans-serif; font-size: 12px; height: 15px; margin-right:4px; padding: 10px 10px 7px 7px; vertical-align: top; width: 127px;}

.search_button {background: url("../images/search-button.png") no-repeat scroll 0 0 transparent; display: inline-block; float: right; height: 18px; width: 14px; margin:7px;  background-position:0px 0px; margin-top:11px;}
.search_button:hover {background-position:-14px 0px;}

div.menu {
	min-width:433px;
	float:right;
	display:block;
	margin-top:34px;
}
div.menu ul {
	margin:0px;
	padding:0px;
}
div.menu ul li {
	display:block;
	list-style:none;
	font-family: 'avantgarde_md_btmedium';
	font-size:16px !important;
	float:left;
	text-transform:uppercase;
	margin-right:10px;
}
div.menu ul li.home a {
	width:101px;
	height:33px;
	display:block;
	background:url(../images/menu/home.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-top:65px;
	color:#4a4a4a;
	text-align:center;
}
div.menu ul li.home a:hover {
	width:101px;
	height:51px;
	display:block;
	background:url(../images/menu/home.png);
	background-repeat:no-repeat;
	background-position:0px -98px;
	color:#fff;
}

div.menu ul li.home a.active {
	width:101px;
	height:51px;
	display:block;
	background:url(../images/menu/home.png);
	background-repeat:no-repeat;
	background-position:0px -98px;
	color:#fff;
}

div.menu ul li.about a {
	width:101px;
	height:33px;
	display:block;
	background:url(../images/menu/about.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-top:65px;
	color:#4a4a4a;
	text-align:center;
}
div.menu ul li.about a:hover {
	width:101px;
	height:33px;
	display:block;
	background:url(../images/menu/about.png);
	background-repeat:no-repeat;
	background-position:0px -98px;
	color:#fff;
}

div.menu ul li.about a.active {
	width:101px;
	height:51px;
	display:block;
	background:url(../images/menu/about.png);
	background-repeat:no-repeat;
	background-position:0px -98px;
	color:#fff;
}

div.menu ul li.contact a {
	width:101px;
	height:33px;
	display:block;
	background:url(../images/menu/contact.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-top:65px;
	color:#4a4a4a;
	text-align:center;
}
div.menu ul li.contact a:hover {
	width:101px;
	height:33px;
	display:block;
	background:url(../images/menu/contact.png);
	background-repeat:no-repeat;
	background-position:0px -98px;
	color:#fff;
}

div.menu ul li.contact a.active {
	width:101px;
	height:51px;
	display:block;
	background:url(../images/menu/contact.png);
	background-repeat:no-repeat;
	background-position:0px -98px;
	color:#fff;
}

div.menu ul li.privacy a {
	width:101px;
	height:33px;
	display:block;
	background:url(../images/menu/privacy.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-top:65px;
	color:#4a4a4a;
	text-align:center;
}
div.menu ul li.privacy a:hover {
	width:101px;
	height:33px;
	display:block;
	background:url(../images/menu/privacy.png);
	background-repeat:no-repeat;
	background-position:0px -98px;
	color:#fff;
}

div.menu ul li.privacy a.active {
	width:101px;
	height:51px;
	display:block;
	background:url(../images/menu/privacy.png);
	background-repeat:no-repeat;
	background-position:0px -98px;
	color:#fff;
}








.banner-main{width:970px; float:left; display:block; margin-left:9px; height:450px;  margin-top:18px; border: 7px solid #f0f0f2;}

#inner-shadow{ width:987px; height:179px; float:left; display:block; margin-left:7px; margin-top:20px; padding-bottom:10px; background:url(../images/inner-shadow.png); background-repeat:no-repeat; background-position:center; }

#main{ width:987px; float:left; display:block; margin-left:7px; margin-top:20px; padding-bottom:10px;  }

#main-inner{ width:987px; float:left; display:block; margin-left:7px; margin-top:20px; padding-bottom:10px; background:url(../images/inner-shadow.png); background-repeat:no-repeat; background-position:top; padding-top:30px; }

#content{ width:680px; float:left; display:block;}

#content h1{ width:680px; height:43px; float:left; color:#013e7f;  font-family: 'avantgarde_md_btmedium'; font-size:26px; line-height:46px; padding-left:13px; text-align:left; margin-bottom:4px; }

#content h2{  color:#013e7f; display:block; font-family: 'avantgarde_md_btmedium'; font-size:20px; margin-top:10px; text-align:left; padding-left:10px; }

#content h3{ width:301px; height:170px; margin-left:10px; padding:5px; float:left; display:block; background:#fff; border:1px solid #e1e1e1; margin-right:10px; margin-top:4px;}

#content h3 img{ width:301px; height:170px;  }

#content h4{  color:#013e7f; display:block; font-family: 'avantgarde_md_btmedium'; font-size:21px; margin-top:10px; text-align:left; padding-left:10px; margin-bottom:10px;}

#content h4.a{ font-size:17px; margin-top:6px; float:left; padding-left:11px; margin-bottom:0px; margin-right:9px;}

#content h4.small{   font-size:17px; }

#content h6{  color:#013e7f; display:block; font-family: 'avantgarde_md_btmedium'; font-size:14px; margin-top:10px; text-align:left; padding-left:10px; }
#content h6 a{  color:#013e7f; display:block; font-family: 'avantgarde_md_btmedium'; font-size:14px; margin-top:10px; line-height: 22px; padding-left: 11px; text-align: left; text-decoration: underline;  background: url("../images/red-arrow.png") no-repeat scroll 0 8px transparent;}

#content p{ color:#838282; font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:26px; text-align:justify; padding-left:10px; }

.address-bar{ width:664px; float:left; display:block; background:#fbfbfb; border:5px solid #f5f5f5;  margin-left:8px; margin-bottom:15px;}

.address-bar h5{ color:#013e7f; display:block; font-family: 'avantgarde_md_btmedium'; font-size:16px; float:left; text-align:left; margin-top:15px; margin-left:17px;}

.address-bar h5 a{ color:#013e7f;}

.address-bar h5 a:hover{ color:#dd0002;}

.address-bar h5.w{ width:300px;}

.address-bar p{ width:232px; color:#013e7f !important; display:block !important; font-family: 'avantgarde_md_btmedium' !important; font-size:16px !important; float:left !important; text-align:left !important; line-height:13px !important; margin-top:15px;}

.address-bar p.s{font-size:15px !important; }

.address-bar p.next{ margin-top:0px !important; padding-left:94px !important;}

.address{ width:343px; float:left; display:block; border-right:1px solid #e8e8e8; padding-bottom:10px;}
.address-right{ width:280px; float:left; display:block;}



#navigation-main{ width:274px; float:left; display:block; margin-left:30px; margin-bottom:30px;}

#navigation{ width:274px; float:left; display:block; border:1px solid #e5e5e5; margin-bottom:30px; background:#fcfcfc;}

#navigation h1{ width:261px; height:41px; float:left; color:#fff;  background:#013e7f; 	 font-family: 'avantgarde_md_btmedium'; font-size:18px; line-height:43px; padding-left:7px; text-align:left; margin-left:3px; margin-top:3px;   }
#navigation h1.bottom{ margin-top:30px;  }

#navigation h2{ width:267px; height:14px; float:left; color:#fff;  background:url(../images/nav-shadow.png); background-repeat:no-repeat; 	    }

#navigation h3{ width:245px; height:53px; float:left; color:#fff; margin-left:10px;  display:block; padding-bottom:10px; margin-top:10px}


#navigation ul {
	margin:0px;
	padding:0px;
}
#navigation ul li {
	display:block;
	list-style:none;
	width:240px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px !important;
	line-height:35px;
	margin-left:0px;
	
	padding-left:7px;
	padding-right:5px;
	border-bottom:1px solid #eaeaea;
	margin-left:7px;
	
}

#navigation ul li.last {
	
	border-bottom:0px;
	
}

#navigation ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px !important;
	color:#626262;
	padding:15px 14px;
	word-spacing:0px;

	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
	background:url(../images/nav-arrow.png) 0px 20px;
	background-repeat:no-repeat;

}

#navigation ul li a:hover {
	
	
	padding:15px 14px;
	word-spacing:0px;
    font-weight:normal;
	padding-left:18px;
	padding-right:5px;
	background-position:5px 17px;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
	
	

}




#footer {
	width:100%;
	display:block;
	float:left;
	
	height:81px;
	
	
	background:#1a1a1a;
	margin-top:46px;
	
	background:url(../images/fot-bg.png);
	background-repeat:repeat-x;
}
.fotter_mid {
	width:1003px;
	margin:0 auto;
	display:block;
}
.fotter_mid p {
	font-size:14px !important;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	color:#013e7f;
	max-width:1003px;
	min-width:449px;
	float:left;
	margin-top:17px;
	line-height:42px;
	
}

.fotter_mid p a {
	
	color:#013e7f;
	
}


.form {

	width:664px;
	
	display:block;
	font-family: 'Archivo Narrow', sans-serif;
	 margin-top:10px;
	
}
.form .input {
	float:left;
	display:block;
	
	 background: #eaf5ff; 
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	width:272px;
	height:45px;
	border:1px solid #a3b9d1;
   
	margin-left:9px;
	padding:0px 15px 0px 14px;
	font-size:15px;
	color:#013e7f;
	font-style:italic;
	margin-right:23px;
	*padding-top:15px;
	*height:30px;
	font-family: 'Archivo Narrow', sans-serif;
	
 
}


.wrapper{ float:left; width:320px; display:block; margin-bottom:20px;}

.wrapper-1{ float:left; width:593px; display:block; margin-bottom:20px;}

.form .input-2 {
	float:left;
	display:block;
	
	 background: #eaf5ff; 
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	width:593px;
	height:45px;
	border:1px solid #a3b9d1;
   
	margin-left:9px;
	padding:0px 15px 0px 14px;
	font-size:15px;
	color:#013e7f;
	font-style:italic;
	margin-right:23px;
	
	*padding-top:15px;
	*height:30px;
	font-family: 'Archivo Narrow', sans-serif;
 
}




.form textarea {
	float:left;
	display:block;
	
	 background: #eaf5ff; 
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	width:593px;
	height:145px;
	border:1px solid #a3b9d1;
   
	margin-left:9px;
	padding:0px 15px 0px 14px;
	font-size:15px;
	color:#013e7f;
	font-style:italic;
	margin-right:23px;
	padding-top:10px;
	*padding-top:15px;
	*height:30px;
	font-family: 'Archivo Narrow', sans-serif;
 
}

.form .input-7 {
	float:left;
	display:block;
	
	width:425px;
	height:45px;
	border:0px;
	margin-top:13px;
	margin-left:20px;
	padding:0px 15px 0px 35px;
	font-size:15px;
	color:#198ee5;
	font-style:italic;
	font-family: 'Archivo Narrow', sans-serif;
	 border: 2px solid #FFF;
	 background: #e1f6ff url(../images/phone.png) 10px 15px; background-repeat:no-repeat; 
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
 
}

.form .input-9 {
float:left;
	display:block;
	
	 background: #eaf5ff; 
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	width:100px;
	height:36px;
	border:1px solid #a3b9d1;
   margin-top:16px;
	margin-left:9px;
	padding:0px 15px 0px 14px;
	font-size:15px;
	color:#013e7f;
	font-style:italic;
	margin-right:23px;
	

	*padding-top:8px;
	*height:28px;
 
}

.form .label{float:left;
	display:block;
	
	width:75px;
	*width:80px;
	height:31px;
	
	margin-top:16px;
	margin-left:10px;
	padding:5px 10px 0px 10px;
	font-size:21px;
	color:#013e7f;
	font-weight:bold;
	font-style:italic;
	font-family: 'Archivo Narrow', sans-serif;
	border:1px solid #a3b9d1;
	background: #eaf5ff; 
   -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	
	
	}
	



/* --- error css --- */
input.error, textarea.error {
border:1px solid red;
box-shadow:0 0 4px red;
}
label.error {
display:none !important;


}
input.error, textarea.error {
-moz-animation:glow ease-in infinite alternate 500ms;
-webkit-animation:glow ease-in infinite alternate 500ms;
-ms-animation:glow ease-in infinite alternate 500ms;
animation:glow ease-in infinite alternate 500ms;
}
@-moz-keyframes glow {0%{box-shadow:0 0 4px blue;}100%{box-shadow:0 0 9px red;}}
@-webkit-keyframes glow {0%{box-shadow:0 0 4px blue;}100%{box-shadow:0 0 9px red;}}
@-ms-keyframes glow {0%{box-shadow:0 0 4px blue;}100%{box-shadow:0 0 9px red;}}
@keyframes glow {0%{box-shadow:0 0 4px blue;}100%{box-shadow:0 0 9px red;}}


.form .send {
	width:118px;
	height:40px;
	
	float:right;
	
	display:block;
	margin-top:19px;
	margin-right:7px;
	font-size:20px;
	font-family: 'Archivo Narrow', sans-serif;
	color:#013e7f;
	margin-right:30px;
	
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	text-align:center;
	
border:1px solid #a3b9d1;
	background: #eaf5ff; 

   
    height: 35px;
    padding: 0;
    width: 120px;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-transform:uppercase;
}

.form .send:hover,.form-2 .send:focus
{		
   background: #eaf5ff; 
	color:#013e7f;
   border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	-o-border-radius:25px;
	border:1px solid #a3b9d1;
}

.form .wrapper {
	min-height:0px
	
}	

