@charset "utf-8";
/* CSS Document */
#contact_area {
	margin: 3;
	text-align: left;
	padding: 3px;
}
#contact_area .box1 {
	margin: 0px;
	padding: 0px;
	background-color: #F4F4F4;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#contact_area .box1 .top{
	font-size: 12px;
	line-height: 23px;
	font-weight: bold;
	color: #FFFF00;
	background-image: url(../../images/box1_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 23px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#contact_area .box1 .content{
	background-image: url(../../images/box1_03.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#contact_area .box1 .bottom{
	background-image: url(../../images/box1_04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1px;
	height: 6px;
}
#contact_area h1{
	padding: 3px;
	font-size: 18px;
	font-weight: bold;
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
}
#contact_area .box2{
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-image: url(../../images/boxBg1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 5px;
}
#contact_area .box2 h2{
	font-size: 16px;
	color: #006699;
	margin: 2px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#contact_area .box2 .content{
	padding: 3px;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
}
#contact_area .box3{
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #CCCCCC;
	width: 280px;
	background-image: url(../../images/boxBg1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 5px;
}
#contact_area .box3 h2{
	font-size: 13px;
	color: #333333;
	margin: 2px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#contact_area .box3 .content{
	padding: 3px;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
}
#contact_area .box3 .more {
	font-size: 9px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: right;
	padding-right: 10px;
}
#contact_area .box3 .more a:link,#contact_area .box3 .more a:visited,#contact_area .box3 .more a:active{
	color: #CC3300;
	text-decoration: underline;
	font-weight: bold;
}
#contact_area .box3 .more a:hover{
	color: #999999;
	text-decoration: none;
}
