/* NLP Corporate Stylesheet                */
/* Copyright  2004 NLP Corporate Pty Ltd.  */
/* Created by: Benjamin Currey             */
/* Modified by Scott Coleman		   */

/* Body */

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 800px;
}

.page {

	background-color: #f9f9f9;
}
.page td {
	vertical-align: top;
}
strong, b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F5551;
	text-decoration: none;
	font-weight: bold;
}

i, em {
	font-style: italic;
}

/* Header (Banner logo and main menu) */

.banner{
	width: 800px;
	height: 70px;
	margin: 0px;
        background-color: white;
}

.contentcol {
	width: 610px;
	background-color: #f3f3f3;
}

.header {
	height: 90px;
}

.baseline {
	height: 50px;
}

/* Home page content window */

.homepage {
	background-color: #4a5552; 
	background-image: url(/images/homebg-1.jpg); 
	background-repeat: no-repeat; 
	height: 296px; 
	width: 800px
}
.homemenu {
    vertical-align: top;
    font-family: helvetica, verdana, sans-serif;    
    width: 300px;
    margin-left: 492px;
}
.homemenu ul{
	list-style:none;
	margin-left: 0;
	padding: 0;

}
.homemenu li{
	padding-top: 13px;
	padding-bottom: 13px;
}

.homemenu a:link, .homemenu a:visited {
	display: block;
	width: 300px;
	text-decoration: none;
	color: white;
	padding: 3px;
}

.homemenu a:hover{
	color: white;
	background-color: #EF3E35;
	text-decoration: none;
	padding: 3px;
}


#sidequote {
	padding: 24px 1px 1px 8px;
	color: #df201a;	
	font-family: sans-serif;
	font-weight: 500;
	font-style: italic;
	font-size: 13px;
}

#sidequote a:link, #sidequote a:visited{ 
	color: #df201a;	
	font-family: sans-serif;
	font-weight: 500;
	font-style: italic;
	font-size: 13px;
}
#sidequote a:hover {

	text-decoration: underline;
}

#sidequote blockquote {
	padding: 0px;
	margin: 13px 0px 0px 0px;
        font-style: italic;
}
	
.homefooter p {
	text-align: center;
	line-height: 18px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}

.homefooter .sitemap {
	float: left;
	margin: 10px 0px 0px 0px;
}

.homefooter .designbygg {
	float: right;
}

.homefooter a:link, a:visited {
	color: #999999;
	text-decoration: none;
}

.homefooter a:hover {
	color: #EF3E35;
	text-decoration: underline;
}

/* home tables */

.homegreybox {height: 280px; 
	width: 800px; 
	border: none; 
	background-image: url(images/homebg-1.jpg);
	background-repeat: no-repeat;
}


/* Quotes */

#homeabout {
	position: absolute;
	visibility: hidden;
	z-index: 1;
	left: 610px;
	top: 70px;
}

#homeservices {
	position: absolute;
	visibility: hidden;
	z-index: 1;
}

#homeexperience {
	position: absolute;
	visibility: hidden;
	z-index: 1;
}

/* home sub menus */
.homesubmenu a {
	display: block;
	font: 10px Verdana,sans-serif;
	color: #FFFFFF;
	padding: 5px 0px 5px 10px;
	margin: 10px 0px;
	font-weight: normal;
	text-decoration: none;
}

.homesubmenu a:hover{
	display: block;
	font: 10px Verdana,sans-serif;
	color: #FFFFFF;
	padding: 5px 0px 5px 10px;
	margin: 10px 0px;
	font-weight: normal;
	text-decoration: none;
	background-color: #EF3E35;
}

/* Left Hand Side (Page quote, page image and section Submenu) */

.leftPane {
	width:190px;
	font: 12px Verdana,sans-serif;
	background-color: #eeeeee;
}

.submenu {
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
}

.submenu a:link, .submenu a:visited {
	display: block;
	width: 180px;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #d6d6d6;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
	color: #4a5552;
}

.submenu a:hover {
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #f5f5f5;
	background-color: #e5e5e5;
	color: #EF3E35;
	font-weight: bold;
	text-decoration: none;
}

.lightgrey {
	background-color: #eeeeee;
	width: 190px;
}
.featurepic {
	width: 190px;
	height: 140px;
}

/* Page content */
.content {
	padding: 8px 8px 8px 8px;
	background-color: #f9f9f9;
	background-image: url(/images/subbg3.jpg); 
	background-repeat: no-repeat;
}
.content h1 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #EF3E35;
	line-height: 17px;
}

.content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	line-height: 18px;
}

.content a:link, .content a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F5551;
	text-decoration: none;
	font-weight: bold;
}

.content a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EF3E35;
	text-decoration: underline;
	font-weight: bold;
}

.content hr {
	color: #999999;
}

.content li {
	margin-top: 8px;
	list-style-image: url(ul.gif);
	list-style-position: outside;
}

.content li li {
	margin-top: 4px;
	list-style-image: url(ul2.gif);
	list-style-position: outside;
	line-height: 12px;
}

.content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	margin-right: 20px;
}

.content .quote {
	font-style: italic;
	margin-right: 10px;
	margin-left: 10px;
}

.tablelayout th {
	background-color: #eeeeee;
}

.tablelayout p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	line-height: 18px;
	margin: 5px;
	padding: 0px;
}

.list{
	margin-top: 4px;
	list-style-image: url(ul2.gif);
	list-style-position: outside;
}

/* Footer (Copyright information) */

.footer {
	
	text-align: center;
	vertical-align: bottom;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	width: 800px;
	}
.footer .sitemap {
	float: left;
	margin: 3px;
}

.footer .bestviewed {
	float: right;
	margin: 3px;
}

.footer a:link, a:visited {
	color: #999999;
	text-decoration: none;
}

.footer a:hover {
	color: #EF3E35;
	text-decoration: underline;
}

img.allyimg {
margin: 10px;
}
    
img.button {
  border: 0px;
 }
.sitemaplogo {
  padding: 0px 0px 0px 10px;
 }
 img.nlplogo {
  position: absolute;
  margin: 0px 10px 0px 500px;
  height: 70px;
  width: 300px;
 }
 applet.flashit {
   position: absolute;
   margin: 0px 0px 0px 0px;
}



