﻿html {
	height: 100%;
	overflow-y:scroll;
}
body {
	margin: 0;
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	color: #303030;
	height: 100%;
	line-height: 1.5;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
        background-color:#C2C3C7;
}
#container {
	margin: 0 auto;
	width: 1000px;
    background-color:#ffffff;
}
#header {
	height: 135px;
	margin: 0 auto;
        padding:0;
	background-image: url('DAHead.jpg');
	background-repeat: no-repeat;
	width: 1000px;
	clear: both;
}

#Banner {
	margin: 0 auto;
        padding:0;
	width: 1000px;
	clear: both;
}

#navContainer {
	background-color: #ffffff;
	background:url('Menubar.jpg');
	height: 30px;
        max-height: 30px;
	min-height: 30px;
	width: 975px;
        margin:0 auto;
        border:0;
        padding:0px;
	overflow:auto;

}

#CISelect {
	float: right;
	padding-right: 20px;
	padding-top: 24px;
}

#threeCols {
	width:1000px;
}

#leftCol {
 border: 0px solid #ccc;
 background: #ffffff;
 margin: 5px 0px 0px 0px;
 padding: 5px;
 width: 160px;
 float: left;
}

.leftPane {	
	margin-left:10px; 
}

#rightCol {
 border: 0px solid #ccc;
 background: #ffffff;
 margin: 5px 0px 0px 0px;
 padding: 5px;
 padding-right:10px;
 padding-left:15px;
 width: 180px;
 float: left;
}

#centreCol {
 float: left;
 border: 0px solid #ccc;
 background: #ffffff;
 margin: 5px 2px 5px 2px;
 padding: 5px 2px 5px 2px;
 width:610px;
 display: inline;
}

#footer{
	color:#ffffff;
	width:1000px;
	height:42px;
	background:url('Footer.png') no-repeat;
	margin: 0 auto;
}

#footer a{color:#ffffff; background-color:inherit; font-weight:bold; text-decoration: none; padding-left:12px; 	font-size:75%}
#footer a:visited{color:#ffffff; background-color:inherit; font-weight:bold;text-decoration: none; }
#footer a:hover{color:#60CBF5; background-color:inherit; text-decoration: underline;}
#footerLinks {
	float:left;
}

#footerCopyright {
	text-align:right;
	float:right;
	padding-right:20px;
}

#dnn_copyright_lblCopyright
{	
		color:#ffffff;
		font-size:75%;
}
/**************************************************************
   Alignment classes
 **************************************************************/
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.aligncenter {
	text-align: center;
}

/**************************************************************
   Generic display classes
 **************************************************************/
.clear {
	clear: both;
}
/***** Various tags *****/
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #286ea0;
	background-color: inherit;
}
a:hover {
	text-decoration: underline;
	color: #286ea0;
	background-color: inherit;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #286ea0;
	background-color: inherit;
}
a img {
	border: 0;
}
p {
	margin: 0 0 1.4em 0;
}
/***** DNN Styles to override *****/
/* text style used for most text rendered by modules */
	.Normal, .NormalDisabled, .NormalBold, .NormalRed, h1, h2, h3, h4, h5, h6, .Head {
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #404040;
}
.NormalDisabled {
	color: Silver;
}
.NormalBold {
	font-weight: bold;
}
.NormalRed {
	font-weight: bold;
	color: #ff0000;
}
h1, h2, h3, h4, h5, h6, .Head {
	font-weight: bold;
}


/**************** Left Nav Container ************************/

#vNavContainer {

    padding-top:4px;
    padding-bottom:20px;
	font-weight:bold;
	font-family: Verdana;
	padding-left:0;
	margin-left:0;
}

#vNavContainer ul {
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
}

#vNavMenu ul {
	padding: 0 0 0 9px;
        margin:0;
}

#vNavMenu li {
	list-style-type: none;
	padding: 2px 0 1px 0 ;
        margin:0;
}

#vNavMenu li a:hover { 
	color: #111111;
}

#vNavMenu a {
	display:block;
        font-size:100%;
	font-weight:bold;
	font-family: Verdana;
	width: 138px;
        height:26px;
	padding:4px 20px 0 4px;
	color:#1081A6;
	background: url("mnuButton.jpg") 0 0px no-repeat;
	text-decoration: none;
	vertical-align: middle;
}

#vNavMenu a:hover { 
	background-position: 0 0px;
	color: #111111;
}

#vNavMenu a:active {
	background-position: 0 0px;
	color:#333333;
}

#vNavMenu a:visited{
	text-decoration: none;
	color:#1081A6;
        font-size:100%;
	font-weight:bold;
	font-family: Verdana;
}

#vNavMenu ul a {
	display:block;
        font-size:80%;
	font-weight:normal;
	font-family: Verdana;
	width: 129px;
        height:19px;
	color:#ffffff;
	background: url("submenu.png") 0 0 no-repeat;
	text-decoration: none;
	padding:3px 0 0 5px;
}

#vNavMenu ul a:hover {
	background-position: 0 0px;
	color: #60CBF5;
}

#vNavMenu ul li a:hover { 
	color: #60CBF5;
}

#vNavMenu ul a:visited{
	text-decoration: none;
	color:#ffffff;
        font-size:80%;
	font-weight:normal;
	font-family: Verdana;
}


#vNavMenu ul a.SelectedItem {
	background: url("submenu.png") 0 0px no-repeat;
}


#vNavMenu SelectedTab a{
	background: url("mnuButton.jpg") 0 0px  no-repeat;
	color:#555555;
}



ul.HideAway {
position: relative;
left: -5000px;
height: 0px;
}

/*************** Right Vertical manu *********************/

#vNavRightContainer {

    padding-top:10px;
    padding-bottom:30px;
	font-weight:normal;
	font-family: Verdana;
	padding-left: 30px;
}

#vNavRight ul {
	padding: 0 0 0 10px;
        margin:0;
}

#vNavRight li {
	list-style-type: none;
	padding: 0 0 10px 0 ;
        margin:0;
}

#vNavRight a {
	display:block;
        font-size:100%;
	font-weight:normal;
	font-family: Verdana;
	width: 150px;
        height:18px;
	color:#ffffff;
	background: url("submenuright.png") 0 0 no-repeat;
	text-decoration: none;
	padding: 4px 0 0 5px;
}

#vNavRight a:hover { 
	background-position: 0 -22px;
	color: #ffffff;
}

#vNavRight a:active {
	background-position: 0 -44px;
	color:#ffffff;
}

#vNavRight a:visited{
	text-decoration: none;
	color:#ffffff;
        font-size:100%;
	font-weight:normal;
	font-family: Verdana;
}

#vNavRight li.SelectedTab a{
	background-position: 0 -44px;
	color:#ffffff;
}

.MMP_ChronoSummary  {
 height:100px;
  width:740px;
}

.MMP_ModuleTable {
  width:800px;
}

.MMP_TextTable {
  width:800px;

}

.enquiry a {
	display:block;
        font-size:100%;
	font-weight:bold;
	font-family: Verdana;
	width: 138px;
        height:26px;
	padding:4px 0px 0 0px;
	color:#141C5A;
	background: url("btnEnquiry.jpg") 0 0px no-repeat;
	text-decoration: none;
	vertical-align: middle;
        text-align:center;
        
}

.enquiry h2 {height:24px;padding-right:4px; vertical-align:middle;}

.enquiry:link, .enquiry:visited  { color:#141C5A;}

.enquiry:hover, .enquiry:active { color:#222222; text-decoration:none;}


