/* Stylesheet name: Municipal Capacity
   Author: OH! Media - www.ohmedia.ca
   More Info: */

/* reset */
html{color:#000;background:#999999;font-size: 62.5%;} 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
del,ins{text-decoration:none;}
.clear {clear:both;}
/*--*--*--*--*--*--*--*--* block elements *--*--*--*--*--*--*--*--*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:14px;
}

#wrap {
	width:800px;
	margin:0 auto;
}

#header {
	height:165px;
	background:url(assets/images/header_bg.jpg) no-repeat;
}

#nav {
	height:36px;
	position:relative;
	top:129px;
	background:#666;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	padding:0 0 0 19px;
	text-align: center;
}

#nav ul li{
	font-size:10px;
	list-style:none;
	display:block;
	float:left;
	line-height:12px;
	font-weight:bold;
	padding: 0 4px 0 4px;
	margin-left: 30px;
	_margin-left: 25px;
}

#content_wrap {
	background:url(assets/images/content_bg.gif) repeat-y;
	width:800px;
}

#left_col {
	width:190px;
	float:left;
	color:#000;
	padding:10px;
	margin:0px;
}

#right_col {
	background:#fff;
	width:570px;
	max-width:570px;
	_width:expression(document.body.clientWidth > 560? "560px": "auto" );
	float:left;
	padding:10px;
	color:#000;
	font-size:13px;
}

#footer {
	padding:10px 0 0 0;
	text-align:center;
	background:#666;
	height:25px;
	font-size:11px;
}
/*--*--*--*--*--*--*--*--* inline elements *--*--*--*--*--*--*--*--*/
a, a:link {
	color:#000;
	text-decoration:none;
}

#nav a {
	color:#fff;
}

#right_col a, #right_col a:link {
    color: #EA5408;
}

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

p {
	margin: 15px 0 15px 0;
}

h1, h2, h3, h4 {
	font-weight:bold;
	margin:10px 0 10px 0;
	color:#000;
	letter-spacing:-0.3px;
}

h1 {
	font-size:20px;
}

h2 {
    font-size:16px;
}

h3 {
    font-size:14px;
}

h4 {
    font-size:12px;
}

blockquote {
    padding-left: 40px;
}

#right_col ul, #right_col ol {
    padding: 0px 10px 10px 10px;
}

#right_col li {
    padding: 2px;
}

ul li {
	list-style:disc outside;
	margin:6px 0 6px 15px;
}

ol li {
	list-style:decimal outside;
	margin:6px 0 6px 15px;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

.dark {
	color:#000;
}
