/* Css Reset */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
    margin:0;
    padding:0;
}
ul,ol{
    list-style:none;
}
fieldset{
    display:inline;
    border:0;
}
blockquote,q{
    quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
    content:"";
}
table {
    border-collapse:separate;
    border-spacing:0;
}
a img{
    border:0;
}
.clear{
    clear:both;
    line-height:0;
}
.skiplink{
    display:none;
}
label{
    cursor:pointer;
}
/* General Styles */
a,a:link,a:visited{
    color:#1e5671;
    outline:0;
    text-decoration:none;
}
a:focus,a:hover{
    text-decoration:underline;
}
body{
    background:#52bdec url(../images/bg.png) repeat-x top;
    color:#6295ad;
    font-size:62.5%;
    font-family:Arial, Helvetica, sans-serif;
}
#wrapper{
    width:830px;
    margin:0 auto;
}
#container{
    float:left;
    width:800px;
    padding:0 15px 10px;
    background:url(../images/bg-cont.png) repeat-y;
}
/* header */
#header{
    float:left;
    width:800px;
    height:132px;
    background:url(../images/bg-header.png) no-repeat;
}
#header h1#logo{
    float:left;
    width:240px;
    height:132px;
    background:url(../images/logo.png) no-repeat;
}
#header h1#logo a{
    display:block;
    width:240px;
    height:132px;
    text-indent:-5000px;
}
#header #search{
    float:right;
    width:286px;
    padding:3px;
}
#header #search ul{
    float:left;
    margin:5px 10px 0 0;
}
#header #search li{
    float:left;
    font-weight:bold;
    text-transform:uppercase;
    color:#dceff9;
    margin:0 3px;
}
#header #search li a,
#header #search li a:visited{
    color:#dceff9;
}
#header #search form{
    float:left;
}
#header #search input{
    vertical-align:top;
}
#header #search input.txt{
    width:131px;
    height:18px;
    padding:3px 10px 0;
    font-size:1em;
    color:#bdbdbd;
    border:0;
}
.inp-text-holder{
    width:177px;
}
.inp-text-holder input:focus{
    border:0;
}
.button_go{
    float:right;
    margin-top:-21px;
}
/* nav */
#nav{
    float:left;
    width:800px;
    height:51px;
    background:url(../images/bg-nav.png) no-repeat;
}
#nav ul{
    float:left;
    font-size:1.2em;
    color:#fff;
    text-transform:uppercase;
}
#nav li{
    float:left;
    width:114px;
    height:51px;
    text-align:center;
}
#nav li a,
#nav li a:visited{
    display:block;
    height:51px;
    line-height:52px;
    vertical-align:middle;
    color:#fff;
    text-decoration:none;
}
#nav li a:hover{
    color:#ffc600;
    text-decoration:none;
    background:url(../images/bg-navon.png) no-repeat;
}
/* content */
#content{
    float:left;
    width:800px;
    margin-top:10px;
    min-height:250px;
}
#content #maincol{
    float:left;
    width:518px;
}
#content #sidecol{
    float:right;
    width:272px;
    background:url(../images/bg-side.png) no-repeat;
}
/* home */
#home{
    float:left;
    width:518px;
}
#home .flash{
    float:left;
    width:518px;
    height:233px;
    padding-top:15px;
    text-align:center;
    background:url(../images/bg-flash.png) no-repeat;
    display:block;
}
#home .home-entry{
    float:left;
    width:488px;
    padding:15px 15px 25px 15px;
}
#home .home-entry h2{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:2.7em;
    font-weight:normal;
}
#home .home-entry p{
    font-size:1.3em;
}
#home .home-news{
    float:left;
    color:#b0dc9a;
    background:#296c08;
}
#home .home-news a,
#home .home-news a:visited{
    color:#b0dc9a;
}
#home .home-events{
    float:right;
    color:#99cce9;
    background:#045b8d;
}
#home .home-events a,
#home .home-events a:visited{
    color:#c1d3e5;
}
#home .home-news,
#home .home-events{
    width:235px;
    padding:10px 10px 20px;
    min-height:256px;
}
#home .home-news h2,
#home .home-events h2{
    font-size:2.5em;
    font-weight:normal;
    color:#fff;
    padding:9px 20px;
    background:url(../images/bg-title.png) no-repeat;
}
#home .home-news ul,
#home .home-events ul{
    float:left;
    width:225px;
    padding:5px;
    font-size:1.3em;
}
#home .home-news li{
    margin-top:14px;
    min-height:27px;
}
#home .home-events li{
    margin-top:9px;
}
#home .home-news li{
    padding-left:15px;
    background:url(../images/bullet-yellow.png) no-repeat 0% 20%;
}
#home .home-events li{
    padding-left:15px;
    background:url(../images/bullet-blue.png) no-repeat 0% 20%;
}
#home .home-news p.viewall,#home .home-events p.viewall{
    float:left;
    width:47px;
    height:15px;
    margin-left:20px;
    margin-top:5px;
}
#home .home-news p.viewall{
    background:url(../images/btn-viewallg.png) no-repeat;
}
#home .home-events p.viewall{
    background:url(../images/btn-viewallb.png) no-repeat;
}
#home .home-news p.viewall a,
#home .home-events p.viewall a{
    display:block;
    width:47px;
    height:15px;
    text-indent:-5000px;
}
/* sub */
#sub{
    float:left;
    width:518px;
}
#sub .sub-entry{
    float:left;
    width:457px;
    padding:15px 30px 0;
}
#sub .sub-entry h1{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:2.1em;
    font-weight:normal;
    color:#0077c0;
    margin-bottom:2px;
}
#sub .sub-entry h2{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:1.6em;
    font-weight:normal;
    color:#0077c0;
    margin-bottom:2px;
}
#sub .sub-entry h3{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:1.4em;
    font-weight:normal;
    color:#0077c0;
    margin-bottom:2px;
}
#sub .sub-entry h4{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:2.1em;
    font-weight:normal;
    color:#fcb201;
    margin-bottom:2px;
}
#sub .sub-entry h5{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:1.6em;
    font-weight:normal;
    color:#fcb201;
    margin-bottom:2px;
}
#sub .sub-entry h6{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:1.4em;
    font-weight:normal;
    color:#fcb201;
    margin-bottom:2px;
}
#sub .sub-entry p{
    font-size:1.3em;
    margin-bottom:10px;
}
#sub .sub-entry blockquote{
    float:left;
    margin:10px 0 20px;
    padding:20px 25px;
    border:1px solid #cceaf8;
    background:#f2fcff;
}
#sub .sub-entry blockquote h6{
    color:#0077c0;
}
#sub .sub-entry .olist,
#sub .sub-entry .ulist{
    padding:10px 30px 0;
}
#sub .sub-entry ol{
    font-size:1.3em;
    list-style:decimal;
}
#sub .sub-entry ol li,
#sub .sub-entry ul li{
    margin-left:18px;
}
#sub .sub-entry ul{
    font-size:1.3em;
    list-style:disc;
}
#sub .sub-entry .hyperlink{
    margin-top:30px;
}
/* feat */
#feat{
    float:right;
    width:252px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    padding:10px 10px 6px 10px;
}
#feat .feat-entry{
    float:left;
    width:215px;
    padding:17px;
    margin-bottom:12px;
    background:url(../images/bg-feat.png) repeat-y;
}
#feat .feat-entry img{
    position:relative;
    float:left;
    margin-right:10px;
    border:4px solid #fff;
}
#feat .feat-entry h2{
    position:relative;
    font-size:1.5em;
    font-weight:normal;
    color:#683809;
    margin-bottom:4px;
}
#feat .feat-entry h2 a{
    color:#683809;
}
#feat .feat-entry p{
    position:relative;
    font-size:1.2em;
    color:#9b6a0c;
}
#feat .feat-entry p.more{
    float:left;
    width:35px;
    height:15px;
    margin-top:10px;
    background:url(../images/btn-more.png) no-repeat;
}
#feat .feat-entry p.more a{
    display:block;
    width:35px;
    height:15px;
    text-indent:-5000px;
}
/* sidebar */
#sidebar{
    float:right;
    width:252px;
    font-family:Arial, Helvetica, sans-serif;
    padding:10px;
    background:url(../images/bg-side.png) no-repeat;
}
#sidebar h2{
    font-size:1.6em;
    font-weight:normal;
    color:#683809;
    padding:20px 25px 15px;
}
#sidebar .box{
    float:left;
    width:210px;
    padding:10px 20px;
    background:url(../images/bg-feat.png) repeat-y;
}
#sidebar .box h3{
    font-size:1.4em;
    font-weight:normal;
    color:#683809;
    padding-left:12px;
    margin-bottom:7px;
}
#sidebar .box h3 a{
    color:#683809;
}
#sidebar .box a,
#sidebar .box a:visited{
    color:#9b6a0c;
}
#sidebar .box .news{
    float:left;
    width:210px;
    color:#683809;
    margin-top:10px;
    padding-top:10px;
    background:url(../images/sidesep.png) no-repeat top;
}
#sidebar .box .news h3.title{
    font-size:1.4em;
    font-weight:normal;
    color:#683809;
    padding-left:12px;
    margin-bottom:5px;
    background:url(../images/bullet-brown.png) no-repeat 0% 40%;
}
#sidebar .box .news p{
    font-size:1.2em;
    margin-left:12px;
    margin-bottom:10px;
}
#sidebar .box .news p.date{
    margin-bottom:0px;
}
#sidebar .box .news p.viewall{
    width:46px;
    height:15px;
    background:url(../images/btn-viewally.png) no-repeat;
}
#sidebar .box .news p.viewall a{
    display:block;
    width:46px;
    height:15px;
    text-indent:-5000px;
}
#sidebar .box .feat{
    float:left;
    width:210px;
    color:#683809;
    margin-top:10px;
    padding-top:10px;
    background:url(../images/sidesep.png) no-repeat top;
}
#sidebar .box .feat h3.title{
    font-size:1.4em;
    font-weight:normal;
    color:#683809;
    padding-left:12px;
    margin-bottom:10px;
    background:url(../images/bullet-brown.png) no-repeat 0% 40%;
}
#sidebar .box .feat .feat-entry{
    float:left;
    width:210px;
    margin-bottom:10px;
}
#sidebar .box .feat img{
    float:left;
    margin-right:10px;
    border:4px solid #fff;
}
#sidebar .box .feat h3{
    font-size:1.5em;
    font-weight:normal;
    color:#683809;
    margin-bottom:4px;
}
#sidebar .box .feat h3 a{
    color:#683809;
}
#sidebar .box .feat p{
    font-size:1.2em;
    color:#9b6a0c;
}
#sidebar .box .feat p.more{
    float:left;
    width:35px;
    height:15px;
    margin-top:10px;
    background:url(../images/btn-more.png) no-repeat;
}
#sidebar .box .feat p.more a{
    display:block;
    width:35px;
    height:15px;
    text-indent:-5000px;
}
#sidebar .box .feat p.viewall{
    float:left;
    width:46px;
    height:15px;
    background:url(../images/btn-viewally.png) no-repeat;
}
#sidebar .box .feat p.viewall a{
    display:block;
    width:46px;
    height:15px;
    text-indent:-5000px;
}
/* footer */
#footer{
    float:left;
    width:770px;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:1.2em;
    padding:10px 30px;
    color:#fff;
}
#footer .footer-left{
    float:left;
    width:350px;
}
#footer .footer-left a,
#footer .footer-left a:visited{
    color:#bae0f2;
}
#footer .right{
    float:right;
}
#footer .right ul{
    float:left;
    width:173px;
}
#footer .right li{
    float:left;
}
#footer .right li.developer{
    width:114px;
    height:44px;
    background:url(../images/NSlogo.png) no-repeat scroll 0 6px;
}

