body.nowp{
	background-color:#93aca7;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
h1.nowp{
	font-family:Georgia, serif;
	font-size:20px;
	color:#164450;
	text-shadow: 1px 1px 3px #666666;
	margin:0;
	padding:0;
	line-height : normal;
	font-weight : normal;
	clear : none;
	display : inline;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	border-bottom:2px solid #164450;
	color:#164450;
    margin-top:20px;
	margin-bottom:2px;
	padding-bottom:2px;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#9999ff;
    margin-top:10px;
	margin-bottom:2px;
	border-bottom:1px solid #9999ff;
}
p.nowp{
	font-family: Helvetica, Arial, sans-serif;
	color:#808080;
	font-size:16px;
	line-height : normal;
	margin : 0;
	padding:0;
}
p.bash {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	color: #384d00;
	background-color: #e0e0d1;
	font-weight: bold;
	border: 1px solid #CCCCCC;
}
.code{
    font-family: verdana;
    font-size: 14px;
    color: #993333;
}
.ccode{
    font-family: verdana;
    font-size: 14px;
    color: #0066cc;
}
dd {
    margin-bottom:10px;
}
li{
  margin: 10px 0;
}
/*-----------------------*/
#forhead_area{
	width:100%;
	min-height:120px;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #008080);
	background-image: -moz-linear-gradient(top, #ffffff, #008080);
	background-image: -ms-linear-gradient(top, #ffffff, #008080);
	background-image: -o-linear-gradient(top, #ffffff, #008080);
	background-image: linear-gradient(to bottom, #ffffff, #008080);
	border-bottom:2px solid #164450;
	background:url(../images/fh.jpg); 
	background-size:cover; 
	background-repeat:no-repeat; 
	background-position: center top;
}
#forhead_area p{
	color:#004455;
}
/*-----------------------------*/
#main_area{
	background: #f9f9f9;
	min-height:400px;
	width:940px;
	margin-left:auto;
	margin-right:auto;
    -webkit-box-shadow: 0px 15px 15px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 15px 15px 0px rgba(0,0,0,1);
    box-shadow: 0px 15px 15px 0px rgba(0,0,0,1);
}
/*-----------------------------*/
.socialnet_area{
	padding:3px;
	text-align:right;
}
.socialnet_area img{
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
	width:32px;
	height:32px;
}
.socialnet_area img:hover{
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
/*-----------------------------*/
.btn {
  background: #ff0000;
  background-image: -webkit-linear-gradient(top, #ff0000, #164450);
  background-image: -moz-linear-gradient(top, #ff0000, #164450);
  background-image: -ms-linear-gradient(top, #ff0000, #164450);
  background-image: -o-linear-gradient(top, #ff0000, #164450);
  background-image: linear-gradient(to bottom, #ff0000, #164450);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 1px 1px 3px #666666;
  -webkit-box-shadow: 1px 3px 6px #bab3ba;
  -moz-box-shadow: 1px 3px 6px #bab3ba;
  box-shadow: 1px 3px 6px #bab3ba;
  font-family: Arial;
  color: #ffffff;
  font-size: 26px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.btn a{
	text-decoration: none;
}
.btn:hover {
  background: #ff5599;
  background-image: -webkit-linear-gradient(top, #ff5599, #d40055);
  background-image: -moz-linear-gradient(top, #ff5599, #d40055);
  background-image: -ms-linear-gradient(top, #ff5599, #d40055);
  background-image: -o-linear-gradient(top, #ff5599, #d40055);
  background-image: linear-gradient(to bottom, #ff5599, #d40055);
  text-decoration: none;
}
/*-----------------------------*/
#copyright_area{
	width:100%;
	text-align:center;
	font-family: Verdana;
	background-color: #164450;
	color: white;
	padding-top:5px;
	padding-bottom:5px;
	font-size:14px;
	border-top:2px solid #000000;
}
/*-----------------------------*/
#switchcard{
	margin-left:auto;
	margin-right:auto;
	border-spacing: 20px;
	border-collapse: separate;
}
#switchcard a{
	text-decoration: none;
	color: white;
}
#switchcard td{
	border:0;
}
.switchbtn{
	border:1px solid gray;
	width:250px;
	min-height:140px;
	-webkit-border-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	float:left;
	font-family:"Arial Black", Gadget, sans-serif;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
}
.switchbtn_h{
	-webkit-border-radius: 10px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius: 10px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	
	background: rgba(117, 174, 195, 1.0);
	text-align:center;
	vertical-align:center;
	padding-top:2px;
	padding-bottom:2px;
}
.switchbtn_b{
	width:250px;
	min-height:140px;
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position:top left;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	float:left;
	font-family:"Arial Black", Gadget, sans-serif;
}
.switchbtn:hover{
	-webkit-box-shadow: 0px 0px 5px 2px rgba(240,40,80,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(240,40,80,1);
	box-shadow: 0px 0px 5px 2px rgba(240,40,80,1);
	border:1px solid red;
    color:red;
}
.switchbtn ul{
	background: rgba(200, 54, 54, 0.4);
	margin-left:10px;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:5px;
	padding-bottom:5px;
}

/*-----------------------------*/
.tablist{
	margin:5px;
}
.tablist ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.tablist li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border-bottom:1px dotted #164450;
	margin-left:5px;
	margin-right:5px;
	padding-bottom:2px;
	margin-top:5px;
}
.tablist .left{
	float:left;
	font-weight:bold;
	color:#333333;
}
.tablist .right{
	text-align:right;
	color:#333333;
}
.tablist p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-left:5px;
	margin-right:5px;
	margin-top:2px;
}
#map-canvas {
	width: 600px;
	height: 400px;
	border: 1px solid #164450;
	margin:5px;
}
