/* flash slideshow */
#about-flash
{
	margin-top:50px;
}

/* left column */
#about-col-left
{
	width:498px;
	padding:39px 72px 0px 0px;
	float:left;
}

/* right column */
#about-col-right
{
	width:326px;
	padding-top:39px;
	float:left;
}

/* Intro paragraph
-----------------------------------------------*/
#intro-paragraph
{
	background:url("../images/ui/about-intro-copy.gif") no-repeat;
	text-indent:-5000px;
	width:879px;
	height:55px;
	margin-top:32px;
}

/* Footer fixed to bottom
-----------------------------------------------*/

#fixed-position-footer
{
	width:898px;
	position:absolute;
	top:1900px;
}

/* For expand/collapse content
-----------------------------------------------*/

.title-spacing
{
	padding-top:33px;
}

.sectiontitle
{	
	width:430px;
	
	height:16px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}

.sectioncontent
{	
	/* Parent box of slide down content */
	/* Start layout CSS */
	width:600px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}

.sectioncontent_content
{	
	/* Content that is slided down */	
	position:relative;
}

/* HR bar under titles
-----------------------------------------------*/
.title-hr
{
	display:block;
	height:25px;
	border:none;
	border-collapse:collapse;
	background:url("../images/ui/about-title-hr.gif") repeat-x left top;
	padding:0px;
	margin:0px;
}

.title-hr hr
{
	display:none;
}

/* Awards
-----------------------------------------------*/

.award-list
{
	margin:0px;
	padding:0px 0px 38px 0px;
}

.award-list li, .award-list li a
{
	list-style:none;
	color:#cccccc;
}

.award-list .aname, .award-list .aname a:hover
{
	color:#3366ff;
}

#awards-body
{
	font-size:12px;
	height:306px;
	width:327px;
	overflow:hidden;
}

#awards-scrollarrows
{
	margin-top:6px;
}

#awards-scrollarrows #awards-scrollarrows-up, #awards-scrollarrows #awards-scrollarrows-down
{
	float:right;
}

#awards-scrollarrows a
{
	display:block;
	text-indent:-5000px;
	width:17px;
	height:14px;
}

#awards-scrollarrows-up a
{
	background:url("../images/ui/button-scrollup.gif") no-repeat;
}

#awards-scrollarrows-down a
{
	margin-right:8px;
	background:url("../images/ui/button-scrolldown.gif") no-repeat;
}


