@charset "UTF-8";
/* CSS Document */

div#mainLeft a{
	display:inline;
}

div#mainLeft h2{
	height:36px;
	background-image:url(../img/contact_main_header.gif);
	background-repeat:no-repeat;
}

div#mainLeft h3{
	position:relative;
	height:24px;
	margin:20px 0 10px 0;
}

div#mainLeft ul.qBox{
	position:relative;
	width:600px;
	padding-left:20px;
	
}

div#mainLeft ul.qBox li{
	position:relative;
	width:580px;
	margin-bottom:8px;
	padding-left:20px;
}

div#mainLeft ul.qBox li.question{
	background-image:url(../img/icon_question.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

div#mainLeft ul.qBox li.answer{
	background-image:url(../img/icon_answer.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

div#mainLeft #mailInquity{
	position:relative;
	width:580px;
	padding:10px 20px;
	background-color:#f1f1f1;
	font-size:92%;
	line-height:1.6;
}

#mailInquity p{
	clear:both;
}

#mailInquity a.mailTo{
	position:absolute;
	top:29px;
	left:52px;
	display:block;
	width:143px;
	height:18px;
	background:url(../img/mail_address_bg.gif) top left no-repeat;
}

#mailInquity a.mailTo:hover{
	background-position:0px -17px;
}

