@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #4a100f;
	background-image: url(images/pagebackground.jpg);
	background-repeat: repeat-x;
	font-family: tahoma;
	font-size: 90%;
	line-height: 1.4;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}


a {
	color: #42413C;
	text-decoration: none; 
}

a:hover, a:active, a:focus { 
	text-decoration:underline;
}


.container {
	width: 940px;
	background-image: url(images/containerback.png);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 23px;
	padding-left: 19px;
	padding-bottom: 20px;
}


.header {
	background-color: #561311;
	background-image: url(images/header.jpg);
	height: 122px;
}


.sidebar1 {
	float: left;
	width: 217px;
	background-image: url(images/criminalsidebar.jpg);
	background-repeat: no-repeat;
	height: 712px;
	padding-top:68px;
	padding-left:32px;
	background-position: right;
	margin-bottom: 20px;
}
.content {
	width: 437px;
	float: left;
	padding-top: 28px;
	padding-right: 0;
	padding-bottom: 28px;
	padding-left: 0;
	margin-bottom:20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:#d9d9d9;
	background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9); /* FF3.6 */
  	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #d9d9d9)); /* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#d9d9d9'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#d9d9d9')"; /* IE8 */
}
.sidebar2 {
	float: left;
	width: 239px;
	background-image: url(images/familysidebar.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 712px;
	padding-top:68px;
	padding-right: 0;
	padding-left: 13px;
	margin-bottom: 20px;
}

.sidebar1 a, .sidebar2 a {
	display:block;
	width:193px;
	height:42px;
	padding:10px 0px 10px 10px;
	margin-bottom:8px;
	background:#300b0a;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	line-height:1.3em;
	text-decoration:none;
}

.sidebar1 a img, .sidebar2 a img {
	float:left;
	margin-right:12px;
	border:0;
}

.sidebar1 a:hover, .sidebar2 a:hover{
	background:#000;
	color:#ffc000;
	text-decoration:none;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}



.footer {
	width:938px;
	position: relative;
	clear: both;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 10px;
	color: #FFF;
	background-color: #92550a;
	text-align: center;
}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.headerimage {
	background-image: url(images/headerimage.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 938px;
	margin-bottom:24px;
}
.content h1 {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #561311;
}
.footer a {
	font-weight: bold;
	color: #7A1B19;
	text-decoration: none;
}
.content  a {
	font-weight: bold;
	color: #671615;
	
}
.CallToAction {
	background-color: #300B0A;
	display: block;
	padding: 10px;
	color: #FFB93D;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.CallToAction a {
	color: #FFF;
}
.content img {
	border: 1px solid #561311;
}
