
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #666666;
	background-color: #000000;
	background-image: url(../images/bg_body.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#wrap {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}



/*************************************************************/
/********************* header ********************************/
/*************************************************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 970px;
	height: 103px;
	float: left;
}

#quicklinks {
	width: 953px;
	height: 28px;
	float: left;
	padding: 2px 9px 7px 8px;
}

#quicklink_left {
	width: 1px;
	height: 28px;
	float: left;
	line-height: 0px;
	background-image: url(../images/bg_quicklink_left.gif);
}

#quicklink_right {
	width: 1px;
	height: 28px;
	float: left;
	line-height: 0px;
	background-image: url(../images/bg_quicklink_right.gif);
}

.quicklink_item {
	height: 28px;
	float: left;
}


/*************************************************************/
/********************* container *****************************/
/*************************************************************/
#main_top {
	width: 970px;
	height: 4px;
	float: left;
}

#main_home {
	width: 970px;
	float: left;
	background-image: url(../images/bg_main_home.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#main_inside {
	width: 970px;
	float: left;
	background-image: url(../images/bg_main_inside.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#container {
	width: 742px;
	float: left;
	padding: 0px 0px 0px 3px;
	background-image: url(../images/bg_container.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	min-height: 600px;
}

#breadcrumbs {
	text-transform: uppercase;
	font-size: 10px;
	color: #666666;
	text-align: right;
	padding-bottom: 1px;
}

#breadcrumbs a {
	color: #666666;
	text-decoration: none;
}

#maincontent {
	width: 706px;
	float: left;
	padding: 3px 18px 10px 18px;
	background-color: #ffffff;
}


/*************************************************************/
/********************* navigation ****************************/
/*************************************************************/
#navigation {
	width: 212px;
	float: left;
	padding: 0px 2px 0px 0px;
}

#home {
	width: 212px;
	height: 33px;
	float: left;
	padding: 0px 0px 2px 0px;
	background-image: url(../images/bg_menu1.png);
	background-position: 0 100%;
	background-repeat: no-repeat;
	font-size: 12px;
	text-transform: uppercase;
}

#home a {
	display: block;
	width: 180px;
	height: 24px;
	padding: 9px 9px 0px 23px;
	text-decoration: none;
	background-image: url(../images/bg_menu1_home_off.png);
	color: #444444;
	cursor: pointer;
}

#home a:hover,
#home a#current {
	background-image: url(../images/bg_menu1_on.png);
	color: #ffffff;
}

#navcontainer {
	width: 212px;
	float: left;
}

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li {
	font-size: 12px;
	text-transform: uppercase;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	background-image: url(../images/bg_menu1.png);
	background-position: 0 100%;
	background-repeat: no-repeat;
}

#navcontainer li a {
	display: block;
	width: 180px;
	height: 24px;
	padding: 9px 9px 0px 23px;
	text-decoration: none;
	background-image: url(../images/bg_menu1_off.png);
	color: #444444;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	background-image: url(../images/bg_menu1_on.png);
	color: #ffffff;
}

#navcontainer ul ul {
	list-style: none;
	margin: 0px;
	padding: 0px 2px 0px 9px;
}

#navcontainer li li {
	font-size: 12px;
	text-transform: uppercase;
	list-style: none;
	margin: 0px 0px 1px 0px;
	padding: 0px;
	background-image: none;
}

#navcontainer li li a {
	display: block;
	width: 180px;
	height: auto;
	padding: 2px 7px 2px 14px;
	background-image: none;
	background-color: #dbdbdb;
	color: #000000;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	background-image: none;
	background-color: #dbdbdb;
	color: #740207;
}

#navcontainer ul ul ul {
	list-style: none;
	margin: 0px;
	padding: 2px 0px;
	background-color: #ededed;
}

#navcontainer li li li {
	font-size: 11px;
	text-transform: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li li li a {
	display: block;
	width: 175px;
	padding: 0px 7px 0px 19px;
	background-color: #ededed;
	color: #000000;
}

#navcontainer li li li a:hover,
#navcontainer li li li a#current {
	background-color: #ededed;
	color: #740207;
}

#banners {
	width: 191px;
	float: left;
	padding: 9px 0px 0px 14px;
}

.navbanner {
	width: 191px;
	margin-bottom: 8px;
}



/*************************************************************/
/********************* homepage ******************************/
/*************************************************************/
.container_bg {
	background-image: url(../images/bg_container.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#homepage {
	width: 748px;
	float: left;
	min-height: 600px;
}

.homepage_top {
	width: 748px;
	float: left;
	background-image: url(../images/bg_homepage_top.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

.cb_container_top_left {
	width: 492px;
	float: left;
	margin-right: 2px;
	padding: 0px 2px 2px 3px;
	background-color: #ffffff;
}

.cb_container_top_right {
	width: 243px;
	float: left;
	padding: 0px 2px 2px 3px;
	background-color: #ffffff;
}

.cb_container {
	width: 243px;
	padding: 2px 2px 2px 3px;
	float: left;
	background-color: #ffffff;
	background-image: url(../images/bg_cb_container.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#border_top_1 {
	width: 747px;
	float: left;
	border-top: 1px solid #bdbdbd;
}

#border_top_2 {
	width: 747px;
	float: left;
	border-top: 1px solid #ededed;
}

.cbTitle {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding: 9px 0px 0px 20px;
	height: 22px;
	background-image: url(../images/bg_cb_title.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-bottom: 1px;
}

.cbBody {
	padding: 2px;
	background-color: #ffffff;
}



/*************************************************************/
/********************* footer ********************************/
/*************************************************************/
#footer_home {
	width: 950px;
	float: left;
	padding: 60px 10px 10px 10px;
	background-image: url(../images/bg_footer_home.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #ffffff;
}

#footer_inside {
	width: 950px;
	clear: both;
	padding: 60px 10px 10px 10px;
	background-image: url(../images/bg_footer_inside.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #ffffff;
}

.footer a {
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover {
	color: #88060c;
}

#footer_left {
	width: 500px;
	float: left;
}

#footer_right {
	width: 450px;
	float: right;
	text-align: right;
}

#printfooter {
	display: none;
	visibility: hidden;
}

