/* CSS Document */

/*======================================RESET STYLES========================================*/

/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration:none;
	color:#FFFFFF;
}

a:hover {
	text-decoration:underline;
}

.nsp2Steps a {
	text-decoration:underline;
	color:#ffcc00;	
}

/*======================================END RESET STYLES========================================*/


.outlineMe{
	border:1px solid red;	
}

.outlineMe2{
	border:1px dotted yellow;	
}

body{
	background-color:#0d492c;
	
	
	
	
}

body#homepage{
	background-color:#0d492c;
	background-image:url(images/skylineBG.jpg);
	background-repeat:repeat-x;
	
}


#homepage_contentArea{
	display:inline-block;
	background-image:url(images/homepage_bg.gif);
	background-repeat:repeat-y;
}

#container {
	margin: .75em auto 0 auto;
	width:1014px;
	border: 0px solid #FFFFFF;
	border-top:0px solid white;
	background-color:#135a38;
	
}

#contentWrapper{
	border:1px solid #FFF;
	border-top:0px solid #135a38;
	display:inline-block;	
}

#logoHeader{
	border:0px solid #FFCC00;
}

#logoHeader img{
	border:0px solid #CC0000;
	margin-left:351px;
	margin-top: 30px;
	margin-bottom:10px;
	
}

#NAVBar ul{
    border: 0px solid #FF0000;
	list-style: none;
    margin-left: 1px;
	
    padding: 0;
}


#NAVBar li{
	border:0px solid #FF0000;
	display: block;
	float:left;
	width: 166px;
	height: 19px;
	/*background-color:#FF9900;*/
	background-color:#dcc92f;
	font-size:.8em;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:800;
	text-align:center;
	margin-left: 2px;
	color:#3e2b2d;
	vertical-align:text-bottom;
	padding-top: 5px;
	
}

#NAVBar li a:link, #NAVBar li a:visited {
	color:#3e2b2d;
	
}

#NAVBar li a:hover, #NAVBar li a:active {
	color:#135a38;
	font-weight:bold;
	width: 142px;
	height: 19px;
}


.fullPageYellowRule{
	width:1012px;
	height:2px;
	background-color:#FFCC00;
	
}

.fullPageGreenBlock{
	width:611px;
	height:100%;
	background-color:#397f39;
	border: 0px solid #FF0000;
	float:left;
	
}


.fullPageGreenBlock_subpages{
	width:686px;
	background-color:#397f39;
	border: 0px solid #FF0000;
	float:left;
}

.fullPageWhiteBlock_subpages{
	width:686px;
	background-color:#fff;
	border: 0px solid #FF0000;
	float:left;
}

.indexCopy{
	border: 0px solid #FF0000;
	padding: 50px;
	
}

.indexCopy h3{
	clear:both;
	padding-top: 1em;
}

.fullPageGreenBlock .indexCopy h2 {
	background-image:url(images/indexPageSubhead.gif);
	height: 26px;
	background-repeat:no-repeat;
	margin-bottom: 1em;
	
	}
	


	
h2 .headlineText{
	visibility:hidden;
}



.byline{
	color:white;
	border-bottom: 1px dashed white;
	margin-top: -1.65em;
	font-style:italic;
	padding-bottom: 1em;
	
}

.fullPageGreenBlock_subpages .indexCopy > h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 1.25em;
	color:#FFF;
	border: 0px solid #CCCCCC;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	line-height: 1.2em;
}

.fullPageGreenBlock_subpages .indexCopy > h3.articleHeadline{
	margin-top: -.25em;
	font-weight: bold;
	border: 0px solid red;
	font-size: 1.5em;
	color: #dcc92f;
}

img.articleImg{
	border: 0px solid red;	
	padding-top: 1em;
}

.newsArticle{
	color:white;
	border: 0px solid red;	
	width: 550px;
}

.newsArticle h4{
	color: red;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: .5em;
	color: #dcc92f;
}

.newsArticle p {
	border: 0px solid red;
	line-height: 1.15em;
	padding-top: .25em;	
	padding-bottom: .75em;
}

.newsArticle p.p1 {
	padding-top: 1.5em;
	font-weight:bold;
}

.newsArticle p.lastParagraph {
	padding-bottom: 1em;	
}

.newsArticle a {
	font-weight: bold;
	color:#dcc92f;	
}

.religion > h3 {
	border: 0px solid #FF0000;
	color:#9bc69b;
	font-size: 1.25em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	padding-bottom: 1em;
	padding-top: 0;
}


