@charset "utf-8";

/* ------------------------------ GLOBAL ------------------------------ */
body
{
	margin:0 0 0 0;
	background-color:#e5e7e2;
}
hr
{
	height:1px;
	background:#999;
	color:#999;
	border:0px;
}
#divider
{
	width:100%;
	height:1px;
	background-color:#999;
}
.contentdivider
{
	width:916px;
	height:1px;
	background-color:#cccccc;
	border:0px;
	margin-top:20px;
	margin-bottom:48px;
	margin-left:10px;
}

.displace
{
	position:absolute;
	left:-5000px;
	text-align:left;
}
a {
   outline: 0;
}
a:link, a:visited
{
	color:#dc0d3c;
	text-decoration:underline;
}
a:hover, a:active, a:focus
{
	color:#000000;
	text-decoration:underline;
}
/* ------------------------------ HEADER ------------------------------ */

#headcontainer
{
	width:100%;
	background-color:#000;
}
#head
{
	position:relative;
	width:960px;
	height:230px;
}
#headelement1
{
	position:absolute;
	top:0px;
	left:0px;
}
#headelement2
{
	position:absolute;
	top:100px;
	right:10px;
}
#headelement3
{
	position:absolute;
	top:25px;
	right:80px;
}
#headelement4
{
	position:absolute;
	top:25px;
	right:10px;
}
#headelement5
{
	position:absolute;
	top:150px;
	right:10px;
}
/* HEADER-NAV */
ul.menu
{
	list-style:none;
	padding:0px;
}
ul.menu li
{
	float:left;
}
ul.menu li a
{
	display: block;
	height:47px;
	background: url('../images/nav.png');
}

ul.menu li.menu1 a
{
	width:178px;
	background-position:0 0;
}
ul.menu li.menu2 a
{
	width:250px;
	background-position: -178px 0;
}
ul.menu li.menu3 a
{
	width:210px;
	background-position: -428px 0;
}
ul.menu li.menu4 a
{
	width:266px;
	background-position: -646px 0;
}

ul.menu li.menu1 a:hover,
ul.menu li.menu1 a:focus
{
	width:178px;
	background-position: 0 -47px;
}
ul.menu li.menu2 a:hover,
ul.menu li.menu2 a:focus
{
	width:250px;
	background-position: -178px -47px;
}
ul.menu li.menu3 a:hover,
ul.menu li.menu3 a:focus
{
	width:210px;
	background-position: -428px -47px;
}
ul.menu li.menu4 a:hover,
ul.menu li.menu4 a:focus
{
	width:266px;
	background-position: -646px -47px;
}

ul.menu li.menu1 a.selected
{
	width:178px;
	background-position: 0 -94px;
}
ul.menu li.menu2 a.selected
{
	width:250px;
	background-position: -178px -94px;
}
ul.menu li.menu3 a.selected
{
	width:210px;
	background-position: -428px -94px;
}
ul.menu li.menu4 a.selected
{
	width:266px;
	background-position: -646px -94px;
}

/* ------------------------------ SHARE ------------------------------ */

#mailinglist
{
	width:212px;
	margin-top:20px;
	margin-left:25px;
	font-family:Arial, Helvetica, sans-serif;
}
#mailinglistcopy
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#mailinglistfield
{
	margin-top:10px;
}
#mailinglistsubmit
{
	margin-top:10px;
}

/* ------------------------------ CONTENT ------------------------------ */

#contentcontainer
{
	position:relative;
	width:960px;
	text-align:left;
	overflow:hidden;
}
.homechunk
{
	position:relative;
	right:-248px;
	
}

#social
{
	position:relative;
	width:960px;
	text-align:right;
}
#facebook
{
	position:absolute;
	top:10px;
	right:66px;
}
#twitter
{
	position:absolute;
	top:10px;
	right:38px;
}
#youtube
{
	position:absolute;
	top:10px;
	right:10px;
}

#text
{
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	margin: 0px 10px 0px 10px;
	line-height:20px;
}
#subtext
{
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	margin: 0px 25px 15px 25px;
}

#share
{
	position:absolute;
	width:212px;
	right:8px;
}
#shareimage
{
	width:212px;
	margin-bottom:20px;
}

#partner
{
	position:relative;
	width:300px;
	height:200px;
	background: url('../images/XXXXX.png');
	background-color:#FFF;
	text-align:left;
	padding-top:20px;
	margin-bottom:20px;
}
#partnername
{
	position:absolute;
	left:20px;
	width:260px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
#partnerlogo
{
	position:absolute;
	left:20px;
	bottom:60px;
}
#partnerwebsite
{
	position:absolute;
	bottom:20px;
	left:20px;
}
#partnerdonate
{
	position:absolute;
	bottom:20px;
	right:20px;
}
#blog
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#000;
}
#blog h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	margin:0px 0px 0px 0px;
	text-transform:uppercase;
	color:#000;
}
#blog h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:10px;
	margin:10px 0px 10px 0px;
	color:#666666;
}
/* ------------------------------ TICKER ------------------------------ */

#tickercontainer
{
	position:relative;
	display:block;
	width:100%;
	background-color:#252525;
}
#ticker
{
	position:relative;
	width:940px;
	background-color:#464646;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

/* ------------------------------ FOOTER ------------------------------ */

#footercontainer
{
	position:relative;
	display:block;
	width:100%;
	background-color:#000;
}
#footer
{
	position:relative;
	width:950px;
	height:100px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
}


#footelement1
{
	position:absolute;
	top:45px;
	left:0px;
}
#footelement2
{
	position:absolute;
	top:25px;
	right:110px;
}
#footelement3
{
	position:absolute;
	top:25px;
	right:0px;
}



#footer a
{
	color:#999;
	text-decoration:none;
	color:#FFF
}
#footer a:hover
{
	color:#dc0d3c;
}


/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; z-index:9999999999999999999999999999}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:left; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; width:100%; color:#666666;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(../images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(../images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(../images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(../images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(../images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(../images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(../images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(../images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}






/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:210px;
		height:110px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-5000px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:0px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  

		display:block;
		position:relative;
		width:30px;
		height:77px;
		left:-5000px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */