
/*    basics */


#leftColumn{
	float:left;
	position:relative;
	margin-top:18px;
	width:472px;
}

#leftColumn #mainContent{
	width:432px;
	padding:10px 20px;
	margin-bottom:18px;
}

#rightColumn{
	float:right;
	position:relative;
	width:230px;
	margin-right:82px;
}


/* ----- COLUMNS --- */

#box{
	margin:0;
	padding:0;
	width:230px;
	/*background-image:url(images/rightColumnsMiddleBG.jpg);
	background-repeat:repeat-y;*/
	float:left;
	position:relative;
	margin-top:8px;
}

#box img{
	margin:0;
	padding:0;
}

#boxmenu{
	margin:0;
	padding:0;
	width:230px;
	background-image:url(images/rightMenuColumnsMiddleBG.jpg);
	background-repeat:repeat-y;
	float:left;
	position:relative;
	margin-top:18px;
}

#boxContent{
	width:200px;
	padding:5px 15px;
}

#topBoxImage{
	margin:0;
	padding:0;
	width:230px;
	height:7px;
	background-image:url(images/rightColumnsTopBG.jpg);
	background-repeat:no-repeat;
}

#boxmenu #topBoxImage{
	margin:0;
	padding:0;
	width:230px;
	height:7px;
	background-image:url(images/rightMenuColumnsTopBG.jpg);
	background-repeat:no-repeat;
}

#bottomBoxImage{
	margin:0;
	padding:0;
	width:230px;
	height:6px;
	background-image:url(images/rightColumnsBottomBG.jpg);
	background-repeat:no-repeat;
	clear:both;
}

#boxmenu #bottomBoxImage{
	margin:0;
	padding:0;
	width:230px;
	height:6px;
	background-image:url(images/rightMenuColumnsBottomBG.jpg);
	background-repeat:no-repeat;
	clear:both;
}

#squareColumn, #squareColumnLast{
	width:190px;
	position:relative;
	float:left;
	margin-right:12px;
	padding:10px 20px;
}

#middleColumns #squareColumnLast{
	margin-right:0px;
}

#wideColumn{
	margin:0;
	padding:0;
	width:472px;
	position:relative;
	float:left;
	background-image:url(images/columnsWideMiddleBG.jpg);
	background-repeat:repeat-y;
	margin-top:18px;
}

#wideContent{
	width:432px;
	padding: 10px 20px;
}


#topColumnWideImage{
	margin:0;
	padding:0;
	width:472px;
	height:7px;
	background-image:url(images/columnsWideTopBG.jpg);
	background-repeat:no-repeat;
}

#bottomColumnWideImage{
	margin:0;
	padding:0;
	width:472px;
	height:7px;
	background-image:url(images/columnsWideBottomBG.jpg);
	background-repeat:no-repeat;
}

#bottomRightContent{
	float:right;
	position:relative;
	margin-right:52px;
	width:185px;
	margin-top:18px;
	padding:10px 20px;
}


/* =============== SUB MENU ============= */

#boxContent ul, #boxContent ul li, #boxContent ul li a{
	margin:0;
	padding:0;
	width:200px;
	list-style-type:none;
}

#boxContent li a, #boxContent li a:visited{
	display:block;
	text-align:left;
	/*color:#CC6600;*/
	color:#000000;
}

#boxContent li a:hover{
	color:#FF9900;
}

#boxContent ul{
	margin-bottom:10px;
	margin-top:10px;
}

#boxContent ul li a{
	font-size:11px;
	padding-bottom:10px;
}


/* =============== FOOTER ============== */

#footer{
	margin:0;
	padding:0;
	height:36px;
	width:716px;
	color:#000;
	float:left;
	position:relative;
	clear:both;
	background-image:url(images/footerBG.jpg);
	background-repeat:no-repeat;
	margin-top:25px;
	margin-bottom:25px;
}

#footer ul{
	margin:0;
	padding:0;
	list-style-type:none;
	padding-top:12px;
	padding-left:8px;
}

#footer li{
	margin:0;
	padding:0;
	display:inline;
	padding-right:5px;
	padding-left:5px;
	border-right-color:#999999;
	border-right-style:solid;
	border-right-width:1px;
}

#footer li.menu-last{
	border-right:none;
}

#footer li a{
	text-decoration:none;
	font-size:9px;
	color:#999999;
}

