/* GLOBAL START */

body{
	padding:0;
	margin:0;
	background:url(images/body_bg.png) repeat-x;
}
#container{
	width:933px;
	margin:5px 0 0 17px;
	margin-bottom:50px;
	position:absolute;
	padding-bottom:50px;
	background:url(images/footer.png) bottom left no-repeat;
}
#container.home #center #content{
	background-color:#fff;
	background:url(images/footer_home.png) bottom left no-repeat;
	height:603px;
}
ul, li{
	margin:0; 
	padding:0; 
	list-style:none;
}
img{
	border:none;	
}

/* GLOBAL START */

h1{
	margin:0 0 10px 0;
	padding:0;
	font-size:15px;
	font-weight:bold;
	color:#baab96;
}
.text_9{
	font-size:9px;
}
.text_11{
	font-size:11px;
}
.text_12{
	font-size:12px;
}
.text_13{
	font-size:13px;
}
.grey{
	color:#666;
}
.hr_black{
	height:1px;
	background:#000;
}
.hr_white{
	height:1px;
	background:#fff;
}
/* LEFT COLUMN */

#left{
	width:234px;
	float:left;
}
#left img{
	margin-left:41px;
	display:block;	
}

/* NAVIGATION */

#nav{
	padding-top:12px;
	margin-bottom:30px;
}
#nav li a{
	display:block;
	width:234px;
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom:1px solid #000;
	height:29px;
}
#nav li a:hover{
	background-position:-234px 0px;
}
#nav li a.down{
	background-position:top right;
}
li.nav_home a{
	border-top:1px solid #000;
	background:url(images/nav_home.png);
}
li.nav_letter a{
	background:url(images/nav_letter.png);
}
li.nav_highlights a{
	background:url(images/nav_highlights.png);
}
li.nav_performance a{
	background:url(images/nav_performance.png);
}
li.nav_portfolio a{
	background:url(images/nav_portfolio.png);
}
li.nav_info a{
	background:url(images/nav_info.png);
}

/* TABLE COLORS */

.tbl_percent{
	text-align:right;
	padding-right:18px;
}
.tbl_white{
	background:#fff;
	text-align:right;
	padding-right:14px;
}
.tbl_turquoise{
	background:#92b5c8;
	text-align:right;
	padding-right:10px;
}
.tbl_turquoise_end{
	background:#92b5c8;
	text-align:right;
	padding-right:14px;
}
.tbl_h1{
	font-size:12px;
	font-weight:bold;
}
.tbl_em{
	font-size:9px;
	font-style:italic;
}


/* PDF BUTTON */

#left div.link_pdf{
	background:url(images/download_pdf_bg.png) no-repeat;
	width:234px;
	height:46px;
	padding:15px 0 0 0;
}
#left div.link_pdf a{
	display:block;
	background:url(images/download_pdf.png) top left;
	width:233px;
	height:33px;
}
#left div.link_pdf a:hover{
	background:url(images/download_pdf.png) bottom left;
}

/* CENTER COLUMN */

#center{
	width:682px;
	float:right;
}
#center p{
	margin:0 0 15px 0;	
	line-height:17px;
}

/* CENTER TOP */

#center #top{
	margin-top:12px;
	background:#fff;
	height:77px;
}
#center #top .ar_title{
	float:right;
	clear:both;
	padding-top:33px;
}

/* CENTER CONTENT */

.page{
	font:12px Arial, Helvetica, sans-serif;
	margin-left:52px;
	border-left:5px solid white;
	padding:17px 26px 60px 26px;
	
}
#container #center #content{
	background:#fbfbea url(images/footer_letter.png) bottom left no-repeat;
}

/* CALLOUT / PICS */

img.callout_pic{
	display:block;
	float:right;
	margin:0 0 20px 20px;
}

/* CENTER END */

/* PERFORMANCE */

#performance_box{
	width:253px;
	height:335px;
	background:url(images/performance_boxbg.png) 0 0 no-repeat;
}
#performance_box p{
	padding:30px 30px 0 36px;
	margin:0;
	color:#fff;
	font-weight:bold;
}
#performance_link a{
	display:block;
	background:url(images/performance_returnbtn.png) top left;
	width:184px;
	height:170px;
}
#performance_link a:hover{
	background:url(images/performance_returnbtn.png) bottom left;
}

/* FLASH */

#flash{
	background:#000;
	margin-left:57px;	
}