#footer .right li.developer a{
    display:block;
    width:102px;
    height:32px;
    text-indent:-5000px;
}
#footer .right li.login{
    width:44px;
    height:21px;
    margin:11px 0 0 7px;
    background:url(../images/btn-login.png) no-repeat;
}
#footer .right li.login a{
    display:block;
    width:44px;
    height:21px;
    text-indent:-5000px;
}
a.overlink{
    text-decoration:underline;
}
a.overlink:hover{
    text-decoration:none;
}
/*--- page-2 ---*/
.bg-content {
	width: 800px;
	overflow: hidden;
	background: url("../images/bg-content.gif") repeat-y;
}
.primary-content-2 {
	float: left;
	width: 451px;
	padding: 0 32px 0 38px;
    margin-bottom:20px;
}
.primary-content-3 {
	float: left;
	padding: 0 32px 0 38px;
    width:720px;
}
.breadcrumbs {
	width: 452px;
	padding: 20px 38px 17px 41px;
	text-transform: uppercase;
}
.breadcrumbs li {
	color: #696a6a;
	font-size: 9px;
	display: inline;
}
.breadcrumbs li span {color: #b7b7b7;}
.breadcrumbs li a {color: #b7b7b7;}

.secondary-content-2 {
	float: right;
	width: 230px;
	height: 100%;
	margin: -9px 0 0 0;
	padding: 20px 19px 30px 19px;
	background-color:#e9f1f9
}
.sublink-box {
	padding: 0;
	background: url("../images/h-line.gif") no-repeat 0 100%;
}
.sublink-box h3 {
	color: #0061aa;
	font-size: 16px;
	padding: 6px 0 13px 29px;
	/*background: url("../images/h-line.gif") no-repeat 0 100%;*/
}
.sublink-box ul {padding: 9px 0 0 0;}

.sublink-box ul li {
	font-size: 14px;
	padding: 0 0 6px 29px;
	background: url("../images/i-2.gif") no-repeat 15px 5px;
}
.sublink-box ul li  a {color: #fc9400;}

.related-box {
	padding: 8px 0 12px 0;
	background: url("../images/h-line.gif") no-repeat 0 100%;
}

.related-box h3,
.separator h3,
.gallery-box h3 {
	color: #0061aa;
	font-size: 14px;
	padding: 0 0 3px 29px;
	background: url("../images/i-2.gif") no-repeat 15px 3px;
}
.related-box p {
	color: #FC9400;
	font-size: 11px;
	line-height: 14px;
	padding: 0 22px 9px 29px;
}
.related-box p a {color: #B7B7B7;}
.mb-1 {margin-bottom: 5px !important;}

.separator {
	margin: 9px 0 0 0;
	padding: 7px 0 0 0;
	background: url("../images/h-line.gif") no-repeat;
}
.separator p ,
.gallery-box p {padding: 17px 0 0 0;}

.button-box {padding: 2px 0 0 25px;}
.button-box a {margin: 0;}

.flashElement {
	float: left;
	width: 800px;
	height: 196px;
	background: url("../images/flashElement.jpg") no-repeat;
	padding: 0px 0px 0 0px;
}
.whiteBG {
	width: 845px;
	margin: 0 auto;
	background: url("../images/whiteBG.png") repeat-y;
	padding: 0px 0px 0 0px;
}
/* DONATION STUFF */
#eventPayment{
    font-size:14px;
    padding:4px;
    width:172px;
    float:right;
    margin-right:50px;
}
#event_payment{
    margin:10px 0;
}

#event_payment p{
    margin:5px 0;
}

#event_payment p span{
    font-size:14px;
    font-weight:bold;
}
