/*
4ABBE5
327C99
E6AB4C
996132
1A1A1A
E5E5E5
*/

* {
    font-size: 12px;
}
html {
	height: 100%;
}
html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #1A1A1A;
}
body {
	background-image: url(img/header.png);
	background-repeat: repeat-x;
	min-height: 100%;
	position: relative;
}
img {
	border: none;
}


/*
 *********** HEADER
 */
#header {
	width: 700px;
	height: 50px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background-image: url(img/murphy.png);
	background-repeat: no-repeat;
	background-position: 460px;
}
	#header h1 {
		margin: 0;
		color: #1A1A1A;
		background-color: inherit;
	}
/*
 *********** MENU
 */
#menu {
	width: 700px;
	height: 100px;
	margin: 0 auto;
}
	#menu .section {
		width: 188px;
		height: 90px;
		float: left;
		padding: 5px 7px 5px 5px;
	}
		#menu .section h2 {
			margin: 0;
			font-family: Georgia, serif;
			font-size: 1.2em;
			color: #fff;
		}
		#menu .section p {
			margin: 5px 3px 3px 3px;
			font-size: 1.2em;
		}
		#menu .section p.button {
			text-align: right;
		}
			#menu .section p.button a {
				background-image: url(img/button.png);
				background-repeat: no-repeat;
				float: right;
				height: 15px;
				width: 101px;
				text-align: center;
				padding: 4px 0;
				font-size: 15px;
				font-family: Georgia, "Times New Roman", serif;
				color: #fff;
				background-color: inherit;
			}
			#menu .section p.button a:hover {
				background-position: 0px -23px;
			}
		#menu .section sup {
			font-size: .6em;
		}
		#menu .section a {
			color: #1A1A1A;
			background-color: inherit;
			text-decoration: none;
		}
		#menu .section a:hover {
			color: #000;
			background-color: inherit;
		}
	#menu .definition {
		width: 288px;
		background-image: url(img/definition_bg.png);
		background-repeat: no-repeat;
	}
	#menu .add {
		background-image: url(img/add_bg.png);
		background-repeat: no-repeat;
	}
	#menu .search {
		background-image: url(img/search_bg.png);
		background-repeat: no-repeat;
	}
		#menu .search input[type=text] {
			width: 170px;
			border: solid 1px #666;
			padding: 2px 5px;
			background-image: url(img/input_bg.png);
			background-repeat: repeat-x;
		}
		#menu .search input[type=submit] {
			background-image: url(img/button2.png);
			background-repeat: no-repeat;
			float: right;
			height: 23px;
			width: 101px;
			font-size: 15px;
			font-weight: normal;
			cursor: pointer;
			color: #fff;
			background-color: inherit;
			border-style: none;
			font-family: Georgia, "Times New Roman", serif;
		}
		#menu .search input[type=submit]:hover {
			background-position: 0px -23px;
		}
/*
 *********** CONTENT
 */
#content {
	width: 700px;
	clear: both;
	margin: 0 auto;
}
	#content h2 {
		color: #a3720c;
		background-color: inherit;
        font-size: 1.4em;
	}
		#content h2 a {
			color: #a3720c;
			background-color: inherit;
			text-decoration: none;
            font-size: 1em;
		}
		#content h2 a:hover {
			color: #c3922c;
			background-color: inherit;
		}
#content_bottom {
	clear: both;
	height: 80px;
}

dl.laws {
}
	dl.laws dt {
		float: left;
		clear: left;
		
		border: solid 1px #999;
		text-align: center;
		font-weight: bold;
		font-family: Arial, sans-serif;
		color: #333;
		background-color: inherit;
	    font-size: 1.4em;
	}
		dl.laws dt a {
			border: solid 1px #fff;
			background-image: url(img/id_bg.png);
			background-repeat: repeat-x;
			color: #333;
			background-color: inherit;
			text-decoration: none;
			width: 3em;
			padding: 5px 0;
			display: block;
            font-size: 1em;
		}
		dl.laws dt a:hover {
			background-image: url(img/id_bg2.png);
		}
	dl.laws dd {
		margin: 0 0 1em 4em;
		text-align: justify;
		font-family: Georgia, "Times New Roman", serif;
        font-size: 1.4em;
	}
	
.submit {
	border: solid 1px #ccc;
	padding: 1em;
	margin: 0;
}
	.submit p {
		margin: .5em 0 0 0;
	}
	.submit select {
		border: solid 1px #ccc;
		
	}
	.submit textarea {
		width: 90%;
		height: 3em;
		padding: .5em;
		border: solid 1px #ccc;
		background-image: url(img/textarea_bg.png);
		background-repeat: repeat-x;
	}
	.submit input[type=text] {
		border: solid 1px #ccc;
		background-image: url(img/input_bg.png);
		background-repeat: repeat-x;
		background-position: bottom;
	}
ul.pagination {
	margin: 2em 0 0 0;
	padding: 0;
	text-align: center;
}
	ul.pagination li {
		display: inline;
		margin: 0 .2em;
		border: solid 1px #ccc;
		padding: .2em 0 0 0;
		line-height: 1.6em
	}
	ul.pagination li.selected {
		color: #fff;
		background-color: #c3922c;
		padding: .2em .3em 0 .3em;
		font-weight: bold;
	}
		ul.pagination li strong {
		}
		ul.pagination li a {
			padding: .3em;
			text-decoration: none;
			color: #a3720c;
			background-color: inherit;
		}
		ul.pagination li a:hover {
			color: #000;
			background-color: inherit;
		}
.report {
	margin: 5em 80px 0 80px;
	padding: 10px;
	border: solid 1px #ccc;
}
	.report h2 {
		font-size: 1.2em;
		margin: 0;
	}
	.report form {
		margin: 0;
	}
	.report label {
		float: left;
		width: 4em;
		padding: .25em 0 0 0;
		height: 1em;
	}
	.report input.comment {
		height: 1.2em;
		border: solid 1px #ccc;
		padding: .2em;
		width: 24.4em;
	}
	.report select {
		border: solid 1px #ccc;
		width: 25em;
	}
span.category {
	color: #337e9b;
	background-color: inherit;
}
	span.category a {
		color: #337e9b;
		background-color: inherit;
		text-decoration: none;
	}
	span.category a:hover {
		color: #135e7b;
		background-color: inherit;
	}
/*
 *********** FOOTER
 */
#footer {
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 10px;
	clear: both;
	margin: 2em auto 0 auto;
	padding: 5px 0;
	background-image: url(img/footer_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	font-size: .7em;
	font-family: Verdana, Arial, sans-serif;
}
	#footer p {
		width: 690px;
		padding: 0 5px;
		margin: 0 auto;
	}
	#footer p.nav {
		text-align: right;
		font-size: 1.2em;
		margin-bottom: .5em;
	}
		#footer p.nav a {
			color: #1A1A1A;
			background-color: inherit;
			text-decoration: none;
		}
		#footer p.nav a:hover {
			color: #000;
			background-color: inherit;
		}
		#footer p.nav .neolao{
			background-image: url(img/logo.jpg);
			background-repeat: no-repeat;
			padding-left: 20px;
		}
