/* -------------- Reset Styles -------------- */
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, caption, tbody, tfoot, thead{border: 0pt none;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0pt;padding: 0pt;}
caption, th, td{font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after{content: "";}
blockquote, q{quotes: "" "";}

/* -------------- general styles -------------- */
html,body{
	margin:0;
	padding:0;
}

body{
	font: 75% arial,sans-serif;
}

body.fend{
	background:#fff;
}

h1 {
    font-size: 1.5em;
	padding: 5px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
	text-transform: uppercase;
    color: #142382;
}

h2 {
    font-size : 1.3em;
	padding: 5px 0 15px 0;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    text-decoration: none;
    color : #142382;
}

h3 {
    font-size : 1.2em;
	padding: 5px 0 15px 0;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    text-decoration: none;
    color : #142382;
}

h4 {
    font-size: 1em;
	padding: 5px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #142382;
}

h5 {
    font-size : 1.1em;
	padding: 5px 0;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    text-decoration: none;
    color : #142382;
}

p {
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: .9em;
	line-height: 1.4em;
    color: #142382; 
    margin-bottom: 12px;
}

a:link, a:visited, a:active { 
    font-size: 1em;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: #142382;
    text-decoration: none;
}

a:hover {
    font-size: 1em;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: #dc231e;
    text-decoration: none;
}

a:focus{
	outline: none;
}

ul{
	list-style: disc outside;
	margin: 10px 0;
}

li{
	margin: 2px 25px;
}

ul li ul{
	list-style: circle outside;
	margin: 0;
}

b, strong{
	font-weight: bold;
}

i, em{
	font-style: italic;
}

.clear{
	clear: both;
}

.hidden{
	display: none;
}

a span{
	display: none;
}

div#container{
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}

	div#headershell{
		position:relative;
		height: 169px;
		background: url(/fend/images/header-backer2.gif) no-repeat;
	}
		
		div#headershell h1{
			position: absolute;
			top: 24px;
			left: 16px;
			padding: 0;
		}
	
		ul#navmenu{
			position: absolute;
			top: 146px;
			left: 283px;
			margin: 0;
			list-style: none;
		}
		
			ul#navmenu li{
				margin: 0;
				display: inline;
				float: left;
				margin-right: 25px;
			}
			
			ul#navmenu li.aboutus a{
				display: block;
				width: 62px;
				height: 12px;
				background: url(/fend/images/nav-aboutus.gif);
				background-position: 0 -48px;
			}
			
			ul#navmenu li.aboutus a:hover,
			ul#navmenu li.aboutus a.top-nav-current{
				display: block;
				width: 62px;
				height: 12px;
				background: url(/fend/images/nav-aboutus.gif);
				background-position: 0 -60px;
			}
			
			ul#navmenu li.waystogive a{
				display: block;
				width: 86px;
				height: 12px;
				background: url(/fend/images/nav-waystogive.gif);
				background-position: 0 -48px;
			}
			
			ul#navmenu li.waystogive a:hover,
			ul#navmenu li.waystogive a.top-nav-current{
				display: block;
				width: 86px;
				height: 12px;
				background: url(/fend/images/nav-waystogive.gif);
				background-position: 0 -60px;
			}
			
			ul#navmenu li.events a{
				display: block;
				width: 43px;
				height: 12px;
				background: url(/fend/images/nav-events.gif);
				background-position: 0 -48px;
			}
			
			ul#navmenu li.events a:hover,
			ul#navmenu li.events a.top-nav-current{
				display: block;
				width: 43px;
				height: 12px;
				background: url(/fend/images/nav-events.gif);
				background-position: 0 -60px;
			}
			
			ul#navmenu li.getinvolved a{
				display: block;
				width: 83px;
				height: 12px;
				background: url(/fend/images/nav-getinvolved.gif);
				background-position: 0 -48px;
			}
			
			ul#navmenu li.getinvolved a:hover,
			ul#navmenu li.getinvolved a.top-nav-current{
				display: block;
				width: 83px;
				height: 12px;
				background: url(/fend/images/nav-getinvolved.gif);
				background-position: 0 -60px;
			}
			
			ul#navmenu li.news a{
				display: block;
				width: 91px;
				height: 12px;
				background: url(/fend/images/nav-news.gif);
				background-position: 0 -48px;
			}
			
			ul#navmenu li.news a:hover,
			ul#navmenu li.news a.top-nav-curren{
				display: block;
				width: 91px;
				height: 12px;
				background: url(/fend/images/nav-news.gif);
				background-position: 0 -60px;
			}
			
			ul#navmenu li.contactus a{
				display: block;
				width: 72px;
				height: 12px;
				background: url(/fend/images/nav-contactus.gif);
				background-position: 0 -48px;
			}
			
			ul#navmenu li.contactus a:hover,
			ul#navmenu li.contactus a.top-nav-current{
				display: block;
				width: 72px;
				height: 12px;
				background: url(/fend/images/nav-contactus.gif);
				background-position: 0 -60px;
			}
			
		a.boardlogin{
			position: absolute;
			top: 146px;
			left: 921px;
			display: block;
			width: 76px;
			height: 12px;
			background: url(/fend/images/nav-boardlogin.gif);
			background-position: 0 -48px;
		}
		
		a.boardlogin span{
			display: none;
		}
		
		a.boardlogin:hover{
			background-position: 0 -60px;
		}

	div#banner{
		height: 119px;
		background: url(/fend/images/banner2.jpg);
		clear: both;
	}
	
	div#leftcolumnshell{
		float:left;
		width:210px;
		background:#fff;
		text-align: center;
	}
	
		div#leftcolumnshell a{
			display: block;
			margin-top: 20px;
		}
	
	div#contentshell{
		float:left;
		width:586px;
		min-height: 480px;
		height: auto!important;
		height: 480px;
		background: url(/fend/images/content-backer2.gif) repeat-x top;
	}
	
		div#switcher{
			float: right;
			margin: 10px;
		}
		
			div#switcher a{
				width: 17px;
				height: 9px;
				display: block;
				font-size: 1%;
			}
		
			div#switcher a#text-medium{
				background: url(/fend/images/txt-m.gif) 0 -36px;
				float: left;
				margin-right: 5px;
			}
			
			div#switcher a#text-medium:hover{
				background: url(/fend/images/txt-m.gif) 0 -45px;
			}
			
			div#switcher a#text-large{
				background: url(/fend/images/txt-l.gif) 0 -36px;
				float: left;
			}
			
			div#switcher a#text-large:hover{
				background: url(/fend/images/txt-l.gif) 0 -45px;
			}
	
		div#content{
			padding: 20px 35px 30px 35px;
		}
		
			div#content a:link, div#content a:visited, div#content a:active { 
			    font-size: 1em;
				font-family: Arial, Verdana, Helvetica, sans-serif;
				font-weight: bold;
				color: #142382;
				text-decoration: underline;
			}

			div#content a:hover {
				font-size: 1em;
				font-family: Arial, Verdana, Helvetica, sans-serif;
				font-weight: bold;
				color: #dc231e;
				text-decoration: underline;
			}

			div#content a:focus{
				outline: none;
			}

		div#footershell{
			font-size: .8em;
			color: #142382;
			padding: 10px 35px;
			background: url(/fend/images/footer-backer2.gif) no-repeat;
		}
	
	div#rightcolumnshell{
		float: right;
		width: 204px;
		background: #fff;
		text-align: center;
	}
	
		ul#subnav{
			margin: 10px 0;
			list-style: none;
			text-align: left;
		}
		
			ul#subnav li{
				padding-top: 10px;
			}
	
		.sidebox{
			width: 160px;
			background: #e1f4fd url(/fend/images/sidebox-top.gif) no-repeat top;
			margin: 20px auto 0 auto;
			color: #142382;
		}
		
		.sidebox-bottom{
			background: url(/fend/images/sidebox-bottom.gif) no-repeat bottom;
			padding: 28px 10px;
			margin: 0;
			text-align: center;
		}
		
			.sidebox-bottom h3{
				line-height: normal;
				margin-bottom: 20px;
				font-size: 1.2em;
				padding: 0;
			}
		
			.sidebox-bottom p{
				padding: 5px 0;
			}
			
		div#fader{
			min-height: 75px;
			height: auto!important;
			height: 75px;
		}
