html {
	overflow: auto;
}
body {
	font:11px Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	background: #FFFFFF url('images/splash_gradient_bg.jpg') repeat-x;
}
.wrapper #container {
	width: 915px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.wrapper #header {
	background: url('images/splash_bg_panel.jpg') no-repeat;
	height: 368px;
}
.wrapper #header h1 {
	margin: 0;
	font-size: 18px;
}
.wrapper #mainContent {
	padding: 0 20px;
	background-color: #FFFFFF;
}
.wrapper #mainContent a{
	color: #067dbc;
}
.wrapper #mainContent a:hover{
	color: #067dbc;
	text-decoration:underline;
}
.wrapper #mainContent h1 {
	margin: 0;
	font-size: 18px;
}
ul#icons {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 107px;
}
ul#icons li {
	float: left;
}
ul#icons li a {
	height: 107px;
	display: block;
}
ul#icons li a em {
	display:none;
}
a#events {
	width: 121px;
	background: url('images/events.gif') top left;
}
a#events:hover {
	background: url('images/events.gif') top right;
}
a#membership {
	width: 134px;
	background: url('images/memberships.gif') top left;
} 
a#membership:hover {
	background: url('images/memberships.gif') top right;
}
a#products {
	width: 133px;
	background: url('images/products.gif') top left;
} 
a#products:hover {
	background: url('images/products.gif') top right;
}
a#services {
	width: 133px;
	background: url('images/services.gif') top left;
} 
a#services:hover {
	background: url('images/services.gif') top right;
}
a#national {
	width: 136px;
	background: url('images/national.gif') top left;
} 
a#national:hover {
	background: url('images/national.gif') top right;
}
a#training {
	width: 133px;
	background: url('images/training.gif') top left;
} 
a#training:hover {
	background: url('images/training.gif') top right;
}
a#about {
	/*width: 133px;*/
	width: 125px;
	background: url('images/aboutus.gif') top left;
} 
a#about:hover {
	background: url('images/aboutus.gif') top right;
}
/*
a#contact {
	width: 125px;
	background: url('images/contactus.gif') top left;
} 
a#contact:hover {
	background: url('images/contactus.gif') top right;
}
*/
div.clear {
	width: 100%;
	font-size: 1px;
	clear:both;
}
.wrapper #footer {
	padding: 0 10px;
	background: url('images/footer_bg.gif') no-repeat;
	height: 75px;
}
.wrapper #footer p {
	margin: 0;
	padding: 10px 0; 
}
div#copyright {

}
div#copyrighttext {
	color:#284F23;
	float:left;
	font-size:9px;
	font-weight:bold;
	left:25px;
	position:relative;
	top:24px;
}
div#copyrighttext a{
	color: #284f23;
	font-size: 9px;
	font-weight:bold;
	text-decoration:none;
}
div#copyrighttext ul{
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	margin-left: -1.2em;
}
div#copyrighttext ul li{
	display:inline;
	padding: 0em 1.2em;
	border-right: 1px solid #857b7c;
}
div#copyrighttext ul li.NIMLastItem{
	border-right: none;
}
ul#design a{
	color: #284f23;
	font-size: 9px;
	font-weight:bold;
	text-decoration:none;
}
ul#design {
	display:block;
	float:right;
	list-style-type:none;
	margin:0 -1.2em 0 0;
	padding:0;
	position:relative;
	right:25px;
	top:22px;
}
ul#design li{
	display:inline;
	padding: 0em 1.2em;
	border-right: 1px solid #857b7c;
	color: #284f23;
	font-size: 9px;
	font-weight:bold;
	text-decoration:none;
}
ul#design li.NIMLastItem{
	border-right: none;
}
#logo {
	text-align: center;
	position: relative;
	top: 92px;
}
#strapline {
	font-weight:bold;
	letter-spacing:1px;
	position:relative;
	text-align:center;
	top:140px;
	width:912px;
}