
.bodyclass {
	color: #333333;
	background-color: #000000;
	background-image: url(../images/bg_body.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-bottom: 20px;
}

#wrap {
	width: 923px;
	margin-left: auto;
	margin-right: auto;
}

#bar_left {
	width: 10px;
	height: 520px;
	float: left;
	background-image: url(../images/bar_left.gif);
}

#bar_right {
	width: 10px;
	height: 520px;
	float: right;
	background-image: url(../images/bar_right.gif);
}

#main {
	width: 903px;
	float: left;
}

#mainborder {
	width: 901px;
	float: left;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background-repeat: repeat-y;
}

.mainhome {
	background-image: url(../images/bg_cb.gif);
}

.maininside {
	background-image: url(../images/bg_main.gif);
}

/*************************** header **************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 901px;
	height: 170px;
	float: left;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
}

#header_logo {
	width: 901px;
	height: 118px;
	float: left;
}

#header_hav {
	width: 901px;
	height: 52px;
	float: left;
}

.header_bar {
	width: 3px;
	height: 52px;
	float: left;
	background-image: url(../images/bg_header_nav.gif);
	background-repeat: repeat-x;
}

.header_nav {
	width: 111px;
	height: 52px;
	float: left;
	border-right: 1px solid #adadad;
}

.header_nav a {
	width: 111px;
	height: 34px;
	padding-top: 18px;
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #333333;
	font-size: 10px;
	background-image: url(../images/bg_menu_off.png);
}

.header_nav a:hover {
	background-image: url(../images/bg_menu_over.gif);
}

.header_nav a#header_nav_current {
	background-image: url(../images/bg_menu_on.png);
}

/************************** homepage **************************/
#home_image {
	width: 901px;
	height: 245px;
	float: left;
}

#home_cb {
	width: 901px;
	float: left;
	background-image: url(../images/bg_cb_top.gif);
	background-position: top;
	background-repeat: no-repeat;
}
	
.cbTitle {
	width: 288px;
	height: 40px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	padding: 35px 0px 0px 12px;
}

.cbBody {
	width: 270px;
	float: left;
	padding: 0px 15px 10px 15px;
}

/************************** inside pages **************************/
#pageheader {
	width: 892px;
	height: 20px;
	float: left;
	background-image: url(../images/bg_pageheader.jpg);
	padding: 64px 0px 0px 9px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
}

#insidecontainer {
	width: 900px;
	float: left;
	background-image: url(../images/bg_inside_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-left: 1px;
}
	
/*************************** navigation **************************/
#navcontainer {
	width: 192px;
	float: left;
	padding-top: 9px;
	margin: 0px;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #adadad;
}

#navcontainer li a
{
	display: block;
	width: 180px;
	padding: 13px 6px 0px 6px;
	text-decoration: none;
	text-transform: uppercase;
	color: #333333;
}

#navcontainer li a:hover,
#navcontainer li a#current
{
	color: #c03e03;
}

#navcontainer ul ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #adadad;
}

#navcontainer li li
{
	list-style: none;
	padding: 0px;
	margin: 1px 0px 0px 0px;
	border: none;
}

#navcontainer li li a
{
	display: block;
	width: 173px;
	padding: 2px 6px 2px 13px;
	text-transform: none;
	color: #333333;
	background-color: #f5f5f5;
}

#navcontainer li li a:hover,
#navcontainer li li a#current
{
	color: #c03e03;
}

.navbanner {
	margin-bottom: 5px;
}

#bar {
	width: 26px;
	height: 450px;
	float: left;
}


/*************************** container *************************/
#container {
	width: 657px;
	float: left;
	padding: 10px 0px 20px 0px;
}


/********** breadcrumb ****************/
#breadcrumb {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	color: #7c7c7c;
	font-size: 10px;
	text-align: right;
}

#breadcrumb a {
	color: #7c7c7c;
	text-decoration: underline;
}

.breadcrumbCurrent {
	color: #c3470f;
}

/*************************************** footer ****************************************/
#footer {
	width: 901px;
	height: 22px;
	padding-top: 6px;
	clear: both;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #000000;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#grip {
	width: 903px;
	float: left;
	margin-top: 1px;
	background-image: url(../images/bg_grip.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	padding-top: 20px;
}

#printfooter {
	display: none;
	visibility: hidden;
}

.button,
.button:hover {
	border: 1px solid #ffffff;
	background-color: #666666;
	background-image: url(../images/bg_button.gif);
	color: #ffffff;
	font-size: 8px;
	text-transform: uppercase;
	height: 16px;
	width: 107px;
	cursor: pointer;
	padding: 0px;
	text-align: center;
}


