img {
	border: none;
}
a.download {
	display: inline-block;
	font-size: 11px;
	padding: 3px;
	border: 1px solid black;
	color : #336699;
	text-decoration: none;
	background: url('/images/button_bg.png');
}
a.white {
	color: #fff;
}
/* Hackish fix for making HR tag look and function the same cross-browser. */
div.hr { 
	height: 10px; 
	background: url(../images/hr.gif) repeat-x scroll center; 
}
div.hr hr { display: none; }
fieldset {
	border: 1px solid #aaa;
	background-image: url(/images/gray_gradient.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
legend {
	font-weight: bold;
}
form { 
	margin: 0;
	padding: 0;
}
button {
	border: 1px solid black;
	background: url('/images/button_bg.png');
	font: bold 11px Arial, Verdana, Helvetica, sans-serif;
}
input {
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	width: 100px;
	border: 1px solid #aaa;
}
input.error {
	background-color: #fcc;
}
input.radio {
	margin: 0;
	padding: 0;
	border: none;
	width: auto;
	height: auto;
}
input.checkbox {
	margin: 0;
	padding: 0;
	border: none;
	width: auto;
	height: auto;
}
textarea {
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
}
select {
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid #aaa;
}
select.error {
	background-color: #fcc;
}

#notices {
	text-align: center;
	color: #fff;
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
}

/* Nicely formatted list */
.nice_list {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 0px;
}
.nice_list ul {
	margin: 0;
	padding: 0;
}
.nice_list li {
	background: url(../images/icons/bullet_black.gif) no-repeat top left;
	padding: 0 0 0 18px;
	margin: 0 0 0 0;
}

/* Data grid */
.dataGrid { margin: 0; }
.dataGrid thead { font-weight: bold; background-color: #eeeeee; text-align: center; }
.dataGrid thead td {
	background: url('/images/button_bg.png') repeat-x;
	border: 1px solid #ccc;
	cursor: pointer;
}
.dataGridPageList { background: none; font-weight: normal; text-align: left; }
.dataGridPageList span { border-right: 1px solid #ccc; padding: 0 2px 0 2px; margin: 0 2px 0 2px; }
.dataGridActivePage { background: url('/images/icons/bullet_arrow_right.png') no-repeat top left; padding-left: 16px !important; font-weight: bold;}
.dataGrid td { margin: 0; padding: 2px; border: 1px solid #ddd; }
/* Common text formats */
.small { font-size: 75%; }
.large { font-size: 110%; }
.larger { font-size: 150%; }
.largest { font-size: 200%; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.left { float: left; }
.right { float: right; }
.center { text-align: center; margin: 0px auto;}
.pointer { cursor: pointer; }
/* Call out style for drawing attention */
.callout {
	border: 1px solid #444;
	padding: 3px;
	margin: 3px;
	background-image: url(/images/gray_gradient.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.highlight { }
.highlight:hover {
	background-color: #e0e0e0;
}
.tab_container {
	border: 1px solid #333;
}
.tab_bar {
	border-bottom: 1px solid #333;
	background: #ccc !important;
}
.tab_spacer {
	padding: 2px 10px 2px 10px;
}
.tab {
	padding: 2px 10px 2px 10px;
	cursor: pointer;
	font-weight: bold;
	float: left;
	border-right: 1px solid #333;
	background: transparent;
}
.tab_active {
	padding: 2px 10px 2px 10px;
	cursor: pointer;
	font-weight: bold;
	float: left;
	border-right: 1px solid #333;
	background: url('/images/button_bg.png');
}
.tab_content {
	clear: both;
	padding: 3px;
}
/* Box out content, with header and content sub classes */
.boxed {
	border: 1px solid #aaa;
	margin: 3px;
	padding: 0;
	background-color: #eee;
}
.boxed .header {
	background: url('/images/button_bg.png');
	padding: 3px;
}
.boxed .content {
	border-top: 1px solid #aaa;
	padding: 3px;
	background-image: url(/images/gray_gradient.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.mask {
	background-color: #fff;
	background: #fff url('/images/loading.gif') no-repeat center center;
	position: absolute;
}
/* Gallery styles */
.gallery {
	border: 1px solid #aaa;
	width: 745px;
	background-color: #eee;
}
.gallery_main {
	height: 500px; 
	overflow: auto;
	text-align: center; 
	border-bottom: 1px solid #aaa;
}
.gallery_container {
	max-height: 498px; 
	text-align: center; 
	overflow: auto;
}
.gallery_thumb_left {
	width: 80px; 
	text-align: center;
}
.gallery_thumb_center {
	width: 585px; 
	height: 128px; 
	overflow: auto;
}
.gallery_thumb_right {
	width: 80px; 
	text-align: center;
}
.gallery_thumb_active {
	border: 2px solid #33f;
	padding: 1px;
}
.tip {
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid black;
	position: absolute; 
	background-color: #ff8; 
	padding: 3px; 
	display: none;
	z-index: 1000;
}
.inline_tip {
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	background-color: #ff8; 
	padding: 3px;
	border: 1px solid #666;
}
/* Background icons */
.info_bg, .error_bg, .key_bg, .key_add_bg, .key_go_bg, .reset_bg, 
.lock_open_bg, .help_bg, .accept_bg, .form_edit_bg, 
.rotate_anticlockwise_bg, .note_bg, .go_bg, .left_bg, .right_bg,
.asterisk_bg, .add_bg, .cart_bg, .form_edit_bg, .form_edit_delete_bg, 
.disk_bg, .bullet_down_bg, .bullet_up_bg, .check_off_bg, .check_on_bg,
.film_bg, .phone_bg, .table_go_bg, .table_bg, .magnifier_bg, .book_open_bg {
	background-repeat: no-repeat;
	background-position: 3px 2px;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	padding-left: 24px !important;
}
.error_bg {
	background-image: url(/images/icons/error.png);

}
.info_bg {
	background-image: url(/images/icons/information.png);
}
.key_bg {
	background-image: url(/images/icons/key.png);
}
.key_add_bg {
	background-image: url(/images/icons/key_add.png);
}
.key_go_bg {
	background-image: url(/images/icons/key_go.png);
}
.reset_bg {
	background-image: url(/images/icons/arrow_rotate_anticlockwise.png);
}
.lock_open_bg {
	background-image: url(/images/icons/lock_open.png);
}
.help_bg {
	background-image: url(/images/icons/help.png);
}
.accept_bg {
	background-image: url(/images/icons/accept.png);
}
.form_edit_bg {
	background-image: url(/images/icons/application_form_edit.png);
}
.rotate_anticlockwise_bg {
	background-image: url(/images/icons/arrow_rotate_anticlockwise.png);
}
.note_bg {
	background-image: url(/images/icons/note.png);
}
.go_bg {
	background-image: url(/images/icons/bullet_go.png);
}
.left_bg {
	background-image: url(/images/icons/arrow_left.png);
}
.right_bg {
	background-image: url(/images/icons/arrow_right.png);
}
.asterisk_bg {
	background-image: url(/images/icons/asterisk_yellow.png);
}
.add_bg {
	background-image: url(/images/icons/add.png);
}
.cart_bg {
	background-image: url(/images/icons/cart.png);
}
.form_edit_bg {
	background-image: url(/images/icons/application_form_edit.png);
}
.form_edit_delete_bg {
	background-image: url(/images/icons/application_form_delete.png);
}
.disk_bg {
	background-image: url(/images/icons/disk.png);
}
.bullet_down_bg {
	background-image: url(/images/icons/bullet_arrow_down.png);
}
.bullet_up_bg {
	background-image: url(/images/icons/bullet_arrow_up.png);
}
.check_off_bg {
	background-image: url(/images/check_off.png);
}
.check_on_bg {
	background-image: url(/images/check_on.png);
}
.film_bg {
	background-image: url(/images/icons/film.png);
}
.phone_bg {
	background-image: url(/images/icons/phone.png);
}
.table_go_bg {
	background-image: url(/images/icons/table_go.png);
}
.table_bg {
	background-image: url(/images/icons/table.png);
}
.magnifier_bg {
	background-image: url(/images/icons/magnifier.png);
}
.book_open_bg {
	background-image: url(/images/icons/book_open.png);
}
/* Gradient background(s) */
.gray_gradient {
	background-image: url(/images/gray_gradient.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* Drop Shadows */
.shadow_outer {
	width: auto;
	background: url(/images/drop_shadow.png) no-repeat bottom right;
	margin: 0 -6px 4px 6px;
}
.shadow_inner {
	position: relative;
	right: 6px;
	bottom: 6px;
	margin: 5px 0 0 0;
	border: 1px solid #aaa;
	padding: 4px;
	background-color: #fff;
}
/* Hidden style */
.hidden {
	display: none;
}

.ubTabControlContainer {
	border: 1px solid #000;
}
.ubTabControlContent {
	padding: 3px;
	background-image: url(/images/gray_gradient.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.ubTabBarContainer {
	border-bottom: 1px solid #000;
	height: 20px;
	background: #ccc;
}
.ubTabContainer {
	height: 14px;
	border-right: 1px solid #000;
	float: left;
	font-weight: bold;
	padding: 3px;
	cursor: pointer;
}
.ubTabActive {
	background: url(/images/button_bg.png) repeat-x;
}


.ubDataGridPageBarContainer {
	margin: 0 1px;
	border: 1px solid #aaa;
	background-color: #ddd;
}
.ubDataGridPageBarLeft {
	float: left;
}
.ubDataGridPageBarFirst {
	width: 20px;
	height: 20px;
	background-image: url(/images/icons/resultset_first.png);
	background-repeat: no-repeat;
	background-position: 2px;
	cursor: pointer;
	float: left;
}
.ubDataGridPageBarPrev {
	width: 20px;
	height: 20px;
	background-image: url(/images/icons/resultset_previous.png);
	background-repeat: no-repeat;
	background-position: 2px;
	cursor: pointer;
	float: left;
}
.ubDataGridPageBarNext {
	width: 20px;
	height: 20px;
	background-image: url(/images/icons/resultset_next.png);
	background-repeat: no-repeat;
	background-position: 2px;
	cursor: pointer;
	float: left;
}
.ubDataGridPageBarLast {
	width: 20px;
	height: 20px;
	background-image: url(/images/icons/resultset_last.png);
	background-repeat: no-repeat;
	background-position: 2px;
	cursor: pointer;
	float: left;
}
.ubDataGridPageBarSave {
	float: right;
	width: 20px;
	height: 20px;
	background-image: url(/images/icons/disk.png);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	cursor: pointer;
}
.ubDataGridPageBar {
	margin: 0 1px 0 1px;
	overflow: hidden;
	padding: 3px 0;
}
.ubDataGridPage {
	padding: 3px 5px;
	cursor: pointer;
}
.ubDataGridPage:hover {
	background-image: url(/images/black_25.png);
	font-weight: bold;
}
.ubDataGridPageActive {
	font-weight: bold;
	background-color: #bbb;
}
.ubDataGridTable {
	border-collapse: separate;
	border-spacing: 1px;
	empty-cells: show;
	width: 100%;
}
.ubDataGridTheadTh {
	cursor: pointer;
	text-align: left;
	font-weight: bold;
	padding: 2px;
	background-color: #ddd;
	border: 1px solid #aaa;
}
.ubDataGridSortAsc {
	padding-left: 15px;
	background-image: url(/images/icons/bullet_arrow_up.png);
	background-repeat: no-repeat;
	background-color: #bbb;
}
.ubDataGridSortDesc {
	padding-left: 15px;
	background-image: url(/images/icons/bullet_arrow_down.png);
	background-repeat: no-repeat;
	background-color: #bbb;
}
.ubDataGridTbodyTr {
	
}
.ubDataGridTbodyTr:hover {
	background-image: url(/images/black_25.png);
}
.ubDataGridTbodyTd {
	padding: 2px;
	border: 1px solid #aaa;
}

.ubGalleryContainer {
	border: 1px solid #666;
	width: 600px;
	margin: auto;
	position: relative;
}
.ubGalleryLoading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 450px;
	background-image: url(/images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
}
.ubGalleryViewer {
	height: 450px;
	overflow: hidden;
	text-align: center;
}
.ubGalleryImageLarge {
	height: auto;
}
.ubGalleryPrior {
	background-color: #fff;
	background-image: url(/images/prior.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	height: 450px;
	width: 30px;
	left: 0;
	top: 0;
	cursor: pointer;
}
.ubGalleryNext {
	background-color: #fff;
	background-image: url(/images/next.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	height: 450px;
	width: 30px;
	right: 0;
	top: 0;
	cursor: pointer;
}
.ubGalleryStrip {
	border-top: 1px solid #666;
	overflow: hidden;
}
.ubGalleryStripTable {
	border-collapse: separate;
	border-spacing: 1px;
	empty-cells: show;
}
.ubGalleryStripTd {
	
}
.ubGalleryThumbOuter {
	
}
.ubGalleryThumbInner {
	
}
.ubGalleryThumb {
	height: 50px;
	width: auto;
	cursor: pointer;
}
.ubGalleryThumb:hover {
	
}

#tip_top_left, #notice_top_left {
	position: absolute;
	left: -20px;
	top: -20px;
	width: 20px;
	height: 20px;
	background-image: url(/images/tip_top_left.png);
}
#tip_top, #notice_top {
	position: absolute;
	top: -20px;
	width: 100%;
	height: 20px;
	background-image: url(/images/tip_top.png);
}
#tip_top_right, #notice_top_right {
	position: absolute;
	right: -20px;
	top: -20px;
	width: 20px;
	height: 20px;
	background-image: url(/images/tip_top_right.png);
}
#tip_right, #notice_right {
	position: absolute;
	right: -20px;
	width: 20px;
	height: 100%;
	background-image: url(/images/tip_right.png);
}
#tip_bottom_right, #notice_bottom_right {
	position: absolute;
	right: -20px;
	bottom: -20px;
	width: 20px;
	height: 20px;
	background-image: url(/images/tip_bottom_right.png);
}
#tip_bottom, #notice_bottom {
	position: absolute;
	bottom: -20px;
	width: 100%;
	height: 20px;
	background-image: url(/images/tip_bottom.png);
}
#tip_bottom_left, #notice_bottom_left {
	position: absolute;
	left: -20px;
	bottom: -20px;
	width: 20px;
	height: 20px;
	background-image: url(/images/tip_bottom_left.png);
}
#tip_left, #notice_left {
	position: absolute;
	left: -20px;
	width: 20px;
	height: 100%;
	background-image: url(/images/tip_left.png);
}

#tip_container {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10000;
	padding: 23px;
	display: none;
}
#tip_arrow_left {
	position: absolute;
	top: 0px;
	left: -10px;
	width: 23px;
	height: 36px;
	background-image: url(/images/tip_arrow_left.png);
}
#tip_arrow_top {
	position: absolute;
	left: 0px;
	top: -10px;
	width: 36px;
	height: 23px;
	background-image: url(/images/tip_arrow_top.png);
}
#tip_arrow_right {
	position: absolute;
	right: -10px;
	top: 0px;
	width: 23px;
	height: 36px;
	background-image: url(/images/tip_arrow_right.png);
}
#tip_arrow_bottom {
	position: absolute;
	left: 0px;
	bottom: -10px;
	width: 36px;
	height: 23px;
	background-image: url(/images/tip_arrow_bottom.png);
}
#tip_wrapper {
	position: relative;
	width: 300px;
	min-height: 30px;
	background-color: #ffff80;
}

.ubDialogMask {
	background-color: #000;
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
.ubDialogMessageOuter {
	position: relative;
	margin: 50px auto auto auto;
	width: 500px;
	background-color: #ffff80;
	font: normal 11px Arial, Verdana, Helvetica, sans-serif;
	color: #444;
	vertical-align: middle;
}
.ubDialogButtonBar {
	text-align: right;
	margin-top: 5px;
	clear: both;
}
.ubDialogButtonBar button {
	cursor: pointer;
}

body {
	background-color: #508bd9;/*#68c;*/
	padding: 0;
	margin: 0;
	font-style: normal;
	font-size: 12px;
	font-family: arial,helvetica,clean,sans-serif;
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	color: #000;
}
a {
	font-style: normal;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	color: #000;
}
#topGradient {
	position: fixed;
	top: 0;
	left: 0;
	/*background-image: url(/images/topGradient.png);
	background-repeat: repeat-x;
	background-position: top;*/
	width: 100%;
	height: 250px;
	z-index: -10;
}
#bottomGradient {
	position: fixed;
	bottom: 0;
	left: 0;
	background-image: url(/images/bottomGradient.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	height: 250px;
	z-index: -10;
}
#banner {
	width: 980px;
	height: 70px;
	padding-top: 5px;
	margin: auto;
	text-align: right;
	position: relative;
}
#bannerLogo {
	position: absolute;
	left: 10px;
}
#banner a {
	text-decoration: none;
}
#navTop {
	width: 968px;
	height: 16px;
	margin: 10px auto 2px auto;
	color: #fff;
	padding: 3px 0 0 12px;
}
#navTop li {
	float: left;
}

