
body {
	background-color: #0057a1;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	background-image: url(../images/bg_body.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#wrap_home {
	width: 996px;
	margin-left: auto;
	margin-right: auto;
}

#wrap_left_home {
	width: 20px;
	height: 900px;
	float: left;
	background-image: url(../images/bg_wrap_left_home.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 0px;
}

#wrap_right_home {
	width: 20px;
	height: 900px;
	float: right;
	background-image: url(../images/bg_wrap_right_home.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 0px;
}

#main_home {
	width: 956px;
	float: left;
}

#wrap_inside {
	width: 996px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_wrap_inside.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#wrap_left_inside {
	width: 20px;
	height: 900px;
	float: left;
	background-image: url(../images/bg_wrap_left_inside.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 0px;
}

#wrap_right_inside {
	width: 20px;
	height: 900px;
	float: right;
	background-image: url(../images/bg_wrap_right_inside.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 0px;
}

#main_inside {
	width: 954px;
	float: left;
	padding: 0px 1px;
}



/*************************************************************/
/********************* header ********************************/
/*************************************************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 956px;
	height: 114px;
	float: left;
	background-image: url(../images/bg_header.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#header_logo {
	width: 360px;
	height: 114px;
	float: left;
	padding-left: 1px;
}

#header_info {
	width: 395px;
	height: 40px;
	float: right;
	padding: 32px 12px 0px 0px;
}

.header_text {
	border-top: 1px solid #d9d9d9;
	padding-top: 1px;
	font-size: 12px;
	color: #212121;
	white-space: nowrap;
}

.header_phone {
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}



/*************************************************************/
/********************* quick links ***************************/
/*************************************************************/
#quicklinks {
	width: 954px;
	height: 36px;
	float: left;
	padding: 0px 1px;
}

