body {
	margin:0px auto;
	font-family: 'Lucida Grande',helvetica, arial, verdana, sans-serif;
	font-size:12px;
	color: #000;
	line-height:22px;
	background-color:#fff;
}
img {border:0px;}

/*Body Links*/
a {   color: #0f35d7; text-decoration: none;}
a:hover { color: #f26522; text-decoration: underline;}
a:visited { color: #0f35d7; text-decoration: none;}
a:active { color: #d70f0f; text-decoration: underline;}
a:visited:hover { color: #f26522; text-decoration: underline;}


h1, h2, h3, h4 {
	font-family: 'Lucida Grande',helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	color: #a03d37;
	margin-top: 5px;
	}

h1 {
	font-size: 24px;
	}
h2 {
	font-size:20px;
	color:#00669c;
	}
h3 {
	font-size:18px;	
	}
h4 {
	font-size:16px;
	}

h5 {
	font-size:14px;
	}
	
.pullquote {
	width: 30%;
	float:right;
	font-size:125%;
	line-height:140%;
	margin:10px 0px 10px 10px;
	padding:10px;
	color:#00669c;
	}
.quotation {
	font-style:italic;
	width: 85%;
	margin:0px auto;
	color:#333333;
	}

/*----------STRUCTURE----------------------*/
#header {
	width:700px;
	height:150px;
	}
.pics {  
    height:  150px;  
    width:   800px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    background-color: #fff;  
    width:  800x; 
    height: 150px; 
    top:  0; 
    left: 0 
} 
#container {
	margin:0px;
	width:700px;
	background:url("../_graphics/background.png") repeat-y left top;
	border:0px solid blue;
	}
#nav {
	width:147px;
	float:left;
	border:0px solid #000;
	}
#contentBox {
	width:553px;
	float:right;
	border:0px solid red;
	background:url("../_graphics/background-top.png") no-repeat right top;
	}
#content {
	padding:20px;
	}
#footer {
	width:700px;
	background-color:#d3be96;
	border-top:2px solid #00669c;;
	}
.footercopy {
	color:#fff;
	font-size:9px;
	line-height:12px;
	padding:10px 10px 100px 10px;
	}
	
/*---------- HEADER --------- */
div#header h1 {
	text-indent:-9999px;;
}
div#header h1 a {
	display: block;
	width: 600px;
	height: 150px;
	margin: 0px;
	/*
	background: url("http://habitat.test.ifworld.com/_graphics/new_logo.png") no-repeat;
	*/
}

/*----------TABLES----------------------*/
table { 
	border-collapse: collapse;
	margin-bottom:20px;
	}
table td { 
	text-align:left;
	vertical-align:top;
	padding:2px 10px 2px 10px;
	}
table th {
	color:#a03d37;
	}
.rowHeader {
	background-color:#ddd;
	font-weight:bold;
	color:#555;
	}
.odd {
	background-color:#fff;
	}
.even {
	background-color:#eee;
	}
	
table.layout { 
	width: 100%;
	border: 0px solid #000; 
	margin: 0px auto;
	padding:0px;
	border-collapse: collapse;
	}
table.layout td { 
	padding:5px 10px 10px 10px;
	}
table.default { 
	border: 1px solid #ccc; 
	padding:0px;
	border-collapse: collapse;
	}
table.default td { 
	padding:2px 10px 2px 10px;
	}
table.grid {
	border: 1px solid #ccc;
	padding:0px;
	border-collapse: collapse;
	}
table.grid td.rowHeader {
	text-align:left;
	}
table.grid td {
	text-align:center;
	}
table.ledger {
	border: 1px solid #ccc; 
	padding:0px;
	border-collapse: collapse;
	}
table.ledger td {
	
	}
	
	
.column { 
	border-right:1px solid #ccc;
	}
table.colTwo td {
	width:350px;
	}
table.colThree td {
	width:230px;
	}


/*----------nav----------------------*/
#nav ul {
    margin: 0px;
    padding: 0px 0px 8px 0px;
    list-style-type: none;
    font-family: 'Lucida Grande', arial, verdana, helvetica, Geneva, Trebuchet MS, sans-serif;
	background-color:#00669c;
	}
#nav ul li {
    display: block;
    margin: 0px;
	padding:0px;
}

/* MENU buttons */
#nav ul li a {
    margin: 0px 0px 0px 0px;
	padding:0px;
    display: block;
    text-decoration: none;
    color: #fff ;
	font-size:12px;
	padding:5px 5px 0px 10px;
	margin-bottom:-5px;
	height:31px;
	text-align:left;
}

/* MENU buttons level one */
#nav ul li.active a {
	font-size:12px;
	padding:5px 5px 0px 10px;
	margin-bottom:-5px;
	height:31px;
	text-align:left;
}

#nav ul li a.active{
    color: #51b948;
}

/* MENU buttons level one */
#nav ul li.selected_two a {
    color: #51b948;
	font-size:12px;
	padding:5px 5px 0px 20px;
	margin:0px;
}
#nav ul li ul {
  margin-left: 10px;
}
#nav ul li ul li  a {
    color: #d5f0fe ;
	font-size:12px;
	padding:5px 5px 0px 20px;
	margin:0px;
}
#nav ul li.unselected_two a:hover {
	color: #fff;
	padding:5px 5px 0px 20px;
}
