@charset "utf-8";

/* Anything related to positioning or layout */

#wrapper
{
	width:995px;
	margin: 0 auto;
}

/******************************
Common layouts
******************************/

#content,
#sitemap,
#footer
{
	padding: 35px 15px ;
	zoom:1; /* IE CSS hack - See http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=1&postId=824 */
}

.hidden
{
	display:none;
}

.clear
{
	clear:both;
}

.align-right
{
	float:right;
}

.align-left
{
	float:left;
}


/******************************
Header
******************************/
#header
{
	height:290px;
}

#header H1 A
{
	display:block;
	height:290px;
	overflow:hidden;
	z-index:20;
	position:relative;
}

#header .description
{
	position:relative;
	width:495px;
	height:268px;
	margin-top: -290px;
	margin-left: 500px;
}

#header .description TABLE
{
	height:100%;
	width: 100%;
	padding:0;
	margin:0;
}

#header .description TD
{
	vertical-align:middle;
}

#header #flash-header
{
	position:absolute;
	margin-left:-40px;
	z-index:-10;
}

/******************************
Main menu
******************************/

#menu
{
	text-align:right;
}

#menu UL
{
	display:table; /* FF hack to remove whitespace between LI elements */
	float:right;
}

#menu LI
{
	display:inline;
}

#menu LI A
{
	float:left;
	display:block;
	line-height:45px;
	padding:0 15px;
}

#menu LI.first A
{
	padding-left:20px;
}

#menu LI.last A
{
	padding-right:20px;
}

/******************************
Contents
******************************/
#content TABLE
{
	width:100%;
}

#content TABLE TD
{
	vertical-align:middle;
	padding:20px 20px 20px 0;
}


#content #main
{
	width:75%;
	float:left;
}

#content #side
{
	width:25%;
	float:right;
}

#content .content
{
	padding:0 20px;
}

#content .row
{
	padding-bottom:20px;
	margin-bottom:20px;
}

#content .column.quarter
{
	width:25%;
	float:left;
}

#content IMG.align-right
{
	margin-left:25px;
}

#content IMG.align-left
{
	margin-right:25px;
}

#content UL.logo-list
{
	padding-left:0;
}

#content .logo-list LI
{
	display:inline;
	display:inline-block;
	zoom:1;
	margin-right:15px;
	margin-bottom:15px;
	*display:inline;
}

/******************************
Quotes
******************************/

blockquote
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.35em;	
	line-height:1.7em;
	font-style:normal;
	font-weight:normal;
	color:#7b7b7b;
	margin-bottom:1.5em;
}

.bq-start {
     float: left;
     height: 45px;
     margin-top: -20px;
     padding-top: 45px;
     margin-bottom: -50px;
     font-size: 700%;
     color: #e2e2e2;
 }

 .bq-end {
     float: right;
     height: 25px;
     margin-top: 0px;
     padding-top: 45px;
     font-size: 700%;
     color: #e2e2e2;
 }
 
CITE.author,
CITE.position,
CITE.company
{
	color:#7b7b7b;
	font-style:normal;
}

CITE.author
{
	display:block;
}

CITE.position,
CITE.company
{
	font-size:90%;
}

/******************************
Quick links
******************************/
.quick-links
{
	margin-bottom:2em;
}

.quick-links H3
{
	padding-bottom:0.5em;
	margin-bottom:0.5em;
}


/******************************
Sitemap
******************************/

#sitemap-footer
{
	height:10px;
}

#sitemap .column
{
	float:left;
	width:25%;
}

#sitemap .content
{
	padding:0 20px;
}

/******************************
Footer
******************************/

#footer
{
	text-align:right;
}

#footer H4
{
	overflow:hidden;
	float:left;

}

#footer H4 A
{
	display:block;
	width:80px;
	height:20px;
}

#footer LI
{
	display:inline;
	padding-left:10px;
	line-height:20px;
}


