/* Cedar-Plus Theme Content Styles
 * Design by Caryn Ong
 */
 
 /* about.htm
  * contact.htm
  * home.htm
  * solution.htm
  * 	solution/branch.htm
  * 	solution/engage.htm
  * 	solution/flowrite.htm
  * faq.htm
  * feedback.htm
  * privacyPolicy.htm
  * termsConditions.htm
  * map.htm
  */



/* General Structure */
body, th, input
{
    background: #FFFFFF;
    margin: 0;
    padding: 0;
    text-align: left; /* IE hack Part 1 */
    color: #666; /* #3b6e85 */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; 
	float: top;
}

h1, h2, h3, h4, h5, h6 
{
	margin: 1em 0 0.2em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
h1 { font-size: 200%; font-weight: normal; }
h2 { font-size: 150%; font-weight: normal; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 90%; border: 0; }

img { border: 0; }

td
{
	color: #666;
	border: 1px solid #666;
	padding: .5em .5em;
	vertical-align: top;
}	

table
{
	width: 100%;
	margin: 0 auto;
	font-size: .9em;
	line-height: 1.4em;
	border-collapse: collapse; /* default value is "seperate" */
}	

th {
	text-align: left;
	padding-left: 5px;
	border-bottom: 1px solid #000;
	background-color: #7cafd0;
	border: 1px solid #666;
	color: #fff;
	height: 20px;
}


:link { color: #9ebd18; text-decoration: none; }
:visited { color: #c9d986; text-decoration: none; }
:link:hover, :visited:hover { color: #666; text-decoration: underline; }
:link:active, :link:active { color: #9ebd18; text-decoration: none; }
		
		
/*
a { color: #9ebd18; text-decoration: none; }
:visited { color: #d5cecc; text-decoration: none; }
a:hover, :visited:hover { color: #666; text-decoration: underline; }
a:active, a:active { color: #9ebd18; text-decoration: none; }
*/


/* list-style */
ul
{
	position: relative;
	left: -20px;
}

li
{
	list-style-image: url("../images/img_pointer.gif");
	margin: 0px;
	padding: 0px;	
}

ul.desc
{
	padding: 0 0 0 3em;
}


/* header */
#header { height:95; }

#logo { position: absolute; top: 26px; left: 15px; z-index: 10 }
#menu { position: absolute; top: 41px; left: 500px; }
#updated { position: absolute; top: 0px; left: 930px; }

/* flash */
#flash
{
	margin-left: 15;
	width:971;
	height:220;
	top: 35;
	left: 0;
	position: absolute;
}


/* link */
#link
{
	color: #b5a7a4;
	margin-left: 15;
	width:971;
	top: 325;
	position: absolute;
}

/* main */
#main
{
	width:971;
	margin-left: 15;
	top: 360;
	left: 0;
	position: absolute;
	float: top;
	background: #f5f5f5;
}

/* content */
#content .main
{
	padding: 2em 5em 0 3em;
	background-image: url("../images/corner_bg.gif");
	background-repeat: no-repeat;
}

#content .desc
{
	color: #7cafd0;
	margin: 0px 0px -10px 0px;
}

#contentLeft
{
	float:left;
	/*width:240px;*/
	margin:0px 0px 0px 0px;
	padding:15px 0px 150px 15px;
	line-height: 1.5em;		
}

#contentRight
{
	float:right;
	/*width:240px;*/
	margin:0px 0px 0px 0x;
	padding:15px 15px 150px 0px;
	line-height: 1.5em;	
}

#contentCenter
{
	float:left;
	/*width:460px;*/
	margin:0px 0px 0px 0x;
	padding:20px 0px 150px 0px;
	line-height: 1.8em;		
}

#contentBottom
{
	width: 100%;
	float:left;
	height: 600px;
	padding: 30px;
	right: 15px;
	line-height: 1.8em;	
	background: #eee;
}

#contentBottom li
{
	list-style-image: url("../images/img_pointer_contentBottom.gif");
	margin: 0px;
	padding: 0px;
}


/* footer */
#footer
{
	position: absolute;
	bottom: 20px;
	left: 0px;
	height: 120px;
	font-size: 9px;
	color: #ddd;
	text-decoration: none;
	background: #666666;
}

#footer .divLeft
{
	float:left;
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;	
}

#footer .divRight
{
	float:right;
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;	
}

#footer a { font-size: 9px; color: #7cafd0; text-decoration: none; }
#footer :visited { color: #718b9b; text-decoration: none; }
#footer a:hover, #footer :visited:hover { text-decoration: underline; }
#footer a:active, #footer a:active { color: #7cafd0; text-decoration: none; }


/* footerLinks */
#footerLinks
{
	background: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 40px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 9px;
	color: #AAA;
}

#footerLinks a
{
	color: #999;
	text-decoration: none;	
}
#footerLinks a:hover 
{ 
	color: #666;
	text-decoration: underline;
}

#footerLinks .divLeft { float:left; }
#footerLinks .divRight { float:right; }