
/* NW PARC CSS */

body {
	background-color:#E4EFD0;
	margin-top:10px;
}

#head {
	margin: 0 auto;
	margin-top:10px;
	width:775px;
	height:163px;
	background-image:url(images/p_head.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#menu {
	margin: 0 auto;
	width:775px;
	height:24px;
}

#top {
	margin: 0 auto;
	width:775px;
	height:4px;
	background-image:url(images/p_top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden; /* <--because IE6 doesn't respect small height values */
}

#topr {
	margin: 0 auto;
	width:775px;
	height:4px;
	background-image:url(images/p_topr.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
}

#topl {
	margin: 0 auto;
	width:775px;
	height:4px;
	background-image:url(images/p_topl.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
}

#main {
	width:775px;
	clear:both;
	overflow:hidden;
	background-color: #FFFFFF;
	background-image: url(images/p_mid.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#mainr {
	width:775px;
	clear:both;
	overflow:hidden;
	background-color: #FFFFFF;
	background-image: url(images/p_midr.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#mainl {
	width:775px;
	clear:both;
	overflow:hidden;
	background-color: #FFFFFF;
	background-image: url(images/p_midl.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#minh {
	height:400px;
    float:right;
    width:1px;
}

#foot {
	margin: 0 auto;
	width:775px;
	height:15px;
	background-image:url(images/p_bottom.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#footr {
	margin: 0 auto;
	width:775px;
	height:15px;
	background-image:url(images/p_bottomr.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#footl {
	margin: 0 auto;
	width:775px;
	height:15px;
	background-image:url(images/p_bottoml.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.title {
	height: 24px;
	width:460px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999999;
	clear:both;
}


.conl {
	float:left;
 	margin-left:30px;
	margin-right:20px;
	margin-top:15px;
	margin-bottom:20px;
 	width:485px;
	display:inline;

}

.conr {
	float:left;
 	margin-left:30px;
	margin-right:20px;
	margin-top:15px;
	margin-bottom:20px;
 	width:455px;
	display:inline;

}

.subconl {
	float:left;
 	margin-left:14px;
	margin-top:5px;
	margin-bottom:20px;
 	width:215px;
	display:inline;

}

.subconr {
	float:left;
 	margin-left:11px;
	margin-top:1px;
	margin-bottom:20px;
 	width:215px;
	display:inline;

}

.unit {
 	float:left;
	margin-left:5px;
	margin-bottom:10px;
	width:460px;
	clear: both;

}

.unit-bar {
	float:left;
	margin-left:5px;
	margin-bottom:5px;
	width:460px;
	clear: both;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999999;	

}


.unitf {
 	float:left;
	width:350px;
	margin-left:5px;
	margin-bottom:10px;
	clear: both;
	
}

img.pad {
    padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;

}

img.imgsub {
	padding-bottom: 3px;

}


p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color:#333333;
	margin: 0px;
	line-height: 1.5;
}

p.red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#FF0000;
	margin: 0px;
	line-height: 1.5;
}

p.head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#333333;
	margin: 0px;
	line-height: 1.5;
	font-weight: bold;
}

p.subcon {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#FFFFFF;
	margin: 0px;
	padding: 4px;
}

p.subconl {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color:#FFFFFF;
	margin: 0px;
	padding: 4px;
}

a:link {
	color: #66753E;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #66753E;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #66753E;
	text-decoration: none;
	font-weight: bold;
}

a:link.sub {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited.sub { 
	color:#FFFFFF;
	text-decoration: none;
}

a:hover.sub {
	color: #666666;
	text-decoration: none;
}

a:active.sub { 
	color: #FFFFFF;
	text-decoration: none;

}
