@charset "UTF-8";
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #F1990A;
}
.oneColElsCtr #container {
	width: 1015px;
	height: 800px;
	background: #FFFFFF;
	background-image:url(img/npm_contentbg.jpg);
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

}
.oneColElsCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 800px;
	text-align:center;
}
#logo {
	position:absolute;
	left:238px;
	top:41px;
	width:177px;
	height:27px;
	z-index:3;
}
.menu {
	position:relative;
	left:305px;
	top:55px;
	width:590px;
	height:15px;
	z-index:1;
	color:#666666;
	font-size:10px;
	text-align:right;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}

.topImage {
	position:relative;
	left:116px;
	top:80px;
	width:780px;
	float:left;
	height: 180px;
}
.indexImage {
	position:relative;
	left:116px;
	top:50px;
	width:780px;
	float:left;
	height: 408px;
}

/* rules for left column */
.leftcol {
	position:relative;
	left:116px;
	top:70px;
	width:277px;
	z-index:1;
	color:#666666;
	float:left;
}	
.leftcol a:hover {
	color:#ffffff;
	text-decoration:none;
	background-color:#F6A900;
}
.leftcol a {
	text-decoration:underline;
}
.leftcol a:visited {
	text-decoration:underline;
}

/* rules for right column */
.rightcol {
	position:relative;
	left:150px;
	top:70px;
	width:470px;
	height:270px;
	z-index:1;
	color:#666666;
	float:left;
}
.rightcol a:hover {
	color:#ffffff;
	text-decoration:none;
	background-color:#666666;
}
.rightcol a {
	text-decoration:underline;
}
.rightcol a:visited {
	text-decoration:underline;
}

/* rules for right adresscolumn */
.adressrightcol {
	position:relative;
	left:150px;
	top:70px;
	width:470px;
	height:460px;
	z-index:1;
	color:#666666;
	float:left;
}
.adressrightcol a:hover {
	color:#ffffff;
	text-decoration:none;
	background-color:#666666;
}
.adressrightcol a {
	text-decoration:underline;
}
.adressrightcol a:visited {
	text-decoration:underline;

/* rules for capitex listing */	
}
.capitexlisting {
	position:relative;
	left:110px;
	top:70px;
	width:820px;
	z-index:1;
	color:#666666;
	float:left;
}
/* rules for adress row */
.adress {
	position:relative;
	background-image:url(img/bigdivider.jpg);
	background-repeat:no-repeat;
	left:116px;
	width:785px;
	height:30px;
	z-index:2;
	color:#666666;
	float:left;
	text-align:center;
	top: 570px;
}
/* rules for adress row on contents pages */
.adresscontentpages {
	position:relative;
	background-image:url(img/bigdivider.jpg);
	background-repeat:no-repeat;
	left:116px;
	width:785px;
	height:30px;
	z-index:2;
	color:#666666;
	float:left;
	text-align:center;
	top: 560px;
}
h1 {
	font-weight:normal;
	color: #F6A900;
	font-size:12px;
	margin-top:0px;
	margin-bottom:4px;
}
.img {
	border:none;
}
