/* ------ FreeService/default.cfm begin ----------- */
#fsBody {
	margin-top: -15px;
}
#fsBody #fsHeader {
	height: 220px;
	background: url('../../../Images/FreeServiceHeader.jpg') top left no-repeat;
}
#fsBody h1 {
	text-align: right;
	color: #FFF;
	font-size: 17pt;
	font-weight: normal;
	padding: 21px 214px 0 0;
}
#fsBody h2 {
	text-indent: -8000px;
}
#fsBody #fsMain {
	float: left;
	width: 530px;
	min-height: 750px;
	margin-bottom: 40px;
}
#fsBody #fsMain p {
	margin: 10px 0 20px 0;
}
#fsBody #fsMain h3 {
	margin: 15px 0 0 0;
	color: #000;
	font-weight: bold;
	font-size: 15px;
}
#fsBody #fsMain h4 {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 5px 0;
}
#fsBody #fsMain  ul li {
	margin-left: 30px;
	list-style: disc;
}
#fsBody #fsMain ul li ul li {
	margin: 0 0 0 30px;
	list-style: circle;
}
#fsBody #fsSideBar {
	float: right;
	width: 190px;
	margin: 10px 0 0 15px;
}
a.activeNav {
	text-decoration: underline;
}
p.sidebarHeader {
	background: url('../../../Images/BlogGrayBar.gif') top left no-repeat;
	height: 25px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	margin-top: 5px;
	padding: 2px 5px 0 5px;
}
p.sidebarHeaderAtt {
	background: #fde5c5 url('../../../Images/fsOrangeBar.gif') top left no-repeat;
	height: 25px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	margin-top: 5px;
	padding: 2px 5px 0 5px;
	
}
ul.qualPost {
	font-weight: bold;
	color: #333;
	background-color: #fde5c5;
	padding-bottom: 10px;
}
p.sidebarHeader + ul,
p.sidebarHeaderAtt + ul {
	padding-left: 5px;
}
#fsSideBar ul {
	margin-bottom: 10px;
}
#fsSideBar img.signupButton {
	padding-top: 20px;
}

/* ------ FreeService/default.cfm end ----------- */
