.sidebar {
    float: left;
    width: 299px;
    border-left: 1px solid #e7e7e7;

}

.maincontent-hp {
	float: left;
	width: 610px;
	padding-right: 30px;
}

.sidebar img {
	margin: 0px;
	padding: 3px;
}

.sidebar img:hover {
	border-color: #cccccc;
}

.sidebar-element {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 25px;
    margin-bottom: 25px;
    padding-left: 30px;

}

#wrapper .sidebar-element h4{
    margin-bottom: 10px;
}

.sidebar-element ul li a{
    display: block;
    padding: 10px 3px;
    background-color: white;
    border-top: 1px solid #e7e7e7;
    text-decoration: none;
    color: #242424;
}

.sidebar-element ul li a:hover {
    background-color: #f3f3f3;
    text-decoration: underline;
}

#content {
	padding-bottom: 0px;
}

.sidebar {
	padding-bottom: 20px;
}
.home-left {
	float: left;
	width: 300px;
}
.half-2 {
	margin-right: 20px;
}
/*-----------Home Page-----------*/

#content.half div {
	width: 450px;
	float: left;
}

#content.half div.half-1 {
	margin-right: 40px;
}

#content .features-row {
	margin-bottom: 25px;
}

#content .half-2 .feature {
	float: left;
	width: 215px;
}

#content .half-2 .feature.first {
	margin-right: 20px;
}

#content .half-2 .feature img {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 20px; 
}

#content .half-2 .feature div {
	width: 155px;
}

#content .half-2 .feature div h6 {
	font-size: 15px;
	font-weight: bold;
	color: #0686b0;
	margin-bottom: 5px;
}
/*---Home Calendar--------*/
.sidebar-element ul li ul li {
	padding-left: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
	font-size: 12px;
}
.sidebar-element ul li ul li span.calnk {
	font-weight: bold;
}
.sidebar-element ul li {
	font-size: 14px;
}
	