/*
 Land Zone CSS file
 version 1
 
 23rd Feb 2007
*/

* { margin: 0px; padding: 0px;}
.clear { clear: both;}
body { /*background: #CBC7B7;*/ font-family: arial, verdana, sans-serif; font-size: 62.5%;}
p { color: #005187; font-size: 1.1em; line-height: 1.7em; margin-top: 10px;}
h2 { color: #005187; text-transform: uppercase; margin: 12px 0 10px 0; font-size: 1.2em; font-weight: 700;}
h1 { color: #333; line-height: 1.4em;}
* html h1 { font-size: 1.8em;} /* Damn IE... */

#container { width: 778px; margin: 0 auto; background: #fff; /*url(../images/bg.gif) repeat-y;*/ } 
 #contain { width: 748px; margin: 0 auto;}
 #content { width: 708px; margin: 0 auto;}
 
#logo { display: block; margin: 20px 0 0 19px; width: 221px; height: 60px; background: #fff url(../images/logo.png) repeat-y; float: left;}
 #logo h1 { text-indent: -9000px;}
 
#nav { float: right; margin: 46px 29px 0 0; position:relative;}
 .menu1 li { float: left; list-style: none; margin: 0 10px;}
 .menu1 li a { text-decoration: none; color: #323232; display: block; font-size: 1.4em;}
 .menu1 li a:hover { border-bottom: 2px solid #272983;}
 .menu1 li a.current, .menu1 li a.current:hover, .menu1 li a.section { font-weight: 700;}

.menu2 { position:absolute; top:30px; right:0px; width:400px; text-align:right; }
.menu2 li { display:inline; margin:0 5px; }
.menu2 li a { font-size:1.1em; color:#999; text-decoration:none; }
.menu2 li.current a, .menu2 li a:hover { color:#000; border-bottom: 1px solid #272983; }

#banner { margin: 20px 0; width: 751px; height: 171px; display: block; clear: both; background: #5EBAB0 url(../images/banner.gif) no-repeat;}
 #banner p { color: #fff; float: right; margin-top: 129px; line-height: 1.5em; width: 390px;}
 
#content ul, #content ol { margin-left: 20px; font-size: 1.1em; line-height: 1.5em;}
form fieldset {
	border: 0px;
}
#footer { clear: both; width: 100%; border-top: 1px solid #B4C7DD; height: 65px; background: #fff url(../images/landnzlogo.png) no-repeat center left;}