/*
	CE CSS
	CREATED: 26.08.08
	MODIFIED: 29.10.09
	AUTHOR: ANDY FIELD
*/

/*
	COLOURS
	PURPLE:#210254
	BLUE:#24a4e6
	TINT:#e5ecf6
*/

/*
	CSS ORDER
	1. RESET
	2. BASE
	3. LINK RESETS
	4. 
*/

/* RESET
******************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none;
}

:link,:visited {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img { 
	border: 0;
}

address,abbr,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

img {
	border: none;
}

ol,ul,dl {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 100%;
	font-weight: normal;
	line-height: 100%;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/* BASE
******************************************/

html>body {
	font-size: 12px;
}

body {
	background:#fff;
	color:#222;
	font:75%/100% arial,sans-serif;
	text-align:center;
}

input,select,textarea {
	font-family:arial,sans-serif;
	font-size:100%;
	padding:.2em;
}

#skip {
	height:0;
	margin:0;
	overflow:hidden;
	position:relative;
	text-indent:-3000em;
	width:0;
}

a:link,
a:visited {
	/* border-bottom:1px solid #e5ecf6; */
	border-bottom:1px solid #fff;
	color:#24a4e6;
	text-decoration:none;
}

a:hover,
a:active {
	/* border-bottom:1px solid #24a4e6; */
	border-bottom:1px solid #e5ecf6;
	color:#24a4e6;
	text-decoration:none;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */

strong {
	font-weight:bold;
}

hr {
	background:#91c068;
	border:0;
	color:#91c068;
	height:1px;
	margin:0 0 .75em 0;
}

em {
	font-style:italic;
}

/* LINK RESETS
******************************************/

.shop a:link,
.shop a:visited,
#n_header a:link,
#n_header a:visited,
#n_footer a:link,
#n_footer a:visited {
	border:none;
}

/* TYPOGRAPHY
******************************************/

p,dl,ol,ul,td,th {
	font-size:1em;
	line-height:1.5em;
}

p,dl,ol,ul {
	margin:0 0 0.818182em 0;
}

h1 {
	/* border-bottom:1px solid #e5ecf6; */
	color:#2d076b;
	font-size:1.5em;
	line-height:1.2em;
	margin:0 0 1.2em 0;
	/* margin:0 0 1.2em 0;
	padding:0 0 .9em 0; */
}

#ma h1 {
	margin:0 0 0.409091em 0;
}

h2 {
	color:#2d076b;
	font-size:1.25em;
	font-weight:bold;
	line-height:1.2em;
	margin:0 0 0.75em 0;
}

h3 {
	color:#2d076b;
	font-size:1.166667em;
	line-height:1.285714em;
}

h4 {
	color:#2d076b;
	font-size:1.083333em;
	font-weight:bold;
	line-height:1.384615em;
	margin:0 0 0.3214285em 0;
}

/* LAYOUT
******************************************/

#n_headerwrappr {
	background:#24a4e6 url(../assets/ce_headerbg.png) 50% 0 no-repeat;
	overflow:hidden;
}

#n_header,
#subnav,
#content,
#footer {
	margin:0 auto;
	text-align:left;
	width:940px;
}

#n_header {
	background:#24a4e6 url(../assets/ce_header.png) 0 0 no-repeat;
	/* height:90px; */
}

#nav {
	background:#24a4e6;
	width:100%;
}

#subnav {
	background:#e5ecf6 url(../assets/subnavbg.png) 0 bottom no-repeat;
}

#content {
	padding:20px 0;
}

#ctop {
	margin:0 0 20px 0;
	width:940px;
}

#wcol {
	background:#fff;
	float:left;
	width:620px;
}

#slidecol {
	background:#fff;
	float:right;
	width:300px;
}

#cbottom {
	margin:0 0 20px 0;
	width:940px;
}

#three-col {
	margin:20px 0;
	width:940px;
}

#colone {
	background:#fff;
	display:inline; /* IE6 DUPLICATE CHARCTER FIX */
	float:left;
	width:300px;
}

#coltwo {
	background:#fff;
	float:left;
	margin:0 20px;
	width:300px;
}

#colthree {
	background:#fff;
	float:right;
	width:300px;
}

#footer {
	border-top:1px solid #e5ecf6;
	padding:15px 0;
}

