﻿body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

h1
{
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #3A5E85;
}

h2
{
    color:#990000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
}

/* Hyperlink colours */
a:link {color: #CC0000;}
a:visited {	color: #003399;}
a:hover {color: #FF0000;}

a img
{
	border: none;	
}

#main
{
	width: 768px;
	border: solid 1px #004A9C;	
	background: url(../images/webdesign/menubg.gif) repeat-y;
}

#header
{
	height: 100px;
	background: White url(../images/nla/blurredheader-blank2b.jpg) no-repeat right;
	padding-left: 25px;
}

.strapline {
	font-size: 9px;
	background-color: #6B9FBC;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 5px 2px 8px;
	text-align: right;
}

#menu
{
	width: 120px;
	float: left;	
}

#menu ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0;
}

#navlist a
{
	display: block;
	padding: 4px;
	background-color: #39667D;
	border-top: 1px solid #fff;
}

#navlist a:link, #navlist a:visited
{
	color: #EEE;
	text-decoration: none;
}

#navlist a:hover
{
	background-color: #004A9C;
	color: #fff;
}

#content
{
	width: 615px;
	float: left;
	padding: 0px 15px 15px 15px;
	margin-bottom: 5px;
}

.aboutTheNLA
{
	width: 105px;
	margin: auto;
	padding-bottom: 50px;
	padding-top: 30px;
}

/* Contact Us Page */
#contactLeft
{
	width: 348px;
	float: left;
}
#contactRight
{
	width: 260px;
	float: right;
}

/* used for copyright and registered company info at bottom */
.nlacompanyinfo {
	font-size: 9px;
	color: #666666;
	width: 768px;
	margin-top: 5px;
}

/* Main title in body text */
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #3A5E85;
}

.subtitle {
	color:#990000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
}

.twoColumnPartOne
{
	width: 437px;
	padding-right: 10px;
	background: url(../images/webdesign/columndot.gif) repeat-y top right;
}

.centrecolumnblock-white 
{
	border:1px dashed #990000;
	display:block;
	margin:1em 2em;
	padding:1em;
}

.divider	
{
	border-bottom: 1px dashed #CCC;
	height:3px;
	margin:1em 0em;
}

.breadcrumbs 
{
	font-size: 10px;
	color: #999999;
	padding-top: 10px;
}

.clear
{
	clear: both;	
}

/* Home page specific */
#insuranceCosts { margin-left: 20px; }
#insuranceCosts td { background-color: #f0f8ff; }

/* Footer */
#footer-links
{
    width: 768px;
    text-align: center; 
    margin-top: 10px;       
}

#footer-links ul
{
    list-style: none;
}

#footer-links ul li
{
    display: inline;
}

#footer-links a
{
    color: #666666;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}

#footer-links a:hover
{
    text-decoration: underline;
}

/* styles for images on default.aspx */
#defimg
{
    float: right;
    border: solid 1px #000;
    margin: 02px 0px 8px 12px;
}

#defimg2
{
    float: right;
    margin: 10px 0 10px 10px;
    clear: both;
}