
body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Trebuchet MS; 
	font-size: 13px;
	background-color: #075095;
	background-image: url(../images/bg_body.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
}

#wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}



/*************************************************************/
/********************* header ********************************/
/*************************************************************/
#header {
	width: 1000px;
	height: 193px;
	float: left;
	background-image: url(../images/bg_header.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#header #logo {
	width: 480px;
	height: 165px;
	float: left;
}

#header #links {
	width: 397px;
	height: 35px;
	float: right;
	padding: 52px 0px 0px 0px;
}

#header #links img {
	float: left;
	margin-right: 7px;
}

#header #links a {
	float: left;
	display: block;
	height: 26px;
	margin: 0px 7px 0px 0px;
	padding-top: 9px;
	font-size: 14px;
	color: #075095;
}

#header #links a:hover {
	color: #a7a9ac;
	text-decoration: none;
}

.link_locator {
	background-image: url(../images/icon_rep_locator.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 43px;
}

a:hover.link_locator {
	background-image: url(../images/icon_rep_locator_over.png);
	cursor: pointer;
}

.link_contact {
	background-image: url(../images/icon_contact_us.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 43px;
}

a:hover.link_contact {
	background-image: url(../images/icon_contact_us_over.png);
	cursor: pointer;
}

.link_about {
	background-image: url(../images/icon_about_us.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 43px;
}

a:hover.link_about {
	background-image: url(../images/icon_about_us_over.png);
	cursor: pointer;
}

#header #search {
	width: 250px;
	height: 20px;
	float: right;
	clear: right;
	padding: 74px 32px 0px 0px;
}

#header #search .title {
	width: 45px;
	float: right;
	padding: 1px 4px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #939598;
}

#header #search .textbox {
	width: 158px;
	height: 15px;
	border: 1px solid #939598;
	font-size: 11px;
	float: right;
	margin-right: 3px;
}

#printheader {
	display: none;
	visibility: hidden;
}



#main {
	width: 952px;
	float: left;
	padding: 14px 24px;
}

#title_image {
	width: 952px;
	height: 165px;
	float: left;
	margin-bottom: 11px;
}


/*************************************************************/
/********************* quicklinks ****************************/
/*************************************************************/
#quicklinks {
	width: 952px;
	height: 41px;
	float: left;
	margin-bottom: 9px;
	font-size: 16px;
	font-weight: bold;
	background-image: url(../images/bg_quicklinks.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

.quicklink_item,
.quicklink_item_left {
	width: 156px;
	height: 41px;
	float: left;
	border-right: 3px solid #ffffff;
}

.quicklink_item_right {
	width: 157px;
	height: 41px;
	float: left;
}

.quicklink_item_left a {
	background-image: url(../images/bg_quicklink_left.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.quicklink_item_left a:hover,
.quicklink_item_left a.current {
	background-image: url(../images/bg_quicklink_left_over.gif);
}

.quicklink_item_right a {
	background-image: url(../images/bg_quicklink_right.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.quicklink_item_right a:hover,
.quicklink_item_right a.current {
	background-image: url(../images/bg_quicklink_right_over.gif);
}

#quicklinks a {
	width: 100%;
	height: 33px;
	padding: 8px 0px 0px 0px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
}

#quicklinks a:hover,
#quicklinks a.current {
	background-color: #a7a9ac;
	color: #ffffff;
}



/*************************************************************/
/********************* navigation ****************************/
/*************************************************************/
#navigation {
	width: 147px;
	float: left;
	padding: 0px;
	margin: 0px;
}

.main_menu {
	width: 147px;
	float: left;
	text-transform: uppercase;
	color: #a7a9ac;
	letter-spacing: 2px;
	padding: 0px 0px 7px 0px;
	background-image: url(../images/bg_menu1.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
}

#navcontainer {
	width: 147px;
	float: left;
}

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li {
	font-size: 15px;
	font-weight: normal;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	background-image: url(../images/bg_menu1.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
}

#navcontainer li a {
	display: block;
	width: 147px;
	padding: 3px 0px 4px 0px;
	text-decoration: none;
	color: #005395;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	text-decoration: none;
	color: #a7a9ac;
}

#navcontainer ul ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 9px 0px;
}

#navcontainer li li {
	font-size: 13px;
	font-weight: normal;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-image: none;
}

#navcontainer li li a {
	display: block;
	width: 140px;
	padding: 3px 0px 0px 7px;
	text-decoration: none;
	color: #005395;
	line-height: 15px;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	text-decoration: none;
	color: #a7a9ac;
}

#banners {
	width: 147px;
	float: left;
	padding: 15px 0px 0px 0px;
}

.navbanner {
	width: 147px;
	float: left;
	margin-bottom: 5px;
}



/*************************************************************/
/********************* container *****************************/
/*************************************************************/
#container {
	width: 952px;
	float: left;
	background-image: url(../images/bg_container.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#main_content {
	width: 776px;
	float: right;
	min-height: 450px;
}



/*************************************************************/
/********************* homepage ******************************/
/*************************************************************/
#homepage {
	width: 952px;
	float: left;
	background-image: url(../images/bg_homepage.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#homepage_top {
	width: 952px;
	float: left;
	background-image: url(../images/bg_homepage_top.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#homepage_bottom {
	width: 952px;
	float: left;
	background-image: url(../images/bg_homepage_bottom.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
}

.table_left {
	width: 472px;
}

.table_right {
	width: 471px;
}

#contentbox1 {
	padding: 17px;
}

#contentbox2 {
	padding: 14px 13px 0px 12px;
}

#contentbox34 {
	background-image: url(../images/bg_contentbox3.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#contentbox3 {
	background-image: url(../images/bg_contentbox3_bottom.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
}

#contentbox3_top {
	width: 291px;
	background-image: url(../images/bg_contentbox3_top.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 9px 11px 10px 11px;
}

#contentbox4 {
	background-color: #ffffff;
	vertical-align: bottom;
	text-align: right;
}

.news_cb_container {
	overflow: auto;
	height: 97px;
}

.news_cb_1_row {
	border-bottom: 1px solid #939598;
	padding: 3px 0px;
	font-size: 12px;
}

.news_cb_1_date {
	display: none;
}


/*************************************************************/
/********************* footer ********************************/
/*************************************************************/
#footer {
	width: 952px;
	clear: both;
	padding: 10px 0px 50px 0px;
	text-align: center;
	color: #939598;
	font-size: 11px;
}

#footer a {
	color: #939598;
	text-decoration: none;
}

#footer a:hover {
	color: #939598;
	text-decoration: underline;
}

#printfooter {
	display: none;
	visibility: hidden;
}