.menuLink {
	display: block;
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.menuLinkTop {
	display: block;
	padding: 3px;
	border-bottom: 1px solid #666;
}
#main {
	width: 980px;
	margin: auto;
}
#search {
	float: right;
	padding: 8px;
	width: 128px;
	height: 20px;
	margin-top: -10px;
	background-image: url(/images/searchBG.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#search input {
	background-image: url(/images/icons/magnifier.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	border: none;
	padding-left: 22px;
}
#search .inputActive {
	font-style: italic;
	color: #aaa;
}
#mainTop {
	background-image: url(/images/mainTop.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 980px;
	height: 32px;
}
#mainMiddle {
	background-image: url(/images/mainMiddle.png);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
	width: 932px;
	padding: 1px 24px;
}
#mainBottom {
	clear: both;
	background-image: url(/images/mainBottom.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 980px;
	height: 32px;
}
#mainFooter {
	width: 980px;
	text-align: center;
	color: #fff;
}
#mainLeft {
	float: left;
	width: 170px;
	background-color: #fff;
}
#navLeft {
	
}


#mainContainer {
	margin: 0 0 0 172px;
	width: 750px;
	background-color: #fff;
	padding-left: 8px;
	border-left: 1px solid #ccc;
	position: relative;
}
#mainTitle {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
	margin-bottom: 5px;
}
#SR {
	width: 980px;
	margin: auto;
	position: relative;
	z-index: 1000;
}
#SRWrapper {
	position: absolute; 
	top: 5px;
	right: 0;
	background-image: url(/images/qs_bg.png);
	background-position: center;
	padding: 21px;
	width: 660px;
	height: 260px;
	display: none;
}
#SRClose {
	background-image: url(/images/icons/cancel.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 21px;
	top: 21px;
	height: 24px;
	width: 24px;
	cursor: pointer;
}
#SRContainer {
	margin-top: 3px;
	height: 220px;
	width: 650px;
	padding: 5px;
	overflow: auto;
}
.SRContainer {
	margin: 0 0 10px 0;
	display: block;
	text-decoration: none;
	position: relative;
	padding: 8px 3px 8px 3px;
	border: 1px solid #aaa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(/images/qs_result_bg.png);
	background-repeat: repeat-x;
}
.SRScore {
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	display: block;
	left: 8px;
	top: 8px;
	width: 48px;
	height: 18px;
	padding: 3px 0;
	text-align: center;
	margin-right: 3px;
	background-image: url(/images/qs_score_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #aaa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.SRTitle {
	font-weight: bold;
	display: block;
	margin-left: 60px;
}
.SRContent {
	font-style: italic;
	display: block;
	color: #666;
	margin-left: 60px;
}
.SRURI {
	display: block;
	margin-left: 60px;
}

.navTop {
	margin-right: 5px;
	display: block;
	font-weight: bold;
	padding: 3px;
	color: #fff;
}
.navMain {
	display: block;
	font-weight: bold;
	padding: 3px;
}
.navActive {
	background-image: url(/images/black_15.png) !important;
}
.menu {
	display: none;
	position: absolute;
	z-index: 1000;
}
.menu a {
	display: block;
	text-decoration: none;
}

.menuColumn {
	width: 225px;
	float: left;
	margin-right: 10px;
}
.menuHead {
	display: block;
	font-weight: bold;
	font-size: 13px;
	margin: 3px 0;
	padding: 3px 1px 3px 8px !important;
	/*border-bottom: 1px solid #aaa;
	background-image: url(/images/brick.png);
	background-repeat: no-repeat;
	background-position: 3px 1px;*/
	background-image: url(/images/black_45.png);
	background-color: #508bd9;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.menuSubHead {
	font-weight: bold;
}
.menuList {
	padding: 0;
	margin: 0;
}
.menuList a {
	text-decoration: none;
}
.menuList ul {
	padding: 0 5px 5px 5px;
	margin: 0;
}
.menuList li {
	list-style-type: none;
	padding-left: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.menuList li:hover {
	background-image: url(/images/black_15.png);
}

.menu1ColTop {
	width: 250px;
	height: 16px;
	background-image: url(/images/menu1ColTop.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.menu1ColMiddle {
	width: 226px;
	padding: 0 12px;
	background-image: url(/images/menu1ColMiddle.png);
	background-repeat: repeat-y;
	background-position: center;
}
.menu1ColBottom {
	width: 250px;
	height: 16px;
	background-image: url(/images/menu1ColBottom.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.menu2ColTop {
	width: 500px;
	height: 16px;
	background-image: url(/images/menu2ColTop.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.menu2ColMiddle {
	width: 476px;
	padding: 0 12px;
	background-image: url(/images/menu2ColMiddle.png);
	background-repeat: repeat-y;
	background-position: center;
}
.menu2ColBottom {
	width: 500px;
	height: 16px;
	background-image: url(/images/menu2ColBottom.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.menu3ColTop {
	width: 750px;
	height: 16px;
	background-image: url(/images/menu3ColTop.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.menu3ColMiddle {
	width: 726px;
	padding: 0 12px;
	background-image: url(/images/menu3ColMiddle.png);
	background-repeat: repeat-y;
	background-position: center;
}
.menu3ColBottom {
	width: 750px;
	height: 16px;
	background-image: url(/images/menu3ColBottom.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#navTreeContainer {
	margin: 20px 3px 0 -5px;
}
#navTreeTitle {
	background-image: url(/images/icons/map.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding: 3px 3px 3px 24px;
	font-weight: bold;
	border: 1px solid #999;
	margin-bottom: 3px;
}

.navTree, .navTree ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.navTree ul {
	/*background-image: url(/images/navTrunk.png);
	background-repeat: repeat-y;*/
}
.navTree li {
	background-image: url(/images/tree_bullet.png);
	background-repeat: no-repeat;
	background-position: left 2px; 
	padding-left: 8px; 
}
.navTree a {
	display: block;
	text-decoration: none;
	padding: 1px 3px;
}
.navTree ul li {
	
}
.navTreeLastLI {
	background-color: #fff;
}
.navTreeActivePage {
	border: 1px solid #999;
	background-image: url(/images/black_15.png);
	display: block;
}
/* Drop Shadows */
.shadow_outer {
	width: auto;
	background: url(/images/drop_shadow.png) no-repeat bottom right;
	margin: 0 -6px 4px 6px;
}
.shadow_inner {
	position: relative;
	right: 6px;
	bottom: 6px;
	margin: 5px 0 0 0;
	border: 1px solid #aaa;
	padding: 4px;
	background-color: #fff;
}


.storiesOuter {
	width: 100%;
	margin-bottom: 8px;
}
#storiesWrapper {
	background-image: url(/images/success_story_widget_gradient.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#storiesTitle {
	font-weight: bold;
	background-image: url(/images/black_75.png);
	color: #fff;
	padding: 3px;
}
#storiesDetail {
	height: 185px;
	overflow: auto;
	position: relative;
	padding: 3px;
}
#storiesMask {
	height: 185px;
	background-color: #fff;
	position: absolute;
	z-index: 1000;
}
.storyContainer {
	height: 180px;
	padding-top: 5px;
}
.storyContent {
	min-height: 160px;
	position: relative;
}
.storyQuoteStart {
	background-image: url(/images/quote_start.png);
	background-repeat: no-repeat;
	width: 49px;
	height: 39px;
	position: absolute;
	left: 0;
	top: 0;
}
.storyQuoteEnd {
	background-image: url(/images/quote_end.png);
	background-repeat: no-repeat;
	width: 49px;
	height: 39px;
	position: absolute;
	right: 3px;
	bottom: 20px;
}
.storyTitle {
	color: #006;
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
	text-decoration: none;
	position: relative;
	z-index: 1;
}
.storyText {
	display: block;
	padding-bottom: 5px;
	font-style: italic;
	text-decoration: none;
	position: relative;
	z-index: 1;
}
.storySource {
	display: block;
	text-decoration: none;
	position: relative;
	z-index: 1;
}
.storyProductLines {
	height: 20px;
	text-align: right;
	font-weight: bold;
}
#storiesFooter {
	height: 14px;
	padding: 3px;
	background-image: url(/images/black_75.png);
	position: relative;
}
#storiesNext {
	position: absolute;
	right: 3px;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
}
#storiesLast {
	position: absolute;
	left: 3px;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
}
