@charset "utf-8";
/* CollaborateLLC.com CSS Document */

body
{
	background: #484848 url(images/body_bg.jpg) repeat-x;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
a
{
	color: #BF2441;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #000000;
	text-decoration: underline;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #BF2542;
	padding: 0;
	margin: 0;
	line-height: 25px;
}
#logo
{
	padding-left: 20px;
}
#whitepane
{
	background: #FFFFFF;
	padding: 0 10px;
	padding-top: 10px;
}
#leftpane
{
	background: #BF2542 url(images/lp-top.jpg) no-repeat;
	width: 200px;
	padding-top: 10px;
}
#leftpane-bot
{
	background: #BF2542 url(images/lp-bot.jpg) no-repeat;
	width: 200px;
	height: 10px;
}
.nav
{
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav li
{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.nav li a
{
	display: block;
	background: url(images/menuitem-off.jpg) no-repeat;
	width: 170px;
	padding-left: 30px;
	line-height: 30px;
	text-decoration: none;
	color: #BF2441;
}
.nav li a:hover
{
	background: url(images/menuitem-on.jpg) no-repeat;
	text-decoration: none;
	color: #BF2441;
	
}
.nav li a.selected
{
	background: url(images/menuitem-on.jpg) no-repeat;
	text-decoration: none;
	color: #BF2441;
	
}
#contentpane
{
	padding: 15px;
}
#cp-bl
{
	background: #FFFFFF url(images/cp-bl.jpg) no-repeat left;
	height: 10px;
}
#cp-br
{
	background: #FFFFFF url(images/cp-br.jpg) no-repeat right;
	height: 10px;
}
#footer-l
{
	background: url(images/footer-l.jpg) no-repeat;
	width: 10px;
	height: 70px;
}
#footer-r
{
	background: url(images/footer-r.jpg) no-repeat;
	width: 10px;
	height: 70px;
}
#footer
{
	background: url(images/footer-c.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
} 
#footer a
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}