/*equalize browser defaults*/

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, 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;
}

/*basic page container*/

body{
	font-size:11pt;
	background-color: #24385B;
	}

#wrapper-main {
	height: 100%;
	width: 100%;
	background-image:url(../_media/backgrounds/bg-main.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #24385B;
	text-align:center;
}

#interior #wrapper-main {
	background-image:url(../_media/backgrounds/int-bg-main.jpg);

}	

/*header*/
#header-wrapper {
	height: 328px;
	width: 100%;
}

#home #header-wrapper {
	height: 455px;
	width: 100%;
}

#header {
	background-image: url(../_media/backgrounds/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto 0 auto;
	padding: 0px;
	height: 150px;
	width: 900px;
}

#search-bar {
	float:right;
	width:auto;
	text-align:right;
	margin:0px 0px 5px 0px;
	padding-top:10px
	}
	
#search-bar .text {
	width:165px;
	margin-right:5px;}	
	
#search-bar input {
	vertical-align:top;
	}	

#nav {
	background-image: url(../_media/backgrounds/nav-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 28px;
	width: 900px;
	margin: 0px auto 0px auto;
}


	/*see menu.css for nav menu styles*/

#flash {
	width:900px;
	height:277px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image:none;
	background-position:center top;
	background-repeat:no-repeat;
}

#interior #flash {
	height:150px;
	width:900px;
	background-image:url(../_media/backgrounds/interior-flash-area.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin:0px auto 0px auto;
	}
#flash object {
	}
	
/*content*/
#content-wrapper {
	width:100%;
	height:auto;
	}
#content {
	width:900px;
	margin:0px auto 0px auto;
	padding-bottom:20px;
	min-height:420px;
	height:auto;
	background-image:url(../_media/backgrounds/content-bg-horiz.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
	}	


	
#right-side {
	float:right;
	width:590px;
	margin: 0px 40px 20px 0px;
	display: inline;
	text-align:left;

}		
	
#home #right-side {
	margin-top:40px;
	}	
	
#left-side {
	width:270px;
	float:left;
	padding-top:40px;
	display:inline;
	}
	
#interior #left-side {
	}	

/* New Home Content Sections*/

#content-main {
	float:left;
	width:670px;
	text-align:left;
	margin: 10px 10px 20px 0px;
	}

#sidebar {
	float:right;
	width:200px;
	margin:10px;
	padding-top:10px;
	}
	
.prospective-member-links{
	background-color:#ecf1fa;
	padding:10px 0px 20px;
	margin: 15px 0px 15px 15px;
	background-image: url(../_media/backgrounds/shaded-section-gradient.png);
	background-repeat: repeat-x;
	background-position: top;
	}		
	
.main-story{
	padding:15px;
	margin: 25px 0px 25px 15px;
	border: 1px solid #ddd;
	}
	
.sub-story{
	margin: 25px 0px 25px 15px;
	border: 1px solid #ddd;
	padding:10px 15px 20px;
	}


.side-box {
	border: 1px solid #ddd;
	padding:10px 10px 20px;
	margin: 15px 0px;
}
		
.side-box li{
	margin-left:10px;
}		

.shade{
	border:none;
	/*
	background-image: url(../_media/backgrounds/shaded-section-gradient.png);
	background-repeat: repeat-x;
	background-position: top;
	*/
	background-color:#ecf1fa;
	}
	

.headline a:link, .headline a:visited{
		color:#a14600;
		font-weight:bold;
}

div.feedBurnerFeedBlock p.feedTitle a:link, p.feedTitle a:visited{
	color:#e27f00;
	font-size:120%;
}

.date {
	font-size:75%;
	margin:0;
	padding:0px;
	}
	
 .enclosure {
 	font-size:90%;
	padding:0px;
	margin:-10px auto 15px;
	font-weight:normal;
 }


