/*--------------------------------
Reset elements
--------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*--------------------------------
Base Typography
--------------------------------*/
a{
	/*color:#025290;*/
	color:#4C982B;
	}
a:hover{
	color:#025290;
	}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-family:'Myriad Pro Bold','Myriad Pro','Lucida Grande',Tahoma,Lucida,Verdana,Arial,Helvetica,sans-serif;
	}
h1{
	margin:10px 0 0 0;
	padding:0;
	font-size:2.8em;
	line-height:1.2em;
	color:#052242;
	
	font-weight:bold;
	}
h1 a{
	color:#052242;
	text-decoration:none;
	}
h1 a:hover{
	text-decoration:underline;
	color:#052242;
	}
h2{
	margin:0.5em 0 0 0;
	padding:0.3em 0px 0 0px;
	font-size:1.8em;
	color:#4C982B;
	
	border-bottom:1px solid #ccc;
	font-weight:bold;
	}
h2 a{
	text-decoration:none;
	color:#4C982B;
	}
h2 a:hover{
	text-decoration:none;
	}
h3{
	margin:0.4em 0 0 0;
	padding:0.3em 0px 0 0px;
	font-size:1.5em;
	color:#666;
	
	font-weight:bold;
	}


p{
	margin:0.8em 0 1.2em 0;
	line-height:1.5em;
	font-size:1.2em;
	}
b,strong{
	font-weight:bold;
	}
em{
	font-style:italic;
	}
ul, ol{
		font-size:1.2em;
		margin:0 0 1.2em 35px;
		list-style-type:disc;
		line-height:1.3em;
		}
	li{
		margin:0.5em 0;
		}
ol{
	list-style-type:decimal;
	}
blockquote, bq{
	margin:20px 0;
	padding-top:10px;
	background:#eee;
	border:1px solid #ddd;
	padding:0 15px;
	}
.mainNav, .level2, #footer ul, #footer li, #sponsors, #sponsors li, .block ul, .block li{
	font-size:1em;
	margin:0;
	padding:0;
	line-height:1em;
	background:transparent;
	list-style-type:none;
	}		
		



/*--------------------------------
Structure & Modified Typography
--------------------------------*/
body{
	background:#0E2E97 url(../img/structure/body.jpg);
	padding-bottom:20px;
	font-size: 10px; 
	font-family:'Lucida Grande',Geneva,Tahoma,Lucida,Verdana,Arial,Helvetica,sans-serif;
	}
#wrap{
	background:url(../img/structure/wrap.jpg) repeat-x;
	}
#header{
	width:900px;
	margin:0 auto;
	padding-top:20px;
	}
#logo{
	float:left;
	width:499px;
	height:99px;
	background:url(../img/structure/logo.png) no-repeat;
	}
#logo a{
	overflow:hidden;
	text-indent:-5000px;
	height:99px;
	width:499px;
	display:block;
	}
#main{
	width:940px;
	padding:0;
	margin:0 auto;
	background:#fff url(../img/structure/main.png) repeat-y;
	}
#mainfooter{
	width:940px;
	margin:0 auto;
	background:url(../img/structure/mainfooter.png) bottom left no-repeat;
	padding-bottom:20px;
	}
#maintop{
	width:900px;
	margin:0 auto;
	background:url(../img/structure/maintop.png) no-repeat;
	padding:20px 20px 0 20px;
	}

/*--------------------------------
Navigation
--------------------------------*/

.mainNav {
	height:38px;
	line-height:36px;
	background:#4ba424 url(../img/structure/mainNav.png) bottom left repeat-x;
	position: relative;
	font-size:13px;
	margin:0;
	width:886px;
	border:2px solid #439420;
	border-bottom:0;
	padding:0 5px !important;
	z-index:1000;
	}

.mainNav li{
	float:left;
	list-style-type:none;
	margin:0 !important;
	padding:0 2px 0 0;
	background: url(../img/structure/mainnavdivider.png) bottom right no-repeat;
	}
.mainNav li:last-child{
	background:none;
	}
.mainNav a{
	color:#fff;
	text-decoration:none;
	display:block;
	padding:0 15px 2px 15px;
	text-shadow:#316d18 2px 2px 4px;
	}
.mainNav a:hover{
	background:none; 
	text-decoration:none;
	color:#0E2E97;
	text-shadow:#fff 1px 1px 1px;
	}
	
.mainNav a.selectedPage, .mainNav a.selectedPageRoot{
	background: url(../img/structure/mainnavactive.png) bottom center no-repeat;
	text-decoration:underline;
	margin-bottom:-1px;
	padding-bottom:3px;
	}
.mainNav li.hasChildren > a:after{
	content:url(../img/structure/mainnavdropdown.png) !important;
	}
.mainNav .hasChildren .level2 a:after{
	content:"";
	}

/*--------------------------------
Suckerfish dropdowns
--------------------------------*/
.level2 {
	background:#5cac39;
	clear:both;
	float:left;
	margin-top:0px;
	height:auto;
	font-size:12px;
	position: absolute;
	left: -999em;
	z-index:1000;
	}

