@charset "utf-8";
body {
	font: 100% Helvetica, Arial, sans-serif;
	background: #F0F0F0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

img {
	border: none;
}

.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#F2F2F2;
	border-top: 5px solid #999;
	clear: both;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.centre-container {
	width: 960px;
	margin: 0 auto;
}

/************ FONTS ******************/

@font-face
{
    font-family: segoeui-bold;
	src: url('fonts/segoeuib.eot');
	src: local(segoeui-bold), url('fonts/segoeuib.ttf') format('opentype');
}

@font-face
{
    font-family: segoeui;
	src: url('fonts/segoeui.eot');
	src: local(segoeui), url('fonts/segoeui.ttf') format('opentype');
}

@font-face
{
    font-family: accidental;
	src: url('fonts/accidental.eot');
	src: local(accidental), url('fonts/accidental.ttf') format('opentype');
}

@font-face
{
    font-family: kozgopro;
	src: url('fonts/KozGoPro-Bold.eot');
	src: local(kozgopro), url('fonts/KozGoPro-Bold.ttf') format('opentype');
}

@font-face
{
    font-family: tindog;
	src: url('fonts/TinDog.ttf');
	src: local(tindog), url('fonts/TinDog.ttf') format('opentype');
}

@font-face
{
    font-family: altehaas;
	src: url('fonts/AlteHaasGroteskBold.ttf');
	src: local(altehaas), url('fonts/AlteHaasGroteskBold.ttf') format('opentype');
}



p {
	font: 13px Helvetica, Helvetica, Verdana, Geneva, sans-serif;
	line-height: 18px;
}

/************** MENU ***************/

.menu-bar {
	height: 105px;
	width: 100%;
	background: url(images/top-shading.png) repeat-x;
}

.logo-box {
	width: 600px;
	height: 105px;
	float: left;
	margin: 0 0 0 10px;
}

#nav-menu
{
	width: 670px;
	margin: -50px 0 0 327px;
	float: left;
}

#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu li
{
	float: left;
	margin: 0 22px;
}

#nav-menu li a
{
	height: 2em;
	line-height: 2em;
	float: left;
	display: block;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	font: 13px segoeui-bold, Verdana, Geneva, sans-serif;
	color: #FFF;
	text-shadow: 0.2em 0.1em #003;
}

#nav-menu .active {
	color: #8BC413;
}

#nav-menu a:hover {
	color: #8BC413;
}

/*************** HOME PAGE *******************/

.home-banner {
	width: 100%;
	height: 373px;
	background: url(images/banner-background.jpg) no-repeat;
	margin-bottom: 0px;
}

.home-banner table {
	float: right;
	margin-right: 10px;
}

.banner-right {
	float: right;
	margin: -355px 0 0 480px;
}

.home-col-container {
	clear: both;
	width: 100%;
	height: 445px;
	background-color:#CCC;
	border-top: 5px solid #999;
	margin: 10px 0 0 0 0px;
}

.home-col {
	width: 212px;
	height: 260px;
	margin-right: 10px;
	float: left;
	padding: 20px 10px 10px 10px;
	font: 13px Helvetica, Helvetica, Arial, Helvetica, sans-serif;
	color:#666;
}

.home-col h1 {
	font: 22px Helvetica, Verdana, Geneva, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 0 0;
	color: #477EBE;
}

.home-col h2 {
	font: 18px Helvetica, Verdana, Geneva, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	color: #6FA301;
}

*:first-child+html .home-col ul {
	margin-left: 15px;
}

.home-col ul {
	list-style: url(images/bullet.png);
	margin-left: -15px;
}

.home-col ul li {
	font: 13px Helvetica, Helvetica, Verdana, Arial, sans-serif;
	color:#666;
}

.home-col a {
	font: 13px Helvetica, Helvetica, Verdana, Arial, sans-serif;
	color: #6FA301;
}

.home-col .login-box {
	width: 100%;
	margin-top: 10px;
	font-weight: bold;
	font: Helvetica, Helvetica, Verdana, Arial, sans-serif;
}

*:first-child+html .read-more {
	margin-top: -8px;
}

.read-more {
	float: right;
	margin-right: 10px;
}

.home-col-wide {
	width: 940px;
	height: 110px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
	padding: 10px 10px 15px 10px;
	font: 13px Helvetica, Helvetica, Arial, Helvetica, sans-serif;
	color:#666;
}

.home-col-wide h1 {
	font: 22px Helvetica, Verdana, Geneva, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 0 0;
	color: #477EBE;
}

.home-col-wide a {
	font: 13px Helvetica, Helvetica, Verdana, Arial, sans-serif;
	color: #6FA301;
}

/******** FOOTER ************/

.footer-col {
	width: 212px;
	height: 140px;
	margin-right: 10px;
	float: left;
	padding: 20px 10px 10px 10px;
	font: 13px Helvetica, Helvetica, Arial, Helvetica, sans-serif;
	color:#666;
	text-align: left;
}

.footer-col h4 {
	font: 18px Helvetica, Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
	color:#069;
	margin-bottom: -10px;
	margin-top: 0px;
}

.footer-col ul {
	list-style: none;
}

.footer-col ul li {
	font-size: 12px;
	line-height: 20px;
	margin-left: -35px;
}

.footer-col a {
	text-decoration: none;
	color:#333;
}

.footer-col a:hover {
	text-decoration: underline;
}

.wide-footer-col {
	width: 464px;
	height: 140px;
	margin-right: 0px;
	float: left;
	padding: 20px 0px 10px 10px;
	font: 13px Helvetica, Arial, Helvetica, sans-serif;
	color:#666;
}

