
.bodyclass {
	background-image: url(../images/bg_body.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #e6c779;
	color: #333333;
}

#wrap {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

#wrap_left {
	width: 960px;
	float: left;
	background-image: url(../images/bg_wrap_left.png);
	background-position: 0 0;
	background-repeat: repeat-y;
	padding-left: 10px;
}

#wrap_right {
	width: 950px;
	float: left;
	background-image: url(../images/bg_wrap_right.png);
	background-position: 100% 0;
	background-repeat: repeat-y;
	padding-right: 10px;
}

#main_home {
	width: 950px;
	float: left;
	background-image: url(../images/bg_main_home.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#main_inside {
	width: 950px;
	float: left;
	background-image: url(../images/bg_main_inside.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}


/*************************************************************/
/*************************** header **************************/
/*************************************************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 950px;
	height: 153px;
	float: left;
	background-image: url(../images/bg_header.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#header_logo {
	width: 460px;
	height: 144px;
	float: left;
}

#header_search {
	width: 250px;
	float: right;
	padding-right: 7px;
	padding-top: 116px;
	color: #00447c;
	font-size: 14px;
}


/*************************************************************/
/*************************** navigation **********************/
/*************************************************************/
#navigation {
	width: 195px;
	float: left;
	padding-left: 5px;
	background-image: url(../images/bg_navigation.gif);
	background-position: 100% 0;
	background-repeat: repeat-y;
}

#navigation_top {
	width: 195px;
	float: left;
	background-image: url(../images/bg_navigation_top.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#navigation_main {
	width: 187px;
	float: left;
	padding-left: 1px;
}

#navcontainer {
	width: 187px;
	float: left;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	font-size: 14px;
	list-style: none;
}

#navcontainer li a
{
	display: block;
	width: 179px;
	padding: 10px 8px 2px 0px;
	text-decoration: none;
	color: #ffffff;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	padding: 10px 8px 1px 0px;
	color: #ffdb5c;
	border-bottom: 1px solid #c9d3e5;
}

#navcontainer ul ul {
	list-style: none;
	margin: 0px;
	border-bottom: 1px solid #c9d3e5;
	padding-bottom: 3px;
}

#navcontainer li li {
	font-size: 12px;
	list-style: none;
	margin: 0px;
}

#navcontainer li li a {
	display: block;
	width: 179px;
	text-decoration: none;
	padding: 3px 8px 0px 0px;
	border: none;
	color: #ffffff;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	padding: 3px 8px 0px 0px;
	border: none;
	color: #e4ca80;
}

#banners {
	width: 179px;
	float: left;
	padding: 40px 0px 0px 0px;
}

.navbanner {
	width: 179px;
	float: left;
	margin: 0px 0px 2px 0px;
}

	
/*************************************************************/
/*************************** container ***********************/
/*************************************************************/
.bar {
	width: 7px;
	float: left;
}

#container {
	width: 739px;
	float: left;
	background-image: url(../images/bg_container.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-top: 7px;
}

#breadcrumbs {
	color: #666666;
	font-size: 11px;
	text-align: right;
	padding: 3px 12px 5px 0px;
}

#breadcrumbs a {
	color: #666666;
	text-decoration: none;
}


/*************************************************************/
/*************************** homepage ************************/
/*************************************************************/
#home_image {
	width: 724px;
	float: left;
	padding: 0px 0px 0px 8px;
}

#cb_titles {
	background-image: url(../images/bg_cb_title.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 739px;
	float: left;
	padding-top: 22px;
}

.cb_title {
	font-size: 20px;
	color: #00447c;
	letter-spacing: -1px;
	padding-left: 4px;
	padding-bottom: 3px;
	width: 228px;
	float: left;
}

.cb_box {
	width: 232px;
	float: left;
}

.cb_image {
	width: 232px;
	height: 124px;
	float: left;
}

.cb_body {
	width: 220px;
	float: left;
	padding: 6px 6px 10px 6px;
}

/*************************************************************/
/*************************** footer **************************/
/*************************************************************/
#bottom_inside {
	width: 950px;
	height: 11px;
	float: left;
	background-image: url(../images/bg_bottom_inside.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 0px;
}

#bottom_home {
	width: 950px;
	height: 11px;
	float: left;
	background-image: url(../images/bg_bottom_home.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 0px;
}

#footer {
	width: 950px;
	height: 55px;
	float: left;
	background-image: url(../images/bg_footer.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #764a06;
	font-size: 12px;
	padding: 22px 10px 10px 10px;
}

#footer a {
	color: #764a06;
}

#footer_left {
	width: 500px;
	float: left;
}

#footer_right {
	width: 200px;
	float: right;
	text-align: right;
}

#grip {
	padding-top: 5px;
}

#printfooter {
	display: none;
	visibility: hidden;
}

