@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font:14px Calibri;
	color:#000;
	background:url(images/bg.jpg) repeat-x top;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

.clear_right {
    clear:right;
    height:1px;
    overflow:hidden;
}


/*--Header--*/

#header {
	margin:auto;
	height:141px;
	overflow:hidden;
	width:800px;
}

#header_ct {
	width:800px;
	margin:auto;
	padding:5px 0 0 0;
}

#logo {
	float:left;
	padding:15px 0 0 15px;
}

#banner {
	width:390px;
	height:122px;
	overflow:hidden;
	float:right;
}

/*--Whole Body--*/

#whole_body_layer01 {
	background:url(images/Parker_Area_72dpi.jpg) repeat;
}

#whole_body_layer02 {
	width:800px;
	margin:auto;
	padding:1px 0 5px 0;
	background:#FFFFFF;
}

/*--Navigation--*/

#navigation {
	background:url(images/bg_navigation.jpg) repeat-x;
	height:39px;
	overflow:hidden;
}

#navigation a {
	float:left;
	padding:10px 54px 0 55px;
	color:#FFFFFF;
	text-decoration:none;
	height:29px;
	overflow:hidden;
	font-weight:bold;
}

#navigation a:hover {
	float:left;
	padding:10px 54px 0 55px;
	background:url(images/bg_navigation_hover.jpg) repeat-x;
	color:#FFFFFF;
	text-decoration:none;
	height:29px;
	overflow:hidden;
}

#navigation a.highlight {
	float:left;
	padding:10px 54px 0 55px;
	background:url(images/bg_navigation_hover.jpg) repeat-x;
	color:#FFFFFF;
	text-decoration:none;
	height:29px;
	overflow:hidden;
}

#line_navi {
	float:left;
}

/*--Body--*/

#body {
	padding:3px 0 0 0;
}

/*--Body Left--*/

#body_left {
	float:left;
	width:555px;
}

#body_left_ct {
	padding:5px 0 0 8px;
}

#body_left_ct h3 {
	font:21px Georgia, "Times New Roman", Times, serif;
	color:#006434;
	padding:5px 0 5px 10px;
	border-bottom:1px solid #FFFFFF;
}

#body_left_ct h4 {
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#006434;
	padding:5px 0 5px 0px;
	border-bottom:1px solid #FFFFFF;
}

#bd_box {
	padding:5px 0;
}

#bd_box_hd {
	background:url(images/body_box_hd_bg.jpg) repeat-x;
	height:8px;
	overflow:hidden;
}

#bd_box_ct {
	border-left:1px solid #bee2d1;
	border-right:1px solid #bee2d1;
	background:#eaf5ef;
	padding:20px;
	line-height:20px;
	color:#484848;
}

#bd_box_ct b {
	color:#719c00;
}

.image01 {
	float:left;
	padding:0 15px 15px 0;
}

#bd_box_ft {
	background:url(images/body_box_ft_bg.jpg) repeat-x;
	height:8px;
	overflow:hidden;
}


/*--Body Right--*/

#body_right {
	width:238px;
	float:right;
	padding-right:4px;
}

#whole_property_box {
}

#property_box_hd {
	background:url(images/property_box_hd_bg.jpg) repeat-x;
	height:13px;
	overflow:hidden;
}

#property_box_ct {
	background:url(images/property_box_bg.jpg) repeat-y;
	width:188px;
	padding:0 20px 0 30px;
}

#property_box_ct h4 {
	font:19px Georgia, "Times New Roman", Times, serif;
	color:#006434;
	padding:5px 0;
	border-bottom:1px solid #FFFFFF;
}

#property_box_ct ul {
	padding:10px 0 10px 10px;
	list-style:none;
}

#property_box_ct ul li {
	padding:10px 0;
	background:url(images/dot_line_bg.jpg) repeat-x bottom;
}

#property_box_ct ul li a {
	font-weight:bold;
	color:#5f1114;
	text-decoration:none;
	background:url(images/forward.png) no-repeat 0em 0.1em;
	padding:0 0 0 25px;
}

#property_box_ct ul li a:hover {
	color:#006434;
}

#property_box_ft {
	background:url(images/property_box_ft_bg.jpg) repeat-x;
	height:13px;
	overflow:hidden;
}

/*--Whole Footer--*/

#whole_footer {
	background:url(images/bg_footer.jpg) repeat-x;
	padding-bottom:70px;
}

#footer {
	width:800px;
	margin:auto;
	background:url(images/footer_ct_bg.jpg) repeat-x;
	height:31px;
	overflow:hidden;
}

#footer_ct {
	padding:6px 0 0 0;
	float:left;
	width:794px;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
}

#footer_ct a {
	color:#fff;
	text-decoration:none;
	padding:0 10px;
}