.level2 li {
	clear:both;
	padding:0;
	background:none;
	}
	
.level2 a {
	background:#5cac39;
	text-shadow:none !important;
	background:#eaeaea;
	line-height:1.4em !important;
	padding:5px 8px;
	text-decoration:none;
	font-weight:normal;
	clear:both;
	float:left;
	display: block;
	text-indent:0px !important;
	border:1px solid #ccc;
	border-top:1px solid #fff;
	width:140px;
	color:#333;
	}
.level2 a:hover{
		background:#333;
		color:#fff;
		border:1px solid #666;
		}

.mainNav li:hover ul, .mainNav li.sfhover ul {
	left: auto;
	margin-left:0px;
}

.level2 a.selectedPage, .level2 a.selectedPage:hover{
	color:#000;
	padding:5px 8px 5px 20px;
	background:#eaeaea url(../img/structure/navactive.png) no-repeat 5px center !important;
	border:1px solid #ccc;
	border-top:1px solid #fff;
	width:128px;
	text-decoration:underline;
	margin-bottom:0px;
}

.sf-shadow ul {
	background:	url('../img/structure/shadow.png') no-repeat bottom right !important;
	padding: 0 8px 9px 0 !important;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}



#content{
	float:left;
	display:inline;
	width:580px;
	padding:0 30px;
	}

#sidebar{
	float:left;
	display:inline;
	width:230px;
	padding:0 20px 0 10px;
	padding-top:2em;
	}	
#footer{
	height:30px;
	line-height:30px;
	list-style-type:none;
	font-size:1.2em;
	float:left;
	display:inline;
	width:900px;
	}
#footer li{
	float:left;
	display:inline;
	line-height:30px;
	height:30px;
	}
	#footer #members_foot{
		float:right;
		}
#footer li a{
	padding:0 8px;
	color:#fff;
	text-decoration:none;
	display:block;
	}
#footer li a:hover{
	text-decoration:underline;
	}
#footer li.selectedPageRoot a, #footer li.selectedPage a{
	text-decoration:underline;
	}
#externalfooter{
	width:880px;
	margin:-6px auto 0px auto;
	padding-bottom:40px;
	color:#7c8cc5;
	}
#externalfooter a{
	color:#fff;
	text-decoration:none;
	}
#externalfooter a:hover{
	color:#fff;
	text-decoration:underline;
	}
#copyright{
	margin:0;
	padding:0;
	float:left;
	font-size:1.1em;
	}
#credits{
	padding:0;
	margin:0;
	float:right;
	font-size:1.1em;
	text-align:right;
	}

/*--------------------------------
Members Area
--------------------------------*/
.loggedincontent0, .loggedoutcontent1{
	display:none !important;
	}

/*--------------------------------
Breadcrumbs
--------------------------------*/
#breadcrumbs{
	color:#999;
	margin:10px 0 5px 0;
	line-height:1.5em;
	font-size:1.1em;
	}
#breadcrumbs div{
	display:inline;
	}
#breadcrumbs a{
	color:#999;
	}
#breadcrumbs a:hover{
	color:#025290;
	}

/*--------------------------------
Sidebar
--------------------------------*/
#sidebar dl{
		border:1px solid #ddd;
		background:#fff;
		padding:1px;
		margin:10px 0 20px 0;
		color:#555;
		}
	#sidebar dt{
		background:#E6F4F4;
		padding:10px 10px 3px 10px;
		font-size:1.2em;
		line-height:1.4em;
		text-transform:uppercase;
		color:#000;
		font-weight:bold;
		}
	#sidebar dd{
		padding:0 15px 5px 15px;
		background:#E6F4F4;
		font-size:1.1em;
		}
	#sidebar p{
		padding:5px 8px;
		margin:0;
		font-size:1em;
		}
	#sidebar ul.sectionMenu{
		padding:0px 8px 5px 14px;
		list-style-type:none;
		font-size:1.2em;
		line-height:2em !important;
		border:1px solid #ddd;
		background:#fff;
		padding:0 1px 1px 1px;
		margin:10px 0 20px 0;		
		}
	#sidebar .sectionMenu li{
		border-top:1px solid #fff;
		border-bottom:1px solid #eee;
		padding:0 10px;
		margin:0;
		background:#f5f5f5;
		}
	#sidebar li.selectedPage, #sidebar li.selectedPageRoot{
		color:#000;
		background:#fff;
		}
	#sidebar .sectionNav a{
		color:#555;
		text-decoration:none;
		}
	#sidebar a:hover{
		color:#000;
		text-decoration:underline;
		}
#sidebar li.selected a{
		color:#000;
		text-decoration:none;
		}
	#sidebar a.selectedPage, #sidebar a.selectedPageRoot{
		color:#000;
		text-decoration:none !important;
		}

