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

#boxSubMiddle {
	width:700px;
	background-image:url(../images/boxesSubMiddle.gif);
	background-position: left top;
	background-repeat:repeat;
	overflow:auto;
}
#boxSubMiddleLeft {
	float:left;
	width:214px;
	background-image:url(../images/boxesSubTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow:hidden;
}
#phoneBox  {
	width:214px;
	text-align:center;
	font-size:13px;
	color:#2c6091;
	padding:25px 0 20px 0;
	font-weight:bold;
	line-height:20px;
}
#learnBox  {
	width:214px;
	text-align:left;
	font-size:11px;
	color:#928d89;
	font-weight:bold;
}
#learnBoxHeader {
	text-align:center;
	color:#bdaca3;
	font-size:14px;
	font-weight:bold;
	padding:20px 0 20px 0;
}
#learnBox  ul {
	text-align:left;
	width:211px;
	margin:0;
	padding:0;
	list-style-type:none;
}
#learnBox  li {
	text-align:left;
	height:50px;
	list-style-type:none;
	display: block;
}

#learnBox a {
	text-decoration:none;
	color:#928d89;
	display: block;
	height:50px;
	background-image:url(../images/boxesSubTopLeftBG.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding:16px 0 0 72px;
}
#learnBox a:hover {
	color:#5b5b5b;
	text-decoration:none;
	background-image:url(../images/boxesSubTopLeftBG2.gif);
	background-repeat: no-repeat;
	background-position: top center;
	
}

#boxSubMiddleRight {
	float:right;
	width:474px;
	overflow:hidden;
}
#subContent {
	padding:10px 25px 25px 25px;
}
#boxSubBottom {
	height:11px;
	width:700px;
	background-image:url(../images/boxesSubBottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}