/* CSS Document */

/* Global Styles */

html {
	margin:0px;
	padding: 0 0 0 0;
	}

body {
	margin:0 auto 0 auto;
	padding:0 0;
	font:0.8em Verdana, Arial, Helvetica, sans-serif;
	background:#F2F2F2;
	background:url(images/background.gif) repeat-y  center #F2F2F2;


	}

a {
	color: #993300;
	text-decoration:none;
	}
	
a:hover {
	color: #003F4E;
	text-decoration:underline;
	}
	
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	line-height:1.5em;
	color:#CCCCCC;
	border-bottom:solid 1px;
	
	
	}

h2 {
	font: 1.9em Arial, Verdana, Helvetica, sans-serif;
	margin:0 0 0 0;
	line-height:1.5em;
	padding:10px 90px 20px 5px;
	color:#003F4E;
	

	}

 h3 {
	font: 1.5em Verdana, Arial, Helvetica, sans-serif ;
	margin-top:0;
	margin-bottom:0;
	padding:5px 0 5px 5px;
	color:#003F4E;

	}


	

	
p {
	padding:0 15px 0 15px;

	}
form p{
	clear:left;
	margin: 0;
	padding:5px 0;
	}

	
form p label {
	float:left;
	width: 200px;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	}	
	
img {
	border:none;
	}	


/* ---MAIN LAYOUT--- */

#site{
	width:760px;
	padding:0px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto 0 auto;
	background-color:#fff;
	border-left:3px solid #94C83D;
	border-right:3px solid #556677;
	


}

/* ---HEADER--- */

#mastHead {
	width:100%;
	font:0.9em Arial, Helvetica, sans-serif;
	color:#666666;
	padding-top:10px;
	background-color:#FFFFFF;
	}
	
#mastHead img {
	display:block;
	margin:0 auto 10px auto;
	}	

	
	
/* ---NAVIGATION--- */

/* mast navigation */

#navigation{
	width:100%;
	position:relative;
	font-size:1.3em;
	height:2.8em;
	/*border-top:4px solid #FFFFFF;*/
	line-height:1em;
	background:url(../images/navGrad.jpg) bottom repeat-x #94C83D;
	}


#navoptions {
	float:left;
	}

#navcontainer {
	margin:0 auto;
	width:750px;

	}
		
#navoptions a {
	color: #fff;
	text-decoration: none;
	padding: 0.9em 0.5em;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	/*border-bottom:2px solid #FFFFFF;*/
	display: block;
	}





#navoptions a:hover {
	color: #000;
	background:url("/images/navHover.jpg") left top repeat-x #FFCC00;
	border-bottom:none;

	}


#navoptions a.dis, a.dis:hover {
	background:url("/images/navHover.jpg") left top repeat-x #FFCC00;
	text-decoration: none;
	cursor:default;
	border-bottom:none;
	color: #000;
	}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-left:1px solid #fff;
	border-right:1px solid #fff;

	}

#navigation li {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#subNav {
	width:735px; 
	margin:0 auto; 
	font-size:1.2em; 
	color:#000000; 
	background:url(/images/subNav.jpg) left top repeat-x #FCE57B;
	padding:5px; 
	text-align:center;
	}
/* left navigation */

#leftNav{
	position: relative;
	top:20px;
	float:left;
	left: auto;
	width:180px;
	font-size:0.9em;
}
#leftNav h2 {
	color:#00576C;
	background-color:#FFFFFF;
	/*background: url(../images/h3Grad.jpg) top repeat-x #6699CC;*/
	height:20px;
	padding:5px;
	margin-top:0px;	margin:0;
	
	}

	
#leftNav ul{
	margin:10px 0 10px 0;
	padding:0;
	background-color:#FFFFFF;

	}
	

#leftNav ul a {
	color:#000000;
	display:block;
	font-weight:bold;
	margin:4px 0px;
	background-color:#7BB1CA;
	padding:12px 5px;
	}
	
#leftNav ul a:hover {
	border:none;
	color: #000000;
	background-color:#FFCC00;

	}

#leftNav ul li {
	list-style-type:none;
	padding-left:0;
	margin:0px 0 0 0px;
	color:#000000;
	}
	


#contact {
	background-image:url(../images/contact.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	height:230px;
	border-bottom:3px solid #fff;
	margin:0;
	}


#quotes {
	border-bottom:3px solid #FFFFFF;
	background:url(../images/navQuote.gif) top left no-repeat;
	padding-left:35px;
	margin:0;
	}
	
	

/* bottom Navigation */

#bottomHolder {
	clear:both;
	text-align:right;
	font-size:0.8em;
	height:1.2em;
	border-top:3px solid #fff;
	}

#bottomHolder a {
	color:#000000;
	}

#bottomHolder a:hover {
	color:#fff;
	background-color:#738059;
	}

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


/* ---MAIN CONTENT--- */

#single {
	padding-left:0px;
	padding-bottom:5px;
	background-color:#FFFFFF;

	}