.quicklinks {
	width: 954px;
	height: 35px;
	float: left;
	background-image: url(../images/bg_quicklinks.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	border-bottom: 1px solid #ffffff;
	font-size: 16px;
	text-transform: lowercase;
}

.quicklink_bar {
	width: 2px;
	height: 35px;
	float: left;
	background-image: url(../images/bg_quicklink_bar.gif);
	line-height: 0px;
}

.quicklink_item,
.quicklink_item_s {
	height: 35px;
	float: left;
}

.quicklink_item a {
	height: 35px;
	display: block;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}

.quicklink_item a span {
	height: 28px;
	padding-top: 7px;
	display: block;
	cursor: pointer;
}

.quicklink_item a:hover {
	color: #00b8e4;
	text-decoration: none;
}

.quicklink_item a.current,
.quicklink_item_s a.current,
.quicklink_item_s a.current:hover {
	background-image: url(../images/bg_quicklink_on_left.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #00b8e4;
	font-weight: normal;
}

.quicklink_item a.current span,
.quicklink_item_s a.current span,
.quicklink_item_s a.current:hover span {
	background-image: url(../images/bg_quicklink_on_right.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.quicklink_item_s a {
	height: 35px;
	display: block;
	text-align: center;
	background-image: url(../images/bg_quicklink_s_on_left.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #ffd147;
	font-weight: bold;
	text-decoration: none;
}

.quicklink_item_s a span {
	background-image: url(../images/bg_quicklink_s_on_right.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 7px;
	display: block;
	cursor: pointer;
}

.quicklink_item_s a:hover {
	color: #ffffff;
	text-decoration: none;
}



/*************************************************************/
/********************* navigation ****************************/
/*************************************************************/
#navigation {
	width: 243px;
	float: left;
	background-image: url(../images/bg_navigation.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-top: 13px;
}

.navigation_title {
	width: 223px;
	background-image: url(../images/bg_navigation_title.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
	padding: 6px 10px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}

#navcontainer {
	width: 243px;
	float: left;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li a
{
	display: block;
	width: 222px;
	padding: 2px 11px 3px 10px;
	text-decoration: none;
	color: #ffffff;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	color: #ffd147;
	background-image: url(../images/bg_menu1_on.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
}

#navcontainer ul ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_menu2.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#navcontainer li li
{
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li li a
{
	display: block;
	width: 217px;
	padding: 1px 8px 1px 18px;
	background-image: url(../images/bg_menu2_on.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	color: #ffffff;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	background-image: url(../images/bg_menu2_on.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	color: #ffd147;
}

#navcontainer ul ul ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_menu3.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#navcontainer li li li
{
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li li li a
{
	display: block;
	width: 208px;
	padding: 1px 8px 1px 27px;
	background-image: url(../images/bg_menu3_on.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	color: #ffffff;
}

#navcontainer li li li a:hover,
#navcontainer li li li a#current {
	background-image: url(../images/bg_menu3_on.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	color: #ffd147;
}

#navcontainer ul ul ul ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_menu4.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#navcontainer li li li li
{
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_menu4_off.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

#navcontainer li li li li a
{
	display: block;
	width: 198px;
	padding: 1px 8px 1px 37px;
	color: #ffffff;
	background-image: none;
}

#navcontainer li li li li a:hover,
#navcontainer li li li li a#current {
	color: #ffd147;
	background-image: url(../images/bg_menu4_on.gif);
	background-position: 1px 50%;
	background-repeat: no-repeat;
}

#banners {
	width: 225px;
	float: left;
	padding: 30px 0px 0px 9px;
}

.navbanner {
	width: 225px;
	float: left;
	margin-bottom: 5px;
}



/*************************************************************/
/********************* container *****************************/
/*************************************************************/
#container {
	width: 667px;
	float: left;
	padding: 20px 22px 0px 22px;
	background-image: url(../images/bg_container.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#breadcrumbs {
	text-transform: lowercase;
	font-size: 11px;
	color: #666666;
	padding-bottom: 20px;
}

#breadcrumbs a {
	color: #666666;
	text-decoration: none;
}

#bottom_home {
	clear: both;
	width: 996px;
	height: 3px;
	margin-left: auto;
	margin-right: auto;
}

#bottom {
	clear: both;
	width: 996px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
}



/*************************************************************/
/********************* homepage ******************************/
/*************************************************************/
.welcome {
	width: 955px;
	height: 311px;
	float: left;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 9px 0px 0px 1px;
}

.cb_welcome_content {
	width: 353px;
	height: 311px;
	float: left;
	background-image: url(/images/bg_cb_content.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.cb_welcome_text {
	width: 320px;
	height: 200px;
	padding: 24px 17px 0px 15px;
	float: left;
}

.cb_welcome_title {
	font-size: 17px;
	font-weight: bold;
	color: #0e70b4;
	letter-spacing: -1px;
	padding-bottom: 15px;
}

.cb_welcome_option {
	width: 296px;
	height: 22px;
	padding: 24px 0px 0px 26px;
	float: left;
	clear: left;
}

.cb_events {
	width: 264px;
	height: 293px;
	float: right;
	padding: 0px 8px 0px 0px;
	color: #ffffff;
	background-image: url(/images/bg_cb_events.png);
	background-position: 1px 0px;
	background-repeat: no-repeat;
}

.cb_event_title {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	background-image: url(../images/bg_event.png);
	background-position: 0 100%;
	background-repeat: no-repeat;
	padding: 7px 14px 7px 13px;
}

.cb_events_link {
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	padding-top: 3px;
}

.cb_events_link a,
.cb_events_link a:hover {
	color: #ffd147;
}

.events_cb_1_row {
	background-image: url(../images/bg_event.png);
	background-position: 0 100%;
	background-repeat: no-repeat;
	padding: 7px 14px 7px 13px;
}

.events_cb_1_title {
	font-size: 14px;
	font-weight: bold;
	color: #ffd147;
}

.events_cb_1_title a,
.events_cb_1_title a:hover {
	color: #ffd147;
}

.events_cb_1_date {
	font-size: 12px;
	color: #9fddea;
}

.events_cb_1_description {
	padding-top: 0px;
}

.cb_row {
	width: 956px;
	height: 4px;
	float: left;
	line-height: 0px;
	background-image: url(../images/bg_cb_row.gif);
	background-repeat: no-repeat;
}

.cb_top {
	width: 956px;
	background-image: url(../images/bg_cb_top.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	padding: 0px;
	min-height: 140px;
}

.cb_container {
	width: 956px;
	background-image: url(../images/bg_cb_container.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
	float: left;
	padding: 0px;
}

.cb_bottom {
	width: 956px;
	height: 3px;
	float: left;
	line-height: 0px;
	background-image: url(../images/bg_cb_bottom.gif);
	background-repeat: no-repeat;
}

.cb_container_left {
	width: 307px;
	float: left;
	padding: 0px 8px 0px 2px;
}

.cb_container_middle {
	width: 306px;
	float: left;
	padding: 0px 8px 0px 5px;
}

.cb_container_right {
	width: 307px;
	float: left;
	padding: 0px 8px 0px 5px;
}

.cbTitle {
	color: #ffffff;
	font-size: 18px;
	letter-spacing: -1px;
	height: 24px;
	padding: 3px 6px 0px 6px;
}

.cbBody {
	padding: 2px 0px 0px 0px;
}



/*************************************************************/
/********************* footer ********************************/
/*************************************************************/
#footer {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding: 24px 28px 10px 28px;
	background-image: url(../images/bg_footer.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffd147;
}

#footer_left {
	width: 500px;
	height: 25px;
	float: left;
}

#footer_right {
	width: 400px;
	height: 25px;
	float: right;
	text-align: right;
}

#footer_search {
	width: 210px;
	height: 22px;
	float: right;
	text-align: right;
	padding-right: 5px;
}

.footer_title {
	font-size: 14px;
	font-weight: bold;
	color: #ffd147;
}

#footer_address {
	width: 190px;
	height: 125px;
	float: left;
	padding-top: 15px;
}

#footer_carf {
	width: 300px;
	float: left;
	height: 95px;
	padding-top: 20px;
	font-size: 13px;
}

#footer_united {
	width: 270px;
	height: 61px;
	float: left;
	padding: 17px 0px 0px 11px;
}

#footer_lock {
	width: 150px;
	height: 60px;
	float: right;
	padding: 20px 5px 0px 0px;
}

#grip {
	padding-top: 15px;
}	

#printfooter {
	display: none;
	visibility: hidden;
}