#socialnetworks a{
	font-size: 1.2em;
	line-height: 40px;
	}
#socialnetworks img{
	float:left;
	height:32px;
	width:32px;
	border:none;
	padding-right:8px;
	vertical-align: middle;
	padding:4px 8px 4px 0;
	}

/*--------------------------------
Blog & announcements
--------------------------------*/
#pages{
	text-align:center;
	font-size:1.2em;
	line-height:1.2em;
	}
#next,#prev{
	float:right;
	display:inline;
	margin:0px 0 0 8px;
	line-height:1.2em;
	font-size:1.2em;
	}
#prev{
	margin:0px 8px 0 0;
	float:left;
	}
	
	
.blogList h2, .post h2, .event h2{
	margin:10px 0 0 0;
	padding:0;
	font-size:2.8em;
	line-height:1.2em;
	color:#052242;
	
	font-weight:bold;
	border:0;
	}
.blogList h2 a, .post h2 a{
	color:#052242;
	text-decoration:none;
	border:0;
	}
.blogList h2 a:hover, .post h2 a:hover{
	text-decoration:underline;
	color:#052242;
	border:0;
	}
	
li[class*="post"]{
	font-size:10px;
	margin-bottom:20px;
	}

li[class*="post"] ul, li[class*="post"] ol{
	font-size:1.2em;
	margin:0 0 1.2em 35px;
	line-height:1.3em;
	}
li[class*="post"] li{
	margin:0.5em 0;
	list-style-type:disc;
	}
li[class*="post"] ol li{
	list-style-type:decimal;
	}
	
.postInfo{
	color:#999;
	margin:0 0 0 0;
	line-height:1.5em;
	font-size:1em;
	border-bottom:1px solid #eee;
	padding-bottom:20px;
	}
.eventDate{
	color:#999;
	margin:0 0 0 0;
	line-height:1.5em;
	font-size:1em;
	border-bottom:1px solid #eee;
	}
.postViewInfo{
	font-size:1.1em !important;
	background:#f5f5f5;
	border:1px solid #eee;
	border-left:0;
	border-right:0;
	margin-bottom:10px !important;
	}
.postViewTags{
	font-size:1em !important;
	}
.blogBack, .rss, .addComment{
	display:none;
	}



.comments{
	width:90%;
	margin:20px auto;
	}

.comments h3{
	margin:0.5em 0 0 0;
	padding:0.3em 0px 0 0px;
	font-size:1.8em;
	color:#4C982B;
	
	border-bottom:1px solid #ccc;
	font-weight:bold;
	}
.comments h3 a{
	text-decoration:none;
	color:#4C982B;
	}
.comments h3 a:hover{
	text-decoration:none;
	}
	
.comments dl{
	margin:10px 0 20px 0;
	}

dt.comment,dd.comment{
	background:#f5f5f5 !important;
	margin:0;
	border:0 !important;
	font-size:1.1em;
	line-height:1.4em !important;
	}
dt.comment {
	border-top:1px solid #eee !important;
	color:#999;
	}
dt.comment a{
	text-decoration:none;
	color:#666;
	}
dt.comment a:hover{
	text-decoration:underline;
	}
dd.comment{
	padding-top:0 !important;
	border-bottom:2px solid #eee !important;
	font-size:1.2em;
	}
dt.alternate, dd.alternate{
	background:#fff !important;
	border:0 !important
	}
.commentNumber{
	display:none;
	}	


.commentDate{
	color:#999;
	margin:10px 0 0 0;
	line-height:1.5em;
	font-size:0.9em;
	}

/*--------------------------------
Search
--------------------------------*/
.search{
	float:right;
	margin:32px 30px 0 0;
	background:url(../img/structure/search.png);
	padding:10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}
.search input{
	font-size:1.2em;
	font-family:'Lucida Grande',Geneva,Tahoma,Lucida,Verdana,Arial,Helvetica,sans-serif;	
	}
.searchResults{
	margin:0.8em 0 1.2em 0 !important;
	line-height:1.5em !important;
	}
.searchTerm{
	}
.searchResults em{
	color:#999;
	}
#pagination{
	margin:0.8em 0 0 0 !important;
	}
ul, ol{
		font-size:1.2em;
		
		list-style-type:disc;
		line-height:1.3em;
		}
	li{
		margin:0.5em 0;
		}


/*--------------------------------
Misc Styles
--------------------------------*/
.center{
	display:block;
	margin:0 auto;
	}
.floatright{float:right !important;}
.floatleft{float:left !important;}
.textleft{text-align:left !important;}
.textright{text-align: right !important;}
.textcenter{text-align: center !important;}
.textjustify{text-align: justify !important;}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}


/*--------------------------------
Text editor classes
--------------------------------*/

/* <textEditor> */
img.frame{
	padding:3px;
	border:1px solid #ddd !important;
	background:#eee;
	margin:5px 15px;
	}
.footnote{
	color:#999;
	font-size:1em;
	}
/* </textEditor> */
