/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike,  sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


#side-bar, .hp-box, #main-hp, #main
{
	overflow:hidden;
	display:inline;
}
em
{
	font-style:italic;
}
/* layout style */
body
{
	background: #a2a2a2 url('./img/body_bg.gif') repeat;
}
#bg-container
{
	background: url('./img/page_bg.jpg') repeat-x;
	width:100%;
	height: auto;
	min-height: 100%;
	_height: 100%; /* IE */
	margin-top:0px;
	margin-bottom:0px;
}
#top
{
	width:400px;
	height:93px;
	margin:0 auto;
	display:block;
	background: url('./img/top_bg2.png') no-repeat;
	padding: 35px 17px 10px 590px;
	font-size:1.2em;
	position:relative;
}
#top a#logo
{
	position:absolute;
	top:15px;
	left:0;	
	width:600px;
	height:100px;
}
#top p
{
	margin:0;
	position: absolute;
	top: 58px;
	left: 650px;
	width: 350px;
}
	
#page
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:1.5em;
	width: 995px;
	margin: 10px auto 0 auto;
	padding-bottom:10px;
}

#side-bar
{
	float:left;
	position:relative;
	width:250px;
	background: #44484a url('./img/side-bar-bg.jpg') repeat-y;
}
#side-bar h2
{
	color:#fff;
	background: #e67817;
	border: 1px solid #293235;
	font-weight:bold;
	font-size:1em;
	padding: 3px 10px 3px 1em;
	position:relative;
}
#side-bar p
{
	margin:1em;
	font-size:0.9em;
	position:relative;
}
#side-bar a:link, #side-bar a:visited
{
	color: #e67817;
}
#side-bar a:hover, #side-bar a:active
{
	color: #fff;
}
	
#side-bar-top
{
	width:250px;
	height:230px;
	background: url('./img/side-bar-top.jpg') no-repeat;
}
#side-bar-bottom
{
	width:250px;
	height:230px;
	background: url('./img/side-bar-bottom.jpg') no-repeat;
}
#side-bar-content
{
	margin: -200px 0 -200px 0;
	color:#fff;
}

ul#menu
{
	list-style:none;
	list-style-type:none;
	padding:0;
	margin:0;
}
ul#menu li
{
	margin-left:0;
	padding-left:0;
	border-bottom: 1px solid #343738;
}
ul#menu a:link, ul#menu a:visited
{
	color:#ebebeb;
	text-decoration:none;
	font-weight:normal;
	display:block;
	padding: 3px 3px 3px 1em;
}
ul#menu a:hover, ul#menu a:active
{
	color: #e67817;
}
ul#menu a.active
{
	background: #e67817 url('./img/menu-active.png') no-repeat 220px 8px;
	color: #000;
}
ul#menu ul
{
	padding-left:1em;
}
ul#menu li
{
	background: none;
}

#breadcrumbs
{
	color:#ccc;
	font-size: 0.8em;
	padding: 3px 0;
}
#breadcrumbs a:link, #breadcrumbs a:visited
{
	color:#ccc;
}
#breadcrumbs a:hover, #breadcrumbs a:active
{
	text-decoration:none;
}
#breadcrumbs strong
{
	color:#fff;
}

