/* -----------------------------------------------
 Colors
 ----------------------------------------------- */
.black  					{color: black;}
.red  						{color: #C20029;}
.gold 						{color: #FECA1C;}	/* use on dark bkgds */
.gold_dark					{color: #CA8800;}	/* use on lite bkgds */
.tan  						{color: #D3D4B6;}	/* for menu bkgd     */
.beige						{color: #FFF3CC;}	/* bizcard bkgd      */
.gray_lt					{color: #EEE;}
.gray_medlt					{color: #aaa;}
.gray_med					{color: #777;}
.gray_dark					{color: #444;}
.color_status_warning 		{color: #C20029;}
.color_status_yellow 		{color: #006633;}
.color_status_good  		{color: #ffcc00;}

/* -----------------------------------------------
 Fonts / Text
 ----------------------------------------------- */

body {
	color: black;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border: none;
}

b,p,td,ul,ol,li,div,form {
	font-size: 12px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -2px;
}

.fullheight {
	height: 100%;
}

.page_headline {
	color: white;
	font-family: Helvetica;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
	text-indent: 0px;
}

.redhead {
	color:  #C20029;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
}

.whitehead {
	color:  white;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 4px;
}

.subhead {
	color:  #444;
	font-weight: bold;
	letter-spacing: -1px;
}

.subhead_error {
	color:  #C20029;
	font-weight: bold;
	letter-spacing: -1px;
	background-image: url(/images/arrows/arrow_right_ov.png);
	background-repeat: no-repeat;
	background-position: center left;
	margin-top: 10px;
	padding-left: 11px;
}

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.boldtight {
	font-weight: bold;
	letter-spacing: -1px;
}

.boldgray {
	color: #777;
	font-weight: bold;
}

.smallcaps {
	color: #CA8800;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.small_caps {
	font-size: 10px;
	text-transform: uppercase;
}

.italic { 
	font-style: italic;	
}

/* -----------------------------------------------
 Links and rollovers
 ----------------------------------------------- */

a  {
	border-bottom: 1px dotted;
	color: #C20029;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid;
	color: #CA8800;
}

a.res_category_link {
	border-bottom: 1px dotted;
	color: black;
	text-decoration: none;
}

a.res_category_link:hover {
	background-color: #FFF3CC;
	border-bottom: 1px solid;
	color: #C20029;
}

a.product_link {
	font-style: italic;
}

a.product_link:hover {
	font-style: italic;
}

a.imagelink {
	border-bottom: 0px;
	text-decoration: none;
}

a.imagelink:hover {
	border-bottom: 0px;
	text-decoration: none;
}

a.arrowlink {
	border-bottom: 0px;
	text-decoration: none;
}

a.arrowlink:hover {
	background-color: #D3D4B6;
	border-bottom: 0px;
	text-decoration: none;
}

a.arrowlink_beige {
	border-bottom: 0px;
	text-decoration: none;
}

a.arrowlink_beige:hover {
	background-color: #FFF3CC;
	border-bottom: 0px;
	text-decoration: none;
}

a.arrowlink_dkgray {
	border-bottom: 0px;
	text-decoration: none;
}

a.arrowlink_dkgray:hover {
	background-color: #646464;
	border-bottom: 0px;
	text-decoration: none;
}

a.commentlink {
	border-bottom: 0px;
	text-decoration: none;
}

a.commentlink:hover {
	border-bottom: 0px;
	text-decoration: none;
}

a.button, a.button_reversed:hover {
	background-color: #C20029;
	border-bottom: 0px;
	color:  white;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 8px 5px 8px;
}

a.button:hover, a.button_reversed {
	background-color: black;
	border-bottom: 0px;
	color: #FECA1C;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 8px 5px 8px;
}

.lending_psuedobtn,
a.button_outlined {
	border-bottom: 1px solid #555;
	border-left: 1px solid #999;
	border-right: 1px solid #555;
	border-top: 1px solid #999;
	color: #C20029;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 4px 10px 4px 10px;
	white-space: nowrap;
}

a.button_outlined:hover {
	background-color: #C20029;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid black;
	border-right: 1px solid #CCC;
	border-top: 1px solid black;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 4px 10px 4px 10px;
	white-space: nowrap;
}

a.mini_btn {
	background-color: #CA8800;
	border: 0px;
	color: white;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

a.mini_btn:hover {
	background-color: #C20029;
	border: 0px;
	color: white;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

.mini_btn_black_on_orange {
	background-color: #CA8800;
	border: 0px;
	color: black;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

.mini_btn_black_on_orange:hover {
	background-color: #C20029;
	border: 0px;
	color: white;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

a.mini_btn_red {
	background-color: #C20029;
	border-bottom: 0px;
	color:  white;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

a.mini_btn_red:hover {
	background-color: black;
	border-bottom: 0px;
	color: #FECA1C;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

a.pagelink {
	border-bottom: none;
	color: black;
	padding: 4px 2px 4px 2px;
	text-decoration: none;
}

a.pagelink:hover {
	background-color: #C20029;
	color: white;
	padding: 4px 2px 4px 2px;
	text-decoration: none;
}

.pagelink_selected {
	background-color: #FFF3CC;
	color: #999;
	padding: 4px 2px 4px 2px;
}

a.titlelink  {
	border-bottom: 1px dotted;
	color: #C20029;
	font-weight: bold;
	text-decoration: none;
}

a.titlelink:hover {
	border-bottom: 1px solid;
	color: #CA8800;
	font-weight: bold;
}

a.bizcentermeetingbtn {
	background-image: url(/art/bizcentermeetingbtn.gif);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	border-bottom: 0px;
}
a.bizcentermeetingbtn:hover {
	background-image: url(/art/bizcentermeetingbtn_ov.gif);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	border-bottom: 0px;
}
/* -----------------------------------------------
 Menu Items
 ----------------------------------------------- */

.main_menu {
	letter-spacing: -1px;
	padding-bottom: 20px;
	text-align: center;
}

a.menu_item {
	border-bottom: 0px;
	color: black;
	display: block;
	font-weight: bold;
	padding: 1px;
}
a.menu_item:hover {
	background-color: black;
	border-bottom: 0px;
	color: #FECA1C;
	display: block;
	padding: 1px;
}

a.menu_selected {
	background-color: #C20029;
	border-bottom: 0px;
	color: white;
	display: block;
	font-weight: bold;
	padding: 1px;
}
a.menu_selected:hover {
	background-color: black;
	border-bottom: 0px;
	color: white;
	display: block;
	font-weight: bold;
	padding: 1px;
}

a.menu_item_light {
	display: block;
	padding: 1px;
	margin: -1px;
	border-bottom: 0px;
}
a.menu_item_light:hover {
	background-color: #FFF3CC;
	display: block;
	padding: 1px;
	margin: -1px;
	border-bottom: 0px;
}

/* -----------------------------------------------
 Submenu items
 ----------------------------------------------- */

.sub_menu_block {
	border: 1px solid #C20029;
	margin: 10px;
	text-align: center;
}

a.submenu_item {
	background-color: white;
	border-bottom: 0px;
	color:  #C20029;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 4px;
}

a.submenu_item:hover {
	background-color: black;
	border-bottom: 0px;
	color: white;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 4px;
}

a.submenu_item_selected,
a.submenu_item_selected:hover {
	background-color: #C20029;
	border-bottom: 0px;
	color: white;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 4px;
}

/* -----------------------------------------------
 Testimonial Block
 ----------------------------------------------- */

.testimonial_block {
	padding: 10px;
	text-align: left;
}

a.testimonial_link {
	background-color: black;
	display: block;
	border: 0px;
	/*opacity:  0.50;
	-khtml-opacity: 0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);*/
}
a.testimonial_link:hover {
	background-color: #C20029;
	display: block;
	text-decoration: none;
	border: 0px;
}

.testimonial_portrait {
	float: left;
	margin-right: 10px;
}

.testimonial_text {
	color: black;
	font-family: georgia, times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: left;
}

.testimonial_attrib {
	border-bottom: 0px;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
	text-align: right;
	text-transform: uppercase;
}

.testimonial,
a.testimonial {
	border-bottom: 0px;
	color: #FECA1C;
	font-family: georgia, times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: left;
}

a.testimonial:hover {
	border-bottom: 0px;
	color: #C20029;
	font-family: georgia, times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: left;
}

.attribution,
a.attribution {
	border-bottom: 0px;
	color: #ccc;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
	text-align: right;
	text-transform: uppercase;
}

a.attribution:hover {
	border-bottom: 0px;
	color: #C20029;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
	text-align: right;
	text-transform: uppercase;
}

a.more_link {
	color: #CA8800;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
}

a.more_link:hover {
	border-bottom: 0px;
	color: #C20029;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
}

/* -----------------------------------------------
 Inspirational Quote Block
 ----------------------------------------------- */

.inspirational_quote {
	color: black;
	font-family: georgia, times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	margin-right: 10px;
	text-align: left;
}

.inspirational_attribution {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
}

/* -----------------------------------------------
 Sponsors Page
 ----------------------------------------------- */

.SP0NS0R_block {
	color: black;
	font-size: 11px;
	letter-spacing: -1px;
	padding: 10px;
	text-align: center;
}

.SP0NS0R_colorlogo {
	border: 1px solid #777;
	background-color:#fff;
}

.SP0NS0R_namesub {
	border: 1px solid #777;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 10px;
}

a.spsr_link {
	border-bottom: 0px;
	display: block;
	font-size: 12px;
	padding: 8px 0px 8px 0px;
	text-decoration: none;
	width: 100%;
}

a.spsr_link:hover {
	background-color: #FECA1C;
	border-bottom: 0px;
	display: block;
	font-size: 12px;
	padding: 8px 0px 8px 0px;
	text-decoration: none;
}

.SP0NS0R_name,
a.SP0NS0R_name {
	border-bottom: 0px;
	color: black;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 8px 0px 8px 0px;
	text-decoration: none;
	width: 100%;
}

a.SP0NS0R_name:hover {
	background-color: #FECA1C;
	border-bottom: 0px;
	color: black;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 8px 0px 8px 0px;
	text-decoration: none;
}

a.SP0NS0R_list {
	border-bottom: 0px;
	color: black;
	text-decoration: none;
}

a.SP0NS0R_list:hover {
	background-color: #FECA1C;
	border-bottom: 1px solid;
	color: #C20029;
}

/* -----------------------------------------------
 Fake Dialog boxes (login, search, etc)
 ----------------------------------------------- */

.form_titlebar, a.form_titlebar {
	background-color: #C20029;
	color: white;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px;
	text-decoration: none;
	border:0px;
	display: block;
}
a.form_titlebar:hover {
	background-color: #CA8800;
	color: black;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px;
	text-decoration: none;
	border:0px;
	display: block;
}

.form_prompt {
	color: #333;
	font-weight: bold;
	letter-spacing: -1px;
	margin-right: 10px;
}

.form_prompt_required {
	color: #CA8800;
	font-weight: bold;
	letter-spacing: -1px;
	margin-right: 10px;
}

.askadvisor_block {
	border: 1px solid #CCC;
	margin-bottom: 10px;
	padding: 10px;
}

.askadvisor_datestamp {
	color: #555;
	float: right;
	font-size: 9px;
	margin-top: 2px;
	text-transform: uppercase;
	white-space: nowrap;
}

/* -----------------------------------------------
 General Input Forms
 ----------------------------------------------- */

.form_sideprompt {
	color: #CA8800;
	font-weight: bold;
	letter-spacing: -1px;
}

.form_sideproblem {
	color: #C20029;
	font-weight: bold;
	letter-spacing: -1px;
}

/* -----------------------------------------------
 Search Form
 ----------------------------------------------- */

.search_form {
	font-size: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

.search_input {
	font-family: arial, verdana, sans-serif;
	font-size: 10px; width:200px;
	margin: 2px 0px 3px 2px;
}

.search_btn {
	color: #000;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 60px;
}

.small_controls {
	color: black;
	font-family: arial, verdana, sans-serif;
	font-size: 9px;
}

/* -----------------------------------------------
 Registration Form
 ----------------------------------------------- */

.input_form_text {
	font-size: 10px;
}

.inputform_head {
	background-color: #646464;
	color: white;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 10px;
	padding: 5px;
}

.inputform_errorhead {
	background-color: #C20029;
	color: white;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 10px;
	padding: 5px;
}

.inputform_head_light {
	background-color: #646464;
	color: white;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 10px;
	padding: 5px;
}

.inputform_instrux {
	margin-top: 10px;
}

.inputform_required {
	background-image: url(/images/asterisk_gold.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	color: #CA8800;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 10px;
	padding-left: 11px;
}

.inputform_prompt {
	color: #777;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 10px;
}

.inputform_problem {
	background-image: url(/images/asterisk_red.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	color: #C20029;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 10px;
	padding-left: 11px;
}

.inputform_hint {
	color: #777;
	font-weight: normal;
}

.inputform_comments {
	color: #555;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 10px;
}

/* -----------------------------------------------
 Login | Registration
 ----------------------------------------------- */

.login_block {
	color: white;
	font-size: 11px;
	margin: 10px 2px 10px 2px;
}

.login_btn {
	border-bottom: 0px;
	color: #FECA1C;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
	text-transform: uppercase;
}

.login_btn:hover {
	background-color: #FECA1C;
	border-bottom: 0px;
	color: #777;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 0px 4px 0px 4px;
	text-transform: uppercase;
}

/* -----------------------------------------------
 PNG classes to support PNGswap() javasript;
 Identifying PNGs with mouseovers
 ----------------------------------------------- */

.PNG_arrow {
}

.JPG_arrow {
}

.PNG_comment {
	left: 0px;
	top: 3px;
}

/* -----------------------------------------------
 Star Ratings
 ----------------------------------------------- */

.rating_block {
	height: auto;
}

.rating_text {
	line-height: 15px;
	text-indent: 110px;
	top: 2px;
}

.reco_stars {
	float: left;
}

a.rating_title {
	font-weight: bold;
}

/* -----------------------------------------------
 Comments
 ----------------------------------------------- */

.scrolling_comments_block {
	background-color: #EEE;
	color: #555;
	font-size: 11px;
	height: 180px;
	overflow: auto;
	padding: 10px;
	text-align: left;
}

.comment_block {
	background-color: white;
	margin-bottom: 12px;
	padding: 6px;
}

.comment_block_beige {
	background-color: #FFF3CC;
	color: black;
	margin-bottom: 8px;
	padding: 4px;
}

.comment_text {
}

.comment_attrib {
	color:  #777;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: right;
}

/* -----------------------------------------------
 Helper Apps
 ----------------------------------------------- */

.helper_app_text {
	margin-bottom: 10px;
}

a.helper_app_link {
	border-bottom: 1px dotted;
	color: #CA8800;
	font-size: 10px;
	font-weight: bold;
}

a.helper_app_link:hover {
	border-bottom: 1px solid;
	color: #C20029;
	font-size: 10px;
	font-weight: bold;
}

.file_format_icon {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

.file_size {
	color: #777;
	white-space: nowrap;
}


/* -----------------------------------------------
 Slideshow
 ----------------------------------------------- */

.slideshow_body {
	background-color:  #646464;
	color: black;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 90%;
	margin: 0px;
	padding: 0px;
}

.slideshow_slide {
	background-color: #646464;
	border: 1px solid #999;
	height: 610px;
	width: 610px;
}

.slideshow_scroller {
	background-color: #646464;
	border: 1px solid #646464;
	height: 120px;
	margin-bottom: 10px;
	overflow: auto;
	width: 610px;
}

.slideshow_thumbnail {
	height: 84px;
	width: 84px;
}

.slide_caption {
	color: #CCC;
	font-size: 9px;
	text-transform: uppercase;
}

a.slideshow_link {
	border: 1px solid #646464;
	color: #646464;
	display: block;
	text-decoration: none;
}

a.slideshow_link:hover {
	border: 1px solid #FECA1C;
	color: #646464;
	display: block;
	text-decoration: none;
}

a.slideshow_link_sel {
	border: 1px solid white;
	color: #646464;
	display: block;
	text-decoration: none;
}

a.slideshow_link_sel:hover {
	border: 1px solid #FECA1C;
	color: #646464;
	display: block;
	text-decoration: none;
}

/* -----------------------------------------------
 MyBizCenter
 ----------------------------------------------- */

.reminder_block {
	background-color: #FFF3CC;
	color: #555;
	font-size: 11px;
	padding: 10px 10px 0px 10px;
	text-align: center;
}

a.mybizcenter_link {
	border-bottom: 0px;
	color: black;
	display: block;
	line-height: 120%;
	margin-bottom: 6px;
	margin-left: 74px;
}

a.mybizcenter_link:hover {
	border-bottom: 0px;
	color: #C20029;
}


/* -----------------------------------------------
 T-Team
 ----------------------------------------------- */

.t_definition_text {
	/*color: #FFF3CC;*/
	color: black;
	font-family: georgia, times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: center;
	width: 260px;
}

.column_fill_gray {
	/*height: 100%;    // screws up FireFox */
	padding: 4px;
	background-image: url(/art/body_gradient_gray.jpg);
	background-repeat: repeat-x;
}

.column_fill_beige {
	/*height: 100%;    // screws up FireFox */
	padding: 4px;
	background-image: url(/art/body_gradient_beige.jpg);
	background-repeat: repeat-x;
}

.column_fill_tan {
	/*height: 100%;    // screws up FireFox */
	padding: 4px;
	background-image: url(/art/body_gradient_tan.jpg);
	background-repeat: repeat-x;
}

/* -----------------------------------------------
 Advanced Search / Resource Recommendations
 ----------------------------------------------- */

.query_caption {
	color: #333;
	float: left;
	margin-left: 18px;
	width: 200px;
}

.query_emphasis {
	color: #777;
	font-weight: bold;
	letter-spacing: -1px;
}

.query_input {
	border-bottom: 1px solid #EEE;
	color: black;
	display: block;
	line-height: 120%;
	margin-left: 18px;
	margin-top: 2px;
	padding-bottom: 4px;
}

.spotlite_results {
	text-align: left;
	width: 600px;
}

.spotlite_stars {
	float: right;
	margin-top: 5px;
}

.spotlite_kludge_4ie {
	height: 20px;
	margin-top: -20px;
}

.spotlite_rezcount {
	color: #777;
	float: right;
	font-weight: normal;
	margin-right: 14px;
	margin-top: 4px;
}

a.spotlite_category {
	background-color: #D3D4B6;
	border-bottom: 0px;
	color: black;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 6px;
	padding: 4px;
}

a.spotlite_category:hover {
	background-color: #FECA1C;
	border-bottom: 0px;
}

a.spotlite_rezlink {
	border-bottom: 1px solid #EEE;
	color: black;
	display: block;
	line-height: 120%;
	margin-left: 18px;
	margin-top: 4px;
	padding-bottom: 6px;
}

a.spotlite_rezlink:hover {
	border-bottom: 1px solid #EEE;
	color: #C20029;
}

a.spotlite_morelink {
	border-bottom: 0px;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	margin-left: 18px;
	margin-top: 4px;
	padding-bottom: 6px;
}

a.spotlite_morelink:hover {
	border-bottom: 0px;
}

.results_table {
	border: 1px solid #999;
}

/* -----------------------------------------------
 Polls
 ----------------------------------------------- */

.poll_heading_beige {
	background-color: #D3D4B6;
	color: black;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 10px 5px 10px;
}

.poll_heading_red {
	background-color: #C20029;
	color: white;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px;
}

.poll_block {
	color: #555;
	font-size: 11px;
	padding: 10px 10px 0px 10px;
	text-align: center;
}

.poll_block_gray {
	background-color: #EEE;
	color: #555;
	font-size: 11px;
	padding: 10px 10px 0px 10px;
	text-align: center;
}

.poll_results_block {
	background-color: #EEE;
	color: #555;
	font-size: 11px;
	padding: 10px;
	text-align: left;
}

.poll_results_block_beige {
	color: #555;
	font-size: 11px;
	padding: 10px;
	text-align: left;
}

.poll_form {
	color: #555;
	font-size: 11px;
	text-align: left;
}

.poll_question  {
	color: #555;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
}

.poll_choice {
	color: #CA8800;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
}

.poll_percent {
	color: black;
	font-size: 11px;
	font-weight: bold;
}

/* -----------------------------------------------
 Upcoming Workshops
 ----------------------------------------------- */

.scrolling_spot_block {
	background-color: #EEE;
	color: #555;
	font-size: 11px;
	height: 500px;
	overflow: auto;
	padding: 10px;
	text-align: left;
}

.workshops_spot_date {
	color: #555;
	font-weight: bold;
}

.workshops_spot_title {
	color: #CA8800;
	font-weight: bold;
}

.workshops_spot_title:hover {
	border-bottom: 0px;
	color: #C20029;
	font-weight: bold;
}

.workshoptime_onwhite {
	color: #999;
}

.workshoptime_ongray {
	color: #888;
}

/* -----------------------------------------------
 Copyright
 ----------------------------------------------- */

.copyright_footer {
	color: #333;
	font-size: 9px;
	padding: 5px;
	text-align: left;
}

.copyright_btn {
	border-bottom: 1px dotted;
	color:  #000;
	text-decoration: none;
}

.copyright_btn:hover {
	background-color: #FECA1C;
	border-bottom: 0px;
	color: #000;
}

/* -----------------------------------------------
 Locations business card
 ----------------------------------------------- */

#locations_bizcard {
	background-color: #FFF3CC;
	height: 215px;
	position: relative;
	text-align: left;
	width: 375px;
}

#locations_logo_block {
	background-color: #D3D4B6;
	height: 100%;
	left: 0px;
	position: relative;
	text-align: center;
	top: 0px;
	width: 134px;
}

.locations_logo {
	bottom: 0px;
	left: 0px;
	position: absolute;
	right: auto;
	top: auto;
}

#locations_contact_info {
	font-size: 12px;
	height: 100%;
	left: 144px;
	line-height: 11px;
	position: absolute;
	text-align: left;
	top: 0px;
	vertical-align: middle;
	width: 231px;
}

.location_college {
	color: #666666;
	font-weight: bold;
	letter-spacing: -1px;
}

.location_name {
	color: black;
	font-weight: bold;
	letter-spacing: -1px;
}

.location_phonefax {
	color: #999999;
	font-weight: bold;
	letter-spacing: -1px;
}

#bizcard_shadow {
	left: -16px;
	position: absolute;
	top: -16px;
	z-index: 0;		/* non-negative for FireFox */
}

/* -----------------------------------------------
 Client Stages
 ----------------------------------------------- */

.client_stages {
	color: white;
	font-size: 11px;
	font-style: italic;
	margin: 10px;
}

.client_stage {
	color: black;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}

/* -----------------------------------------------
 Compasses
 ----------------------------------------------- */

.compass_block {
	border-top: 1px solid #C20029;
	margin-bottom: 10px;
	position: relative;
}

.compass_description {
	font-style: italic;
	padding: 20px;
}

a.compass_btn {
	background-color: #C20029;
	border-bottom: 0px;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	margin-left: 10px;
	padding: 4px 10px 4px 10px;
	position: absolute;
	right: 0px;
	top: 0px;
}

a.compass_btn:hover {
	background-color: black;
	border-bottom: 0px;
	color: #FECA1C;
	font-weight: bold;
	letter-spacing: -1px;
	margin-left: 10px;
	padding: 4px 10px 4px 10px;
	position: absolute;
	right: 0px;
	top: 0px;
}

/* -----------------------------------------------
 Resources
 ----------------------------------------------- */

a.rez_type_banner {
	background-color: #999;
	color: white;
	font-size: 9px;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}

a.rez_type_banner:hover {
	background-color: #CA8800;
	color: white;
	font-size: 9px;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}

.rez_type_banner {
	border: 1px solid #CCC;
	color: #777;
	font-size: 9px;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 0px;
}

.rez_type_floater {
	border: 1px solid #CCC;
	color: #777;
	float: right;
	font-size: 9px;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}

a.rez_type_link {
	border: 1px solid #CCC;
	color: #777;
	float: right;
	font-size: 9px;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}

a.rez_type_link:hover {
	border: 1px solid #CCC;
	background-color: #777;
	color: white;
	float: right;
	font-size: 9px;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}

.resource_type_banner {
	border: 1px solid #999;
	font-size: 9px;
	padding: 2px 10px 2px 10px;
	text-transform: uppercase;
	white-space: nowrap;
}

.resource_banner_addendum {
	color: #777;
	font-size: 9px;
	padding: 2px 10px 2px 4px;
	text-transform: uppercase;
}

.resource_heading {
	background-color: #D3D4B6;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 10px 5px 10px;
}

.resource_column_right {
	margin-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 230px;
}

/* -----------------------------------------------
 FAQs 
 ----------------------------------------------- */
.faqs_Q {
	color: black;
	font-size: 12px;
	font-weight: bold;
}
.faqs_A {
	color: #555555;
	font-size: 12px;
	font-weight: bold;
}

/* -----------------------------------------------
 Store
 ----------------------------------------------- */

.store_table_menu_column {
	background-color:#FFF3CC;
}

.store_category_list {
 	list-style-type: none;
	margin-left: -30px;
 	margin-top: 4px;
 	display:none;
}

.store_special_list {
 	list-style-type: none;
	margin-left: -30px;
 	margin-top: 4px;
}

.store_category_item {
 	margin-bottom: 4px;
}

.store_special_item {
 	margin-bottom: 10px;
}

.store_cart_contents_header {
	background-color: #D3D4B6;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 12px;
}
.store_cart_item_row_tr {

}
.store_cart_item_row_td {

}

.store_cart_totals_tr {
	background-color: #FFF3CC;
}

.store_cart_totals_shippers_tr {
	background-color: #FFF3CC;
}

.store_cart_totals_total_tr {
	background-color: #D3D4B6;
}

.store_cart_billship_warning_tr {
	background-color: #FFF3CC;
}

a.store_heading,
a.store_special_heading:hover {
	background-color: #D3D4B6;
	border-bottom: 2px solid #FFF3CC;
	color: black;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 10px 5px 10px;
}

a.store_heading:hover,
a.store_special_heading {
	background-color: #C20029;
	border-bottom: 2px solid #FFF3CC;
	color: white;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 10px 5px 10px;
}

.store_special_heading {
	background-color: #C20029;
	border-bottom: 2px solid #FFF3CC;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 10px 5px 10px;
}

a.store_heading_toggle {
	background-color: #D3D4B6;
	border-bottom: 2px solid #EEEEEE;
	color: black;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 10px 5px 10px;
}

a.store_heading_toggle:hover {
	background-color: #FECA1C;
	border-bottom: 2px solid #EEEEEE;
	color: black;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 10px 5px 10px;
}

a.store_category_link {
 	border-bottom: 1px solid #FFF3CC;
 	color: #646464;
}

a.store_category_link:hover {
 	border-bottom: 1px solid #C20029;
  	color: #C20029;
}

a.store_category_boldlink {
 	border-bottom: 1px solid #FFF3CC;
 	color: #646464;
	font-weight: bold;
	letter-spacing: -1px;
}

a.store_category_boldlink:hover {
 	border-bottom: 1px solid #C20029;
  	color: #C20029;
	font-weight: bold;
	letter-spacing: -1px;
}

a.store_item_link {
 	border-bottom: 0px;
 	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
}

a.store_item_link:hover {
 	border-bottom: 0px;
 	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
}

a.store_item_link_mini {
 	border-bottom: 0px;
	font-weight: bold;
	letter-spacing: -1px;
}

a.store_item_link_mini:hover {
 	border-bottom: 0px;
	font-weight: bold;
	letter-spacing: -1px;
}

a.store_item_link_nano {
 	border-bottom: 0px;
 	font-size: 9px;
	font-weight: bold;
	letter-spacing: -1px;
}

a.store_item_link_nano:hover {
 	border-bottom: 0px;
 	font-size: 9px;
	font-weight: bold;
	letter-spacing: -1px;
}

.store_featured {
	border-bottom: 1px solid #999;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: left;
}

.store_pix_left {
	float: left;
	margin-bottom: 4px;
	margin-right: 8px;
}

.store_pix_right {
	float: right;
	margin-bottom: 2px;
	margin-left: 6px;
}

.productColumnHeads {
	background-color: #555555;
	color: white;
}
.productCells {
	padding: 2px 5px 2px 2px;
}

/* -----------------------------------------------
 Store - List View
 ----------------------------------------------- */

.store_gallery_td {
	padding-right: 10px;
	width: 565px;
}

.store_gallery_head {
	background-color: #FFF3CC;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 12px;
}

a.store_header_link {
	border-bottom: 1px solid #FFF3CC;
	color: #C20029;
	font-weight: bold;
	letter-spacing: -1px;
}

a.store_header_link:hover {
	border-bottom: 1px solid #CA8800;
	color: #CA8800;
	font-weight: bold;
	letter-spacing: -1px;
}

.store_gallery_sortbar {
	background-color: #FFF3CC;
	float: right;
	padding: 10px;
	text-align: right;
}

.store_gallery_left {
	border-right: 1px solid #777;
	height: 425px;
	padding-right: 10px;
	padding-top: 10px;
	width: 185px;
	padding-left: 10px;
}

.store_gallery_right {
	border-right: 1px solid #777;
	height: 425px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width: 185px;
}

.store_gallery_hrule {
	border-bottom: 1px solid #777;
	height: 2px;
	margin-bottom: 2px;
}

.store_list_desc {
	margin-top: 5px;
	margin-bottom: 5px;
}

.store_item_title {
	height: 80px;
}

.store_item_desc {
	height: 275px;
}

.store_footer_bg {
	background-color: #D3D4B6;
}

.resource_sidebar_bg {
	background-color: #FFF3CC;
}

.store_header_search_results {
	color:#000;
}

.store_row_color_light {
	background-color: white;
}
.store_row_color_dark {
	background-color: #eeeeee;
}

/* -----------------------------------------------
 Columns and Rules
 ----------------------------------------------- */

.table_rules {
	border: 1px solid black;
}

.table_rules_light {
	border: 1px solid #D3D4B6;
}

.table_rules_topbot {
	border-top: 1px solid #C20029;
	border-bottom: 1px solid #C20029;
}

.table_rules_topbot_black {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.cell_rule_left {
	border-left: 1px solid black;
}


.cell_rule_right {
	border-right: 1px solid black;
}

.column_left {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

.column_right {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
}

/* -----------------------------------------------
 Footnotes
 ----------------------------------------------- */

 .footnote_sup {
	color: #999;
}

.footnotes {
	font-size: 9px;
	color: #999;
}

/* -----------------------------------------------
 Lists
 ----------------------------------------------- */

.list_noindents {
	list-style: disc outside;
	margin-left: -22px;
	margin-right: 10px;
}

.sidebar_list {
	list-style: disc outside;
	margin-left: -15px;
	margin-right: 10px;
}

/* -----------------------------------------------
 List Views
 ----------------------------------------------- */

.capitals_caption {
	color: #333;
	font-size: 9px;
	text-transform: uppercase;
}

.filterbar_caption {
	color: #444;
	font-size: 9px;
}

.sortbar_caption {
	color: #D3D4B6;
	font-size: 9px;
	padding-right: 10px;
}

a.sort_btn {
	background-color: black;
	border-bottom: 0px;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 6px;
}

a.sort_btn:hover {
	background-color: #C20029;
	border-bottom: 0px;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 6px;
}

a.star_sort_btn {
	background-color: black;
	border-bottom: 0px;
	color: white;
	padding: 10px 4px 6px 4px;
}

a.star_sort_btn:hover {
	background-color: #C20029;
	border-bottom: 0px;
	color: white;
	padding: 10px 4px 6px 4px;
}

a.sortselected_btn {
	background-color: #FECA1C;
	border-bottom: 0px;
	color: black;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 6px;
}

a.sortselected_btn:hover {
	background-color: #C20029;
	border-bottom: 0px;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 6px;
}

a.export_compass {
	background-image: url(/art/client_exporting.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	display: block;
	border-bottom: 0px;
}
a.export_compass:hover {
	background-image: url(/art/client_exporting_ov.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	display: block;
	border-bottom: 0px;
}
.export_sbito {
	background-image: url(/art/client_sbito.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	display: block;
	border-bottom: 0px;
}

/* -----------------------------------------------
 Sidebars
 ----------------------------------------------- */

.sidebar_float {
	background-color: #FFF3CC;
	border: 1px solid #D3D4B6;
	float: right;
	margin-left: 10px;
	margin: 5px;
}

.sidebar_float_left {
	background-color: #FFF3CC;
	border: 1px solid #D3D4B6;
	float: left;
	margin-left: 10px;
	margin: 5px;
}

.sidebar_heading {
	background-color: #D3D4B6;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px;
}

.sidebar_quote {
	color: #CA8800;
	font-family: georgia, times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 15px;
	text-align: left;
}

.sidebar_attribution {
	color: #777;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 0px 15px 15px 15px;
	text-transform: uppercase;
}

/* -----------------------------------------------
 Toolkit listings on Compass pages
 ----------------------------------------------- */
.toolkit_description_list {
	padding-bottom: 0px;
}

/* -----------------------------------------------
 Decorative Backgrounds
 ----------------------------------------------- */

.oregon_chart_bkgd {
	background-image: url(/art/oregon_chart.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-bottom: 1px solid #C20029;
}

/* -----------------------------------------------
 Misc
 ----------------------------------------------- */

.portrait {
	float: right;
	margin-left: 10px;
}

.invisible {
	display: none;
}

.visible {
	display: block;
}

.form_correction {
	margin:0px;
	padding:0px;
}

#pure_development_toolbar {
	position:fixed;
	z-index:100;
	right:30px;
	top:2px;
	border:1px dotted #555;
	background-color:#ccc;
	padding:2px;
	width:200px;
}
.light_green_border_bottom {
	border-bottom:1px solid #D3D4B6;
}

.underlined {
	text-decoration: underline;
}

#TOCJump {
	width:200px;
}

/* List engine */

.filter_bar_tr {
	background-color:	#D3D4B6;
}

.checkStatusButton {
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: -1px;
	color: white;
	border: 0px;
	padding: 2px;
	margin-bottom: 2px;
	background-color: #C20029;
}

/* -----------------------------------------------
 MakeMenu CSS
 ----------------------------------------------- */

ul.makeMenu, ul.makeMenu ul {
	font-weight: bold;
	/*border: 1px solid #D3D4B6;*/
	/*background-color: #3E3E3E;*/
	cursor: default;
	margin:0px;
	padding:0px;
	text-align:left;
	border-bottom:0px;
}
ul.makeMenu li {
	list-style-type: none;
	margin: 0px;
	position: relative;
	color: #FCBB23;
	padding: 1px 0px 1px 0px;
	text-decoration: none;
	display:block;
	border:0px;
}
ul.makeMenu li > ul {
	display: none;
	position: absolute;
	top: -2px;
	left: 175px;
	border-bottom:0px;
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
	background-color: black;
	color: #FCBB23;
	padding: 1px 0px 1px 0px;
	text-decoration: none;
	border-bottom:0px;
}
ul.makeMenu ul.CSStoShow {
	display: block;
	border-bottom:0px;
}
ul.makeMenu li:hover > ul {
	display: block;
	border-bottom:0px;
}
ul.makeMenu li a {
	text-align: left;
	font-weight: bold;
	color: #FCBB23;
	display: block;
	width: 100%;
	padding: 1px 1px 1px 10px;
	border-bottom:0px;
}
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink {
	font-weight: bold;
	color: #FCBB23;
	border-bottom:0px;
	padding: 1px 1px 1px 1px;
	text-decoration: none;
}
ul.makeMenu li:hover > a {
	font-weight: bold;
	color: #FCBB23;
	padding: 1px 1px 1px 10px;
	border-bottom:0px;
}







