/* CSS Document */
/*-------------------------------------styles for the outer containers*/
body{
	background:none;
}

#outer{
	min-width:0;
	max-width:none;
	width:600px!important;
	min-height:none;
	height:auto!important;
	
}

/*----------------------------------bits for the banner area*/

#logo{
	float:left;
	margin:1em 0 0 1em;
	
}

#logo a img{
	border:none;
}

#nav{
	display:none;
}


#breadcrumb{
	display:none;
}

/*----------------------------------------------styling the columns*/

#columnContainer{
	margin-top:10px;
}

/*--------------------------------------------------------submenu styles*/
#submenu{
	display:none;
}


/*----------------------------------------------------the content column*/

#leftContainer{
	float:left;
}

#leftCol{
	margin-right:0;
	min-height:none;
	background:none;
	padding-top:20px;
	height:auto!important;
}

#leftCol.open{
	margin-left:0;
}

#topBox{
	border:none;
	width:580px;
	margin:0 auto;
}

#leftCol.open #topBox{
	
}

#topBox img{
	top:0;
	right:0;
	margin-left:10px;
}

#leftCol.open #topBox img{
	
}

#bottomLeft, #bottomMiddle{
	width:570px;
	float:none;
	background-color:none;
	min-height:none;
	border-top:1px solid #999999;
	border-right:none;
	height:auto!important;

}


#bottomRight{
	width:570px;
	float:none;
	padding-left:5px;
	color:#666666;
	height:auto!important;
}

#bottomRight h1{
	color:#666666;
}

/*-----------------------------------------------------------------the right column*/
#rightCol{
	float:none;
	width:500px;
	margin:0 auto;
	border:1px solid #999999;
	height:auto!important;
	min-height:none;
}

#footer{
	border:0;
}

#footer ul{
	display:none;
}

