/* Version: 1.0											*/
/* Date: 18 Jan 2008								*/
/* www.ewa-australia.com/sb.css	*/
/* Makes pages to two column.	Also contains sidebar boxes									*/
/* !!!!  DO NOT USE WITH 1COL.CSS !!!!	*/
/* Alternate:background: url('images/dots.png') left bottom no-repeat; */

#container {
	width: 780px;
	padding-left: 7px;
	padding-right: 7px;
	text-align: left;
	margin-top: 20px; 
	margin-bottom: 0px; 
	margin-right: auto; 
	margin-left: auto; 
}

#content {
	margin: 0px 0px 60px 0px;
	padding: 0;
	float: left;
	width: 530px;
	display: block;
}

/* 	#####   SIDE BAR BOXES 	#####				*/

#sidebar {
	width: 210px;
	margin-top: 13px;
	margin-bottom: 60px;
	float: right;
	display: inline;
}

.sidebarbox {
	background: #EAF2F5 url('images/sb.png') left bottom no-repeat;
	display: block;
	margin: 0px 0px 14px 0px;
}

.sidebarboxtop {
	background: url('images/st.png') left top no-repeat;
	padding: 10px 15px 11px 15px;
	width: 180px;
	
}

#sidebar h2 {
	margin-top: 4px;
	margin-bottom: 13px; 
	padding-bottom: 1px;
	font-size: 16px;
	font-weight: normal;
	color:#353E47;
	border-bottom: 1px dotted #5D6E63 ;
	/*background: url('images/dots.png') left bottom no-repeat;*/
}

#sidebar ul {
	list-style: none; 
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	color: #426F85;
}

#sidebar ul ul {
	margin-top: 5px;
	margin-left: 3px;
	padding-right: 0px;
	color: #426F85;
}

#sidebar li {
	margin-left: 0px;
	margin-bottom: 6px;
	color: #426F85;
}

#sidebar ul a:link, #sidebar ul a:visited{
	color: #426F85;
	text-decoration: none;
}

#sidebar ul a:hover, #sidebar ul a:active{
	color:#353E47;
	text-decoration: none;
}