.col > div
{
    display: block;
}

.row > div
{
    display: inline-block;
}

#colA
{
    width: 400px;
    float: right;
}

#adverts
{
    float: none !important;
}

#home_page
{
	width: 730px;
	height: 768px;
	float: left;
}

a.jobad_more, a.jobad_more:visited
{
    display: block;
    width: 225px;
    color: #10015D;
}

h4 a, h4 a:visited
{
    color: #428421 !important;
}

#jobsBox 
{
    float: right;
    margin-right: 7px;
}

#blog_box
{
    overflow: hidden;
    text-overflow: ellipsis;

}

/* COLUMN 1 */
	a.banner, a.banner:hover
	{
		display: block;
		width: 504px;
		height: 209px;
		text-decoration: none !important;
	}
	
	/* GENERAL BOX */
		div.general_box
		{
			height: 555px;
			width: 224px;
			background: url('/images/skin/home/general_box.png');
			padding: 10px 10px;
			font-size: 12px;
			margin-top: 15px;
		}
		
		div.general_box div.content_area
		{
			height: 502px;
			margin-top: 5px;
			margin-bottom: 10px;
			overflow: hidden;
			text-overflow: ellipsis;
		}
		
		div.general_box div.content_area p
		{
			font-size: 12px !important;
		}
		
		div.general_box_small h3, div.general_box h3
		{
			color: #10015D; /*#428421;*/
			width: 155px;
			text-align: center;
		}
		
		div.general_box_small h4, div.general_box h4
		{
			color: #428421;
			font-weight: bold;
			font-size: 13px;
			margin: 0;
		}

/* SMALL BOXES */
	div.small_box
	{
		width: 171px;
		height: 245px; 
		padding: 10px 10px;
		color: white;
		font-weight: bold;
		font-size: 11px;
		margin-bottom: 10px;
	}
	
	div.small_box .content_area
	{
		height: 170px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	div.small_box p
	{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	div.small_box a.white_button
	{
		color: black;
		background: url('/images/skin/home/white_button.png');
	}
	
	div.small_box a.small_box_button
	{
		float: right;
		background: url('/images/skin/button/home_button.png') !important;
	}
	
	a.home_button
	{
		background: url('/images/skin/button/home_button.png') !important;
	}
	
	div.small_box a.employer_login
	{
		background: url('/images/skin/button/sub_button.png') !important;
	}
	
	#jobseekers_box
	{
		background: url('/images/skin/home/jobseekers_box.png');
	}
	
	#employers_box
	{
		background: url('/images/skin/home/employers_box.png');
	}

/* COLUMN 2 */
	a.post_jobad_box
	{
		width: 191px;
		height: 93px;
		display: block;
		background: url('/images/skin/home/post_jobad_box.png');
		text-decoration: none;
	}
	
	a.post_jobad_box:hover
	{
		text-decoration: none !important;
	}
	
	/* GENERAL BOX SMALL */
		div.general_box_small
		{
			margin-top: 10px;
			height: 401px;
			background: url('/images/skin/home/general_box_small.png');
			padding: 10px 10px;
			font-size: 12px;
            width: 170px
		}
		
		div.general_box_small div.content_area
		{
			height: 348px;
			margin-top: 5px;
			margin-bottom: 10px;
			overflow: hidden;
		}
		
		div.general_box_small h3
		{
			width: 118px;
		}

/* 
    #stay_in_touch, #footerCaption
    {
        display: none;
    }*/