#print-icon
{
	padding-left: 20px;
	background: url('./img/print.png') no-repeat left center;
	float:right;
	font-weight:bold;
	text-decoration:none;
}
#content-container
{
	background: #ddd url('./img/content-bg.jpg') repeat-y;
	border-bottom: 1px solid #888;
}
#content-top
{
	width:727px;
	height:235px;
	margin-bottom: -235px;
	background: url('./img/content-top.jpg') no-repeat;
}
#content
{
	min-height: 340px;
	_height: 340px;
	padding:20px;
}	
	
	
#main
{
	width:727px;
	float:right;
}
#main-hp
{
	width: 730px;
	float:right;
	margin-top:30px;
}
#about
{
	width: 469px;
	height: 206px;
	background: #eee url('./img/about-us2.png') no-repeat;
	padding: 15px 240px 15px 20px;
	overflow:hidden;
}
#banner
{
	width: 728px;
	height: 235px;
	background: #a70d13;
	overflow:hidden;
	margin: 18px 0 0 1px;
	font-size: 14px;
	line-height: 18px;
}
	#banner a {	text-decoration: none; } 
	#banner a:hover { color: #000; } 
	#banner a#banner-municipal
	{
		width: 457px;
		height: 175px;
		display: block;
		padding: 50px 250px 10px 15px;
		background: url('./images/promo-municipal.png') no-repeat;
		
	}
	/*
		a#banner-municipal span.term
		{
			display: block;
			padding: 80px 0 0 7px;
			color: #a70d13;
			font-weight: bold;
			font-size: 18px;
			width: 480px;
			text-align: center;
		}
		a#banner-municipal div
		{
			width: 223px;
			margin: 0 10px 0 7px;
			float: left;
			display:inline;
			text-align: center;
		}
			a#banner-municipal div span.term
			{
				font-size: 24px;
				display: inline;
				padding:0;
			}
			a#banner-municipal span.title
			{
			color: #000;
			font-weight: bold;
			font-size: 26px;
			width: 480px;
			text-align: left;
			line-height:1.2em;
		}
 */
#about h1
{
	font-size:1.2em;
	font-weight:bold;
	margin: 0.5em 0;
	margin-top:0;
}
#about p
{
	margin: 0.5em 0;
	font-size: 14px;
	line-height: 20px;
}

#actual
{
	margin-top:15px;
	background:#eee;
	padding: 15px 20px;
	border: 1px solid #777;
}
#actual p
{
	margin: 0;
}
	
.hp-box
{
	float:left;
	width: 320px;
	height: 200px;
	background: #eee url('./img/hp-box.jpg') no-repeat;
	margin: 15px 0 0 1px;
	padding: 20px;
	overflow:hidden;
}
.hp-box h2 a:link, .hp-box h2 a:visited
{
	color:#e67817;
}
.hp-box h2 a:hover, .hp-box h2 a:active
{
	color:#e67817;
}
.hp-box a:link, .hp-box a:visited
{
	color:#e67817;
}
.hp-box a:hover, .hp-box a:active
{
	color:#545454;
}
	
.hp-box strong
{
	color: #e67817;
}
.hp-right
{
	margin-left:9px;
}
.hp-box h2
{
	margin-top:0;
}
	
#footer
{
	clear:both;
	text-align:right;
	font-size: 0.8em;
	color:#000;
	padding-top:15px;
}
/*** forms ***/
form
{
	margin:0;
	padding:0;
}
fieldset
{
	padding: 1em 5px;
	margin: 0 -5px 1.5em -5px;
}
fieldset.invisible
{
	background:none;
	border:none;
}
legend
{
	border: 1px solid #8D8D8D;
	padding:1px 5px;
	font-weight:bold;
	color:#000;
}
label
{
	display:block;
	float:left;
	width: 220px;
	line-height: 1.8em;
}
input, textarea, select
{
	display:block;
	float:left;
	line-height: 1.8em;
	margin: 0 0 5px 0;
	width: 220px;
}
input.button
{
	padding: 0.2em 1em;
}
table input, table select, table label
{
	display:inline;
	float:none;
	margin:0;
}
table#names
{
	width:100%;
}
	table#names input
	{
		width: 170px;
	}
/*** comments ***/
.comment
{
	clear:both;
	margin-bottom:1em;
}
.comment p, .comment h3
{
	margin:0 0 0 100px;
}
.comment_time
{
	width:70px;
	height:70px;
	float:left;
	margin: 0 20px 0 0;
	background: url('./img/vertical_bg.png') repeat-x;
	text-align:center;
	font-size:0.8em;
}
.comment_time span
{
	font-size:1.4em;
	font-weight:bold;
}
.comment h3 a
{
	background:none !important;
	padding:0 !important;
}
p.comment_author
{
	font-size:0.9em;
}
/*** sitemap ***/
ul#sitemap ul
{
	margin:0;
}
