@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	background-color: #202020;
	background-image: url(images/rescw_header_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #959595;
	margin: 0px;
	padding: 0px;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #959595;
}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #959595;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration:underline;
	color: #CCCCCC;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration:none;
	color: #FF0000;
}
.twoColFixLtHdr #container {
	width: 820px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 308px;
	margin: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header #topmessage {
	margin: 0px;
	font-size: 12px;
	color: #202020;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.twoColFixLtHdr #sidebar1 {
	float: right;
	width: 275px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 200px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 300px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer {
	background:#2b2b2b;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #373737;
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;
} 
.twoColFixLtHdr #footer #footercontainer{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 820px;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* NAVIGATION */
#navigation {
	height: 20px;
	padding: 0px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#navigation  ul{
	display: inline;
	margin: 0px;
	padding: 0px;
}
#navigation  ul li{
	list-style: none;
	list-style-type: none;
	display: inline;
	margin: 0px
	padding: 0px;
	}
#navigation a.navdiv1 {
	margin-left: 5px;
	background-image: url(images/nav_div.gif);
	background-repeat: no-repeat;
	background-position: right center;
}	
#navigation a.navdiv2 {

	background-image: url(images/nav_div.gif);
	background-repeat: no-repeat;
	background-position: right center;
}		
#navigation a.navdiv3 {
	list-style-type: none;
	list-style: none;
	display: inline;
	margin-left: 5px;
	padding: 0px;
}		
#navigation a {
	float: left;
	height /**/:15px; /* for IE5/Win only */
	padding-top: 0em;
	padding-right: 0.6em;
	padding-bottom: 0em;
	padding-left: 0.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #868685;
	text-transform: uppercase;
	text-decoration: none;
	}
	
#navigation a:hover {
	text-decoration: none;
	color: #C10100;
	
	}

	
/* ACCORION */
#basic-accordian{
	width:450px;
}

.accordion_headings{
	padding:5px;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #202020;
	font-size: 16px;
	background-image: url(images/down-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.accordion_headings:hover{
	background-color: #25C1F2;
	background-image: url(images/down-arrow_over.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.accordion_child{
	padding:15px;
}

.header_highlight{
	background-color: #525252;
}
.accordion_child{
/*	overflow: scroll;
	height: 100px;
	overflow-x: hidden; */
}

.accordion_child ul {
	padding-left: 0px;
	margin: 0px;
}
.accordion_child li {
	background: url(images/check.gif) left center no-repeat;
	padding-left: 20px;
	list-style-type: none;
	margin: 0px;
}

.cash {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #1FA05D;
}

#mainContent li {
	background: url(images/check.gif) left center no-repeat;
	padding-left: 25px;
	list-style-type: none;
	margin: 0px;
}
.hidden {
    left: -10000px; position: absolute
}
/* CONTACT FORM 
label {
float: left;
width: 120px;
font-weight: bold;
}

input, textarea {
width: 180px;
margin-bottom: 5px;
}

textarea {
width: 250px;
height: 150px;
}


#submitbutton {
margin-left: 120px;
margin-top: 5px;
width: 90px;
}*/

