﻿@charset "utf-8";

/* --------------------------------- */
/*   Associates page CSS file        */
/*   Prepared: July 2009             */
/* --------------------------------- */


/* -----------------------
     Three-column layout
   ----------------------- */

	#column3-1 {
		position: relative;
		float: left;
		width: 308px;
		margin-left: 20px;
		}
	#column3-2 {
		position: relative;
		float: left;
		width: 308px;
		margin-left: 28px;
		}
	#column3-3 {
		position: relative;
		float: left;
		width: 308px;
		margin-left: 28px;
		}


/* ------------------------
     Introduction section
   ------------------------ */

	#introduction {
		padding: .5em 2em 1em;
		margin-bottom: 2.5em;
		background-color: #eeb900;
		}


/* --------------------
     Associate styles
   -------------------- */

	#associate {
		margin: 1em 0;
		padding-bottom: 1em;
		border-bottom: 1px dotted #5c5c5c;
		}
		#associate.bottom {
			border-bottom: none;
			}
		#associate h3 {
			font-size: 1.9em;
			margin: 0;
/*			color: #a0721b; */
			color: #b15a00;
			}
		#associate h4 {
			margin: 0;
			}
		#associate p {
			margin: .2em 0;
			line-height: normal;
			}


/* End of file */