/* HEADER
******************************************/

#n_logo {
	display:block;
	float:left;
	height:80px;
	margin:0;
	overflow:hidden;
	padding:0;
	text-indent:-3000em;
	width:250px;
}

#n_logo a {
	border:none;
	display:block;
	height:80px;
	width:250px;
}

#n_logo a:hover {
	border:none;
}

dl#n_searchcontainer {
	background:#24a4e6 url(/build/assets/searchhd.png) right bottom no-repeat;
	float:right;
	font-size:100%;
	/* height:80px; */
	width:384px;
}

dl#n_searchcontainer dd {
	/* background:url(/build/assets/searchhd.png) right 0 no-repeat; */
	border:none;
	color:#fff;
	display:block;
	float:left;
	font-size:0.916667em;
	/* height:62px; */
	line-height:1.636364em;	
	margin:0;
	padding:10px 10px 8px 0;
	width:auto;
}

dl#n_searchcontainer dd:hover {
	background:none;
}

dl#n_searchcontainer dd.n_login {
	/* background:url(/build/assets/searchhd.png) 0 bottom no-repeat; */
	padding:10px 0 8px 10px;
	width:167px;
}

dl#n_searchcontainer dd.n_split {
	background: url(/build/assets/split.png) 50% bottom no-repeat;
	padding:10px 0 8px 0;
	height:62px;
	width:30px;
}

dl#n_searchcontainer fieldset {
	border:none;
	margin:0;
	padding:0;
}

dl#n_searchcontainer label {
	display:block;
	width:auto;
}

dl#n_searchcontainer a {
	color:#fff;
}

dl#n_searchcontainer input {
	vertical-align:middle;
}

dl#n_searchcontainer input.si {
	border:1px solid #fff;
	display:inline;
	height:16px;
	padding:1px;
	width:130px;
}

dl#n_searchcontainer input.sbtn {
	padding:0;
}

dl#n_searchcontainer span {
	display:block;
	margin:4px 0 0 0;
}

dl#n_searchcontainer a,
dl#n_searchcontainer a:hover {
	background:url(/build/assets/asarrow.png) 0 0 no-repeat;
	padding:0 0 0 14px;
}

dl#n_searchcontainer li {
	display:inline;
}

dl#n_searchcontainer li a,
dl#n_searchcontainer li a:hover {
	background:none;
	padding:0;
}

dl#n_searchcontainer a:hover {
	border-bottom:1px solid #fff;
}

/* NAV
******************************************/

ul#level01 {
	background:#210254 url(../assets/navbg.png) 0 0 no-repeat;
	margin:0 auto;
	text-align:left;
	width:940px;
}

#subnav ul {
	margin:0;
}

#nav li,
#subnav li {
	display:inline;
}

#nav li a {
	color:#fff;
	font-weight:bold;
}

#nav li a,
#subnav li a {
	border:none;
	display:block;
	float:left;
	padding:6px 10px;
}

#subnav li.spacer {
	display:block;
	padding:6px 10px;
}

#nav li a {
	background:url(../assets/navline.png) left 50% no-repeat;
}

#nav li a.on {
	background:url(../assets/navline.png) left 50% no-repeat;
	color:#a9d8ff;
}

#subnav li a {
	background:url(../assets/subnavline.png) left 50% no-repeat;
}

#nav li a.start,
#subnav li a.start {
	background:none;
}

#subnav li a:hover {
	color:#210254;
}

#nav ul#level01 a:hover {
	color:#a9d8ff;
}

#nav li.mlogin {
	float:right;
}

#nav li.mlogin a {
	background:none;
	color:#a9d8ff;
}

#nav ul#level01 li.mlogin a:hover {
	color:#24a4e6;
}

/* CONTENT
******************************************/
ul.membersbenefits {
	list-style-type:square;
}


ul#sflogos,
ul#sflogosalt {
	float:left;
	height:40px;
	/* margin:0 0 1.5em 0; */
	width:620px;
}

ul#sflogosalt {
	margin-top:10px;
}

ul#sflogos li,
ul#sflogosalt li {
	display:block;
	float:left;
}

ul#sflogos li a,
ul#sflogosalt li a {
	background:#fff;
	display:block;
	height:40px;
	margin:0 25px 0 0;
	overflow:hidden;
	text-indent:-3000em;
	width:190px;
}