/*end new home content sections*/	
	
	/* content styles for text */
	h1 {
	color:#2959af;
	font-family: "Palatino Linotype", Georgia, "Times New Roman";
	font-size: 175%;
	padding: 5px 30px 10px 20px;
	font-weight: lighter;
	}
	
	#interior h1 {
	color:#e27f00;
		}
	
	h2{
	color:#2959af;
	padding:8px 30px 5px 20px;
	font-family: "Palatino Linotype", Georgia, "Times New Roman";
	font-size: 125%;
	font-weight:bold;
	text-align: left;
	}
	
	#sidebar h2 {
	padding:5px;
	font-size:120%;
	text-align:center;
	}
	
	.shade h2 {
		color:#A14600;
		border-bottom:1px dashed #A14600;
		margin:0px -10px 7px;
		padding:0 20px;
	}
	
	h3{
	color:#e27f00;
	font-family: Arial, sans-serif;
	padding: 10px 25px;
	font-weight:bold;
	text-align: left;
	}
	
	#content #right-side h3 a, #content #content-main h3 a{
	color:#e27f00;
	}
	
	h4, #content #right-side h4 a,#content #content-main h4 a{
	padding:15px 35px;
	font-weight:bold;
	color:#362f2d;
	text-align: left;
	}
	
	h5 {
	margin-bottom:0px;
	font-size:117%;
	color:#332222;
	font-weight:bold;
	font-style:italic;
	padding: 8px 30px 7px 30px;
	font-family:"Palatino Linotype", Georgia, "Times New Roman";
		}
	
	
	p{
	color:#362f2d;
	font-family: Arial, sans-serif;
	font-size: 90%;
	line-height: 150%;
	padding: 9px 30px 18px 25px;
	font-weight: bold;
	}

	#sidebar p{
	padding:5px;
	}	
	
	#content-main p {
		padding-bottom:0px;
		}

	#sidebar a{
	color:#a14600;
	}	

	#content #right-side a, #left-side a, #sidebar a, #content-main a, #content a {
		text-decoration:underline;
		font-size:100%;
	}

	#content #right-side a:hover, #left-side a:hover, #sidebar a:hover, #content-main a:hover, #content a:hover {
		text-decoration:none;
	}

	
	#content #right-side a, #content #content-main a{
		color:#a14600;
	}
	
	
	#content ul, #content ol, #content ol li,  #content #right-side ul, #content #right-side ol, #content #content-main ul, #content #content-main ol {
	color:#a14600;
	margin:6px 0px 12px 0px;
	text-align: left;
	}
		
	#content #content-main ul li, #content #right-side ul li {
		list-style-position:inside;
		list-style-type:circle;
		color:#e27f00;
		margin-left: 62px;
		padding: 4px 0px;
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 90%;
		text-indent:-12px;
	}
	
	#content #right-side ul li a, #content #right-side ol li a, #content #content-main ol li a, #content #content-main ul li a{
		color:#e27f00;
	}
	
	#content #right-side ol li, #content #content-main ol li{
		margin-left: 62px;
		list-style:decimal;
		color:#e27f00;
		font-weight:bold;
		padding: 4px 0px;
		font-size: 90%;
		font-family: arial, sans-serif;
	}
	
	#content #right-side ol li ol li, #content #content-main ol li ol li, #content #right-side ol.black li ol, #content #content-main ol.black li ol{
		list-style-type:upper-alpha;
		}
	
		#content #right-side ul.black li, #content #right-side ol.black li, #content #content-main ol.black li{
		color:#000000;
		}
	
	
	#news-box {
	width:220px;
	height:auto;
	margin:5px auto 10px 30px;
	padding:5px 10px 5px 0px;
	background-image:url(../_media/backgrounds/news-box-bg.gif);
	background-repeat:repeat-y;
	border:1px solid #aca9a9;
	text-align:left;

	}
	
	#news-box h2 {
	background-image: url(../_media/assets/nb-line.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	font-family:"Palatino Linotype", Georgia, "Times New Roman";
	font-weight:bold;
	font-size:120%;
	color:#e27f00;
	margin: 10px auto 5px 0px;
	padding-left:15px;
	padding-bottom: 2px;
	text-align:left;

		}
	#news-box h3 {
	color:#2959af;
	font-family:Arial, sans-serif;
	font-size:85%;
	padding: 10px 0px 0px 20px;
	font-weight: bold;
	text-align: left;
	text-indent:none;
		}
		
	#news-box h3 a:link, #news-box h3 a:active, #news-box h3 a:visited {
		color:#2959af;

		}	
	#news-box p {
		font-size:13px;
		font-weight:normal;
		padding:5px 25px;
		text-align:left;

		} 

	.ql-box {
	background-image:url(../_media/backgrounds/quicklink-box.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:212px;
	height:143px;
	margin: 0px 28px 0px 28px;
	padding: 0px;
	text-align:left;
	
		}


	.ql-box h2 {
	font-size:100%;
	font-weight:bold;
	color:#FFFFFF;
	padding:2px 0px 12px 8px;
	margin:0px;
	}
	
	.ql-box p{
	margin:0px;
	padding: 0px 6px 0px 8px;
	font-weight:normal;
	}
	
	.ql-box ul{
	margin:0px;
	text-align:left;
	padding-top:0;
		}
	
	.ql-box ul li {
	margin:0px 0px 0px 20px;
	line-height: 150%;
	font-weight: bold;
	list-style-type: disc;
	list-style-position:inside;
	color:#a14600;
	padding:4px 0px 0px 4px;
		}
	
	.ql-box ul li a, .ql-box a{
		color: #362f2d;
		text-decoration:none;
	}	
	.ql-box ul li a:hover, .ql-box a:hover{
		text-decoration:underline;
		}
	.ql-box a {
		color:#a14600;
		}
		
	p.read-more{
	text-align:right;
	font-size:75%;
	margin:0px 0px 0px 0px;
	padding-bottom:12px;
		}
	p.read-more a:link, #left-side p.read-more a:active, #left-side p.read-more a:visited{
		color:#a14600;
		text-decoration:underline;
		visibility:visible;
		font-weight:bold;
	}
		
	p.read-more a:hover {
		text-decoration:none;
		}	
	
	#left-side li a, #sidebar li a{
		line-height:150%;
		}
	
	#left-side li, #sidebar li {
		line-height:80%;
		}		
	
	p.caption {
		text-size:75%;
		font-family:Arial, sans-serif;
		font-weight:normal;
		padding:5px 0px;
		vertical-align:text-top;
		}
	#search-bar p.caption {
		color:#fff;
		}	
		
	.mail-form {
	padding: 15px 25px 15px 25px;
	width: 65%;
	margin: 10px auto 0px 25px;
	border-top: 1px  dashed #2959af;
	border-right: 1px solid #2959af;
	border-bottom: 1px dashed #2959af;
	border-left: 1px solid #2959af;
}

