@charset "UTF-8";
/* CSS Document */

body {
	background: url(../images/universalpaperbg.png) repeat;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #754c24;
	font-weight: bold;
}

a img {border: none;}

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

div.shell {width: 1020px;
margin: -15px auto;
		background: url(../images/general_nuv_bg.png) no-repeat;
		background-position: 100}
		
.main {
	width: 872px;
	padding-top: 30px;
	margin: 0px auto;
	overflow: hidden;}

.main .top {
	background: url(../images/NBP_BG_01.png) no-repeat;
	width: 872px;
	height:180px;
	}
.main .middle {
	background: url(../images/NBP_BG_02.png) repeat-y;
	width: 872px;
	overflow: hidden;
	}
.main .bottom {
	background: url(../images/NBP_BG_03.png) no-repeat ;
	width: 872px;
	height: 32px;
	}	
	
	
.stuff {	
	width: 872px;
	overflow:hidden;
}
		

		
h1#contact {
	background: url(../images/hdr_contact.png) no-repeat;
	width: 400px;
	height: 30px;
	padding:0px;
	margin: 0px;}

h1#contact span { display:none;}

/*
=====================
Navigation
=====================
*/

.navspace {
	width: 872px;
	height: 50px;
	color:#000000;
	margin: 0px 0px 0px 0px;
	padding: 130px 0px 0px 405px;
}

.navspace ul{
	
	font-weight: bold;
	list-style-type: none;
	display:inline;
	margin: 0px;
	padding:0px 0px 0px 8px;
	font-size: 16px;
	width: 465px;
}

.navspace ul a{color:#ffffff;}

.navspace li {
	color:#000000;
	display:inline;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 50px;
	
}


.navspace li:hover {

	}

.navspace #contact {
	float:left;
	width: 90px;
	height: 50px;
	padding:0px;
	margin: 0px;}
	
.navspace #home {
	float:left;
	width: 86px;
	height: 50px;
	padding:0px;
	margin: 0px;}
	
.navspace #portfolio {
	float:left;
	width: 107px;
	height: 50px;
	padding:0px;
	margin: 0px;}

.navspace #sites {
	float:left;
	width: 72px;
	height: 50px;
	padding:0px;
	margin: 0px;}

.navspace #services {
	float:left;
	width: 104px;
	height: 50px;
	padding:0px;
	margin: 0px;}

.navspace li span { display:none;}






	

.subcontent { padding-left: 20px;
padding-right: 20px;
width: 390px;
overflow:hidden;}

.subcontent img { padding: 1px;
			border: 1px solid #999999;}
	

#gecko {background: url(../images/side_gecko.png) no-repeat;
background-position: bottom;}