ul#sflogos li a,
ul#sflogosalt li a {
	border:none;
}

ul#sflogos li a.bef {
	background:#fff url(../assets/sectorforumlogos.png) 0 0 no-repeat;
}

ul#sflogos li a.ccg {
	background:#fff url(../assets/sectorforumlogos.png) 0 -40px no-repeat;
}

/* ul#sflogos li a.hf {
	background:#fff url(../assets/sectorforumlogos.png) 0 -80px no-repeat;
	margin-right:0;
}

ul#sflogosalt li a.g4c {
	background:#fff url(../assets/sectorforumlogos.png) 0 -120px no-repeat;
} */

ul#sflogos li a.g4c {
	background:#fff url(../assets/sectorforumlogos.png) 0 -120px no-repeat;
	margin-right:0;
} 

ul#sflogosalt li a.ncctp {
	background:#fff url(../assets/sectorforumlogos.png) 0 -160px no-repeat;
}

ul#sflogosalt li a.natplat {
	background:#fff url(../assets/sectorforumlogos.png) 0 -200px no-repeat;
}

ul#sflogosalt li a.hf {
	background:#fff url(../assets/sectorforumlogos.png) 0 -80px no-repeat;
	margin-right:0;
}

ul#fadeimg {
	background:#ddd;
	display:block;
	height:200px;
	overflow:hidden;
	margin:0;
}

ul#fadeimg li {
	background:#fff;
	display:block;
	height:200px;
	margin:0;
	width:300px;
}

ul#fadeimg li a {
	border:none;
}

ul#fadeimg li span {
	background:#333;
	color:#fff;
	display:block;
	height:30px;
	padding:10px 10px 0 10px;
	position:relative;
	top:-40px;
	width:300px;
	z-index:20000;
}

/* #fadecap {
	background:#333;
	color:#fff;
	height:20px;
	overflow:hidden;
	padding:10px;
	position:relative;
	top:-20px;
	width:280px;
	z-index:10;
}

#slidecol {
	height:220px;
	overflow:hidden;
} */

.item {
	border-bottom:1px solid #e5ecf6;
	margin:0 0 .75em 0;
	padding:0 0 .75em 0;
}

.item p,
.shop p {
	margin:0;
}

ul#twitter_update_list {
	margin:0;
}

/* ul#twitter_update_list span {
	display:block;
} */

ul#twitter_update_list li {
	/* margin:0 0 0 70px; */	
	padding:0 0 0.3em 0;
}

.shop {
	background:#e5ecf6;
	padding:.4em;
}

img.thumb {
	float:left;
	margin:0 10px 0 0;
}

ul#bookmark {
	margin:0;
}

ul#bookmark li {
	display:block;
	float:left;
	margin:0 5px 0 0;
}

ul#bookmark li a {
	background:#ddd;
	display:block;
	height:18px;
	overflow:hidden;
	text-indent:-3000em;
	width:18px;
}

ul#bookmark li a:hover {
	border:none;
}

ul#bookmark li.digg a {
	background:#fff url(../assets/shareicons.png) 0 0 no-repeat;
}

ul#bookmark li.google a {
	background:#fff url(../assets/shareicons.png) 0 -72px no-repeat;
}

ul#bookmark li.yahoo a {
	background:#fff url(../assets/shareicons.png) 0 -18px no-repeat;
}

ul#bookmark li.delicious a {
	background:#fff url(../assets/shareicons.png) 0 -90px no-repeat;
}

ul#bookmark li.stumbleupon a {
	background:#fff url(../assets/shareicons.png) 0 -36px no-repeat;
}

ul#bookmark li.newsvine a {
	background:#fff url(../assets/shareicons.png) 0 -108px no-repeat;
}

ul#bookmark li.facebook a {
	background:#fff url(../assets/shareicons.png) 0 -54px no-repeat;
}

ul#bookmark li.reddit a {
	background:#fff url(../assets/shareicons.png) 0 -126px no-repeat;
}

#video {
	background:#e5ecf6;
	height:243px;
	margin:0.818182em 0;
	width:300px;
}

/* NEWS AND EVENTS
******************************************/