.mail-form p {
	padding-left:0px;
	font-family:"Palatino Linotype", Georgia, "Times New Roman";
	margin:0px;}	

.float-clear {
	clear:both;
	}

.right{
	float:right;
	margin-left: 33px;
		}
.text-center {
	text-align:center;
	}
.text-left{
	text-align:left;
	}
.text-right{
text-align:right;
}		
.itc {
	font-style: italic;
	color: #2959af;
}
.norm-wt-serif {
	font-family: "Palatino Linotype", Georgia, "Times New Roman";
	font-weight: normal;
}

.poem-or-verse {
	font-size:80%;
	line-height:175%;
	font-weight:bold;
	font-style:italic;
	font-family:Tahoma, Arial, sans-serif;
	padding-top:0px;
	padding-left:45px;
	padding-bottom:30px;
	}


.highlight-text{
	text-align:center;
	font-weight:bold;
	font-size:90%;
	padding: 8px 5px 10px 5px;
	margin:20px 30px;
	border-top:1px dashed #e26f00;
	border-bottom:1px dashed #e26f00;
	width:80%;
	}	

.highlight-text h2{
	width:30%;
	padding-left:2px;
	border-bottom: 2px dotted;
	}

.indent {
	padding:9px 45px 25px 57px;
}

.drop-cap {
	font-family:Georgia, serif;
	font-size: 250%;
	font-weight: bolder;
	vertical-align:top;
	line-height:85%;
	padding:0px 1px 0px 3px;
	color: #2959af;
}

