/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
hr {
	border-color: rgba(102,102,102,0.129412);
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin: 10px 0;
}

h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 30px 0 20px;
}

#civilTable td {
	border: 1px solid #000000;
	text-indent: 5px;
}

#crimTable td {
	border: 1px solid #000000;
	text-indent: 5px;
}

body {
	color: #000000;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.8;
}

.home-portfolio-title {
	background: none repeat scroll 0 0 #EFEFEF;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DFDFDF;
	color: #444444;
	font-size: 24px;
	margin: 0 0 40px;
	padding: 20px;
	position: relative;
	text-align: center;
}

ol, ul {
	list-style: disc;
	margin-bottom: 10px;
	margin-left: 20px;
}

#foot-disclaim {
	font-size: 12px;
}

#footer .widget_links li {
	border-top-style: solid;
	border-top-width: 1px;
	border-color: rgba(102,102,102,0.13);
	margin-bottom: 0;
}

#footer .widget_links li {
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer .widget_links li:last-child {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.widget_links li {
	display: block;
}

#copyright {
	width: 100%;
}

.home-slider-tab, .home-content-inner:before {
	display: none;
}

.services p {
	padding: 0 20px !important;
}

.home-portfolio-title {
	text-transform: capitalize;
}

.shadowed {
	-webkit-box-shadow: 0 0 10px rgba(50,50,50,0.25);
	-moz-box-shadow: 0 0 10px rgba(50,50,50,0.25);
	box-shadow: 0 0 10px rgba(50,50,50,0.25);
}

.bordered {
	border: 20px white solid;
}

.rounded {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.home-content-inner p {
	font-weight: 400;
	line-height: 1.6em;
	margin: 0 0 24px;
}