/* CSS Document */
body {
	margin:0px;
	padding: 0px 0px 30px 0px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#666666;
	background-color:#f1f1f1;
}
a:link {
	text-decoration: none;
	color: #666;
}


/*  @@@@@[  h1, h2, h3, h4, h5 ]@@@@@ */
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#225275;
	margin:0px;
	padding-left:0px;
	padding-top:25px;
	padding-bottom:15px;	
}
h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-style:italic;
	height:25px;
	color:#666666;
	margin:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:15px;	
}
h2 {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:15px;
	color:#666666;
	margin:0px;
	padding-top:10px;
	padding-bottom:0px;
}
h4 {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	width:640px;
	height:14px;
	font-size:13px;
	color:#666666;
	padding-top:5px;
	padding-left:0px;
	padding-bottom:0px;
	margin:0px;	
}	
	h3 {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:14px;

	color:#225071;
	margin:0px;
	padding-left:0px;
	padding-top:15px;
	padding-bottom:10px;
}
	h6 {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	color:#orange;
	margin:0px;s
	padding-left:0px;
	padding-top:15px;
	padding-bottom:15px;
}
#wrapped {
	width:960px;
	margin:0px auto;
	text-align:left;
	padding:0px 18px 0px 18px;
	background:url(../images/drop_shadow_white-bg.png) repeat-y;
}

#wrapped_top {
	width:960px;
	height:15px;
	padding:0px 18px 0px 18px;
	margin:0px auto;
	margin-top:10px;
	background:url(../images/drop_shadow_top.png) repeat-y;

}

#wrapped_bottom {
	width:960px;
	height:15px;
	padding:0px 18px 0px 18px;
	margin:0px auto;
	background:url(../images/drop_shadow_bottom.png) repeat-y;

}

/* @@@@@@@@@@@@@ For future integration @@@@@@@@@@@@@@@@@@@@@@@@@@ */

#header {
/*
 @@ Include following 
 1. header_top
 2. logo
 3. text_top
 4. text_top a
 5. text_top a:hover
 6. text_top p
 7. note. the width is 14px less than the acutal width of the page
@@
*/
 background-color:white;
 width:924px;
}

#header_top {
	/* @@
	1. Include logo and contact number
	@@*/
	width:924px;
	height:65px;
	padding-top:0x;
}

#logo {
	width:288px;
	float:left;
	padding-left:5px;
	padding-top:5px;
}

#link_top {
	width:549px;
	float:right;
	color:#666666;
	font-size:12px;
	padding-top:10px;
	padding-right:10px;
	text-align:right;
}
#link_top a {
	color:#666666;
	text-decoration:none;
}
#link_top a:hover {
	text-decoration:underline;
}
#link_top p {
	margin:0px;
	padding-top:130px;
}

#link_top_phonenumber {
	color: #99ccff;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#link_top_contactus {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
#menu {
	height:32px;
	background-color:white;
	padding-right:0px;
  margin-right:36px;
  float:right;
}

#banner {
  width:924px;
  padding:0px;
  height:195px;
 }

#bannerhome {
  width:924px;
  padding:0px;
  height:264px;
 }

#content{
	/*
	@@ the width represent the actual size of the web
	*/
	width:924px;
	margin:0px;
	padding:0px;
	background-image:url(../images/content_background.jpg);
	background-repeat:repeat-y;

}

/* @@@@@@@@@@@@@@@@@@@@@@@@ left navigation @@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* @@@@ add on 10-4-2008 start @@@@ */

#content_secondary {
	width:910px;
	padding-left:7px;
	padding-right:7px;
	background:url(../images/bg_left_repeat.jpg) repeat-y  7px 0px;
}

#content_secondary_bot {
	width:910px;
	background:url(../images/bg_left_repeat.jpg) no-repeat bottom left;
	padding-bottom:10px;
}

/* @@@@ add on 10-4-2008 @@@@ end */
 

#left{
	width:233px;
	/* @@ gap between left and mid */
	margin:0px;
	/*background:url(../images/bg_left_repeat.jpg) repeat-y;*/
  padding:35px 0px 0px 0px;
}

