@charset "UTF-8";
/* CSS Document */
#wrap {
	position: absolute;
	width: 762px;
	left: 50%;
	margin-left: -381px;
	margin-top: 30px;
	height: auto;
	background-image:url(../assets/inner-bot-bkg.png);
	background-repeat: repeat-y;
}
#header {
	height: 130px;
	background-color: #FFF;
	background-image: url(../assets/be-north-lrg.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#header h1 {
	text-align: right;
	margin: 0 12px 0 0;
	padding-top: 30px;
	font-size: 160%;
	color: #999999;
	font-weight: normal;
}
#headermenu {
	position: relative;
	height: 20px;
	margin-top: 48px;
	float: right;
	text-align: right;
}
#headermenu a, #headermenu a.last {
	text-transform: uppercase;
	font-size: 70%;
	text-decoration: none;
	display: inline;
	letter-spacing: 2px;
	color: #000;
	padding: 0 12px;
	margin-top: 64px;
	border-right: 2px solid #990000;
}
#headermenu a.last {
	border-right: none;
}
#headermenu a:hover {
	color: #990000;
}
#content-top-wrap {
	height: 280px;
	background-image:url(../assets/inner-top-bkg.png);
	background-repeat: repeat-y;
}
#content-bot-wrap {
	height: auto;
}
#content-top-right, #content-bot-right {
	position: relative;
	float: right;
	width: 642px;
}
#content-bot-right {
	width: 582px;
}
#content-bot-right {
	padding: 30px 30px 61px 30px;
	background-image: url(../assets/NADC-logo-inner.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	font-size: 80%;
	line-height: 1.6em;
}
#content-top-right p {
	font-size: 90%;
	color: #fff;
	margin: 1em 30px 15px 30px;
	line-height: 2em;
}
#content-bot-right p {
	margin: 0 0 1em 0 ;
}
#content-bot-right h2 {
	font-size: 130%;
	color: #1b2324;
	margin-top: 0;
	font-weight: normal;
}
#content-bot-right h3 {
	font-size: 120%;
	font-weight: normal;
	margin-bottom: .6em;
}
#content-bot-right a {
	color: #FF6600;
	text-decoration: none;
}
#content-bot-right ul {
	margin-top: -1em;
}
#content-bot-right a:hover {
	color: #30103f;
	text-decoration: underline;
}
#content-bot-right img {
	border: none;
}
#content-top-left, #content-bot-left {
	position: relative;
	float: left;
	width: 120px;
	font-size: 65%;
	line-height: 1.6em;
	padding-top: 1em;
}
* html #content-top-left {
	line-height: 1.55;	
}
*+html #content-top-left {
	line-height: 1.55;	
}
html>/**/body #content-top-left {
	padding-top: 0;	
}
 @media screen and (-webkit-min-device-pixel-ratio:0)
 {
 #content-top-left { line-height: 1.55; }
 }
#content-bot-left {
	padding-top: 20px;
}
#content-top-left p, #content-bot-left p {
	margin: 8px 6px 0 12px;
	font-weight: bold;
}
#content-top-left ul, #content-bot-left ul {
	margin: 0 0 0 -1.5em;
}
*+html #content-top-left ul, *+html #content-bot-left ul {
	margin: 0 0 0 28px;
	padding: 0;
}
* html #content-top-left ul, * html #content-bot-left ul {
	margin: 0 0 0 28px;
	padding: 0;
}
#content-top-left li {
	line-height: 1.3em;	
}
* html #content-top-left li {
	line-height: 1.26em;	
}
*+html #content-top-left li {
	line-height: 1.28em;	
}
#content-top-left a, #content-bot-left a {
	text-decoration: none;
	color: #000;
}
*+html #content-top-left li {
	padding-left: 0;
	margin-right: 6px;
}
#content-top-left a:hover, #content-bot-left a:hover {
	color: #FF6600;
}
#footer {
	clear: both;
	height: 30px;
	background-color: #343d46;
}