@charset "utf-8";
/* 	CSS for BuzzBee Website 
	Created for and by BuzzBee Company
	307 Third Ave S
	Suite 300
	Seattle, WA 98104
	www.buzzbee.biz
	206.282.4676
*/


/* Styles for all pages */
	/* General Styles */
		body {
			background-color: #a2a198;
			background-image: url('/images/background.png');
			background-repeat:repeat-x;
			}
		a img {
			border: none;
			}
	/* Class-Specific Styles */
		/* Body Frame */
			.body_frame {
				width: 731px;
				}
		/* Header */
			.img_header {
				width: 731px;
				height: 122px;
				}	
			.img_header img {
				border:none;
				}	
		/* Contact Bar below Header */
			.cbar {
				width: 731px;
				height: 34px;
				padding: 0px;
				}
			.cbar_left {
				background-image: url('/images/cbar_left.png');
				background-repeat:no-repeat;
				width: 23px;
				height: 34px;
				}
			.cbar_repeat_1 {
				background-image: url('/images/cbar_repeat_1.png');
				background-repeat:repeat-x;
				width: 193px;
				height: 34px;
				}
            .cbar_middle {
				background-image: url('/images/cbar_repeat_2.png');
				background-repeat: repeat-x;
				width: 20px;
				height: 34px;
				}
            .cbar_repeat_2 {	
				background-image: url('/images/cbar_repeat_2.png');
				background-repeat:repeat-x;
				width: 424px;
				height: 34px;
				}
			.cbar_contact {
				width: 95px;
				height: 34px;
				}
			.cbar_contact img {
				border:none;
				}
		/* Nav and Content Row */
			.nav_and_content {
					width: 731px;
					vertical-align:top;
					}
		/* Navigation */
			.nav {
				vertical-align:top;
				width: 193px;
				}
			.nav_top {
				background-image: url('/images/nav_top.png');
				background-repeat:no-repeat;
				height: 16px;
				width: 193px;
				}
			.nav_middle {
				background-image: url('/images/nav_middle1.png');
				background-repeat:repeat-y;
				width: 193px;
				vertical-align:top;
				/*padding-left: 20px;*/
				}
			.nav_bottom {
				background-image: url('/images/nav_bottom.png');
				background-repeat:no-repeat;
				width: 193px;
				height: 18px;
				}
			.nav_elements {
				background-image: url('/images/trans.png');
				background-repeat:repeat;
				width: 155px;
				margin-left: 20px;
				}
			.nav_elements, 
			.nav_elements a,
			.nav_elements a:link,
			.nav_elements a:active,
			.nav_elements a:visited {
				font-family: Trebuchet MS, Gill Sans MT, Gill Sans, Arial, Verdana, sans serif;
				font-size: 8pt;
				color: #a6a8a9;
				text-decoration: none;				
				}
			.nav_elements a:hover {
				text-decoration:none;
				color: #1682c6;
				}
			.nav_off, 
			.nav_on {
				padding-top: 7px;
				padding-bottom: 7px;
				padding-left: 12px;
				letter-spacing: 0.15em;
				}
			.nav_on a,
			.nav_on a:link,
			.nav_on a:active,
			.nav_on a:visited {
				color: #ffffff;
				}
			.nav_open {
				padding-left: 36px;
				padding-top: 7px;
				padding-bottom: 7px;
				letter-spacing: 0em;
				}
			.nav_open p {
				margin-top: 0px;
				margin-bottom: 0px;
				}
			.nav_bottom_line {
				height: 1px;
				background-color: #a6a8a9;
				}
			.nav_open. a.nav_sub_on {
				color: #ffffff;
				}
		/* Content */
			.content_top_left {
				background-image: url('/images/content_top_left.png');
				background-repeat:no-repeat;
				width: 20px;
				height: 16px;
				}
			.content_top_middle {
				background-image: url('/images/content_top_middle.png');
				background-repeat:repeat-x;
				width: 497px;
				height: 16px;
				}
			.content_top_right {
				background-image: url('/images/content_top_right.png');
				background-repeat:no-repeat;
				width: 21px;
				height: 16px;
				}
			.content_left {
				background-image: url('/images/content_left.png');
				background-repeat:repeat-y;
				width: 20px;
				}
			.content_right {
				background-image: url('/images/content_right.png');
				background-repeat:repeat-y;
				width: 21px;
				}
			.content_bottom_left {
				background-image: url('/images/content_bottom_left.png');
				background-repeat:no-repeat;
				width: 20px;
				height: 18px;
				}
            .content_bottom_middle {
				background-image: url('/images/content_bottom.png');
				background-repeat:repeat-x;
				width: 497px;
				height: 18px;
				}
            .content_bottom_right {
				background-image: url('/images/content_bottom_right.png');
				background-repeat:no-repeat;
				width: 21px;
				height: 18px;
				}
			.content_area {
				background-color: #ffffff;
				vertical-align:top;
				width: 497px;
				margin-top: 21px;
				margin-bottom: 21px;
				/*padding-left: 18px;
				padding-right: 16px;*/
				}
			.content_area p {
				color: #6b6b6a;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size: 8pt;
				line-height: 15pt;
				margin-left: 14px;
				margin-right: 14px;
				}
			.content_area blockquote {
				color: #6f8c9c;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size: 8pt;
				line-height: 15pt;				
				}
			.content_area li {
				color: #6b6b6a;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size: 8pt;	
				line-height: 15pt;	
				margin-right: 14px;	
				}
			.content_area a,
			.content_area a:link,
			.content_area a:active,
			.content_area a:visited {
				color: #1574af;
				text-decoration: none;
				}
			.content_area a:hover {
				color: #1574af;
				text-decoration: underline;
				}
			.content_area a img {
				border:none;
				}
			.hd_table {
				text-align:right;
				}
			p.title {
				color: #6b6b6a;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 16pt;
				text-align:justify;
				line-height: 22pt; 
				}
			.line_break, table.line_break {
				width: 497px !important;
				margin-top: 4px;
				padding-left: 14px;
				padding-right: 14px;
				}
			td.line_breaker, .line_breaker, .line_breaker td  {
				height: 1px;
				background-image: url('/images/b5b5b4_469width.png');
				background-position:center;
				background-repeat: no-repeat;
				text-align:center;
				padding-left: 14px;
				padding-right: 14px;
				}
			td.vert_line_breaker  {
				width: 1px !important;
				background-image: url('/images/b5b5b4.png');
				background-repeat:repeat-y;
				}
			p.subtitle_line_one {
				color: #1574af;
				font-family: Georgia, "Times New Roman", Times, serif;
				text-transform:capitalize;
				font-size: 8pt;
				margin-bottom: 4px;	
				margin-left: 0px;
				margin-top: 0px;
				padding-top: 0px;
				line-height: inherit;			
				}
			p.subtitle_line_two {
				color: #1574af;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 9pt;
				margin-top: 2px;
				margin-left: 0px;
				margin-bottom: 0px;	
				padding-bottom: 0px;
				font-weight: bold;
				line-height: inherit;
				}
			.up_arrow {
				width:10px;
				text-align:left;
				vertical-align:bottom;
				padding-right: 1px;
				padding-bottom: 4px;
				}
			/* Footer Styles */
			.footer_table {
				width:731px;
				font-family:Verdana, Arial, Helvetica, sans-serif;;
				/*color: #5a7c82;*/
				color: #333333;
				font-size:7pt;
				text-align:right;
				background-image: url('/images/trans.png');
				background-repeat: repeat;
				}
			.footer_table td {
				padding-right: 30px;
				}
			.footer_table p {
				margin-top: 2px;
				margin-bottom: 0px;
				
				}

			

