﻿* {
	margin: 0;
	padding: 0;
}

body {
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 13px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	margin-top: 0em;
	background-color: #F5F5EB;
}

/* links */
a, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #B95437;
	padding-bottom: 0;
	text-decoration: underline;
}

/* headers */
h1, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 8px;
	padding-bottom: 2px;
}
h1 {
	font-size: 160%;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 130%;
	font-weight:normal;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 20px;
	text-transform: uppercase;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 8px;
	padding-bottom: 2px;
	border-bottom-color: #dbfb7b;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	color: #000099;
}
/* images */
img {
	background: #FAFAFA;
	border: 1px solid #DCDCDC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}

/* form elements */
form {
	background-color: #94BCD6;
	width: 730px;
	background-position: center center;
	background-image: url(../images/contact-bg.jpg);
	background-repeat: repeat-y;
	float: right;
	margin-top: 10px;
	margin-right: 155px;
	margin-bottom: 15px;
	margin-left: 8px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #C4C4C4;
	color:#595959;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-bottom: 5px;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #c4c4c4;
	height:100px;
	color:#595959;
	margin-bottom: 10px;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(../images/button.jpg) repeat-x;
	border: 1px solid #dadada;
}
/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 5px 0 10px; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p {
	 margin: 0; padding: 0;
 }
.searchform input.textbox { 
	width: 100px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}
/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 1050px;
	margin: 0 auto;
	text-align: center;
	background: #fff url(../images/content.jpg) repeat-y center top;
	position: relative;
}
#content-wrap {
	width: 1050px;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-image: url(file:///C|/Users/hayllar/Documents/the_relief_place/Images/content.jpg);
}
#header {
	position: relative;
	background:url(../images/jcc-header.jpg);
	height: 81px;
	width:1050px;
	padding: 0;
}
.sitelogo {
	width:60px;
	height:40px;
	position:absolute;
	z-index:1;
	margin:7px 20px 0 20px;
	background:url(../images/bg_head_top_logo.jpg);
	left: 28px;
	top: 9px;
}
.sitename {
	width:510px;
	height:85px;
	position:absolute;
	z-index:1;
	overflow:visible /*Firefox*/;
	overflow:hidden /*IE6*/;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 91px;
	left: 30px;
	top: 6px;
}
#header h1 {
	font: bold 240% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #fff; 
	}
.header h2 {
	margin:-20px 0 0 0;
	color:rgb(125,125,125);
	font-size:180%;
}
/* header links */
#header-links {
	position: absolute;
	top: 8px;
	right: 45px;
	color: #000066;
	font-size: 13px;
	font-weight: bold;
	width: 320px;
	height: 25px;
}
#header-links p {
	margin: 0;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4em;
}
#header #header-links a {
	color: #000066;
	text-decoration: none;
}
#header #header-links a:hover {
	color: #000066;
	text-decoration: underline;
}
/* header-photo */
#header-photo {
	position: relative;
	clear: both;
	margin: 5px auto;
	height: 250px;
	width: 990px;
	background: #fff url(../images/header-photo2.jpg) no-repeat center center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: thin;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#header-photo h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 48px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	border: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 30px;	
}
#header-photo h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 14px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #B6D1F8;
/* change the values of top and left to adjust the position of the slogan*/
	top: 80px; left: 35px;		
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;			
}
#nav ul {
	float: left;
	list-style: none;
	background: #E4E4E4 url(../images/nav.jpg) repeat-x;	
	width: 990px;		
	padding: 0;	margin: 0 0 0 30px;
	height: 45px;
	display: inline;
	text-transform: uppercase;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 10px;	
	border-right: 1px solid #dadada;
	border-left: 2px solid #fafafa;	
	border-bottom: none;
	color: #555;
	font: bold 12px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #326ea1;
}
#nav ul li#current a {	
	background: #DBDBDB url(../images/nav-current.jpg) repeat-x;
	color:#333333;
	font-weight:bolder;		
}
#nav ul li#last a {	
	border-right:hidden;		
}

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 1050px;
	font-size: 95%;
	text-align: left;
	background: url(../images/footer-bottom.jpg) no-repeat center bottom;
	font-size:11px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 8px;
}
#footer-wrap a {
	text-decoration: none;
	color: #000066;
	font-weight: bold;
	font-size: 11px;
}
#footer-wrap a:hover {
	color: #000066;
	font-size: 11px;
	text-decoration: underline;
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}
/* footer */
#footer {
	clear: both;
	color: #000066;
	width: 990px;
	text-align: center;
	background-color: #F8F7F7;
	background-image: url(../images/footer-bg.jpg);
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #6979C2;
	margin-top: 0;
}
/* display and additional classes */
.clear { clear: both; }

