body {

	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/

	font-family: Arial, Helvetica, sans-serif;

	line-height:18px;

	background:#ccc;



	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color:#222;

	font-size:14px;



}

#container {

	width: 1100px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	/* background: #FEFCEF; */

	background:#FEFCEF;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	border: 0 solid #000000;

	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family:Arial, Helvetica, sans-serif;

	font-size:13px;


}

#header
{
	width: auto;
	height:auto;

}
#footer
{
	width:auto;
	height:20px;
	background-color:#4D4D4D;
	font-size:11px;
	font-weight:bold;
	color:#fff;

}
#content
{
	width:auto;
	height:auto;
	background-color:#fff;
}
#content p{

	text-align:justify;
	padding:0px 30px 0px 30px;

}

#content p a{

	font-size:13px;

	font-family:Arial, Helvetica, sans-serif;

	font-weight:bold;

	text-decoration:none;

}

#content p a:hover{

	text-decoration:underline;

}
#logo
{
	height:100px;
	width:280px;
	background-color:#fff;
}
#phone
{
	width:820px;
	height:100px;
	background-color:#fff;
}
#menu
{
	width:1100px;
	height:50px;
	background-color:#930;
}
#bread

{

	width:auto;

	height:6px;

	font-family:Verdana;

	font-size:11px;
	
	padding-left:30px;

	padding-bottom:5px;

	color:#ff7600;

	font-weight:bold;

}
#bread a

{

	 text-decoration:none;

	 font-size:11px;

	 font-weight:normal;

}

#bread a:hover

{

	text-decoration:underline;

}
#box
{
	 -webkit-border-radius: 8px;

  -moz-border-radius: 8px;

  -ms-border-radius: 8px;

  -o-border-radius: 8px;

  border-radius: 15px;
  background-color:none;
  border:1px solid;
}
#process_bull

{

	

	margin-left:40px;

}
#process_bull li
{
	list-style:none;
}



.process_bull_t

{

	background-image:url(../images/arrow2%5B1%5D.gif);

	background-repeat:no-repeat;

	padding-left:20px;

	color:#151B8D;

}

#process_bull_front

{

	

}



.process_bull_t_front

{

	background-image:url(../images/arrow2%5B1%5D.gif);

	background-repeat:no-repeat;

	padding-left:30px;

	color:#151B8D;

	float:left;

}

.process_bull_t a

{

	

	font-size:12px;

	text-decoration:underline;

	color:#00C;

	line-height:13px;

	font-weight:bold;

}

.process_bull_t a:hover

{

	text-decoration:none;

}

.process_bull_t a:visited

{

	color:#00C;

}