/* Styles for specific pages */
		/* Styles for Home Page */
		.home_flash_header {
			}
        .home_content_top_middle {
			background-image: url('/images/content_top_middle.png');
			background-repeat:repeat-x;
			width: 689px;
			height: 16px;
			}
		.home_duo_content_top_middle {
			background-image: url('/images/content_top_middle.png');
			background-repeat:repeat-x;
			/*width: 689px;*/
			height: 16px;
			}
		.home_content_bottom_middle {
			background-image: url('/images/content_bottom.png');
			background-repeat:repeat-x;
			width: 689px;
			height: 18px;
			}
		.home_duo_content_bottom_middle {
			background-image: url('/images/content_bottom.png');
			background-repeat:repeat-x;
			/*width: 689px;*/
			height: 18px;
			}
		.home_content_area {
			background-color: #ffffff;
			vertical-align:top;
			width: 689px;
			margin: 21px;
			padding-left: 18px;
			padding-right: 16px;
			}
		.home_duo_content_area {
			background-color: #ffffff;
			vertical-align:top;
			/*width: 689px;*/
			margin: 21px;
			padding-left: 8px;
			padding-right: 8px;
			}
		.home_duo_content_area a,
		.home_duo_content_area a:active,
		.home_duo_content_area a:link,
		.home_duo_content_area a:visited {
			color: #1574af;
			text-decoration:none;	
			}
		.home_duo_content_area a:hover {
			text-decoration:underline;
			}
		.home_content_area p,
		.home_duo_content_area p {
			color: #6b6b6a;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 8pt;
			line-height: 15pt;
			margin-top:4px;
			}
		.hp_page_section {
			border-bottom: 1px solid #b5b5b4;
			width: 295px;
			text-align:left;
			height:40px;
			vertical-align:middle;
			}
		/* Styles for Expertise Page */					
		td.philosophy_title {
			width: 90px;
			text-align:right; 
			margin-right:4px;
			color: #16384c;
			font-size: 10pt;
			vertical-align:top;
			}
		td.philosophy_title p {
			color: #16384c;
			font-size: 8.5pt;
			font-family: Georgia, "Times New Roman", Times, serif;
			margin-left: 0px;
			}
		.philosophy_cont,
		.philosophy_cont p,
		.philosophy_title p {
			margin-bottom: 0px;
			margin-top: 6px;
			margin-left: 0px;
			}
		/* Styles for Case Study Page */
		.case_study_quote_table {
			/*padding-left: 14px; 
			padding-right: 14px;*/
			width: 497px;
			}
		.case_study_quote_table p {
			margin-left: 10px;
			margin-top: 0px;
			margin-right: 10px;
			margin-bottom: 10px;
			}
		/* Giving Page Styles */
		.giving_table {
			width: 497px;
			}
		td.giving_logos {
			padding-left: 14px; 
			padding-top: 14px;
			vertical-align:top;
			}
		td.giving_text {
			vertical-align: top;
			}
		td.giving_space {
			width:10px;
			}
				
		

