/* Cedar-Plus Theme Content Styles
 * Design by Caryn Ong
 */
 
 /* faq.htm
  * feedback.htm
  * privacyPolicy.htm
  * termsConditions.htm
  */


/* header */
#header
{
	color: #b5a7a4;
	padding: 25px 0px 0px 15px;
	height: 25px
}

/* content */
#content
{
	top: 20;
	margin: 15px 15px 0px 15px;
	padding: 15px;
	line-height: 1.5em;
	background: #f5f5f5;
}


/* footer_link */
#footer_link
{
	margin: 15px;
	height: 90px;
	font-size: 9px;
	color: #ddd;
	text-decoration: none;
	background: #666666;
}

#footer_link .divLeft
{
	float:left;
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;	
}

#footer_link .divRight
{
	float:right;
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;	
}	
#footer_link a { font-size: 9px; color: #7cafd0; text-decoration: none; }
#footer_link :visited { color: #718b9b; text-decoration: none; }
#footer_link a:hover, #footer_link :visited:hover { text-decoration: underline; }
#footer_link a:active, #footer_link a:active { color: #7cafd0; text-decoration: none; }


/* footerLinks_link */
#footerLinks_link
{
	background: #FFFFFF;
	margin: 15px;
	font-size: 9px;
	color: #AAA;
	height: 20px;
}

#footerLinks_link a
{
	color: #999;
	text-decoration: none;	
}
#footerLinks_link a:hover 
{ 
	color: #666;
	text-decoration: underline;
}

#footerLinks_link .divLeft { float:left; }
#footerLinks_link .divRight { float:right; }
