@charset "utf-8";
/* CSS Document */
@font-face{
	font-family:myriadpro-reg;
	src:url(../Webfonts/MyriadPro-Regular.otf);
}
* {
	margin: 0px;
	padding: 0px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color:#717171;
}
a {
	text-decoration: none;
	color:#003561;
	transition:ease all 0.3s;
}
h1 {
	color:#003561;
}
h2 {
	color:#161616;
}
h3 {
	color:#003561;
}
h4 {
	color:#161616;
}
p{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align:justify;
	margin:10px 8px;
}
label{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
/*Universal Classes*/
.error{
	color:#F00;
	font-weight:bold;
	font-size:17px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;	
}
.recom{
	font-size:12px;
	color:#999;
}
/*Login Layout*/
#login{
	width: 300px;
	height: 450px;
	margin: 100px auto;
	border: 1px solid #999;
	border-radius: 6px;
	text-align: center;
	background:#FFF;
}
#login img{
	margin-top:10px;
}
#imessage{
	height:25px;
}
#LoginForm{
	margin:20px 3px 10px 3px;
	text-align:center;
}
.halfsection{
	width:45%;
	display:inline-block;
	margin-left:20px;
	vertical-align:top;
}
/*Web Layout*/
#webpage{
	max-width:400px;
	margin:0 auto;
}
header{
	margin-top:15px;
} 
#headerlogo-m{
	height:140px;
	width:250px;
	text-align:center;
	margin:auto;
}
#headerlogo{
	display:none;
}
#langsel{
	text-align:right;
	padding:10px;
	font-weight:bold;
}
#langsel a{
	color:#003561;
}
#langsel a:hover{
	color:#858585;
}
#gallery-image-m{
	display:block;
	width:400px;
	height:150px;
	background:url(../Images/header-img01-m.jpg) center center no-repeat;
	padding:40px 0 0 12px;
}
#gallery-image-tab{
	display:none;
}
#gallery-image-pc{
	display:none;
}
/*NAV*/
nav{
	width:399px;
	font-size:36px;
	color:#FFF;
	text-align:left;
	position:absolute;
	z-index:1000;
}
.menu{
	height:52px;
	color:#FFF;
	display:block;
	padding:5px 0 0 46px;
	background:#204170 url(../Images/icon_menu.gif) 5px center no-repeat;
}
nav ul{
	display:none;
	list-style:none;
}
nav ul li{
	padding:10px;
	background:#204170;
	font-size:37px;
	border:1px solid #FFF;
}
nav ul li a{
	display:block;
	color:#FFF;
}
/*END NAV*/
.MainTit{
	font-size:30pt;
	color:#FFF;
	text-shadow:2px 2px 8px #333;
}
.MainSubTit{
	font-size:12pt;
	color:#204170;
}	
#container{
	margin-top:60px;
	text-align:center;
}
.sectionW{
	margin:10px 5px 10px 10px;
	padding-bottom:15px;
	text-align:center;
	vertical-align:top;
}
.sectionTit{
	padding:5px 10px;
	margin-bottom:10px;
	text-align:left;
}
.block{
	width:290px;
	margin:10px;
	padding:10px 0 10px 20px;
	display:inline-block;
	vertical-align:top;
	text-align:left;
}
.BlockDouble{
	width:290px;
	margin:10px;
	padding:10px 0 0 10px;
	display:inline-block;
	vertical-align:top;
	text-align:left;
}
.blockB{
	width:290px;
	min-height:433px;
	margin:10px;
	padding:10px;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	border:1px solid #CCC;
}
.Profblock{
	width:130px;
	margin:175px;
	margin:0 auto;
	display:inline-block;
	vertical-align:top;
}
.ProfBlockDouble{
	margin:0 10px 0 0;
	padding:0 0 0 10px;
	display:inline-block;
	vertical-align:top;
	text-align:left;
}
.blockImg{
	width:265px;
	height:120px;
	background-color:teal;
	margin:15px auto 15px auto;
}
.entireblock{
	margin:5px 15px;
	vertical-align:top;
	text-align:left;
}
.halfblock{
	width:350px;
	margin:10px;
	padding:10px 0 0 10px;
	display:inline-block;
	vertical-align:top;
	text-align:left;
}
.halfblock ul li{
	list-style:none;
}
#AddressTit{
	list-style:url(../Images/icon-address.gif) inside square;
}
#Tel{
	list-style:url(../Images/icon-tel.gif) inside square;
}
#Fax{
	list-style:url(../Images/icon-fax.gif) inside square;
}
#PostalTit{
	list-style:url(../Images/icon-postal.gif) inside square;
}
#Email{
	list-style:url(../Images/icon-email.gif) inside square;
}
.inputn{
	width:70%;
	max-width:250px;
	height:35px;
    padding: 5px 5px;
    margin: 4px 4px;
	border-radius: 4px;
	border:1px solid #9F9F9F;
	font-size:16px;
	color:#161616;
}
.inputm{
	width:50%;
	max-width:350px;
	height:35px;
    padding: 5px 5px;
    margin: 4px 4px;
	border-radius: 4px;
	border:1px solid #9F9F9F;
	font-size:16px;
	color:#161616;
}
.inputl{
	width:70%;
	min-width:430px;
	height:35px;
    padding: 5px 5px;
    margin: 4px 4px;
	border-radius: 4px;
	border:1px solid #9F9F9F;
	font-size:16px;
	color:#161616;
}
.selectn{
	width:57%;
	height:35px;
    padding: 5px 5px;
    margin: 4px 4px;
	border-radius: 4px;
	border:1px solid #9F9F9F;
	font-size:16px;
	color:#161616;
}
.textarean{
	width:280px;
	height:170px;
    padding: 5px 5px;
    margin: 4px 4px;
	border-radius: 4px;
	border:1px solid #9F9F9F;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color:#161616;
}
.textareas{
	width:90%;
	height:170px;
	margin-bottom:15px;
	border-radius: 4px;
	border:1px solid #9F9F9F;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color:#161616;
}
.textareaw{
	width:90%;
	height:300px;
	padding: 5px 5px;
    margin: 4px 4px;
	border-radius: 4px;
	border:1px solid #9F9F9F;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color:#161616;
}
.textareal{
	width:430px;
	height:170px;
    padding: 5px 5px;
    margin: 4px 4px;
	border-radius: 4px;
	border:1px solid #9F9F9F;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color:#161616;
}
.textaread{
	width:430px;
	height:600px;
	padding: 5px 5px;
    margin: 4px 4px;
	border-radius: 4px;
	border:1px solid #9F9F9F;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color:#161616;
}
	