/* @@@@ add on 10-4-2008 start @@@@ 
@@@@@@ 3 column option @@@@@@@@@@@@ */
#left_c{
width: 250px;
margin: 0;
padding: 10px;
}

#right_c{
width: 250px;
margin: 0;
padding: 10px;
}

#mid_c{
margin-left: 270px;
border-left: 1px solid gray;
margin-right: 270px;
border-right: 1px solid gray;
padding: 10px;
}

/* @@@@ 4 column option @@@@@*/

#left_s {
width: 150px;
margin: 0;
padding: 10px;
	}
	
#right_s {
width: 170px;
margin: 0;
padding: 10px;
	}

#centerleft_s {
margin-left: 170px;
border-left: 1px solid gray;
margin-right: 470px;
border-right: 1px solid gray;
padding: 10px;
	}


#centerright_s {
width:220px;
padding: 10px;
	}




/* @@@@ add on 10-4-2008 @@@@ end */


#left ul{
	/* @@ control ul element */
	padding:5px 0px 0 25px;
	margin:0;
	font-size:0;
	list-style-type: none;
}

#left ul li{
	/* @@ control ul li element */
	display:block;
	width:200px;
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 35px;
  	padding-top:8px;
	font:bold 12px/18px Verdana, Helvetica, sans-serif;
	color:#414141;
	background-color:none;
	margin:0 0 5px 0;
	/*padding:0 0 0 0px;*/
}

#left ul li a{
	display:block;
	font:bold 12px/19px Verdana, Helvetica, sans-serif;
	color:#225275;
	/* @@ text-decoration can be underline, none, etc ...*/
	text-decoration:none;
	padding:0;
	margin:0;
}

#left ul li a:hover{
	color:#FBB03F;
	background-color:none;
	text-decoration:none;
}

#testimonial_link{
	color:#225275;
	padding:0px 15px 20px 0px;
}
#contactus_link{
	color:#225275;
	padding:0px 15px 20px 0px;
}

#service_link{
	padding:0px 0px 20px 0px;
}

#service_link ul{
  padding:10px;
	margin:0;
	font-size:0;
	color:#225275;
  list-style-type:none;
}

#service_link ul li{
	display:block;
	font-size: 12px;
	color:#151515;
	margin:0px;
	padding:0;
	
}

#service_link ul li a{
  background-image:url(images/submenu_icon.gif);
	background-repeat:no-repeat;
	background-position: 0px 7px;
	display:block;
	font:normal 12px/20px Verdana, Helvetica, sans-serif;
	color:#225275;
	text-decoration:none;
	padding-left:0px;
	margin:0;
	font-weight:bold;
  
}

#service_link ul ul{
  padding-left:0px;
	margin:0;
	font-size:0;
	color:#ffffff;
	list-style-image:none;
	
}

#service_link ul li ul li a{
	font:normal 11px/15px Verdana, Helvetica, sans-serif;
	color:#225275;
	text-decoration:none;
	padding-left:25px;
	margin:0;
	
  
}

#service_link ul li ul li a:hover{
	color:#66CCFF;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@ left navigation @@@@@@@@@@@@@@@@@@@@@@@@@@@ */



#right_side{
  width:610px;
  padding:25px 25px 0px 25px;
}
/* @@@ No bullet class - this is global and can be applied in any element of HTML @@@*/
.testme {
list-style-type:none;
}


#footer{
	font:normal 11px/15px Verdana, Helvetica, sans-serif;
	background-image:url(images/bottom.gif);
	width:924px;
}

#footer_navigation{
	font:normal 9px/18px Verdana, Helvetica, sans-serif;
	background-image:url(images/bottom.gif);
	width:924px;
  text-align:center;
  margin-top:0px;
}

#footer_navigation a{
	text-decoration:none;
	color:darkgray;
	font-weight:bold;
}

#footer_navigation a:hover{
	text-decoration:none;
	color:#1d5878;
	font-weight:bold;
}
.test
{
list-style-type: none;
margin: 0;
background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .7em;
padding-left: 1em;
padding-right: .6em;
}
.tel {
	color: #999;
}
