* {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

html, body { font-size: 100%; }
body { font: 76%/1.2 "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }

a:link, a:visited { color: #E45219; text-decoration: underline;}
a:focus, a:hover, a:active { color: #E45219; text-decoration: none; }

.home a:link, .home a:visited { text-decoration: none;}
.home a:hover { text-decoration: underline; }

.cta { font-weight: bold; font-size: 1.1em; }

small { font-size: .83em; }
big {font-size:1.2em;}

#site a { color: #a1a1a1; }
#site a:focus, #site a:hover, #site a:active { color: #fff; }

a.AT { font-weight: bold; cursor:text; }
#sect_nav a:link, #sect_nav a:visited { color: #000; text-decoration: none; white-space: nowrap; }
#sect_nav a:focus, #sect_nav a:hover, #sect_nav a:active, #sect_nav a.AT { color: #e45219; }
#subsect_nav a.AT { color: #000; font-size: .9em; }
#subsect_nav a { white-space: nowrap; }

#news h3 a:link { color: #161616; }
#news h3 a;visited { color: #240709; }
#news h3 a:focus, #news h3 a:hover. #news h3 a:active { color: #E45219; }
#news .all a:link, #news .all a:visited { font-weight: bold; color: #DAA934; border-bottom: 1px solid #000; }
#news .all a:hover { border-bottom: 1px solid #4B4B4B; text-decoration: none; }

.content p { margin: .2em 0 1.2em; }
.content ul, .content ol { margin: .5em 0 1.2em; padding-left: 2.5em; }
.content li, .content li { margin: 0 0 .25em; }

.content h1 {
	background: url(/images/common/aristotle_design_int_body_squares.gif) left center no-repeat;
	font-size: 1.2em;
	padding-left: 10px;
	margin: 0 0 0 -11px;
}
#subsect_nav h1 { display: inline; padding-right: 5px; font-size: 1em; }
.content h2 {
	font-size: 1.1em;
	margin: 1.2em 0 .4em;
}
	h2.speaker { margin: 1.2em 0 .25em; }
	h2.date { margin: 0 0 1em; }
h3 {
	font-size: 1em;
	margin: 1.1em 0 .2em;
}

#aim
{
	position: relative;
	width: 883px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #CCC7BA;
	border-top: none;
}
#aim .cta { position: absolute; bottom: 0; margin: 0; padding: 3px 0 5px; }

#aim h2 {
	background: url(/images/portfolio/aristotle_design_portfolio_hdr_bkgrd.gif) repeat-x 0 0;
	font: italic 18px/31px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	letter-spacing: -1px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	height: 32px;
	text-transform: uppercase;
	text-align: center;
}
#aim .col { border: 0 solid #CCC7BA; }
#aim .idx0, #aim .idx1, #aim .idx2 { border-width: 0 1px 0 0; }

#aim .content {
	padding: 8px 10px 20px;
}

#pfListing.columns { margin: 1em 0 }
.columns h2 {
	background: #EEE7CF url(/images/portfolio/aristotle_design_portfolio_hdr.gif) repeat-x 0 0;
	font: 1.3em/1.6em   "Lucida Sans Unicode","Lucida Grande", "Lucida Sans",Arial, sans-serif;
	letter-spacing: -1px;
	vertical-align: middle;
	margin: 0; padding: 3px 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #CEC6BB;
	color: #323237;
}
.columns .industry { margin: 0 10px .5em 0; border: 1px solid  #CEC6BB; }


.container { display: inline-block; overflow: visible; }
.container:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.layoutLMR .col { float: left; width: 220px; }
#pfListing .col { width:33%; }
.layoutLR .col { float: left; width: 49.9%; }

.fright { float: right; *display: inline; margin:0 0 .5em 1.5em; }
.fleft { float: left; *display: inline; margin: 0 1.5em .5em 0; }


/* hide from ie mac - start \*/
.container { display: block; }
* html .container { height: 1px; }
/* hide from ie mac - end */
	

@media print {
.nav { display: none; }	
}

.required { color: #FF0000; }