@charset "utf-8";

#mainHeaderArea {
	width: 100%;
	background-image: url(../img/navbg_contact.png);
	background-repeat: repeat-x;
}
#mainHeaderArea .header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 140px;
}

#mainHeaderArea .header .logo {
	position: absolute;
	left: -5px;
	top: 28px;
	z-index: 5;
}
#mainHeaderArea .header .menu {
	position: absolute;
	left: 751px;
	top: 0;
}
#mainHeaderArea .header .menu li {
	float: left;
}
#mainHeaderArea .header .nav {
	position: absolute;
	top: 67px;
	z-index: 1;
}
#mainHeaderArea .header .nav li {
	float: left;
}
#mainHeaderArea .header .line {
	position: absolute;
	left: 5px;
	top: 90px;
}


#contactCont {
	margin:0;
	padding:0;
}
#contactCont h2 {
	color:#216fcf;
	font-size:20px;
	font-weight:bold;
	padding-bottom:25px;
}
#contactCont p {
	padding-bottom:1em;
}


#contactCont .safeBox {
	width: 877px;
	margin: 1em 0 0 0;
	background-image: url(../img/box877_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
}
#contactCont .safeBox .in {
	background-image: url(../img/box877_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}
#contactCont .safeBox .in .content {
	background-image: url(../img/box877_body.gif);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#contactCont .safeBox .in .content ul {
	margin:0;
	padding:0;
	line-height:1.5em;
	font-size:13px;
}
#contactCont .safeBox .in .content ul li{
	margin:0;
	padding:0 0 0.5em 15px;
	color:#C00;
	background: url(../img/listmark_red.gif) no-repeat 0 4px;
}

#contactCont .safeBox .in .content ul li a:link {
	color: #C00;
	text-decoration: underline;
}
#contactCont .safeBox .in .content ul li a:visited {
	color: #C00;
	text-decoration: underline;
}
#contactCont .safeBox .in .content ul li a:hover {
	color:#FC8C03;
	text-decoration: underline;
}
#contactCont .safeBox .in .content ul li a:active {
	color:#FC8C03;
	text-decoration: underline;
}


