@charset "UTF-8";
/* CSS Document ---------------------------------------------*/
body{
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	background-image: url(images/homeBg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
.main{
	width:910px;
}
img{
border:0px;
}

/*Body-----------------------------------------------*/
.content{
	float:left;
	width:240px;
	font-size:11px;
	background:none;
}
.content h2{
	padding:8px 0px 7px 30px;
	margin:0px;
	color:#fff;
	font-size:15px;
	background: url(images/arrow.png) no-repeat left 50%;
}
.content p{
	margin:0px;
	padding:10px 5px 0px 10px;
	line-height:18px;
	border-left:1px solid #e5e5e5;
	height:192px;
}
.content img{border-left:1px solid #e5e5e5;}
.content p img{border:0px}
#address{
	width:170px;
	background-color:#fff;
	font-size:11px;
	padding:10px 0px 0px 9px;
	line-height:25px;
}
#address a{
	color:#2c8334;
	font-weight:bold;
	text-decoration:none;
}
#address a:hover{
	text-decoration:underline;
}
#support{
	border-right:1px solid #e5e5e5;
	font-size:20px;
	line-height:35px;
	font-weight: 100;
}
/*footer-----------------------------------------------*/
.footer, .footer a{
font-size:11px;
color:#d6d6d6;
width:100%;
text-align:center;
}
