/* CSS Document */
body {
	border:none;
}
#ecg_global_nav {
	background-color:#7CAC3C;
	clear:both;
	margin-top:15px;
	list-style:none;
	list-style-type:none;
	width:100%;
	font-family:Cabin Condensed;
}
#ecg_global_nav li {
	list-style:none;
	list-style-type:none;
	display:inline-block;
	margin-left:1.7em;
}
#ecg_global_nav li a {
	display:block;
	text-transform:capitalize;
	background-color:#7CAC3C;
	font-family:Cabin Condensed;
	color:white;
	font-size:1.3em;
	border:none;
	padding:3px 15px 3px 15px;
}
#ecg_global_nav li a.current,
#ecg_global_nav li a:hover {
	background-color:#DCDAB3;
}
.ecg_global_subnav {
	position:absolute;
	background-color:#DCDAB3;
	margin-bottom:20px;
	width:100%;
	z-index:100;
}
.ecg_global_subnav ul {
	padding-left:10px;
	padding-right:10px;
}
.ecg_global_subnav ul li {
	list-style:none;
	list-style-type:none;
	display:inline-block;
	background-color:#DCDAB3;
	color:#7CAC3C;
}
.ecg_global_subnav ul li a {
	text-transform:capitalize;
	font-family:Cabin Condensed;
	font-weight:400;
	color:#60852E;
	font-size:1.3em;
	border:none;
	padding:3px 3px 3px 3px;
}

#page {
	padding-top:20px;
}
#main {
	clear:both;
}


#ecg_header_ul {
	position: relative;
	display:inline-block;
	width:100%;
}
#ecg_header_ul li {
	display:inline-block;
	margin-left:10px;
}
#ecg_header_ul li a.ecg_header_icon_twitter{
	background: url("http://www.ethical.org.au/3.4.2/wp-content/themes/organicweb-child/images/icon-twitter.png")  no-repeat scroll 0 0 transparent;
	height: 28px;
	margin-top: 2px;
	width: 33px;
}
#ecg_header_ul li a.ecg_header_icon_twitter:hover{
	background-position: 0 -33px;
}
#ecg_header_ul li a.ecg_header_icon_facebook{
	background: url("http://www.ethical.org.au/3.4.2/wp-content/themes/organicweb-child/images/icon-facebook.png") no-repeat scroll 0 0 transparent;
	height: 28px;
	margin-top: 2px;
	width: 33px;
}
#ecg_header_ul li a.ecg_header_icon_facebook:hover{
	background-position: 0 -33px;
}

.ci-header {
	height:auto;
}