.left {
	float:left;
	}

#col-left {
	float:left;
	width:48%;
	margin-right:5px;
	}

#col-right {
	float:right;
	width:48%;
	margin-left:5px;
	}
	
.buckets {
	width:auto;
	margin:10px auto 20px 75px;
	clear:both;
	}
.buckets h2{
	color:#000000;
	}


.bucket1, .bucket2, .bucket3{
	float:left;
	width:30%;
	padding:0px 6px 0px 6px;
	}
	
	
.bucket1 h2, .bucket2 h2, .bucket3 h2{
	width:90%;
	background-repeat:repeat-x;	
	color:#00000;	
	border:1px solid #000000;
	font-family:"Palitino Linotype","Times New Roman", Times, serif;
	padding:6px 3px 8px;
	font-size:150%;
	}

.bucket1 h3, .bucket2 h3, .bucket3 h3{	
	font-family:"Palitino Linotype","Times New Roman", Times, serif;
	font-size:125%;
	padding:3px 3px 12px 3px;
	margin-left:0px;
	color:#000000;
	text-align:left;
	}

.bucket1 p, .bucket2 p, .bucket3 p, .calendar .bucket1 p, .calendar .bucket2 p, .calendar .bucket3 p{	
	padding:12px 3px;
}
	
.buckets .bucket1 h2{
	background-image:url(../_media/backgrounds/bucket1-bg.png);
	}

.bucket2 h2{
	background-image:url(../_media/backgrounds/bucket2-bg.png);
	}

.bucket3 h2{
	background-image:url(../_media/backgrounds/bucket3-bg.png);
	}
	
.quotes {
	font:"Times New Roman", "Palitino Lynotype", Times, serif;
	font-size:10pt;
	font-style:italic;
	font-weight:bold;
	color:#040912;
	background-image:url(../_media/assets/ldquo.png);
	background-repeat:no-repeat;
	background-position: top left;
	padding-left:30px;
	padding-top:0px;
	padding-right:40px;
	padding-bottom:25px;
	margin-left:27px;
	margin-top:15px;
	}

.big-sans {
	font-size:110%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
	
.bolder {
	font-weight:900;
	}	

	/*	content styles for _media/images */	
	
	
	.image-right {
	float:right;
	margin:8px 0px 10px 0px;
	border:1px solid #24385B;
	position: relative;
	right: -15px;
		}
		

			
	.image-left {
	float:left;
	margin:8px 15px 10px 25px;
	border:1px solid #24385B;
	padding: 4px;
	background-color: #fff;
		}	
			
	.image-center {
	margin:8px auto 10px 30px;
	border: 1px solid;
	border-color: #24385B;
		}	
		
	.no-border{
		border:none;
		}
		
			
	
	.col-left{
	float:left;
	width:48%;
	margin:20px auto;
		}
		
	.col-right{
	float:right;
	width:48%;
	margin:20px auto;
		}
		
	.vert-padding{
		padding:20px 0px;
		}		
	
/*footer*/	
#footer-wrapper {
	width:100%;
	height:85px;
	background-image:url(../_media/backgrounds/footer-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}

#footer {
	width:900px;
	height:	85px;
	padding:0px 10px 0px 10px;
	margin:8px auto 0px auto;
	}

#footer p {
	padding:4px;
	margin: 0px auto 0px auto;
	color: #fff;
	text-align:center;
	line-height:140%;
	font-weight:normal;
	}
#footer 	p.bold {
	font-weight:bold;
	}	
		