#ma #three-col h2,
#colthree h2,
h2.rsshd {
	border-bottom:1px solid #e5ecf6;
	padding:.2em 0;
}

h2.rsshd span {
	/* background:#ddd;
	float:right;
	font-size:0.733333em;
	line-height:1.636364em; */
	float:left;
}

h4.rsshd span {
	/* background:#ddd;
	float:right;
	font-size:0.733333em;
	line-height:1.636364em; */
	float:left;
}

a.grabrss,
a.grabrss:hover {
	background:url(../assets/rss.png) 0 50% no-repeat;
	border:none;
	display:block;
	float:right;
	height:16px;
	overflow:hidden;
	text-indent:-3000em;
	width:23px;
	/* font-size:0.733333em;
	font-weight:normal;
	line-height:1.636364em; */
}

a.plunk,
a.plunk:hover {
	background:url(../assets/rss.png) 0 50% no-repeat;
	border:none;
	display:block;
	float:right;
	height:16px;
	overflow:hidden;
	text-indent:-3000em;
	width:23px;
	top:-22px;
	position:relative;
	z-index:1000;
}

.newsblock p {
	margin:0;
}

.newsblock {
	margin:0 0 0.75em 0;
}

p.date {
	color:#555;
	font-size:0.833333em;
	line-height:1.8em;
}

p.author {
	color:#555;
	font-size:0.916667em;
	line-height:1.636364em;
}

.ui-tabs-hide {
	display: none;
}

#news ul,
#events ul {
	/* border-bottom:1px solid #e5ecf6;
	padding:0 0 .2em 0; */
	margin:0;
	position: relative;
	z-index:1;
}

#news li,
#events li {
	background:#e5ecf6;
	border:1px solid #e5ecf6;
	border-bottom:none;
	/* border-bottom:none; */
	display:block;
	float:left;
	font-size:1.25em;
	line-height:1.2em;
}

#news li.ui-tabs-selected a,
#events li.ui-tabs-selected a {
	background:#fff;
	display:block;
	font-weight:bold;
	padding:.2em .4em;
}

#news li a,
#events li a {
	border:none;
	color:#2d076b;
	display:block;
	float:left;
	padding:.2em .4em;
	/* margin:0 0 0.75em 0; */
}

.ui-tabs-panel {
	border-top:1px solid #e5ecf6;
	padding:1em 0 0 0;
	position:relative;
	top:-1px;
}

/* #news li a {
	color:#2d076b;
	font-size:1.25em;
	font-weight:bold;
	line-height:1.2em;
	margin:0 0 0.75em 0;
}

#news li.ui-tabs-selected {
	background:#d30;
}

#newstabs ul {
	border-bottom:1px solid #e5ecf6;
	padding:0 0 .2em 0;
}

#newstabs li {
	display:inline;
}

#newstabs li a {
	color:#2d076b;
	font-size:1.25em;
	font-weight:bold;
	line-height:1.2em;
	margin:0 0 0.75em 0;
}

#newstabs li.ui-tabs-selected {
	background:#e5ecf6;
} */

#inews img {
	display:none; /* REMOVES FEEDBURNER SINGLE PIXEL IMAGE SPACING */
}

/* FOOTER
******************************************/

#footer {
	color:#555;
	font-size:0.916667em;
	line-height:1.636364em;
}

#footer ul {
	float:left;
	font-size:100%;
	margin:0 0 0.9em 0;
	width:100%;
}

#footer li {
	border-left:1px solid #c7cede;
	display:block;
	float:left;
	line-height:1em;
	padding:0 .5em;
}

#footer li.listart {
	border:none;
	padding-left:0;
}

ul#fmain {
	font-weight:bold;
	margin:0 0 0.45em 0;
}

/* ALERT
******************************************/

#alertbox {
	background: #fae290;
	padding:6px;
	margin:0 0 0.75em 0;
}

#alertbox p {
	margin:0;
}

/* MAP
******************************************/

.mapdesc {
	padding:0 10px 0 0;
	width:160px;
}

.mapdesc p {
	margin:0 0 0.375em 0;
	padding:0;
}

#coltwo #cemap,
#colthree #cemap {
	height: 200px;
	margin:0 0 0.75em 0;
	width:300px;
}

form#mapfrm {
	margin:0 0 0.75em 0;
}

/* UPDATES
******************************************/


