/* -----------------------------------------------
 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;}
.pureblue	{color: #326793;}


/* -----------------------------------------------
 Fonts / Text
 ----------------------------------------------- */
 
body {
	background-color: #C20029;
	/*background-color: #326793;*/
	/*background-image: url(/art/bkgd.jpg);
	background-repeat: repeat;*/
	color: black;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 90%;
	margin: 0px;
	padding: 0px;
}

.body_popup {
	background-color: white;
	color: black;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 90%;
	margin: 0px;
	padding: 0px;
}

b,p,td,ul,ol,li,div,form {
	font-size: 11px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -2px;
}

.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;
}

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.boldtight {
	font-weight: bold;
	letter-spacing: -1px;
}

.boldgray {
	color: #555;
	font-weight: bold;
}

.boldgrayital {
	color: #555;
	font-weight: bold;
	font-style: italic;
}

.grayitalic {
	color: #555;
	font-style: italic;
}

.italic {
	font-style: italic;
}

.boldred {
	color: #C20029;
	font-weight: bold;
}
.boldgold {
	color: #CA8800;
	font-weight: bold;
}
.boldgold_10 {
	font-size: 10px;
	color: #CA8800;
	font-weight: bold;
}

.caption,
.copyright_text {
	color: #F0BFC5;
	font-size: 9px;
	text-transform: uppercase;
}

.eBullets_list {
	margin-left: -24;
	list-style-type: square;
	color: #CA8800;
}

.align_right {
	text-align: right;
}

/* -----------------------------------------------
 Links and rollovers
 ----------------------------------------------- */

a  {
	border-bottom: 1px dotted;
	color: #C20029;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid;
	color: #800000;
}

.imagelink,
.imagelink:hover {
	border-bottom: 0px;
}

.footer_link {
	color: #F0BFC5;
	font-size: 9px;
	text-transform: uppercase;
}
.footer_link:hover {
	color: white;
	font-size: 9px;
	text-transform: uppercase;
}

a.button {
	background-color: #C20029;
	border-bottom: 0px;
	color:  white;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 8px 5px 8px;
}

a.button:hover {
	background-color: black;
	border-bottom: 0px;
	color: #FECA1C;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 8px 5px 8px;
}

a.mini_btn {
	font-size: 9px;
	background-color: #CA8800;
	border: 0px;
	color: white;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

a.mini_btn:hover {
	font-size: 9px;
	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.boldgold_10 {
	font-size: 10px;
	color: #CA8800;
	font-weight: bold;
	border-bottom: 0px;
}
a.boldgold_10:hover {
	font-size: 10px;
	color: #C20029;
	font-weight: bold;
	border-bottom: 0px;
}


/* -----------------------------------------------
 Menus
 ----------------------------------------------- */

.header_block {
	position: relative;
	top: 0px;
	left: 0;
	padding: 0;
	width: 750px;
	height: 310px;
	background-repeat: no-repeat;
	background-color: black;
}

.print_main_image {
	position: absolute;
	top: 0px;
	left: 0;
	display: none;
}

#caption_text {
	position: absolute;
	top: 250px;
	left: 20px;
	width: 550px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	letter-spacing: 1px;
	font-family: Arial Narrow, Geneva, Verdana, Arial, Helvetica, sans-serif;
}

#menu_bar {
	position: absolute;
	top: 10px;
	left: 30px;
	height: 32px;
	width: 720px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: black;
	opacity:  0.50;
	-khtml-opacity: 0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);
}

#menu_logo {
	position: absolute;
	top: 10px;
	left: 12px;
	margin: 0;
	padding: 0;
}
#menu_logo_toprint {
	position: absolute;
	top: 10px;
	left: 12px;
	margin: 0;
	padding: 0;
	display: none;
}

.PureSBDC_logo {
	border-bottom: 0px;
	background-image: url(art/PureSBDC-Logo_ot.png);
	background-repeat: no-repeat;
}
.PureSBDC_logo:hover {
	border-bottom: 0px;
	background-image: url(art/PureSBDC-Logo_ov.png);
	background-repeat: no-repeat;
}

#menu_block	{
	position: absolute;
	top: 19px;
	left: 180px;
	padding: 0;
	margin: 0;
	height: 20px;
}

a.menu_item {
	font-family: Arial Narrow, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 0px;
}

a.menu_item:hover,
a.menu_selected,
a.menu_selected:hover {
	font-family: Arial Narrow, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FECA1C;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 0px;
}