/* post */
.post-by {
	font-size: .95em;	
	padding-top: 0;
}
.post-footer {
	background: #F5F5F5;
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	color: #666666;	
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}
#main {
	background-color: #FFFFFF;
	width: 1000px;
	text-align: center;
	float: left;
	margin-right: 24px;
	margin-left: 24px;
	margin-bottom: 16px;
}
#steps {
	float: right;
	width: 772px;
	margin-top: 10px;
	display: inline;
	margin-bottom: 5px;
}
#steps #one {
	float: left;
	width: 238px;
	margin-right: 4px;
	margin-left: 6px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #333333;
	display: inline;
	background-color: #FCFCF8;
}
#steps #two {
	float: left;
	width: 238px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #333333;
	margin-right: 4px;
	margin-left: 10px;
	display: inline;
}
#steps #four {
	float: left;
	width: 238px;
	margin-top: 20px;
	margin-right: 4px;
	margin-bottom: 3px;
	margin-left: 6px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #333333;
	display: inline;
	background-color: #f9f9f2;
}
#steps #five {
	width: 238px;
	margin-right: 4px;
	margin-bottom: 3px;
	margin-left: 10px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #333333;
	display: inline;
	float: left;
	margin-top: 20px;
	background-color: #f9f9f2;
}
#steps #three {
	float: left;
	width: 238px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #333333;
	display: inline;
	margin-right: 4px;
	margin-left: 6px;
}
#steps #six {
	float: left;
	width: 238px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #333333;
	margin-top: 20px;
	margin-bottom: 3px;
	display: inline;
	margin-right: 4px;
	margin-left: 6px;
	background-color: #f9f9f2;
}
#mainNav {
	float: left;
	width: 205px;
	text-align: left;
	margin-right: 3px;
	margin-left: 5px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #b95437;
	border-bottom-color: #6979C2;
	border-left-color: #000000;
	padding-right: 2px;
	padding-left: 2px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FCFCF8;
}
#main #seccol {
	width: 655px;
	padding-top: 4px;
	padding-right: 40px;
	padding-bottom: 8px;
	padding-left: 80px;
	margin-top: 8px;
	margin-bottom: 8px;
	float: right;
}
#seccollinks {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
.mainNavhd {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 4px;
	padding: 7px;
}
#mainNav .abold {
	font-size: 14px;
	font-weight: bold;
	margin-left: 4px;
}
#mainNav .stindent {
	text-indent: 24px;
	font-size: 13px;
	font-weight: normal;
	margin-right: 3px;
}
#mainNav ul {
	padding-bottom: 24px;
	list-style-type: none;
	margin-left: 5px;
	margin-right: 3px;
	padding-top: 12px;
}
#main #remember {
	float: left;
	width: 985px;
	background-color: #D9C093;
	margin-right: 6px;
	margin-left: 5px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#main #remember .remp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #D96548;
	margin-right: 245px;
	margin-left: 245px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #666666;
}
#seccol .seccolp {
	font-size: 14px;
	text-align: left;
	font-weight: normal;
}
#thirdcol {
	padding: 2px;
	float: right;
	width: 210px;
	margin-top: 15px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
}
.seccollink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	padding-right: 30px;
	padding-bottom: 8px;
	padding-left: 24px;
}
.thirdcolp {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
}
.seccolp {
	font-size: 14px;
	font-weight: bold;
}
.linkcolpp {
	font-size: 14px;
	color: #000000;
	text-align: left;
	padding-bottom: 2px;
	padding-top: 5px;
	font-style: italic;
}
.seccolul {
	font-size: 14px;
	font-weight: bold;
	color: #B95437;
	text-align: left;
	width: 510px;
	padding-left: 170px;
}
.thirdcolpp {
	text-align: left;
	font-size: 14px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 10px;
}
.banad {
	font-size: 14px;
	padding: 3px;
	border: thin solid #CCCCCC;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
.bullethd {
	font-size: 14px;
	padding-bottom: 8px;
	font-weight: bold;
	list-style-type: none;
	text-align: left;
	padding-top: 5px;
	padding-left: 24px;
}
.freestuff {
	font-size: 13px;
	font-weight: bold;
	text-indent: 20px;
}
#stepone {
	display: inline;
	float: left;
	width: 515px;
	background-color: #FCFCF8;
}
#steptwo {
	float: left;
	width: 257px;
	display: inline;
	background-color: #FCFCF8;
}
.blue {
	background-color: #8F9BD1;
	font-size: 22px;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 12px;
	padding-bottom: 10px;
	margin-top: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.green {
	background-color: #E3F98E;
	font-size: 22px;
	font-weight: bold;
	margin-top: -1px;
	padding-top: 12px;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.khaki {
	background-color: #B6B66B;
	font-size: 22px;
	font-weight: bold;
	margin-top: -1px;
	padding-top: 12px;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.linkcolp {
	color: #000000;
	text-align: left;
	font-size: 14px;
	list-style-position: inside;
	list-style-type: disc;
}
.line {
	color: #b95437;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #b95437;
	margin-right: 70px;
	margin-left: 70px;
	margin-bottom: 18px;
}
#secfullcol {
	width: 745px;
	float: right;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.mainNavp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
	margin: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.red {
	background-color: #d96548;
	font-size: 22px;
	font-weight: bold;
	margin-top: -1px;
	padding-top: 12px;
	padding-bottom: 9px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.para {
	font-family: "Trebuchet MS";
	font-size: 22px;
	color: #000000;
	padding-top: 35px;
	padding-right: 4px;
	padding-bottom: 50px;
	padding-left: 4px;
	font-weight: normal;
}
.style1 {color: #CC0000}
.style2 {
	color: #CC0000;
	font-weight: bold;
}
.style3 {
	color: #B95437
}
.ulred {
	color: #B95437;
}
}#grouping {
	float: right;
	width: 745px;
	margin-bottom: 10px;
}
.groupingp {
	padding-top: 30px;
	padding-bottom: 15px;
	width: 520px;
	float: left;
	font-size: 14px;
	padding-left: 20px;
	text-align: left;
}
.groupingb {
	float: right;
	width: 200px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#grouping .clear {
	clear:both;
}
.seccolhd {
	font-size: 18px;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#coltwo {
	float: right;
	width: 745px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	padding-right: 2px;
	padding-left: 12px;
}
.mnavhd {
	font-size: 17px;
	font-weight: bold;
	padding-left: 4px;
	padding-top: 15px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
#tell {
	float: right;
	width: 700px;
	margin-top: 25px;
	margin-right: 36px;
	color: #000000;
}
.articlelist {
	font-size: 14px;
	text-align: left;
	list-style-type: none;
	font-weight: bold;
	padding-bottom: 8px;
	padding-left: 24px;
}
.articlehd {
	font-size: 15px;
	font-style: italic;
	text-align: left;
	color: #4658AE;
	font-weight: bold;
}
.shtgrnline {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #dbfb7b;
	margin-right: 100px;
	margin-bottom: 18px;
	margin-left: 100px;
}
.btmlinks {
	padding-left: 90px;
}
.bloghd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding-top: 121px;
	color: #000053;
	padding-left: 320px;
}
.blogred {
	color: #B73122;
}
.tools {
	font-size: 15px;
	font-weight: bold;
	color: #B73122;
	padding-left: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.headhntrul {
	float: left;
	width: 500px;
	text-align: left;
	font-size: 15px;
	line-height: 150%;
	padding-left: 40px;
}
.hdhntrskyscpr {
	float: right;
	width: 170px;
}
.headhntrhd {
	font-size: 16px;
	font-weight: bold;
	float: left;
	width: 520px;
	color: #003399;
	font-style: italic;
}
.blue {
}
.bluehgl {
	font-weight: bold;
	color: #003399;
	font-style: italic;
}
.bloglnk {
	font-size: 26px;
	font-weight: bold;
	padding-top: 118px;
	padding-left: 322px;
	color: #000082;
}
.hdhntrskyscprjc {
	float: left;
	width: 205px;
	text-align: center;
	margin-bottom: 12px;
}
.creditul {
font-size: 18px;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
