body
{
    margin: 0px;
    padding: 0px;

}

div.body-generic
{
    width: 100%;
    background: #fff url('http://hortus.net.au/images/hortus-main-bg-home.jpg') no-repeat top center;
}

div.body-analytical
{
    width: 100%;
    background: #fff url('http://hortus.net.au/images/hortus-main-bg-analytical.jpg') no-repeat top center;
}

div.body-crop
{
    width: 100%;
    background: #fff url('http://hortus.net.au/images/hortus-main-bg-crop.jpg') no-repeat top center;
}


div.body-geotech
{
    width: 100%;
    background: #fff url('http://hortus.net.au/images/hortus-main-bg-geotech.jpg') no-repeat top center;
}

div.body-harvest
{
    width: 100%;
    background: #fff url('http://hortus.net.au/images/hortus-main-bg-harvest.jpg') no-repeat top center;
}

div.body-it
{
    width: 100%;
    background: #fff url('http://hortus.net.au/images/hortus-main-bg-it.jpg') no-repeat top center;
}

div.body-research
{
    width: 100%;
    background: #fff url('http://hortus.net.au/images/hortus-main-bg-research.jpg') no-repeat top center;
}


#container
{
    width: 914px;
    margin: 0 auto;
}

#header
{
	height: 120px;
}

#header img
{
	margin-top: 35px;
}

#nav
{
	width: 100%;
	height: 21px;
}

#content
{
    min-height: 800px;
	margin-top: 35px;
}

#left-column
{
	float: left;
	width: 615px;
}

#right-column
{
	float: right;
	padding-left: 40px;
	width: 258px;
	padding-top: 320px;
}

#right-column-generic
{
    text-align: right;
}

#login
{
}

#login input
{
    margin: 3px 0;
}

#login input.input
{
    width: 180px;
}

#bottom-content
{
    width: 100%;
    clear: both;
}


#footer
{
    height: 143px;
    width: 100%;
    background: #fff url('images/footer-bg.png') repeat-x top left;
}

#footer-menu
{
    float: left;
}

#footer-menu a
{
    display: inline-block;
    padding: 0 5px;
}

#footer-social-media
{
	float: right;
}

#dnn_LeftContentPane
{
	float: left;
	width: 190px;
}


#dnn_RightContentPane
{
	margin-left: 250px;
}



/* Page or Module specific styling */


/* NEWS */
.news-listing-item
{
    margin-bottom: 10px;
}

.news-listing-pdf
{
    display: block;
    background: #fff url('/images/pdficon.jpg') no-repeat top left;
    height: 43px;
    line-height: 43px;
    padding-left: 45px;
}

.news-home-item
{
    margin-bottom: 10px;
}