
/*------------------------- CONTENT STYLING -------------------------*/
#content {
	min-height: 50px;
	position: relative;
	width: 656px;
	z-index: 2;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#feature-services {
	margin: -3px auto 0px;
	padding: 3px 3px 0;
	position: relative;
	width: 656px;
	z-index: 2;
}
#feature-services ul {
	border-left: 1px solid #d6d6d0;
	border-top: 1px solid #d6d6d0;
	border-bottom: 1px solid #d6d6d0;
	height: 45px;	
	list-style: none;	
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2;
}
#feature-services li {
	float: left;
}
#feature-services a:link, #feature-services a:visited {
	background: #f4f7ff;
	border-right: 1px solid #D6D6D0;
	border-bottom: 1px solid #D6D6D0;
	display: block;
	float: left;
	height: 45px; 
	text-decoration: none;
	
}
#feature-services a:hover {
	background: #fff url(images/fs-hover.png) repeat-x left bottom;
}
#feature-services .title {
	color: #4b4b4b;
	display: block;
	font-family: Calibri, "Times New Roman", Arial;
	font-size: 15px;
	margin-top: 10px;
	padding: 0 0 0px 5px;	
	width: 125px;	
}

#feature-services .exchange {
	color: #4b4b4b;
	display: block;
	font-family: Calibri, "Times New Roman", Arial;
	font-size: 15px;
	margin-top: 10px;
	padding: 0 0 0px 10px;	
	width: 148px;	
}

.box {
	border: 1px solid #d6d6d0;
	background: #f4f7ff;
	height: 200px;
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	z-index: 2;
    font-weight: 700;
}

/*----------------------------- CLEAR -------------------------------*/
.clear:before,
.clear:after {
    content:"";
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    zoom:1;
}
