
.bodyclass {
	color: #333333;
	background-color: #ffffff;
	background-image: url(../images/bg_body.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#wrap {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/*************************** header **************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 900px;
	height: 78px;
	float: left;
	background-image:  url(../images/bg_header.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffffff;
}

#header_logo {
	width: 889px;
	height: 62px;
	padding-left: 11px;
	float: left;
}

#header_menu {
	width: 891px;
	float: left;
	text-align: right;
}

#header_menu a {
	color: #666666;
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 10px;
}

#header_menu a:hover,
#header_menu a#current {
	color: #f79520;
	text-decoration: none;
}

#header_image {
	width: 900px;
	float: left;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 2px;
}

/*************************** homepage content boxes *****************************/
#cb_top {
	width: 646px;
	height: 254px;
	float: left;
	margin-bottom: 4px;
	padding-left: 254px;
	padding-top: 25px;
	background-image: url(../images/bg_cb.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.cbBox {
	height: 213px;
	float: left;
	background-position: top;
	background-repeat: no-repeat;
}

#cb_left {
	width: 301px;
	border-right: 1px solid #ffffff;
	background-image: url(../images/bg_cb_left.jpg);
}

#cb_middle {
	width: 298px;
	border-right: 1px solid #ffffff;
	background-image: url(../images/bg_cb_middle.jpg);
}

#cb_right {
	width: 299px;
	background-image: url(../images/bg_cb_right.jpg);
}

.cb_bottom {
	height: 212px;
	background-image: url(../images/bg_cb_bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-top: 1px;
	font-size: 11px;
	color: #333333;
}

.cbBody {
	height: 112px;
	padding-top: 7px;
	padding-left: 14px;
}

.cbURL {
	text-transform: lowercase;
	font-size: 12px;
}

.cbURL a {
	background-image: url(../images/bullet_off.gif);
	background-position: 14px 50%;
	background-repeat: no-repeat;
	padding-left: 29px;
	color: #ed690e;
	text-decoration: none;
}

.cbURL a:hover {
	background-image: url(../images/bullet_on.gif);
	color: #ed690e;
	text-decoration: none;
}

.cbTitle {
	display: none;
	visibility: hidden;
}

#main {
	width: 899px;
	float: left;
	background-image: url(../images/bg_main.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-left: 1px solid #ffffff;
	background-color: #ffffff;
}

/*************************** navigation **************************/
#navigation {
	width: 170px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#navcontainer {
	width: 150px;
	float: left;
	padding: 20px 0px 50px 8px;
	margin: 0px;
}

#navcontainer ul  {
	list-style: none;
	margin:  0px;
	padding: 0px;
}

#navcontainer li {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}

#navcontainer li a {	
	display: block;
	padding: 0px 0px 8px 0px;
	width: 150px;
	color: #666666;
	text-decoration: none;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	color: #000000;
}

#banners {
	float: left;
	width: 150px;
	padding-left: 10px;
}

.navbanner {
	margin-bottom: 5px;
}

/*************************** breadcrumb *************************/
#breadcrumb {
	padding-top: 3px;
	padding-right: 11px;
	height: 18px;
	text-align: right;
	text-transform: lowercase;
	color: #666666;
	font-size: 10px;
}

#breadcrumb a {
	color: #666666;
	text-decoration: none;
}

/*************************** container *************************/
#container {
	width: 720px;
	float: left;
	background-color: #ffffff;
}

.bar {
	float: left;
}

#maincontent {
	width: 686px;
	float: left;
}

/*************************************** footer ****************************************/
#bottom {
	width: 900px;
	height: 30px;
	float: left;
	clear: both;
	background-image: url(../images/bg_bottom.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin-bottom: 1px;
}

#cb_bottom {
	width: 900px;
	height: 43px;
	float: left;
	clear: both;
	background-image: url(../images/bg_cb_bottom.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#footer {
	width: 900px;
	height: 100px;
	float: left;
	border-top: 1px solid #dddddd;
	padding-top: 5px;
	font-size: 11px;
	color: #666666;
}

#footer_left {
	width: 700px;
	float: left;
	padding-left: 3px;
}

#footer_left a {
	color: #f79520;
	text-decoration: none;
}

#footer_right {
	width: 190px;
	float: right;
	text-align: right;
	padding-right: 3px;
}

#footer_right a {
	color: #666666;
	text-decoration: none;
	padding-left: 18px;
}

#grip {
	clear: both;
	text-align: center;
	padding: 10px 0px;
}

#printfooter {
	display: none;
	visibility: hidden;
}

/****************************** misc ***************************/
.button{
	height: 20px;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	color: #ffffff;
	background-color: #ed690e;
	border: 1px solid #ed690e;
	cursor: pointer;
}

.button:hover {
	height: 20px;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	color: #ed690e;
	background-color: #ffffff;
	border: 1px solid #ed690e;
	cursor: pointer;
}
