/******************************** STANDARD *******************************************/
.oneColumn {
	float:left;
	width: 292px;
	border-left:1px solid white;
}

.twoColumns {
	float:left;
	width:585px;
}
.threeColumns {
	clear:left;
	float:left;
	width:878px;
}
.box{
	float:left;
	margin-bottom:23px;
}
.boxTop {
	float:left;
	height:117px;
}
.twoColumns img{
	float: right;
	margin: 0 0 20px 20px;
}
.twoColumns img.twoColumns, .twoColumns img.twoColumnsFlat, .twoColumns img.twoColumnsMedium, .twoColumns img.twoColumnsTall {
	margin: 0 0 20px 0;
}
.twoColumns img.threeColumns{
	float: right;
	width:50px;
	height:50px;
	padding:20px;
	background:url(../img/error_back.gif);
}

/******************************** HISTORY *******************************************/
#timeline{
	position:relative;
}
#timeline div{
	position:absolute;
	background: url("../img/timeline.gif") no-repeat;
	width: 79px;
	height: 430px;
	left:213px;
	top:-50px;
}
#timeline div span{
	float:right;
	display:block;
	border-bottom:1px solid red;
	width: 11px;
	height: 6px;
	line-height:1px;
	margin-top:44px;
}
#timeline div b{
	float:right;
	display:block;
	background:url("../img/arrow_left.gif")	no-repeat;
	width:33px;
	height:13px;
	line-height:1px;
	margin-top:44px;
	cursor:pointer;
}
/******************************** HOME *******************************************/
body.home .threeColumns, body.home .twoColumns {
	height:270px;
	border-bottom:1px solid white;
}
.first{
	clear:left;
	border:0px none;
}
body.home img {
	margin: 0;
}

/******************************** HOME NEWS *******************************************/
.oneColumn div.news {
	position:relative;
	height:165px;
}
.oneColumn div.news a{
	position:absolute;
	bottom:5px;
	right:12px;
}
.oneColumn div.news ul {
	list-style-type: none;
	height:155px;
	padding-top:10px;
	padding-left:10px;
}
.oneColumn.first div.news ul {
	padding-left:0px;
}
.oneColumn div.news ul h1 a{
	position:static;
	font-size:13px;
	text-transform:uppercase;
	color:#B90036;
}
.oneColumn div.news ul a {
	position:static;
	color:black;
}
.oneColumn div.news ul a:hover {
	color:#B90036;
}
/************************** ACCORDION STYLING CLASSES *****************************/


.Accordion {
	float:left;
}
.AccordionPanel {
}
.AccordionPanelTab {
	height:0;
	display:none;
}
#AccordionRight .AccordionPanel{
}
.AccordionPanelContent {
	height:0px;
/*	height:auto; */
	overflow:hidden;
}
.AccordionPanelOpen .AccordionPanelTab {
}
.AccordionPanelTabHover {
}
.AccordionPanelOpen .AccordionPanelTabHover {
}
.AccordionFocused .AccordionPanelTab {
}
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
}
noscript{
	border:1px solid #B01A48;
	float:left;
	padding: 5px 5px 5px 43px;
	background: url("../img/icon_noscript.gif") no-repeat 7px 7px;
}