#content{
	width:535px;
	margin:0 0 0 0;
	padding-top:0px;
	float:right;
}




#mainContainer {
	margin:0 auto;
	width:730px;
	background-color:#FFF;
	}

#content ul {
	background-color:#ECF5DC;
	padding:10px 50px;
	}

#content li {
	list-style:url(http://www.newlandsenterprise.com/images/bullet.gif);
	}
		
#wrapper {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;

	}

.select {
	width:235px;
	padding:10px;
	margin-left:10px;
	background:url(../images/rtop.gif) top no-repeat #94C83D;
	float:left;
	height:18em;
	margin-top:10px;
	color:#FFFFFF;
	}
.select a {
	font-size:1.2em;
	color:#003F4E;
	line-height:1.8em;
	font-weight:bold;
	}
.select img {
	margin-bottom:1em;
	}

.select a img {	
	border:5px solid #FFFFFF;
	}
.select a:hover img {
	border:5px solid #FFCC00;
	}
.rbottom	
#news {
	width:94%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	border: 2px solid #738059;
	margin:10px 3% 10px 3% ;
	background-color:#ffffff;
	}
	
#news h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	margin-left:120px;
	}

#news img {
	padding:10px 0 0 10px;
	float:left;
	}
	
#news p {
	padding: 0 0 0 120px;
	margin:0;
	}

	
	
/* -- ADMIN SECTION --*/
	
#adminsections {
	
	height: 100px;
	border: #999999 solid 2px;
	width:400px;
	margin-left:auto;
	margin-right:auto;
	padding-left:100px;
	
	}
	
#adminsections h2 {
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#FFFFFF;
	border-top:none;
	background-color:#999999;
	}

#adminsections a {
	margin-left: 0px;
	color:#AC0D11;
	font-size:1em;
	padding: 5px 0 0 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
	
#error {
	width: 300px;
	border:#000000 2px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#FF0000;
	font-variant:small-caps;
	}
	


.edit {
	text-align: right;
	font-family:"Times New Roman", Times, serif;
	}
	

/* --- class --- */

.example {
	font: normal italic 0.8em Geneva, Arial, Helvetica, sans-serif;
	}
	
.user {
	background-image:url(http://www.newlandsenterprise.com/images/user.png);
	background-repeat: no-repeat;
	}

.news {
	background-image:url(http://www.newlandsenterprise.com/images/news.png);
	background-repeat: no-repeat;
	}

.groups {
	background-image:url(http://www.newlandsenterprise.com/images/groups.png);
	background-repeat: no-repeat;
	}

.bc {
	background-image:url(http://www.newlandsenterprise.com/images/bc.png);
	background-repeat: no-repeat;
	}
	
.sedb {
	background-image:url(http://www.newlandsenterprise.com/images/sedb.png);
	background-repeat: no-repeat;
	}


.gt {
	list-style-image:url(/images/list.png);
	}
	
.left{
	float:left;
	}

.right {
	float:right;
	}

.center {
	display:block;
	margin-left: auto;
	margin-right: auto;
	}
/* ID Styles */




.servicesOLD {
	background:url(../images/buildingblock.jpg) no-repeat;
	padding-left:70px;
	margin-bottom:40px;
	font-weight:500;
	}

.servicesOLD a{
	font-size:1.5em;
	color:#003F4E;
	line-height:2em;
	}	
	
.servicesOLD a:hover {
	color:#CC0000;
	}


#footer {

clear: both;
color:#FFFFFF;
font: 1em Verdana, Arial, Helvetica, sans-serif;
padding-bottom:5px;
margin: 0 auto 0 auto;
background-color:#94C83D;
border:3px solid #fff;
text-align:center;
}
#funders { text-align:center; }
#funders a{	font-size:0.8em; color:#FFFFFF;}



	
	
/* Class Styles */
	



.title {
	margin-top:5px;
	font-weight:600;
	font-size:1.5em;
	background-color:#94C83D;
	color:#FFFFFF;
	}
	


.typeright {
	margin-left:100px;
	}
.posthidden {display:none}
.postshown {display:inline}
.breadcrumb { margin:10px; padding:5px; background-color:#ECF5DC; }
/* rounded corners */

.rounded {
		width:250px;
		padding:0 0 14px 0px;
		margin:10px auto;
		background:url("/images/rndbrn.gif") bottom left no-repeat;
	}
.rounded h3 {
		margin:0;
		padding:7px 10px 3px 10px;
		color:#000;
		background:url("/images/rndbrn.gif") top left no-repeat;
	}
.rounded p {
	margin:0;
	padding:0 10px 3px;
	border:2px solid #94C83D;
	border-width:0 4px;
	background-color:#E2F1CC;
	}
.rounded p em{ 
	font-size:1.2em;
	}
.rounded p a {
	color:#000000;
	padding:5px;
	font-weight:bold;
	background:url("/images/link.png") right no-repeat;
	padding:0 20px 0 0;


	}
#companydetails {
	width:350px;
	float:left;
	}