.SaveDataC{
	transition: all 0.5s ease;
	background-color: #65d870;
    border: none;
	border-radius: 4px;
    color: white;
    padding: 8px 18px;
    text-decoration: none;
	font-size:18px;
    margin: 4px 2px;
    cursor: pointer;
}
.SaveDataC:hover{
	background-color:#7eeb89;
}
#PaDel{
	display:inline-block;
	margin-right:5px;
}
.DeletePA{
	background:url(../Images/icon-delete.gif) no-repeat;
	cursor:pointer;
	width:16px;
	height:16px;
	border:none;
	transition: all 0.5s ease;
}
.DeletePA:hover{
	background:url(../Images/icon-delete-hover.gif) no-repeat;
}
.teamM{
	width:360px;
	min-height:210px;
	padding-top:10px;
	margin:5px 5px;
	vertical-align:top;
	text-align:center;
	border:1px solid #CCC;
	display:inline-block;
}
.teamPict{
	width:130px;
	height:180px;
	padding-top:5px;
	display:inline-block;
}
.teamInfo{
	width:175px;
	height:155px;
	margin-left:10px;
	display:inline-block;
	text-align:left;
	vertical-align:top;
}
.bottomborder{
	padding-bottom:5px;
	border-bottom:1px dashed #CCC;
}
.ReadMore a{
	max-width:120px;
	padding:10px 3px;
	margin:15px auto 0 auto;
	display:block;
	background:#161616;
	border-radius:3px 3px;
	color:#FFF;
	text-align:center;
}
.ReadMore a:hover{
	background-color:#858585;
}
#attorlst{
	list-style:none;
}
#attorlst li{
	height:45px;
	border:1px solid #333;
	padding-top:7px;
}
#AssocDel{
	display:inline-block;
	margin:0 4px;
}
#pareas{
	list-style:square inside url(../Images/list-arrow.gif);
	margin:10px 0;
}
#pareas li{
	margin-top:10px;
}
#pareas li a{
	color:#161616;
}
#pareas li a:hover{
	color:#003561;
}
#news{
	list-style:square inside url(../Images/new-check.gif);
	margin:10px 0;
}
#news li{
	margin-top:10px;
	font-size:16pt;
}
#news li a{
	color:#161616;
}
#news li a:hover{
	color:#003561;
}
#footer{
	width:100%;
	border-top:1px dashed #CCC;
	margin:10px 10px 30px 10px;
	padding:0 30px;
	display:table;
	vertical-align:top;
	overflow:hidden;
}
.halfL{
	max-width:50%;
	min-width:120px;
	display:table-cell;
	text-align:left;
	vertical-align:top;
}
.halfR{
	max-width:50%;
	min-width:200px;
	display:table-cell;
	text-align:right;
	padding:20px 0 0 0;
	vertical-align:top;
}
#footer ul{
	list-style:none;
}
#footer ul li{
	margin:10px 0 5px 0;
}
#footer ul li a{
	color:#003561;
	font-weight:bold;
}
#footer ul li a:hover{
	color:#858585;
}
#footeraddress{
	width:200px;
	float:right;
	margin-bottom:7px;
}
.NewImg{
	width:275px;
}
/*Tablet*/
@media (min-width: 600px){
	#webpage{
		max-width:650px;
	}
	#headerlogo-m{
	display:none;
	}
	#headerlogo{
	height:155px;
	width:350px;
	text-align:center;
	margin:auto;
	display:block;
	}
	#gallery-image-m{
	display:none;
	}
	#gallery-image-tab{
	display:block;
	width:650px;
	height:244px;
	background:url(../Images/header-img01-tab.jpg) center center no-repeat;
	padding:40px 0 0 50px;
	}
	nav{
	width:649px;
	}
	.MainTit{
	font-size:50pt;
	color:#FFF;
	text-shadow:2px 2px 8px #333;
	}
	.MainSubTit{
	font-size:16pt;
	color:#204170;
	}		
	.halfL{
	padding-left:30px;
	}
	.BlockDouble{
		width:300px;
	}
	.halfblock{
	width:300px;
	padding:0;
	margin:0;
	}
	.teamM{
		width:300px;
	}
	.teamInfo{
		width:135px;
	}
	.ProfBlockDouble{
	width:70%;
	}
	.NewImg{
	width:auto;
	}
	
}
/*PC*/
@media (min-width: 900px){
	#webpage{
		max-width:1200px;
	}
	#gallery-image-tab{
	display:none;
	}
	#gallery-image-pc{
	display:block;
	width:1200px;
	height:450px;
	background:url(../Images/header-img01.jpg) center center no-repeat;
	padding:200px 0 0 75px;
	}
	/*NAV*/
	nav{
	width:1200px;
	height:90px;
	margin-top:3px;
	display:inline-table;
	background-image:none;
	background-color:#FFF;
	border:1px solid #CCC;
	}
	.menu{
	display:none;
	}
	nav ul{
	margin:10px auto 0 auto;
	list-style:none;
	text-align:center;
	display:table;
	}
	nav ul li{
	display:table-cell;
	padding:0;
	font-size:22px;
	border:none;
	transition:ease all 0.3s;
	background:#FFF;
	border-left:1px solid #CCC;
	}
	nav ul li a{
	padding:20px;
	border:none;
	color:#161616;
	}
	nav ul li a:hover{
	color:#FFF;
	background:#003561;
	}
	.active{
		color:#FFF;
		background-color:#003561;
	}
	#container{
	margin-top:100px;
	padding:0 30px;
	}
	.BlockDouble{
		width:730px;
	}
	.halfblock{
		margin:10px 0 0 60px;
	}
	.teamM{
		width:400px;
		margin:7px 10px;
	}
	.teamInfo{
		width:210px;
	}
}
.AdverMessage {
	height:40px;
}