.content ul {	
	font-size: 1em;
	color:#333333;}
	


h2 {

	margin-top:0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.2em;
	color: #666666;
	font-weight: normal;
	}

h4 {
	font-size: 1em;
	color:#333333;}
	
	.left {
	width:590px;
	float:left;
	overflow: hidden;
	}
		
.right {
	width:400px;
	float:left;
	overflow:hidden;
	margin: 40px 0px 0px -175px;}
		

.content p {
	

	color:#220400;
	margin-top: -5px;
	text-align:justify;

}
	
.content span {
	
	font-size: 13px;
	color:#333333;
	line-height: 17px;
}

.content {width: 840px;

overflow: hidden;
padding: 0px 10px 0px 10px;}

.left h2 {
	width: 580px;
	text-align: right;}

#material {	
	
	margin: -40px 10px 10px 10px;
	padding: 30px 15px 10px 15px;}

/*
=====================
mini site blocks
=====================
*/

 .sitecontent {
	width:205px;
	overflow: hidden;
	float: left;
	padding: 0px; 
	margin:5px 0px 12px 5px;}

 .sitecontent h2 {
	
	margin:0px;
	padding: 3px 0px 3px 0px;
	font-size: 1.2em;
		color:#42210B ;
		text-shadow: -1px 0px 3px #a67c52;
	font-weight: bold;
	text-align:left;


	}
		
.sitecontent h3 {
	
	margin:0px; padding: 0px;
	font-size: .8em;
	color:#ffffff;
	text-align:center;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	text-align: right;

	text-shadow: -1px 0px 2px #000;
	}


	
.sitecontent h3 a {color:#ffffff;}
	
	
	
 .sitecontent img {border: 1px solid #754c24;}
			



/*
=====================
Contact Form
=====================
*/

.contactformshell {margin: -45px 0px 0px 10px;}
.contactformshell .top {
	background: url(../images/bg_alpha_01.png) no-repeat;
	height: 15px;}

.contactformshell .middle {
	background: url(../images/bg_alpha_02.png) repeat-y;
	overflow: hidden;
	
}

.contactformshell .bottom {
	background: url(../images/bg_alpha_03.png) no-repeat;
	height: 15px;
}
#contactform {
	width: 420px;
	float: left;
	margin: 8px 0 0 0;
	padding: 0px 0px 0px 14px;
}

#contactinfo {
	width: 360px;
	overflow:hidden;
	float: left;
	margin: -600px 8px 8px 20px;
	padding: 6px;
	}
	
.sub{position:relative; z-index: 10;}

.sub p {text-align: right;
font-size: 16px;}


#inputArea input[type="text"], #inputArea textarea
{

    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
	font-weight: bold;
	color: #754c24;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #754c24;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
    background:url(.../images/bg_input.png) repeat;

	
}

#inputAreaB input[type="file"], #inputAreaB textarea
{

    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
	font-weight: bold;
	color: #754c24;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #754c24;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
    background:url(.../images/bg_input.png) repeat;

	
}

/*
=====================
Footer
=====================
*/


div.footer {
	border-top: solid 1px #42210b;
	border-right: solid 1px #42210b;
	border-left: solid 1px #42210b;
	border-bottom: solid 1px #42210b;
	width: 175px;
	height: 23px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	margin: 0px 0px 0px 640px;
	background-color: #a67c51;

	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

	
	text-shadow: -1px 0px 2px #000;


	
}


	
.footer .nav { margin: 5px 0px 0px 0px;}

.footer .nav ul {display:inline;
padding: 0px;
margin: 6px 0px 0px 0px;}

.footer .nav li {
	display:inline;
	list-style-type: none;
	padding: 2px 16px 0px 5px;
	width:30px;
	height: 15px;}
	
	.footer  li a {color:#ffffff;
	margin: 0px 0px 0px 0px;
	height: 15px;}

.footer  li a:hover {
	margin: -4px 0px 0px 0px;
	height: 15px;
	border-bottom: 6px solid #ffffff;
}


/*
=====================
Portfolio
=====================
*/

.port {
	width: 375px;
	overflow: hidden;
	float: left;
	margin: 0px 4px 0px 4px;
	padding: 8px; }
	
	.right#second { margin-top:-1px;}
	
.wideport {
	width: 800px;
	overflow: hidden;
	margin: 0px 4px 0px 4px;
	padding: 8px;
	}
	
.port h1 { 
	font-size: 20px;
	font-weight: bold;
	color:#42210B;
	text-shadow: -1px 0px 3px #a67c52;
	}

.port h2 { 
	margin:0px;
	padding: 3px 0px 3px 20px;
	font-size: 24px;
		color:#42210B ;
		text-shadow: -1px 0px 3px #a67c52;
	font-weight: bold;
	text-align:left;
	}

.port h3 {font-size: 14px;
		color:#42210B ;
		
		margin: 0px;
		padding: 0px 0px 0px 5px;}
	
.port p {
	text-align: justify;}
	
#site {
	text-align: right;
	color:#FFFFFF;
	margin:2px 0px -18px 0px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:solid 1px #000000;
    background:#754c24;
	padding: 2px 10px 2px 0px;
	font-weight:normal;}
	
#site a {color:#FFFFFF;}
#site a:hover {color:#FFFFFF; text-shadow: -1px 0px 3px #000000; }

.more {
	border:solid 1px #754c24;
	margin: 6px 0px 10px 0px;
	padding: 8px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
    background:url(.../images/bg_input.png) repeat;
	display: none;
}

a.showLink:hover, a.hideLink:hover {
    border-bottom: 1px dotted #36f; }
	
	#close {text-align: right; padding-bottom:0px;margin-bottom:0px;}

	.more ul { padding: 0px; margin: 0px;}
	
.more li { list-style-type: none;}
.more li a {color:#333333}
.more li a:hover { text-shadow: -1px 0px 3px #fff;}