@charset "ISO-8859-1";


 /*
  USAGE:
  Copy and paste this one line into your site's CSS stylesheet.
  Add comma-separated CSS selectors / element names that have transparent PNGs.
  The path to the HTC is relative to the HTML file that includes it.
  See below for another method of activating the script without adding CSS here.
 */

 img, div, input { behavior: url("../iepngfix.htc") }


 /*
  Here's an example you might use in practice:
  img, div, .pngfix, input { behavior: url("/css/iepngfix.htc") }
 */

 .table-border {
	border: 1px dashed #0099FF;
}


a:link {
	color: #996600;
}
a:visited {
	text-decoration: none;
	color: #996600;
	font-weight: normal;
}
a:active {
	text-decoration: none;
	color: #996600;
	font-weight: normal;
}
a:hover {
	color: #000000;
	font-weight: normal;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	background-position: center top;
	background-repeat:repeat;
	margin-bottom: 50px;
	margin-left: 0px;
	background-image: url(../Images/background-environment.jpg);
}

img, div { 
	behavior: url(../iepngfix.htc) 
}

#demoWrap {
   background-image: url(../checkerboard.gif);
   border: 2px solid #999;
   padding: 20px;
   float: right;
}

#demoDiv {
	height: 100%;
	width: 738px;
	background: url(../Images/background-gradient-test.png);
	text-align: center;
}

#demoLink {
   background: url(../opacity2.png) no-repeat;
   cursor: pointer;
   /*
    Here we apply the fix to just one element.
    You can do the same with CLASS selectors...
   */
   behavior: url("../iepngfix.htc")
}

  .opacity1, .opacity2 {
   height: 200px;
   width: 200px;
}

.opacity1 {
   background: url(../opacity.png);
}

.opacity2 {
   background: url(../opacity2.png);
}

.shadowImg {
   padding: 9px 11px 11px 9px;
   background-image: url(../shadow.png);
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #999999;
}
.paragraph-title-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	letter-spacing: normal;
	text-align: left;
}
.paragraph-title-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	letter-spacing: normal;
	text-align: left;
}
.paragraph-title-navy-dark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #876010;
	letter-spacing: normal;
}
.paragraph-title-gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	letter-spacing: normal;
	text-align: left;
}
.paragraph-title-navy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #6A879A;
	letter-spacing: normal;
	text-align: left;
}
.paragraph-title-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	letter-spacing: normal;
	text-align: left;
}
.paragraph-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	letter-spacing: normal;
}
.paragraph-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	letter-spacing: normal;
}
.paragraph-gray-dark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	letter-spacing: normal;
	text-align: left;
}
.paragraph-gray-light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	letter-spacing: normal;
	text-align: left;
}
.paragraph-gray-light-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	letter-spacing: normal;
	text-align: left;
}
.disclaimer {
	font-family: "Arial Narrow";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	letter-spacing: 5%;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	margin: 0;
}
.line-red {
	height:1px;
	background-color:#990000;
 }
 
.line-light {
	height:1px;
	background-color:#CCCCCC;
}
.line-dark {
	height:1px;
	background-color:#666666;
}

.line-vertical {
	width: 1px;
	background-image: url(file:///Macintosh%20HD/HAYNES%20STUDIO/0810%20FIRST%20PRESBYTERIAN%20CHURCH/Images/image-line-vertical.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 12px;
	padding-left: 12px;
}
