@charset "utf-8";
/* CSS Document */

/**********Main Section**********/
body {
	margin:0;
	text-align:center;
	background:#FFF url(images/background.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

img {
	border:none;
	behavior: url("iepngfix.htc");
}

.lineDiv {
	height:1px;
	background:#333;
	margin:0 0 0 10px;
}

#main {
	margin:0 auto;
	width:1024px;
	height:1200px;
	text-align:left;
	background:#f3f3f3;
}

.list_inline {
	display:inline;
}

.tbl {
	display:table;
	float:left;
}

.tbr {
	display:table-row;
	float:left;
}

.tbc {
	display:table-cell;
	float:left;
}

.t4 {
	color:#930;
	font-size:14px;
	font-weight:bold;
}

.t5 {
	color:#03C;
	font-size:12px;
	font-weight:bold;
}

/********Header***********/

#header {
	margin:0;
	width:100%;
}

#logo {
	position:absolute;
	margin-left:20px;
	margin-top:10px;
	z-index:999;
}

#sitemap {
	position:absolute;
	margin-left:760px;
	margin-top:10px;
	z-index:999;
}

#door_knock {
	position:absolute;
	top:98px;
	width:1024px;
	z-index:999;
}

#search {
	margin:0 auto;
	width:100%;
	height:35px;
}

#search ul li {
	display:inline;
	list-style-type:none;
}

#nav {
	margin:0 auto;
	width:970px;
	background:url(images/nav_bg.jpg) repeat-x;
	height:52px;
	text-align:center;
}

#nav_left {
	position:absolute;
	margin-left:-485px;
	left:50%;
}

#nav_right {
	position:absolute;
	margin-left:485px;
	left:50%;
}

.navbar {
	position:absolute;
	/*top:270px;*/
	margin-top:9px;
	left:50%;
}

.navbar a {
	width:104px;
	height:34px;
	float:left;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	padding:8px 0 0 0;
}

.navbar a:hover {
	background:url(images/nav_btn.jpg) no-repeat;
	color:#333;
}

/*******end Header********/

/**********content*******/

#content {
	background:#f3f3f3;
}

#left_cont {
	width:219px;
	background:#f3f3f3;
}

#shadow {
	margin-top:60px;
	background:#f3f3f3;
}

#mid_cont {
	width:574px;
	background:#f3f3f3;
}

#right_cont {
	width:183px;
	background:#f3f3f3;
}

#live_chat {
	/*background:url(images/livechat.jpg) no-repeat;*/
	width:183px;
	height:157px;
	margin:0 0 20px 0;
}

.chat {
	background:url(images/small_box_bg.jpg) repeat-y;
	margin:0 0 20px 0;
}

.chat_cont {
	width:173px;
	padding:5px;
}

.checkBox {
    background-position: 0px 0px;
	background:url(images/true.png) no-repeat;
}

.checkBoxClear {
    background-position: 0px 0px;
	background:url(images/false.png) no-repeat;
}

/*******end content*********/

/********Footer**********/

#footer {
	position:absolute;
	width:970px;
	left:50%;
	margin-left:-485px;
	height:112px;
	background:url(images/footer_bg.jpg) repeat-x;
	color:#FFF;
	text-align:center;
}

#footer a {
	text-decoration:none;
	color:#FFF;
	padding:0 5px;
}

#footer_left {
	position:absolute;
	left:0;
	margin:0;
}

#footer_right {
	position:absolute;
	left:485px;
	margin-left:485px;
}

#footer_content {
	position:absolute;
	margin-top:20px;
	margin-left:-450px;
	left:50%;
	text-align:center;
	width:900px;
}

/*******end Footer*******/