/* CSS Document Master template*/

body {
    overflow: scroll;
    padding:  0px 0px;
}
.none-video {
	width: 100%;
	height: 80px;	
	position: relative;
}

div.logo_bar {
    margin-top: 300px;
    margin-bottom: 0px;
    width:100%;
    position:absolute;
	top: 0px;
    left: 0px;
}

div.form_bar {
    margin-top: 300px;
    margin-bottom: 0px;
    width:100%;
    position:absolute;
	top: 0px;
    left: 0px;
}

div.top_footer {
    width:100%;
	height: 200px;
	margin: auto;
	margin-bottom: 0px;
	background-color:#14251b;
}

div.footer {
    width:100%;
	height: 220px;
	margin: auto;
	margin-bottom: 0px;
	background-color:#9c9940;
	font-size: 80%;	
	color: #5886BA;
}

div.left_footer_box {
	float:left;
    width:30%;
	height: 185px;
	margin: auto;
	margin-bottom: 0px;
	margin-left: 120px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:5px;
	padding-left:10px;
	background-color:#9c9940;
	border-right: 1px solid #555555;
}
div.center_footer_box {
	float:left;
    width:15%;
	height: 185px;
	margin: auto;
	margin-left: 20px;
	margin-bottom: 0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:5px;
	padding-left:10px;
	background-color:#9c9940;
	
}
div.right_footer_box {
	float:left;
    width:15%;
	height: 185px;
	margin: auto;
	margin-left: 20px;
	margin-bottom: 0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:20px;
	background-color:#9c9940;Colour
	border-left: 1px solid #555555;
}
div.conditions {
    width:100%;
	height: 90px;
	margin: auto;
	padding-top:15px;
	background-color: #14251b;
    border-top: 1px solid #14251b;
	font-size: 80%;	
	color: #FFFFFF;
}


		










 
 
 
 
 
 
 