/*
Welcome to Rescue Resources CSS */

/*control main elements*/
body {
	background-color:#FFFFFF;
	margin:0;
	padding:0; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font:12px Verdana, Arial, Sans-serif;
	line-height:1.5em;
	background-image:url(images/body-background.jpg);
	background-repeat:repeat-x;
	}
	/*control selectors*/
p {
	text-align:justify;
	padding:2px;
	margin:10px;
	}
h1 {
	font-size:1.2em;
	color:#66C;
	padding:2px;	
	margin:15px 0px 0px 10px;
	}
h2 {
	font-size:1.1em;
	font-weight:bold;
	padding:0px 0px 0px 15px;	
	margin:15px 0px 0px 5px;
	}
h3 {
	font-size:1.1em;
	color:#66C;
	padding:2px;	
	margin:5px;
	}
h6 {
	font-size:0.8em;
	font-weight:normal;
	margin:10px;
	}
/*control overall container*/	
#container {
	width:900px;
	margin:15px auto 5px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color:#FFF;	
	border:1px solid #F88845;
	}
/*control content nav*/
#sidenav {
	width:160px;
	margin:16px 10px 10px 10px;
	padding:0px;
	float:left;	
	border:3px solid #808CE7;
	background-color:#F88845;
	}
/*control footer*/
#footer {
	width:900px;
	margin:5px auto 5px auto; 
	border:1px solid #F88845;
	}
	/*text in footer*/
#footer p {
	text-align:center;
	font-size:0.8em;
	font-weight:normal;
	margin:5px;
	}
/*control links*/
a:link {  
	color:#66C;
	text-decoration:none;
	}
a:visited {
	color:#66C;
	text-decoration:none;
	}
a:hover {  color: #FFFFFF; 
	text-decoration:none;
	background-color: #66C;
	}
a:active {  color: #F00; 
	text-decoration:none;
	}
	/*spacer div to clear floats*/
.spacer {
	clear:both;
	}
.float_r{
	float:right;
	margin:0px 10px;
	border:3px solid #808CE7;
	}
.float_l{
	float:left;
	margin:10px;
	}
.border {
	border:1px dashed #66C;
	}
ul { 
	list-style-type:circle;
	line-height:220%;
	margin-left:220px;
	 }
.list { 
	list-style-type:square;
	margin-left:50px;
	line-height:180%;
	 }
#sidenav ul { 
	list-style-type:none;
	line-height:220%;
	margin-left:0px;
	 }
#sidebarnav {
	padding:0px;
	margin:2px;
	color: #000;
	left:10px;
	}
#sidebarnav li a {
	color:#000;
	text-decoration:none;
	display:block;
	border-bottom:0px;
}

#sidebarnav li a:hover {
	background:#FFF;
}
.contactmsg {
  border: 1px #000000 solid;  
  position: relative;
  margin: 0px 100px 0px 0px;
  font:12px Verdana, Arial, Sans-serif;
}
.contactpos {
  border: 1px #000000 solid;
  position: relative;
  float: left;
  margin: 0px 100px 0px 0px;
  font: 12px Verdana, Arial, Sans-serif;
}
