@charset "UTF-8";
/* CSS Document */

/* NAVIGATION
---------------------------------------------------------- */
/** MAIN NAV */	
ul#mainNav {
	margin:0px;
	padding:0px;
	}

#mainNav li{
	list-style-type:none;
	float:left;
	padding:0px;
	margin:0px;
	height:46px;
	}
#mainNav li span {
	display:none;
	visibility:hidden;
	}
#mainNav a {
	display: block;
	height:46px;
	}
li#home a{
	background:url(../images/home.jpg) top left no-repeat;
	width:79px;
	}
li#news a{
	background:url(../images/news.jpg) top left no-repeat;
	width:155px;
	}
li#support a{
	background:url(../images/support.jpg) top left no-repeat;
	width:175px;
	}
li#initiatives a{
	background:url(../images/industry.jpg) top left no-repeat;
	width:197px;
	}
li#join a{
	background:url(../images/join.jpg) top left no-repeat;
	width:152px;
	}
li#cert a{
	background:url(../images/certifications.jpg) top left no-repeat;
	width:201px;
	}

li#home a:hover, li#home a.active {
	background:url(../images/home_ro.jpg) top left no-repeat;
	width:79px;
	}
li#news a:hover, li#news a.active {
	background:url(../images/news_ro.jpg) top left no-repeat;
	width:155px;
	}
li#support a:hover, li#support a.active{
	background:url(../images/support_ro.jpg) top left no-repeat;
	width:175px;
	}
li#initiatives a:hover, li#initiatives a.active{
	background:url(../images/industry_ro.jpg) top left no-repeat;
	width:197px;
	}
li#join a:hover, li#join a.active{
	background:url(../images/join_ro.jpg) top left no-repeat;
	width:152px;
	}
li#cert a:hover, li#cert a.active{
	background:url(../images/certifications_ro.jpg) top left no-repeat;
	width:201px;
	}


/** SUCKERFISH DROPDOWNS */	

#mainNav li ul {
	position: absolute;
	left: -999em;
	background:#80a9d2;
	margin:0px;
	padding:0px;
}

#mainNav ul li {
	border-bottom:1px solid #fff;
	list-style-type:none;
	margin:0px;
	text-indent:0px;
	display:block;
	height:auto;
	}

#mainNav ul a {
	font-weight:bold;
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
	padding:5px 10px 6px 15px;
	height:auto;
	background:none;
	}
	
#mainNav ul li a:hover {color:#0054a5; background:none;}
#mainNav li:hover ul {left: auto;}
#mainNav li:hover ul, #mainNav li.sfhover ul {
	left: auto;
	color:#0054a5;
}
	
	

#mainNav ul#newsSub, #mainNav ul#newsSub li { width:180px;}
#mainNav ul#supportSub, #mainNav ul#supportSub li{width:175px;}
#mainNav ul#initiativesSub, #mainNav ul#initiativesSub li {width:227px;}
#mainNav ul#joinSub, #mainNav ul#joinSub li	{width:202px;}

/* TYPOGRAPHY
---------------------------------------------------------- */
/** ALL */	

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#595959;
	font-size:12px;
	}
a {
	color:#0054a5;
	text-decoration:none;
	font-weight:bold;
	}

a:hover {
	color: #0054a5; 
	text-decoration: underline
	}	 

p {
 	font-size:12px;
 	color:#595959;
	margin:0 0 15px 0;
	}
p.small {
	font-size:10px;
	margin:0px;
	padding:0px;
	}
p.small a, .footer a {
	color:#0054a5;
	}
.footer p {
	font-size:9px;
	}
div.footer {
padding-right:50px;
padding-left:50px;
	}

/** HEADERS */	

h1 {
	font-size:12px;
	color:#a30003;
	margin-bottom:15px;
	}

h2 {
	color:#666666;
	font-size:24;
	margin:0px;
	padding:0px;
	}	

h3 {
	font-size:14px;
	}

h4 {
	margin:0px;
	padding:0 0 2px 0;
	}

h4 a{
	color:#ffffff;
	font-size:14px;
	margin-right:10px;
	}

h4 a:hover {
	color:#cccccc;
	}




