/* Main content */
#col1-a {
	padding: 25px;
}

/* Left menu */
#col2-a {
	
}

/* Left side navigation */
#side-nav {
	background-color: #f2f1e8;
	padding-bottom: 8px;
}

#side-nav ul {
	list-style-type: none;
	
	background-color: #e6e8e2;
	
	margin: 0;
	
	border-bottom: 1px solid #b9bab7;
}

#side-nav ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	
	padding: 5px 5px 5px 26px;
	
	border-top: 1px solid #b9bab7;
	
	background: url(/images/side-nav-bullet.gif) no-repeat 8px 8px;
}

#side-nav ul li a:link,
#side-nav ul li a:visited {
	color: #323232;
	text-decoration: none;
}

#side-nav ul li a:hover {
	color: #941571;
}

#side-nav ul li.active {
	font-weight: bold;
}

#side-nav ul li.active ul {
	font-weight: normal;
}

#side-nav ul ul {
	padding-top: 3px;
	border-bottom: none;
}

#side-nav ul ul li {
	font-size: 11px;
	padding: 2px 5px 2px 12px;
	
	border-top: none;

	background: none;
}

/* Left bottom menu (under side nav) */
#left-menu {
	border-top: 6px solid #b51a8a;
	
	padding: 16px 24px;
}

#left-menu h2 {
	color: #b51a8a;
	font-family: Arial Narrow, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 22px;
	margin: 0 0 9px 0;
}

#left-menu p {
	margin-bottom: 10px;
}

#left-menu ul {
	list-style-type: none;
	margin: 0 0 15px 0;
}

#left-menu ul li {
	margin-bottom: 5px;
}

#left-menu a:link,
#left-menu a:visited {
	font-weight: bold;
	color: #515151;
}

#left-menu a:hover {
	color: #941571;
}

/* column container */
.colmask {
	position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%; /* width of whole page */
	overflow: hidden; /* This chops off any overhanging divs */
}
/* 2 column left menu settings */
.leftmenu {
	background-color: #edead9;
}

.leftmenu .colleft {
	float: left;
	width: 200%;
	margin-left: -200%;
	position: relative;
	left: 208px;
	background: #e9d1da;
	border-right: 5px solid #f2f1e8;
}

.leftmenu .col1wrap {
	float: left;
	width: 50%;
	position: relative;
	right: 200px;
}

.leftmenu .col1 {
	margin: 0 9px 0 206px;
	position: relative;
	left: 200%;
	overflow: hidden;
}

.leftmenu .col2 {
	float: right;
	width: 208px;
	position: relative;
	right: 0;
}