.sub_menu_bkgd {
	position: absolute;
	top: 0px;
	background-color: #CA8800;
	opacity:  0.75;
	-khtml-opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
}
.sub_menu {
	position: absolute;
	top: 0px;
	font-size: 11px;
	list-style-type: none;
	padding: 10px;
}
#benefits_submenu {
	left: 60px;
	width: 200px;
}
#benefits_bkgd {
	top: 23px;
	left: 56px;
	width: 180px;
	height: 268px;
}
#features_submenu {
	left: 354px;
	width: 200px;
}
#features_bkgd {
	top: 23px;
	left: 350px;
	width: 220px;
	height: 268px;
}
a.submenu_item {
	font-family: Arial Narrow, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 0px;
	padding: 2px;
	line-height: 18px;
}
a.submenu_item:hover {
	font-family: Arial Narrow, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: black;
	background-color: white;
	padding: 2px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 0px;
	padding: 2px;
	line-height: 18px;
}
a.submenu_selected,
a.submenu_selected:hover {
	font-family: Arial Narrow, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: white;
	background-color: black;
	padding: 2px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 0px;
	padding: 2px;
	line-height: 20px;
}

/* -----------------------------------------------
 Page Shadows
 ----------------------------------------------- */

.shadow_left {
	background-image: url(art/shadow_left.jpg);
	background-repeat: repeat-y;
}
.shadow_right {
	background-image: url(art/shadow_right.jpg);
	background-repeat: repeat-y;
}
.shadow_bottom {
	background-image: url(art/shadow_bottom.jpg);
	background-repeat: repeat-x;
}
.shadow_botleft {
	background-image: url(art/shadow_bottomleft.jpg);
	background-repeat: no-repeat;
}
.shadow_botright {
	background-image: url(art/shadow_bottomright.jpg);
	background-repeat: no-repeat;
}

/* -----------------------------------------------
 Columns 
 ----------------------------------------------- */

.col_left {
	padding-right: 10px;
}

.col_left_ruled {
	padding-right: 10px;
	border-right: 4px solid #CCC;
}

.col_middle_ruled {
	padding-left: 10px;
	padding-right: 10px;
	border-right: 4px solid #CCC;
}
.col_right {
	padding-left: 10px;
}

.col_pad_TBR {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
}

.col_pad_TBR_ruleB {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	border-bottom: 1px solid #CCC;
}

.rule_top {
	border-top: 1px solid #CCC;
}

.grayblock {
	color: white;
	background-color: #AAA;
}

.li_checkmark {
	padding-bottom: 10px;
	list-style-image: url(art/checkmark_red.jpg)
}
.li_percent {
	padding-bottom: 10px;
	list-style-type: disc;
	color: #CA8800;
}


/* -----------------------------------------------
 Badges 
 ----------------------------------------------- */

.badge {
	border: 1px solid #999;
	font-size: 9px;
	padding: 2px 10px 2px 10px;
	text-transform: uppercase;
	white-space: nowrap;
}

.badge_addendum {
	color: #777;
	font-size: 9px;
	padding: 2px 10px 2px 4px;
	text-transform: uppercase;
}

/* -----------------------------------------------
 Pictures 
 ----------------------------------------------- */

.floatpixright {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
 
.floatpixleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* -----------------------------------------------
 Resume 
 ----------------------------------------------- */

.resume_head {
	color:  #444;
	font-weight: bold;
	letter-spacing: -1px;
	padding-top: 10px;
}

.resume_date {
	color: #777;
}

/* -----------------------------------------------
 Testimonials 
 ----------------------------------------------- */

.attrib {
	color: #999;
	text-align: right;
	font-weight: bold;
	letter-spacing: -1px;
	padding-bottom: 20px;
}


/* -----------------------------------------------
 PureSBDC Interface Elements
 ----------------------------------------------- */
 
.small_controls {
	color: black;
	font-family: arial, verdana, sans-serif;
	font-size: 9px;
}

.capitals_caption {
	color: #333;
	font-size: 9px;
	text-transform: uppercase;
}

.form_titlebar {
	background-color: #C20029;
	color: white;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px;
}

.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;
}

.resource_detail_block {
	float: right; 
	margin-left: 10px; 
	margin-bottom: 10px; 
	width: 200px; 
	background-color: #FFF3CC;
}

.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 {
	padding: 10px;
}

.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_caption {
	color: #CCC;
	font-size: 9px;
	text-transform: uppercase;
}
a.slideshow_caption:hover {
	color: #FECA1C;
	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;
}

/* -----------------------------------------------
 Testimonial Block
 ----------------------------------------------- */
 
.testimonial_block {
	background-color: black;
	padding: 10px;
	text-align: left;
}

.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;
}

a.testimonial {
	background-color: black;
	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 {
	background-color: black;
	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;
}

a.attribution {
	background-color: black;
	border-bottom: 0px;
	color: #ccc;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
	text-align: right;
	text-transform: uppercase;
}

a.attribution:hover {
	background-color: black;
	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;
	background-color: #D3D4B6;
	padding: 10px;
}

.inspirational_attribution {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
}

/* -----------------------------------------------
 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;
}

/* -----------------------------------------------
 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 */
}

/* -----------------------------------------------
 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;
}

/* -----------------------------------------------
 Misc 
 ----------------------------------------------- */

.invisible {
	display: none;
}

.visible {
	display: block;
}

