body {
background: #fcfcf9 url('../images/bubbles.gif') top center no-repeat;
font-family: 'Trebuchet MS', Arial;
}

address, article, aside, canvas, figcaption, figure, footer, header, hgroup, nav, section, summary {
display: block;
margin: 0;
padding: 0;
}

nav {
position: fixed;
top: 0;
left: 0;
font-size: 22px;
text-align: center;
width: 100%;
margin: 0 auto;
padding: 0;
box-shadow: 0 5px 10px #888888;
z-index: 99;
}

nav a {
display: block;
height: 40px;
width: 280px;
margin: 0;
padding: 12px 0;
float: left;
color: #fff;
text-decoration: none;
line-height: 40px;
width: 20%;
}

nav a:hover {
color: #fff;
}

a.home {
background: #654942 url('../images/menu-bottom-gradient.png') bottom repeat-x;
}

a:hover.home {
background: #654942 url('../images/menu-top-gradient.png') top repeat-x;
}

a.about {
background: #e14434 url('../images/menu-bottom-gradient.png') bottom repeat-x;
}

a:hover.about {
background: #e14434 url('../images/menu-top-gradient.png') top repeat-x;
}

a.services {
background: #e97810 url('../images/menu-bottom-gradient.png') bottom repeat-x;
}

a:hover.services {
background: #e97810 url('../images/menu-top-gradient.png') top repeat-x;
}

a.advice {
background: #99b237 url('../images/menu-bottom-gradient.png') bottom repeat-x;
}

a:hover.advice {
background: #99b237 url('../images/menu-top-gradient.png') top repeat-x;
}

a.contacts {
background: #64a9a2 url('../images/menu-bottom-gradient.png') bottom repeat-x;
}

a:hover.contacts {
background: #64a9a2 url('../images/menu-top-gradient.png') top repeat-x;
}

a {
color: #7a8e2c;
text-decoration: none;
}

a:hover {
color: #000;
}

#search {
float: right;
margin: 6px 0 0 0;
padding: 0;
width: 240px;
}

#above {
margin: 90px auto -42px auto;
width: 980px;
}

#above p {
text-align: right;
position: relative;
top: -42px;
}

#above h1 {
color: #654942;
text-shadow: 2px 2px #fff;
}

#above h2 {
font-size: 1.4em;
color: #508782;
position: relative;
}

h1, h2 {
font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
}

h2 {
font-weight: normal;
}

#wrapper {
width: 980px;
margin: 12px auto 24px auto;
border: 2px solid #654942;
padding: 18px;
background: #fff;
box-shadow: 0 5px 10px #888888;
}

header {
margin: 0 auto;
padding: 18px;
height: 262px;
background: #fff url('../images/header.jpg') no-repeat;
}

#heading {
margin: 0 auto;
padding: 0;
}

aside {
float: left;
width: 320px;
margin: -70px 18px 18px 18px;
box-shadow: 0 5px 10px #888888;
}

aside div {
padding: 18px;
}

.light {
background: #fbffe6;
}

.dark {
background: #ecf5d6;
}

aside h2 {
font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
font-weight: bold;
font-size: 2.1em;
margin: 0;
padding: 0;
}

aside a {
color: #7a8e2c;
text-decoration: none;
}

aside a:hover {
color: #000;
}

article {
float: right;
width: 606px;
margin: 0;
padding: 0;
}

article.left {
float: left;
width: 20%;
height: 100%;
background: #ecf5d6;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

article.left ul {
	font-size: 12px;
	line-height: 13px;
}

article.left p {
	font-size: 13px;
	line-height: 14px;
}

article.right {
width: 75%;
padding-top: 10px;
}

article ul {
list-style-image: url('../images/nmpr-logo-list.gif');
}

article ul li {
margin-bottom: 8px;
}

footer {
clear: both;
border-top: 1px solid #e0e0e0;
}

.underline {
text-decoration: underline;
}

.italic {
font-style: italic;
}

.bold {
font-weight: bold;
}

ul.column {
list-style-type: none;
float: left;
width: 40%;
margin: 0 18px 18px 0;
padding: 0;
}

ul.column li {
border-bottom: 1px dotted #e0e0e0;
}
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }