/*==================index page=============*/

#contact {
	height: 169px;
	width: 474px;
	background: url(images/contact.png) no-repeat;
	overflow: hidden;
	top: 20px;
	position: relative;
	padding: 0px;
}

#contact .email  {
	position: relative;
	top: 55px;
	padding: 5px;
	height: 30px;
	width: 350px;
	left: -20px;
	text-align: left;
}


#contact .contentleft  {
	position: relative;
	top: 50px;
	padding: 5px;
	height: 100px;
	width: 170px;
	left: -110px;
	text-align: left;
}

#contact .contentright  {
	position: relative;
	top: -60px;
	padding: 5px;
	height: 100px;
	width: 300px;
	left: 80px;
	text-align: left;
}


#contact .bold {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #0C6F55;
}

#contact .list {
	list-style-type: circle;
	font-size: 11px;
	font-weight: bold;
	color: #2A4A71;
	line-height: 14px;
	list-style-position: outside;
}

.text {
	color: #2A4A71;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

.spacing  {
	padding-top: 20px;
	padding-bottom: 10px;
}

