* { margin: 0; padding: 0; }
html { background-image:url(../images/bg-gradient.png); background-repeat:repeat-x; }
body {
}

/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* .group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }*/
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */

aside, footer, header, nav, section { display: block; }

#wrapper {
	width: 1000px;
	margin: 30px auto 40px;
	padding: 0 50px;
	text-align:left;
	position: relative;
	overflow: hidden;
}

#page-container { 
	width: 1000px; 
	margin: 30px auto 20px;
	text-align:left;
	position: relative;
}

header { 
	position: relative;
	padding: 0 0 0 296px;
	border-bottom: 1px solid #999; 
}

header p { 
	position: absolute;
	right: 20px;
	bottom: 186px; 
	letter-spacing: 2px; 
	font-size: 12px;
	color:#CCCCCC;
	font-style:italic; 
}

header h1 { 
	font: Times New Roman, Times, serif;
	font-size: 40px;
	text-transform: uppercase; 
	color: #fff;
	text-shadow: 2px 2px 0 #000000; 
	padding: 10px 0 0 54px; 
}

header h3 { 
	font: Times New Roman, Times, serif;
	font-size: 16px;
	font-style:italic; 
	text-transform: none; 
	color: #ff0;
	text-shadow: 1px 1px 0 #000000;
	padding: 0 0 20px 168px; 
}

#logo { 
	position: absolute;
	top: -25px; 
	left: -50px; 
	background: url(../images/cards-nlpc-phone.png) no-repeat; 
	width: 252px; 
	height: 182px; 
}
aside {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 240px;
	height: 558px;
	padding: 20px 10px 10px 10px;
	background-image:url(../images/gradient-top.png);
	background-repeat:no-repeat;
	background-position:right 0px;
}

#main-content-container {
	float: right;
	width: 690px;
	height: 558px;
	background-image:url(../images/gradient-top.png);
	background-repeat:no-repeat;
	background-position:right 0px;
}

#main-content3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 1.4;
	float: right;
	width: 696px;
	height: 660px;
	padding: 0 0px 20px 20px;
}

h2 {
	font-size: 18px;
	font-weight:bold;
}

h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight:bold;
	color: #fff;
}
.align {
	text-align: center;
}
.txt {
	font-size: 18px;
	text-transform: uppercase;
	font-weight:bold;
	text-align:center;
	color: #0000ff;
}

#nav-container {
	padding: 6px 0 0 15px; 
	height: 60px;
	background-image:url(../images/nav-black.png);
	background-repeat:no-repeat;
}
footer {
	position: absolute;
	bottom: -900px;
	margin: 10px auto 10px;
}
footer hr {
	margin-bottom: 10px;
}
footer #quote {
	width:790px;
	margin: 0 0 0 210px;
}
footer #copyright {
	margin: 0 20px 0 0;
}