.listing {	
	border:0px solid #FF0000;
	margin-bottom: 2em;	
	clear:both;
}	

.listing h4{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:800;
	font-size: 1em;
	color:#FFCC00;
	border: 0px solid #CCCCCC;
	margin-bottom:.35em;
	
}



.listing .contactInfo{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:italic;
	font-size: .8em;
	color:#003300;
	border: 0px solid #CCCCCC;
	line-height: 1.5em;
	margin-bottom: .2em;
}

.nsp2Steps .listing p {
	font-size: 1.1em;
	line-height: 1.1em;
}

.listing p{
	color:#FFFFFF;
	line-height: 1.2em;
}


.listing .media h4{
	margin-bottom:.25em;
	border: 0px solid #00FF00;
	
}


.listing .media h4 a {
	color:#FFCC00;
	font-weight:800;
	
	
}

.listing .media .contactInfo{
	border:0px solid #99CC00;
	margin-top:.5em;
}

.listing .media p a {
	border: 0px solid #FF6600;
	margin-top:-.15em;
	
}


.fullPageGreenBlock .indexCopy p{
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1em;
	margin-bottom: 2em;
	line-height:1.25em;
	
}


.sideBar_index{
	float:left;
	width:401px;
	border:0px solid #FF9900;
	
}
.sideBar_subpages{
	float:left;
	width:326px;
	height: 100px;
	border:0px solid #FF9900;
	
	
}

.sideBar_subpages img{
	border: 0px solid #FF0000;
	padding-bottom:5px;

}

.sideBar_subpages img.noBottomMargin {
	padding-bottom:0;
	margin-bottom:0;
	
}


.listing blockquote {
	margin-top: 2em;
	color:#FFFFFF;
	font-size: 1.05em;
	line-height:1.2em;

}

.listing blockquote .callout {
	
	
	font-weight:bold;
}



.listing .attribution {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:800;
	font-size: .9em;
	color:#FFCC00;
	border: 0px solid #CCCCCC;
	margin-top:.75em;
}




#mainContent{
	border: 1px solid #FF0000;
}


#indexPhotoGallery{
	margin-top: 26px;
	margin-bottom:0;
	border:0px solid #FF0000;
	height:306px;
}

#subpage_mainPhoto{
	margin-top: 26px;
	margin-bottom:0;
	border:0px solid #FF0000;
	
}

#containerBottom{
	clear:both;
	border: 0px solid #FF0000;
}

.sideBar_index img{
	margin-bottom: 3px;
}

p.lastParagraph{
	border: 0px solid #FF0000;	
	margin-bottom:4em;
}

.thumbnail{
	border: 0px solid #FF0000;
	width: 103px;
	float: left;
	margin-right: 12px;
	margin-bottom: 40px;
	
}

.thumbnail_wrap{
	border: 0px solid #FF0000;
	width: 103px;
	float: left;
	margin-right: 12px;
	
	
}

.clear {
	clear:both;
}

.bodyCopyLink a:link{
	text-decoration:underline;
	color:inherit;	
}

.bodyCopyLink a:visited{
	text-decoration:underline;
	color:inherit;		
}

.bodyCopyLink a:hover{
	color:#FFCC00;	
}

.listing .utilitiesPage p{
	border: 0px solid #FF0000;
	margin-bottom: 1.5em;
}

h3 .utilitiesPage {
	background-color:#FF0000;
}

#footer {
	color:#FFFFFF;
	border: 0px solid #CC9900;
	text-align:center;
	margin-top: .5em;
	margin-bottom:20px;
	font-size: .8em;
	font-family:Arial, Helvetica, sans-serif;
}

.videoPlayer {
	float:left;
	border: 0px solid #FF0000;
	padding-bottom: 50px;
}


.videoCaption p {
	width: 250px;
	padding-left: 16px;
}

h3.videoCaptionHeadline {
	border: 0px solid #FFFFFF;
	padding-top:0;
	padding-bottom: 1em;
	margin-left: 0px;
	line-height: 1.25em;
	color:#FFCC00; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold;
	
	
}

.videoCaption {
	border: 0px solid #FF0000;
	float:right;
}

.listingsInto{
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1em;
	margin-bottom: 2em;
	line-height:1.25em;
	margin-top: 1em;
	
}


.divShareThis{
	padding:10px;	
	background-color:#0d492d;
}


