@charset "utf-8";
/* CSS Document */

@import "interior.css";

/*changed page title - only bg image*/
.pageTitle h3{
	/* image replacement */
	background-image: url('../img/titles/about-us.gif');
	/* /image replacement */
}


/*tweak content/sidebar divs to increase right sidebar box*/
#Content{
	width:470px;
	float:left;
	padding:32px 9px 32px 17px;
	/*border: 1px solid #999999; light gray*/
}

#Content li {
  width:415px;
}
#Content li li{
  width:375px;
}
#Content li p{
 width:400px;
}

#Content p{
	width:445px;
}
#Sidebar{
	float:left;
	width:215px;
	padding-top:70px;
	padding-right:8px;
	/*border: 1px solid #666666; darker gray*/
}

.highlightedActionCallout{
	width:215px;
	background-color:#5271a5;
}

.highlightedActionCallout div{
	width:211px;	
}

.highlightedActionCallout h3{
	height:42px;
	font-size:16px;
	/*border: 1px solid #000000; black*/
}	

.highlightedActionCallout p{
	font-size:12px;
	font-weight: normal;
}

/*holds peroplw, title (name) & test*/
.people{
	width:200px;
	margin-top: 12px;
	margin-bottom: 12px;
	/*border: 1px solid #CCCCCC; light gray*/
}			

#Sidebar .highlightedActionCallout .people{
	border-width:0;
}

.highlightedActionCallout .people p{
	clear:none;
}

/*position pics*/
#Sidebar .highlightedActionCallout .people .pic{
	float:left;
	clear:left;
	border: 1px solid #a9b8d2;
	height: 87px;
	width: 64px;
	margin-right: 6px;
	margin-top: 0;
	margin-bottom: 12px;
}

/*position title*/
#Sidebar .highlightedActionCallout .people h4{
	float:left;
	color: #fff196;
	width: 110px;
	margin:0px;
	font-size:12px;
	font-weight: bold;
	margin-bottom: 12px;
}

/*position text*/
#Sidebar .highlightedActionCallout .people .text{
	float:left;
	color: #fff;
	width: 110px;
	margin:0px;
	font-weight: normal;
	margin-bottom: 12px;
	font-size: 11px;
	line-height: 11px;
}

/*style list on this page*/
#Content .aboutus{
	margin-bottom:46px;
	margin-left:0;
}

/*style list on this page*/
#Content .aboutus li{
	color:#434343;
	font-size:11px;
	margin-bottom:12px;
	padding:0;
	background-image:none;
	margin-left:0;
	/*border: 1px solid #999999; gray*/
}

/*size of strong tag*/
#Content .aboutus li strong{
	font-size: 12px;
}

/*link, br, with arrow*/
#Content .aboutus li a{
	display: block;
	background-image: url('../img/list/arrow_bullet-white.gif');
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 10px;
}


/*----------IE HACKS--------------*/	


/*style list on this page*/
#Content .aboutus li{
	| margin-bottom:0px;
}

/*link, br, with arrow*/
#Content .aboutus li a{
	| background-position: 0 2px;
}

/*holds peroplw, title (name) & test*/
.people{
	_margin-bottom:0;
	_padding-bottom:12px;
	/*border: 1px solid #CCCCCC; light gray*/
}			

/*position title*/
#Sidebar .highlightedActionCallout h3{
	_padding-top:0;
	_padding-left:0;
}

#Sidebar .highlightedActionCallout .people .pic{
	_margin-left:8px;
}

/*position text*/
#Sidebar .highlightedActionCallout .people h4,
#Sidebar .highlightedActionCallout .people .text{
	width: 100px;
}

#spanishLink{
	visibility: hidden;
}

/*-----------------------------------------------------------------------*/
