/*SIDE NAV */

#sideNavcontainer {
	margin: 0px;
	padding: 5px 0px 0px 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	background:url(/images/assets/mainsite-sidenav-bg.gif) no-repeat;
}

#sideNavlist ul {
    color: #006a44;
	margin:0px;
	padding:0px 4px 0px 3px;
	list-style-type:none;
	width:181px;
}

#sideNavlist li a {
	display:block;
	text-decoration: none;
    color: #910000;
	width:182px;
	height:33px;
	margin:0px;
	padding:0px;
}

#sideNavlist li a:hover {
	display:block;
	text-decoration: none;
    color: #fff;
	background-color:#910000;
	width:182px;
	height:33px;
	margin:0px;
	padding:0px;
}

#sideNavlist li {
    list-style: none;
    display: block;
    margin: 0px;
	padding: 0px 0px 0px 0px;
	text-transform:uppercase;
	width:182px;
	height:33px;
	line-height:33px;
	text-indent: 18px;
}

#sideNavlist li.sidenavcurrent a {
	background-color:#910000;
	color:#fff;
}

#sideNavlist li.free {
	background:#bf0000;
	color:#fff;
}

#sideNavlist li.row1 {
	background:#e9eff3;
}

#sideNavlist a.row1 {
    background-color: #e4edca;
}

#sideNavlist li.row2 {
	background:#dde7ed;
}

#sideNavlist a.row2 {
    background-color: #f0f5e1;
}

#sideNavlistblue li a {
	display:block;
	text-decoration: none;
    color: #004489;
	width:182px;
	height:45px;
	margin:0px;
	padding:0px;
}

#sideNavlistblue li a:hover {
	display:block;
	text-decoration: none;
    color: #fff;
	background-color:#004489;
	width:182px;
	height:45px;
	margin:0px;
	padding:0px;
}

#sideNavlistblue li {
    list-style: none;
    display: block;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform:uppercase;
	width:182px;
	height:45px;
	text-indent: 18px;
}

#sideNavlistblue li.free {
	background:#004489;
	color:#fff;
	border-top: solid 1px #bfd0e2;
	border-bottom: solid 1px #bfd0e2;
	padding-top:7px;
	height:38px;
}


#sideNavlistblue li.row1 {
	background:#e9eff3;
	height:45px;
}

#sideNavlistblue li.row1 a {
    background-color: #e9eff3;
	height:45px;
	padding-top:7px;
}

#sideNavlistblue li.row1 a:hover {
    background-color: #004489;
	height:45px;
	padding-top:7px;
}

#sideNavlistblue li.row2 {
	background:#dde7ed;
}

#sideNavlistblue a.row2 {
    background-color: #f0f5e1;
}

/*For the last blue item*/

#sideNavlistblue li.row2single {
	background:#dde7ed;
	height:33px;
	line-height:33px;
}

#sideNavlistblue a.row2single {
    background-color: #f0f5e1;
	height:33px;
	line-height:33px;
}

#sideNavlistblue li.row2single a:hover {
	height:33px;
}


#sideNavlistblue li.row2single a {
	height:33px;
}

/* Indent blue nav items on two lines */

.sideNavlistblueindent {
	margin-left:18px;
}

#bottomnavshade {
	height:5px;
	background:url(/images/assets/mainsite-sidenav-bg-bot.gif) no-repeat;
}
/* Small Banners */

#smallsponleft li {
	padding:0px 0px 5px 18px;
}

#smallsponleft img {
	border: #999999 solid 1px;
}

#findafreelancer {
	width:189px;
	background-image:url(/images/assets/mainsite-newshighlight-bg.gif);
	margin:0px;
	padding:0px;
}

#findafreelancer img {
	margin:0px;
	padding:0px;
	display:block;
}

#findafreelancer h2 {
	font-size:13px;
	color:#92b2c1;
	font-weight:bold;
	padding-left:18px;
	margin:0px;
}

#findafreelancer p a {
	font-size:11px;
	color:#6d6d6d;
	font-weight: normal;
	display:inline;
	text-decoration:none;
	background-color:#ecf0f3;
}

#findafreelancer p {
	margin:2px 11px 2px 11px;
	padding:0px;
}

#findafreelancer p a:hover {
	background-color:#e3e7ea;
}

#smallsponleft h1 {
	font-size:12px;
	margin-left:10px;
}

#smallsponleft p a {
	font-size:11px;
	color:#6d6d6d;
	font-weight: normal;
	display:inline;
	text-decoration:none;
}

#smallsponleft p {
	margin:2px 11px 2px 11px;
	padding:0px;
}

#smallsponleft p a:hover {
	background-color:#e3e7ea;
}
/* END SIDE NAV */