﻿@import url("Menu.css");

body {
	background: #d6d6d6 url('../Images/MainBG.gif') repeat-x; 
	margin: 0; 
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
}

#form1
{
	margin: 0; 
	padding: 0;
}

#ContentHeader
{
	border-bottom: 1px #808080 solid;
}

#Content {
	padding: 15px 35px 35px 15px;
	background-image: url('../Images/Content2BG.jpg') repeat;
	background-position: top top;
}

#OutterDiv {
	width: 900px; 
	margin: 0px auto;
	padding: 0;
	text-align: left;
	z-index: 5;
	background: white;
}

#OutterDiv a img {
	border: none;
}

#MiddleLeftColumn, #MiddleCenterColumn, #MiddleRightColumn, #BottomLeftColumn, #BottomCenterColumn, #BottomRightColumn {
	float: left; 	
	border: 1px white solid; 
	border-top-width: 3px;
	width: 262px; 
	padding-left: 35px;
	padding-top: 10px;
}

#MiddleLeftColumn {
	background: #484848 url('../Images/ApplicantsBG.jpg') no-repeat; 
	border-right-width: 2px; 
	padding-bottom: 12px;
}

#MiddleCenterColumn {
	background: #970f00 url('../Images/ConsumersBG.jpg') no-repeat; 
	width: 263px; 
	border-right-width: 2px; 
	padding-bottom: 12px;
}

#MiddleRightColumn {
	background: #0d4777 url('../Images/LicenceesBG.jpg') no-repeat; 
	padding-bottom: 12px;
}

#BottomLeftColumn {
	border-right-width: 2px;	 
}

#BottomCenterColumn {
	width: 263px; 
	border-right-width: 2px; 
}

#BottomRightColumn {

}

.SectionHeading.White {
	font-family: "Century Gothic";
	font-size: large;
	color: white;
	font-weight: bold;
}

.SectionHeading.Black {
	font-family: "Century Gothic";
	font-size: large;
	color: Black;
	font-weight: bold;
}

.SplashPageUL {
	margin: 10px 0 15px 22px;
	padding: 0;
	color: white;
	font-size: small;
	line-height:1.6; 
	list-style-type: none; 
	text-align: left; 
}

.SplashPageUL li {
	margin: 0;
	padding: 0 0 0 18px;
	background: transparent url('../Images/BrownColumnBullet.gif') no-repeat;
	background-position: 0;
}

.SplashPageUL.Bottom {
	margin: 10px 0 5px 1px;
	color: #970f00;
	list-style-type:none;
	font-weight: bold;
}

.SplashPageUL.Bottom li {
	padding: 0;
	background: transparent none;
}

.SplashPageUL li a {
	color: white;
}

.SplashPageUL.Bottom li a {
	color:#0A4776;
}

.SplashPageUL li a, .SplashPageUL.Bottom li a {
	font-weight: normal;
	text-decoration: none;
}

.SplashPageUL li a:hover, .SplashPageUL.Bottom li a:hover {
	text-decoration: underline;
}

.ClearIt {
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;

}
a:link {
color: #0B3D66;
}
a:visited { 
color: #0B3D66;
}
a:hover { 
color: #0B3D66;
text-decoration: none;
}
.a:active { 
color: #0B3D66;
}
/* ---- Footer ---- */

.footer {
	width: 900px; 
	margin: 0 auto;
	padding: 0;
	height: 46px;
	background-color: #d6d6d6;
}

.footer ul {
	list-style: none;
	margin: 0;
	padding: 13px 0px 0px 90px;
}

.footer ul li{
	float: left;
}

.footer ul li a {
	padding-left: 35px;
	text-transform: none;
	font-size: 80%;
	color: #8a8a8a;
	text-decoration: none;
}

/* ---------------- */

