﻿@import url(reset.css);

html, body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #555555;
	background-color: #F07441; 
	line-height : 150%;
	margin: 0;
	height:101%;	
}
p 
{
	margin-bottom: 15px;
}

h1
{
	font-size: larger;
	font-weight:bold;
	margin-bottom:10px;
}

ul
{
	margin-left: 30px;
}

li
{
	margin-left: 10px;
	margin-bottom: 10px;
	list-style-type:disc;
	list-style-position:outside;
}
img
{  border-style: none;
}
a
{
	font-weight:bold;	
	text-decoration:none;
	color:#F07441;	
}
a:visited
{
	color:#D8683C;
}
a:hover
{
	text-decoration:underline;
}

#container
{
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	overflow: hidden;
	position: relative;	
	width: 900px;
	margin-right: auto;
	margin-left: auto;		
	background-color: #FFFFFF;	
}

* html #container {
	height: 100%;
	overflow: visible;
}
.spacer
{
	height:46px;
}	
.centre_content
{
	margin:  20px  40px 20px 40px;
}
.banner
{
	float:left;
	width:320px;	
	margin:  15px 0px 10px 15px;
}
.main_nav
{
	width: 400px;
	float:right;
	height:24px;
	list-style:none;
	font-size:13px;
	font-weight:bold;

	margin-top: 18px;
	position:relative;
	z-index:99;
	padding:0px;
}

.main_nav ul
{
	margin-left:0px;
	list-style-type:none;
	position:relative;

}
	
.main_nav li
{
	margin-left: 0px;
	float:left;
	position:relative;	
	list-style-type:none;	
}

.main_nav a
{
	display:block;	
	background-position: 0 -23px; 
	width:95px;
	padding:0px;
	overflow:hidden;
	color:#fff;
	height:24px;
	text-align:center;
	text-decoration:none;
	padding-top:2px;

}

.main_nav a:hover,
.main_nav a.active
{
	background-position: 0	1px; 
}

.nav_home a
{
	background:url(../images/Home_Orange.jpg) no-repeat top left;
	background-position: 0 -24px; 	
}
.nav_home_active a
{
	background:url(../images/Home_Grey.jpg) no-repeat top left;
	background-position: 0 -24px; 	
}


.nav_init a
{
	background:url(../images/Initiatives_Orange.jpg) no-repeat top left;
	background-position: 0 -24px; 	
}

.nav_init_active a
{
	background:url(../images/Initiatives_Grey.jpg) no-repeat top left;
	background-position: 0 -24px; 	
}

.nav_links a
{
	background:url(../images/Links_Orange.jpg) no-repeat top left;
	background-position: 0 -24px; 	
}
.nav_links_active a
{
	background:url(../images/Links_Grey.jpg) no-repeat top left;
	background-position: 0 -24px; 	
}

.nav_contact a
{
	background:url(../images/Contact_Orange.jpg) no-repeat top left;
	background-position: 0 -24px; 	
}

.nav_contact_active a
{
	background:url(../images/Contact_Grey.jpg) no-repeat top left;
	background-position: 0 -24px; 	
}



#footer 
{
	font-size:65%;
	height:45px;
	margin: -75px auto 0 auto;
	padding:0;
	position:relative;
	color: #555555;
	bottom:0;
	width: 900px;
	background-color: #FFFFFF;		
}

#footer a {
	color: #555555;
	font-weight:bold;		
	text-decoration: none;
}	

#footer a:hover 
{
	color: #000000;
}

.footer_right
{
	float:right;
	text-align:right;
	margin-right:20px;
}
