@charset "ISO-8859-1";


a:link {
	color: #808080;
}
a:visited {
	text-decoration: none;
	color: #808080;
	font-weight: normal;
}
a:hover {
	color: #990000;
	font-weight: normal;
}
a:active {
	text-decoration: none;
	color: #594D3E;
	font-weight: normal;
}

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

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: #eeeeee
	letter-spacing: normal;
	text-align: left;
	color: #FFFFFF;
}
.paragraph-title-red {
	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: #990000;
	letter-spacing: normal;
	text-align: left;
}
.paragraph-title-brown {
	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: #594D3E;
	letter-spacing: normal;
	text-align: left;
}
.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: #999999;
	letter-spacing: normal;
	text-align: left;
}
.paragraph-title-brown-light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #594D3E;
	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;
}
.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;
}

