﻿/*HOME MASTERPAGE - home.master */

#body_wrapper
{
    background-color: #5a56a4;
}

#home_leftandbodywrapper
{
	width: auto;
	background-color: #FFFFFF; /*templates background colour*/
	float:left;
	height:auto;
	position:relative;
}

#home_leftandbodywrapper div.homeimg
{
	position:absolute;
	bottom:-5px;
	left:0px;
}

#home_templatebody_wrapper
{
	background-color: #5a56a4; /*templates background colour*/
	float: none;
	width: 100%;
	height:100%;
	min-height:350px;
	position:relative;
}

#home_templatebody_container
{
	background-color:Transparent;
	color: Black;
	margin-top:5px;
	height: 100%;
	min-height:350px;
	overflow:hidden;
	position:relative;
}

#home_leftmenu
{
	width: 178px;
	max-width: 178px;
	height: 350px;
	min-height: 350px;
	float: left;
	display: inline;
	clear: none;
	padding: 5px 0px 5px 0px;
	background-color: #FFFFFF;
}

#home_body
{
	width: 422px;
	height: auto;
	min-height: 350px;
	float: left; /*margin-right: 5px;*/
	padding: 5px 10px 10px 30px;
	background-color: #FFFFFF;
	display: inline;
	clear: none;
}

#home_rightblock
{
	width: 145px;
	max-width: 155px;
	height: auto;
	min-height:400px;
	float: left;
	padding: 5px 0px 0px 0px;
	background-color: #FFFFFF;
}

h2
{
    color: #5a56a4;
}

p.Header
{
	line-height: 15px;
	font: x-large Arial, Helvetica, sans-serif;
	color: #5a56a4;
}
