﻿html {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

body {
    font-family: Ariel, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

header, footer, hgroup,
nav, section {
    display: block;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.60em;
    color: #000000;
}

h3 {
    font-size: 1.2em;
     color: #54585B;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

h5 a:link, h5 a:visited, h5 a:active {
    padding: 0;
    text-decoration: none;
}

p {
    font-size: 13px;
    line-height: 23px;
}

ul {
    font-size: 13px;
}

a:visited {color: #0066cc;}
a:active{ color: #0066cc;}


#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}


footer {
    clear: both;
  font-size: .8em;
    height: 100px;
    border-top: solid 1px #7992B4;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

#login a {
    background-color: #d3dce0;
    margin-left: 10px;
    margin-right: 3px;
    padding: 2px 3px;
    text-decoration: none;
}

#login a.username {
    background: none;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#login ul {
    margin: 0;
}

#login li {
    display: inline;
    list-style: none;
}


/* menu
----------------------------------------------------------*/
#menu {
    height: 40px;   
}

ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
    padding-left: 15px;
}

ul#menu li a {
    background: none;
    text-decoration: none;
}

ul#menu li a:hover {
    text-decoration: none;
}


/* login page */
#loginForm {
    float: left;
    width: 55%;
}

#loginForm .validation-error {
    display: block;
    margin-left: 15px;
}

#loginForm .validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

#loginForm .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
}

#loginForm input {
    width: 250px;
}

#loginForm input[type="checkbox"],
#loginForm input[type="submit"],
#loginForm input[type="button"],
#loginForm button {
    width: auto;
}

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

#socialLoginForm h2 {
    margin-bottom:  5px;
}

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: black;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: normal;
    font-size: 13px;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.bodyDiv {
    width: 1000px;
    margin: 0 auto 0 auto;
}

#topHeaderDiv {
    height: 190px;
    opacity: 0.2;
    filter:alpha(opacity=20); /* For IE8 and earlier */
}

.pageTopBannerDiv {
    background-image: url('/Images/Banners/home.jpg');
    background-repeat: no-repeat;
    height: 377px;
    position: relative;
    top: -60px;
    z-index: -10;
}

#topMenuDiv ul {
    position: relative;
    top: 60px;
}

.menuDiv {
    position: relative;
    top: -5px;
}

ul.menu { margin: 0 auto 0 auto; }

/* Reset */
.menu,
.menu ul,
.menu li,
.menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

/* Menu */
.menu {	
	height: 40px;
	width: 100%;
	background: #ffffff;
    opacity: 0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
    font-weight: bold;
    padding-left: 30px;
}

.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 40px;
}

/* Links */

.menu li a {
	display: block;
	padding: 0 14px;
	margin: 6px 0;
	line-height: 28px;
	text-decoration: none;
	
	font-family: Arial, sans-serif;
	font-size: 17px;
      
	color: #000000;

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }

.menu li:hover > a { color: #58595B; }

/* Sub Menu */

.menu ul {
	position: absolute;
	top: 40px;
	left: 0;

	/*background-color: #ffffff;*/

	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;

    filter:alpha(opacity=25); /* For IE8 and earlier */

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}

.menu li:hover > ul {
     opacity: 1;
     filter:alpha(opacity=100); /* For IE8 and earlier */
}

.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;

	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

.menu li:hover > ul li {
	height: 36px;
	overflow: visible;
	padding: 0;
}

.menu ul li a {
    width: 200px;
	padding: 4px 20px 4px 20px;
	margin: 0;

    opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
    background-color: #ffffff;

	border: none;
	border-bottom: 1px solid #353539;
}

.menu ul li:last-child a { border: none; }

.pageLinksDiv {
    float: right;
    padding: 1px 10px 10px 10px;
    background-color: #22376B;
    border-radius: 10px;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 40px;
    position: relative;
    right: -50px;
    vertical-align: top;
    width: 225px;
}
    .pageLinksDiv h3 {
        color: #ffffff;
    }

.latestTrafficUpdatesDiv {
    float: right;
    padding: 20px;
    background-color: #22376B;
    border-radius: 10px;
    color: #ffffff;
    margin-top: 10px;
    width: 100px;
    margin-right: 30px;
}

.latestTrafficUpdatesDiv a {
    color: #ffffff;
    text-decoration: none;
}

.pageLinksDiv a {
    color: #ffffff;
}

.pageLinksDiv a:hover {
    color: #7992B4;
}

#loginLink {
    text-decoration: none;
}

.printBannerLogo {
    visibility: hidden;
    height: 0;
    width: 0;
}

.bodyContentDiv {
    margin-top: -38px;
}

@media print {
    .printBannerLogo {
        visibility: visible;
        height: 116px;
        width: 1000px;
        margin-bottom: 30px;
    }

    .bodyContentDiv {
        position: relative;
        top: 0;
    }
}
.homeLables {
    font-size: 25px;
    color: white; 
    margin-top: 0px; 
    font-weight: normal; 
    border-bottom: solid 1px #B5C0D5; 
    width: 90%; 
    line-height: 40px;
}

.editor-field {
    padding-bottom: 10px;
}

.ui-widget-content {
    font-family: Ariel, Verdana, Helvetica, Sans-Serif;   
}

.sendEnquiryLink {
    color: white;
}

.sendEnquiryLink a:visited {
    color: white;
}

.footerLink {
    color: #000000;
    text-decoration: none;
}

.footerLink a:visited {
    color: #000000;
    text-decoration: none;
}

.PageContentHeader {
    font-size: 1.60em;
    color: #ffffff;
    background-color: #58595B;
    width: 500px;
    padding: 5px;
    border-radius: 0 0 10px 10px;
}

.alertsTable {
    border-collapse:collapse;
    width: 100%;
     font-size: 13px;
    line-height: 23px;
  }

.alertsTable td {
    border: 1px solid black;
    padding: 5px;
}