#footer 	p.links {
	padding=top:0px;
	}			 	
#footer a {
	font-size:85%;
	color:#FFFFFF;
	text-decoration:none;
	}

#footer a:hover {
	text-decoration:underline;
	}	
	



/*specific pages*/

	/* Calendar */

body.calendar{
	}
	
	
.calendar h1, {
	padding-top:25px;
	}
	
	
.calendar table{
	margin-left:68px;
	}	
.calendar #content{
	width:850px;
	padding-left:25px;
	padding-right:25px;
	text-align:left;
	}

.calendar #left-side{
	float:none;
	width:auto;
	margin:0px auto 0px auto;
	padding:0px;
	position:relative;
	display:block;
}


.calendar .ql-box{
	float:left;
	margin:0px;
	padding:18px 0px 18px 0px;
}
	/*end Calendar specific*/
	
#content #right-side p.home-link, .calendar p.home-link {
	font-size: 80%;
	text-align: right;
	margin: 0px;
	padding: 9px 0px 0px 9px;
}


#content #right-side p.home-link a {
	color: #2C5EB3;
	font-weight: normal;
	text-decoration:underline;
	padding:0px 6px;
}
#content #right-side h2 a {
	color: #2959af;
}
.place-holder {
	font-size: 120%;
	text-align: center;
	border: 1px #333 dotted;
	width: 70%;
	margin: 6px 0;
	padding: 15px 0px;
}
.place-holder h3 {
	font-style: italic;
	text-align: center;
}

.small-groups {
}

.small-groups p{
	text-align:justify;
	}
	
.small-groups .image-left, .small-groups .image-right{
	margin:15px 9px;
	border:1px solid #ccc;
	}	
	
.small-groups .image-left {
	margin-right:12px;
	}
.small-groups .image-right{
	margin-left:12px;
}		
	
.small-groups p.float-clear{
	margin:0px;
	padding:0px;
	}	
	
#content #right-side .small-groups ul li{
	color:#000;
	}	

/*SUBNAV STYLES*/
#content #subnav  {
	list-style:none none inside; 
	margin:10px 7px 10px 5px; 
	padding:0px; 
	border-right:1px solid #2959af;
	min-width:558px;
	}

#content #subnav li.sub {
	float:left; 
	list-style:none none; 
	color:#2959af; 
	font-size:75%; 
	padding:0px 7px 2px 7px;
	margin:0px; 
	border-left:1px solid #2959af;}
	
	
#content #subnav li.sub a:link, #content #subnav li.sub a:visited{
	color:#2959af; 
	text-decoration:underline;}
	
#content #subnav  li.sub a:hover{
	color:#e27f00; 
	text-decoration:none;}


/* Expanding Content - "Show Me Some More" Demo by Stu Nichols Copyright © 2007/8/9 stunicholls.com */
	
/* always visible */
#outer .holder {padding:1em; border:1px solid #ddd; margin:0 20px 10px 0;}
#outer .holder p {padding:9px 35px; text-align:justify;}
#outer .holder p.bold {font-weight:bold;}
#outer .holder h2 {margin:0; padding:0;}

/* unclicked style div.more */
#outer div.more img {float:none; width:20px; margin:10px auto 0 auto; cursor:pointer; color:#c00; font-weight:bold;}
#outer div.more img {display:none;}
#outer div.more p, #outer div.more h3, #outer div.more ul, #outer div.more ol{display:none;}
 #outer div.more ol{display:none;}
#outer div.more img.show {display:block;}
#outer div.more img.hide {display:none;}

/* clicked style div.click */
#outer div.click img.show {display:none;}
#outer div.click img.hide {display:block;}
#outer div.click p, #outer div.click h3, #outer div.click ul, #outer div.click ol {display:block;}
#outer div.click img {display:block; margin-right:-10px 10px 0 0; cursor:pointer; color:#c00; font-weight:bold;}

/* End Expanding Content */


/* begin JS Lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/*end js lightbox scale */
