@charset "UTF-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #f7efd7;
	background-image: url(../images/siteBG.jpg);
	background-repeat: repeat-x;
	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: #36150d;
}
#site_container {
	width: 984px;
	padding: 0 3px 0 3px;
	margin: 0 auto;
	/* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/headerBG.jpg);
	background-repeat: no-repeat;
}
a{
	color: #36150d;
	border-bottom: 1px solid #9dc9ba;
	text-decoration: none;
}
a:hover{
	color: #739388;
	text-decoration: underline;
}
img {
  border: none;
}
#map {
	border: 1px solid #36150d;
}
#header {
	padding: 10px 25px 0 25px;  /* 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: 100px;
	  /* 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. */
}
#header .logo{
	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: 0 0 0 58px;
	float: left;
	border: none;
}
#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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.quickescape {
	float: right;
	margin: 30px 20px 0 0;
	width: 90px;
	text-align: center;
	color: #fff;
}
.quickescape a{
	color: #9dc9ba;
}
.quickescape p{
	float: left;
	display:block;
}
.quickescape img{
	float: left;
	display: block;
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 36px 0 0 0;
	background-image: url(../images/contentBGmid.jpg);
	background-repeat: repeat-y;
	background-position: center;	
}
#mainContent h1, #mainContent h2{
	padding: 0;
	margin: 0 0 5px 0;
}
#mainContent h1{
	display:block;
	padding:5px;
	text-decoration: none;
	font-weight: bold;
	color: #36150d;
	border-bottom: 1px solid #739388;
}
#mainContentMid {
	margin: 0 auto;
	padding: 0 30px 0 30px;
}
#mainContentTop {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	height: 50px;
	background-image: url(../images/contentBGtop.jpg);
	background-repeat: no-repeat;
	background-position: top center;	
}
#mainContentBot {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	height: 50px;
	background-image: url(../images/contentBGbot.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;	
}
.whtArea {
	width:620px;
	margin: 0 auto;
	padding: 0;
}
.whtArea ul{
	padding-bottom: 0;
	margin-bottom: 0;
}
.whtAreaMid {
	background-image: url(../images/whtareaMid.png);
	background-repeat: repeat-y;
	padding: 0 10px 0 17px;
}
.whtAreaTop{
	height: 14px;
	padding: 0;
	margin: 0;
	background-image: url(../images/whtareaTop.png);
	background-repeat: no-repeat;
	background-position: top center;	
}
.whtAreaBot{
	height: 14px;
	padding: 0;
	margin: 0;
	background-image: url(../images/whtareaBot.png);
	background-repeat: no-repeat;
	background-position: bottom center;	
}
#leftCol{
	float: left;
	width: 220px;
}
.pics {
	height:  162px;
	width:   196px;
	padding: 0;
	margin-top: 50px;
} 

/*Validation Styles*/
#contactForm { width: 350px; }
#contactForm label { width: 250px; }
#contactForm label.error, #contactForm input.submit { margin-left: 5px; color: #739388; display: block; line-height: 10px; }
 
.pics img {    
    width:  196px; 
    height: 162px; 
    top:  0; 
    left: 0; 
} 
#rightCol{
	float: left;
	border-left: 1px dashed #739388;
	padding: 0 0 0 15px;
	width: 635px;
}
/*accordion style*/
.basic  {
	width: 100%;
}
.basic div {
	color: #36150d;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-size: 12px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:9px;
	margin-top: 0;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #36150d;
	border-bottom: 1px solid #739388;
}
.basic a:hover {
	color: #739388;
}
.basic a.selected {
	color: #739388;
	border-bottom: 1px solid #36150d;
}
/* styles for the menu accordion */
.homelink {
	border: none;
	color:#36150d;
	display:block;
	height: 28px;
	font-size: 14px;
	font-weight:bold;
	margin:0px;
	padding:6px 0 0 0;
	text-indent:14px;
	text-decoration: none;
}
.homelink:hover {
	text-decoration: none;
}
#navigation {
	margin:0px;
	padding:0px;
	text-indent:0px;
	width:200px;
}
#navigation a.head {
	border: none;
	cursor:pointer;
	color:#36150d;
	display:block;
	height: 28px;
	font-size: 14px;
	font-weight:bold;
	margin:0px;
	padding:6px 0 0 0;
	text-indent:14px;
	text-decoration: none;
}
#navigation a.head:hover {
	color:#739388;
}
#navigation a.selected {
	border-bottom: 2px solid #739388;
}
#navigation a.current {
	background-image: url(/images/bullett.jpg);
	background-position: left;
	background-repeat: no-repeat;
	color:#36150d;
	font-size: 13px;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	height: 21px;
	list-style:none outside none; display:inline;
}
#navigation li li a {
	border: none;
	padding-left: 10px;
	height: 21px;
	color:#739388;
	display:block;
	font-size: 13px;
	text-indent:10px;
	text-decoration: none;
}
#navigation li li a:hover { 
	color:#36150d;
}


/* footer styles */
#footer {
	text-align: center;
	color: #36150d;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clr {
	clear: both;
}
.hidden {
  display: none;
}
#parent, #victim, #perp, #friend, #whatisthis{
	display: none;
}
#homediv{
	height: 260px;
	width: 384px;
	padding-top: 10px;
	padding-left: 40px;
	background-image:url(/images/home/homeBG.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-top: 1px solid #36150d;
	border-bottom: 1px solid #36150d;
}
#homediv a{
	border: none;
	margin-top: 5px;
	
	text-decoration: none;
}
#homediv .link1{
	height: 55px;
	width: 295px;
	display: block;
	background-image:url(/images/home/parent.gif);
	background-repeat: no-repeat;
}
#homediv .link1:hover{
	background-image:url(/images/home/parent_over.gif);
}
#homediv .link2{
	height: 55px;
	width: 295px;
	display: block;
	background-image:url(/images/home/victim.gif);
	background-repeat: no-repeat;
}
#homediv .link2:hover{
	background-image:url(/images/home/victim_over.gif);
}
#homediv .link3{
	height: 55px;
	width: 295px;
	display: block;
	background-image:url(/images/home/perp.gif);
	background-repeat: no-repeat;
}
#homediv .link3:hover{
	background-image:url(/images/home/perp_over.gif);
}
#homediv .link4{
	height: 55px;
	width: 295px;
	display: block;
	background-image:url(/images/home/friend.gif);
	background-repeat: no-repeat;
}
#homediv .link4:hover{
	background-image:url(/images/home/friend_over.gif);
}
.quote{
	font-size: 13px;
	padding: 0 0 0 20px;
	margin: 20px 0 0 0;
	background-image: url(/images/quote1.gif);
	background-repeat: no-repeat;
}
.quoted{
	padding:0; margin:10px 0 5px 0;
	font-size: 10px;
	font-style: italic;
	text-align:right;
	border-bottom: 1px solid #739388;
}
/* Drop Shadows */
#top, #bottom{visibility:hidden}