

/* ------------------------------------------------------------------------------------------------------*/
/* STYLES SPECIFIC TO THE ABOUT / CAREER PAGE  ------------------------------------------------------------*/

#content {
	background: url(../images/shared/gray-rule-double-vert.gif) repeat-y 369px;
	
}

/* Tier 1 Content ------- */

#content #tier1 {
	width: 960px;
}

#photoCol { float: left; }

#textCol {
	float: left;
	width: 322px;
	min-height: 950px; /* Make sure text column background (black) extends past background graphic */
	margin: 0 0 0 1px;
	padding: 25px 39px 25px 31px;
	background: #000000;
}




/* ------------------------------------------------------------------------------*/
/* ACCORDION POSTS  -------------------------------------------------------------*/

#accordion { border-bottom: 1px solid #666666; margin: 30px 0 0 18px; position: relative; display: none } /* Hide this until DOM fully loads. It will be turned back on via jquery document.ready() jquery call in career.php */
#content #accordion h2 { font-size: 15px; line-height: 15px; letter-spacing: .0625em; font-weight: bold; margin: 0; padding: 6px 0 8px 0; border-top: 1px solid #666666; }
#accordion h2:first-child { padding: 8px 0 0 0; border-top: none; }
#accordion h2 a:link		{ color: #7bb1b9; text-decoration: none; }
#accordion h2 a:visited	{ color: #7bb1b9; text-decoration: none; }
#accordion h2 a:hover		{ color: #7bb1b9; text-decoration: none; }
#accordion h2 a:active	{ color: #7bb1b9; text-decoration: none; }
#accordion .ui-state-focus		{ outline: 0; }

#accordion h2 .ui-icon-triangle-1-e { 
	display:block;
	position:absolute;
	left: -18px;
	height:11px;
	width:11px;
	margin: 2px 0 0 0;
	background: url(../images/accordion/arrow_up.gif) no-repeat;
}

#accordion h2 .ui-icon-triangle-1-s { 
	display:block;
	position:absolute;
	left: -18px;
	height:11px;
	width:11px;
	margin: 2px 0 0 0;
	background:url(../images/accordion/arrow_down.gif) no-repeat;
}

/* Accordion-specific <h3> tag */
#content #accordion h3 { 
	font-size: 12px;
	line-height: 13px;
	letter-spacing: .0625em;
	margin: 15px 0 0 0;
	padding: 0;
	font-weight: bold;
	color: #7bb1b9;
}

