@charset "utf-8";
/* ****************** global*************** */

* {	margin:0;	padding:0; }

html { height: 100%; }

body,div,ul,li,h1,h2,h3,h4,h5,h6,form,input,p,th,td,img,a{	margin:0;padding:0;}

a { text-decoration:none; }

img {	border:0; }

ul li {	list-style-type: none; }

hr {display:none;	clear:both; }

/* ****************** /global*************** */
body 
{
	font-family: "MS Gothic", "MS PGothic", Arial;
	background:url(../images/body_bg.gif) repeat-y #f6f6f6;

	background-position:50%;
	text-align:center;
}


/* ******************  container  *************** */
#container {	width:812px;	margin:0px auto;	text-align:left; }


/* ******************  header  *************** */
#header {	 margin:1px 10px 0px 27px; }

#header h1
{
	position:absolute;
	font-size:.6em; 
	font-weight:normal;
	line-height:180%;
	top:9px;
}
#header img{ line-height:0px;	margin:0px;	padding:0px;}

#header #img_bar {	padding-top:10px; }

#header  div
{
	margin-top:8px;
	height:65px;
	vertical-align:bottom;
}

/* ******************  top_navigation  *************** */

#top_navigation1 {	height: 46px;	margin:0px 7px 0px 20px; }

#top_navigation1 ul li { float: left; }

/* ******************  banner *************** */
#banner
{	
	margin:0px 15px 0px 19px; 

}

/* ******************  main_content *************** */

#main_content
{
	width:800px;
	margin:0 auto;
	clear:both;
	min-height:500px;
	margin-top:3px;
	margin-left:19px;
}

/*=============== content_left==========*/
#content_left
{
	width:275px;
	display:inline;
	float:left;
	/*margin-left:15px;*/

}

#content_left .box_item
{
	border:1px solid #cccccc;
	text-align:left;
	margin-bottom:8px;
	position:relative;
}


.box_item img#business_img
{
	position:absolute;
	top:-61px;	left:20px;
}

ul#left_list {	margin-top:45px; }

ul#left_list li
{
	width:273px;
	height:72px;
	background:url(../images/left_list_box.gif) no-repeat top left;
	text-align:left;
}

ul#left_list li .left_box{	width:175px;	float:left;}

ul#left_list li .left_box img{	margin-top:15px;	margin-left:30px;}

ul#left_list li .left_box p.list_text
{
	margin-left:30px;
	margin-top:5px;
	font-size:12px;
	font-weight:normal;
}

ul#left_list li .right_box {	width:60px;	float:right; }

ul#left_list li .right_box img { margin-top:25px; margin-left:-3px; }

ul#left_list li .right_box img#img_4{	margin-top:30px; margin-left:0px; }


#mobile_ws
{
	background:url(../images/box_2_bg.gif) 20px 10px no-repeat;
	

}

#mobile_ws p#heading
{
	overflow:hidden;
	text-indent:-9999px;
	margin:0;
	padding:0px;
	
}

#mobile_ws p
{
	font-size:0.6em;
	margin-top:40px;
	margin-left:20px;
	
	font-size:10px;
	
	
	padding:0px;
	
}

#text_box
{

	margin:10px;
	text-align:right;
}

#text_box p
{
	text-align:right;
	margin:0px;
	margin-top:10px;

}

#text_box .button
{
	background-color:#ffffff;
	border:1px solid #cccccc;
	text-align:center;
	line-height:120%;
	vertical-align:bottom;
	
}
/*=============== content_right ==========*/


#content_right
{
	width:500px;
	display:inline;
	float:right;
	margin-right:21px;
	text-align:left;
}


/* ******************  page_footer  *************** */


#footer_text
{
	margin:0px 30px;
	margin-top:8px;
	margin-bottom:5px;
	font-size:0.7em;
	color:#333333;
	clear:both;
}


#bottom_navigation 
{
	width: 780px;
	background: url(../images/navigation/footer_lower.gif) 100% 100% no-repeat;
	height:65px;
	margin:0px 10px;
	margin-left:18px;

}
#bottom_navigation ul li {	float: left;	display:inline;}

#bottom_navigation p#copyright{	overflow:hidden;	text-indent:-9999px;} 




/*================code for clear fix ==================*/
.clearfix:after 
{
	content:".";
	display:inline;
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;

}
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
/* end Hides from IE-mac */


