@charset "utf-8";
/* CSS Document */
body
	{
		margin:0px;
		padding:0px;
	}
h1,h2,h3,h4,h5,h6,span,p
	{
		margin:0px;
		padding:0px;
		line-height:normal;
	}
#topwrap
	{
		width:100%;
		height:106px;
		float:left;
		margin:0px;
		padding:0px;
		background-image:url(images/topbg.jpg);
		background-repeat:repeat-x;
	}
#top
	{
		width:1142px;
		height:106px;
		float: none;
		margin:0 auto;
		padding:0px;
	}
#top h1
	{
		width:410px;
		height:106px;
		float: left;
		margin:0px;
		margin-left:100px;
		/*margin-left:33px;*/
		padding:0px;
		text-indent:-1100px;
		background-image:url(images/logo.png);
		background-repeat:no-repeat;
	}
#top ul#menu
	{
		width:632px;
		height:25px;
		float: right;
		margin:80px 0 0 0;
		padding:0px;
		display:block;
	}
#top ul#menu li
	{
		width:76px;
		height:25px;
		float:left;
		margin:0px;
		padding:0px;
		display:block;		
	}
#top ul#menu li a.menu
	{
		width:76px;
		height:19px;
		float: left;
		margin:0px;
		padding:6px 0 0 0;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#827822;
		text-align:center;
		text-decoration:none;
		background-image: url(images/menu.png);
		background-repeat:no-repeat;
	}
#top ul#menu li a.menu:hover
	{
		color:#de5649;
		background-image: url(images/menuover.png);
		background-repeat:no-repeat;
	}
	
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------*/	
#contentwrap
	{
		width:100%;
		float:left;
		margin:0px;
		padding:0px;
		/*background-image:url(images/contentbg02.jpg);*/
	}
#contentblank
	{
		width:942px;
		float: none;
		margin:0 auto;
		padding:0px;
	}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------*/		
#banner
	{
		width:940px;
		height:297px;
		float: left;
		margin:0px;
		padding:0px;
		border-left:solid 1px #4c4c4c;
		border-right:solid 1px #4c4c4c;
		background-image:url(images/banner.jpg);
		background-repeat:no-repeat;
	}
#bannertxtblank
	{
		width:524px;
		float: left;
		margin:0px;
		padding:42px 0 0 32px;
	}
#banner h2
	{
		width:353px;
		height:28px;
		float: left;
		margin:0px;
		padding:0px;
		font-family:Georgia;
		font-size:27px;
		font-weight:normal;
		color:#d24127;
	}
#banner h5
	{
		width:353px;
		height:28px;
		float: left;
		margin:0px;
		padding:0px;
		font-family: verdana;
		font-size:15px;
		font-weight:normal;
		color:#262c38;
	}
#banner p.bannertxt
	{
		width:353px;
		float:left;
		margin:0px;
		padding:0px;
		font-family: verdana;
		font-size:11px;
		color:#9d953c;
	}
#banner p.bannerbutton
	{
		width:353px;
		float:left;
		margin:0 60px 0 0;
		padding:0 0 32px 0;
	}
#banner a.bannermore
	{
		width:55px;
		height:16px;
		float: right;
		margin:0px;
		padding:2px 0 0 0;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#FFF;
		text-align:center;
		text-decoration:none;
		background-image:url(images/more.png);
		background-repeat:no-repeat;
	}
#banner a.bannermore:hover
	{
		background-image: url(images/moreover.png);
		background-repeat:no-repeat;
	}
#banner p.best
	{
		width:124px;
		height:75px;
		float:left;
		margin:0px;
		padding:0px;
		background:url(images/best.jpg) no-repeat;
	}
#banner p.besttxt
	{
		width:380px;
		float:left;
		margin:0px;
		padding:25px 0 0 16px;
		font-family:verdana;
		font-size:11px;
		color:#bcb77c;
	}
#banner .bestwhitetxt
	{
		font-family: verdana;
		font-size:11px;
		color:#fffac2;
		line-height:normal;
	}
#login
	{
		width:543px;
		height:46px;
		float: right;
		margin:0px;
		padding:0px;
	}
#login h5
	{
		width:130px;
		height:33px;
		float: left;
		margin:0px;
		padding:13px 0 0 28px;
		font-family:verdana;
		font-size:16px;
		font-weight:normal;
		color:#f3edb5;
		background:url(images/loginicon.jpg) no-repeat left;
	}
#login .loginiput
	{
		width:141px;
		height:21px;
		float: left;
		margin:10px 3px 0 0;
		padding:5px 0 0 8px;
		font-family: "Trebuchet MS";
		font-size:10px;
		font-weight: bold;
		color:#827822;
		background:#f7f09f;
		border:solid 1px #f7f09f;
	}
#login a.loginbutton
	{
		width:48px;
		height:22px;
		float: left;
		margin:13px 3px 0 0;
		padding:4px 0 0 0;
		font-family: "Trebuchet MS";
		font-size:11px;
		font-weight:bold;
		color:#FFF;
		text-align:center;
		text-decoration:none;
		text-transform:uppercase;
		background-image:url(images/login.jpg);
		background-repeat:no-repeat;
	}
#login a.loginbutton:hover
	{
	}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------*/		
#content
	{
		width:940px;
		float: left;
		margin:0px;
		padding:0px;
		border-left:solid 1px #4c4c4c;
		border-right:solid 1px #4c4c4c;
		background-image:url(images/contentbg.jpg);
		background-repeat:repeat-x;
		background-color:#fffac2;
	}
#leftPanel
	{
		width:645px;
		float: left;
		margin:0px;
		padding:42px 0 27px 28px;
	}
#leftPanel h3
	{
		width:618px;
		float: left;
		margin:0px;
		padding:0px;
		font-family:Georgia;
		font-size:27px;
		font-weight:normal;
		color:#d24127;
	}
#leftPanel h5
	{
		width:618px;
		float: left;
		margin:0px;
		padding:0px;
		font-family: verdana;
		font-size:15px;
		/*font-weight:normal;*/
		color:#C00101;
	}
#leftPanel p.leftcontent
	{
		width:618px;
		float: left;
		margin:23px 0 0 0;
		padding:0px;
		font-family:arial;
		font-size:12px;
		font-weight:normal;
		color:#000000;
	}
#leftPanel p.leftmorebutton
	{
		width:618px;
		float: left;
		margin:0px;
		padding:0 0 26px 0;
	}
#leftPanel .leftmore
	{
		width:55px;
		height:16px;
		float: right;
		margin:0px;
		padding:2px 0 0 0;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#FFF;
		text-align:center;
		text-decoration:none;
		background-image:url(images/more.png);
		background-repeat:no-repeat;
	}
#leftPanel .leftmore:hover
	{
	}
#leftPanel ul.projects
	{
		width:280px;
		height:205px;
		float:left;
		margin:18px 25px 0 0;
		padding:15px 0 0 15px;
		background-image: url(images/projectbg.jpg);
		background-repeat:no-repeat;
		display:block;
	}
#leftPanel ul.projects li
	{
		float:left;
		margin:0px;
		padding:0px;
		display:block;		
	}
#leftPanel ul.projects li .projectpic
	{
		width:265px;
		height:85px;
		float:left;
		margin:0px;
		padding:0px;
		background-image:url(images/projectpic.jpg);
		background-repeat:no-repeat;
	}
#leftPanel ul.projects li .projectpic02
	{
		width:265px;
		height:85px;
		float:left;
		margin:0px;
		padding:0px;
		background-image:url(images/projectpic02.jpg);
		background-repeat:no-repeat;
	}
#leftPanel ul.projects li.projectboldtxt
	{
		width:265px;
		float:left;
		margin:16px 0 0 0;
		padding:0px;
		font-family:arial;
		font-size:11px;
		font-weight:bold;
		color:#9d3927;
		text-align:center;
	}
#leftPanel ul.projects li.projecttxt
	{
		width:265px;
		float:left;
		margin:8px 0 0 0;
		padding:0px;
		font-family:arial;
		font-size:11px;
		color:#9d953c;
		text-align:center;
	}
#leftPanel ul.projects li.projectbutton
	{
		width:138px;
		height:16px;
		float:left;
		margin:13px 0 0 0;
		padding:0 0 0 127px;
	}
#leftPanel ul.projects li a.projecmore
	{
		width:55px;
		height:16px;
		float: left;
		margin:0px;
		padding:2px 0 0 0;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#FFF;
		text-align:center;
		text-decoration:none;
		background-image:url(images/more.png);
		background-repeat:no-repeat;
	}
#leftPanel ul.projects li a.projecmore:hover
	{
	}
#leftPanel p.leftbottxt
	{
		width:618px;
		float: left;
		margin:24px 0 0 0;
		padding:0px;
		font-family: Georgia;
		font-size:17px;
		font-weight:normal;
		color:#9d3927;
	}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------*/	
#rightPanel
	{
		width:240px;
		float:left;
		margin:0px;
		padding:26px 0 27px 0;
	}
#rightPanel h3
	{
		width:221px;
		height:30px;
		float:left;
		margin:0px;
		padding:5px 0 0 19px;
		font-family:Georgia;
		font-size:22px;
		font-weight:normal;
		color:#d24127;
		background-image:url(images/rightheadingbg.jpg);
		background-repeat:no-repeat;
	}
#rightPanel ul#news
	{
		width:228px;
		float:left;
		margin:0px;
		padding:12px 0 0 12px;
		background-image:url(images/newsbg.jpg);
		background-repeat: no-repeat;
		display:block;
	}
#rightPanel ul#news li
	{
		float:left;
		margin:0px;
		padding:0px;
		display:block;		
	}
#rightPanel ul#news li.date
	{
		width:193px;
		height:15px;
		float:left;
		margin:0px;
		padding:0 0 0 7px;
		font-family:verdana;
		font-size:11px;
		font-weight:bold;
		color:#394e00;
		background-image: url(images/datebg.jpg);
		background-repeat:no-repeat;
	}
#rightPanel ul#news li.news
	{
		width:194px;
		float:left;
		margin:0px;
		padding:11px 0 0 6px;
		font-family:verdana;
		font-size:11px;
		color:#9d953c;
	}
#rightPanel ul#news li.readername
	{
		width:200px;
		float:left;
		margin:0px;
		padding:12px 0 11px 0;
		font-family:verdana;
		font-size:11px;
		color:#9d3a28;
		text-align:right;
	}
#rightPanel ul#news li.rightbutton
	{
		width:200px;
		float:left;
		margin:0px;
		padding:0 0 10px 0;
	}
#rightPanel ul#news li a.rightmore
	{
		width:55px;
		height:16px;
		float: right;
		margin:0px;
		padding:2px 0 0 0;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#FFF;
		text-align:center;
		text-decoration:none;
		background-image:url(images/more.png);
		background-repeat:no-repeat;
	}
#rightPanel ul#news li a.rightmore:hover
	{
		background-image: url(images/moreover.png);
		background-repeat:no-repeat;
	}
#newsbot
	{
		width:240px;
		height:4px;
		float:left;
		margin:0px;
		padding:0px;
		background-image:url(images/newsbotbg.jpg);
		background-repeat:no-repeat;
	}
#consult
	{
		width:240px;
		height:220px;
		float:left;
		margin:27px 0 0 0;
		padding:0px;
		background-image: url(images/cunsult.jpg);
		background-repeat:no-repeat;
	}
#consult h5
	{
		width:239px;
		height:20px;
		float:left;
		margin:62px 0 0 0;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:17px;
		font-weight:bold;
		color:#eeef34;
		text-align:center;
	}
#consult p.consultxt
	{
		width:79px;
		float: right;
		margin:6px 8px 0 0;
		padding:0px;
		font-family: verdana;
		font-size:10px;
		color:#527122;
	}
#consult p.phonenum
	{
		width:239px;
		float: left;
		margin:17px 0 0 0;
		padding:0px;
		font-family: "Trebuchet MS";
		font-size:15px;
		font-weight:bold;
		color:#b8ea0c;
		text-align:center;
	}
#consult .num
	{
		font-family: "Trebuchet MS";
		font-size:15px;
		font-weight:bold;
		color:#eeef3c;
		text-align:center;
	}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------*/	
#footerwrap
	{
		width:100%;
		height:98px;
		float:left;
		margin:0px;
		padding:0px;
		background-image:url(images/footerbg.jpg);
		background-repeat:repeat-x;
	}
#footer
	{
		width:942px;
		height:98px;
		float: none;
		margin:0 auto;
		padding:0px;
	}
#footer ul#footerlinks
	{
		width:926px;
		float: left;
		margin:0px;
		padding:31px 0 0 16px;
		display:block;
	}
#footer ul#footerlinks li
	{
		float: left;
		margin:0px;
		padding:0px;
		display:block;		
	}
#footer ul#footerlinks li.footersap
	{
		float: left;
		margin:0px;
		padding:0px;
		font-family: verdana;
		font-size:11px;
		color:#111111;
		text-align:center;
		text-decoration:none;
	}
#footer ul#footerlinks li a.footer
	{
		float: left;
		margin:0px;
		padding:0 11px 0 11px;
		font-family: verdana;
		font-size:11px;
		color:#FFFFFF;
		text-align:center;
		text-decoration:none;
	}
#footer ul#footerlinks li a.footer:hover
	{
		text-decoration: underline;
	}
#footer ul#footerlinks li a.footerhome
	{
		float: left;
		margin:0px;
		padding:0 11px 0 0;
		font-family: verdana;
		font-size:11px;
		color:#FFFFFF;
		text-align:center;
		text-decoration:none;
	}
#footer ul#footerlinks li a.footerhome:hover
	{
		text-decoration: underline;
	}	
#footer ul#footerlinks li.copyrights
	{
		width:900px;
		height:10px;
		float:left;
		margin:0px;
		padding:10px 0 0 0;
		font-family: verdana;
		font-size:11px;
		color:#FFFFFF;
		text-decoration:none;
	}
#footer ul#validation
	{
		width:926px;
		height:16px;
		float: left;
		margin:0px;
		padding:10px 0 0 16px;
		display:block;
	}
#footer ul#validation li
	{
		float: left;
		margin:0px;
		padding:0px;
		display:block;		
	}
	
#footer ul#validation li a.xhtml
	{
		width:41px;
		height:16px;
		float: left;
		margin:0px;
		padding:2px 0 0 0;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#FFF;
		text-align:center;
		text-decoration:none;
		/*background-image:url(images/more.png);*/
		background-repeat:no-repeat;
	}
#footer ul#validation li a.xhtml:hover
	{
		/*background-image: url(images/moreover.png);*/
		background-repeat:no-repeat;
	}
/*---------------------------------------INEXPAGE-----------------------------------------------------------------------------------------------------------END-------*/	
#innercontentPanel
	{
		width:645px;
		float: left;
		margin:0px;
		padding:42px 0 27px 28px;
	}
#innercontentPanel h3
	{
		width:618px;
		float: left;
		margin:0px;
		padding:0px;
		font-family:Georgia;
		font-size:27px;
		font-weight:normal;
		color:#d24127;
	}
#innercontentPanel p.innertcontent
	{
		width:618px;
		float: left;
		margin:23px 0 0 0;
		padding:0px;
		font-family:verdana;
		font-size:12px;
		font-weight:normal;
		color:#9d953c;
		text-align:justify;
	}
#rightPanel h3
	{
		width:221px;
		height:30px;
		float:left;
		margin:0px;
		padding:5px 0 0 19px;
		font-family:Georgia;
		font-size:22px;
		font-weight:normal;
		color:#d24127;
		background-image:url(images/rightheadingbg.jpg);
		background-repeat:no-repeat;
	}
#rightPanel ul#submenu
	{
		width:228px;
		float:left;
		margin:0px;
		padding:12px 0 0 12px;
		background-image:url(images/newsbg.jpg);
		background-repeat: no-repeat;
		display:block;
	}
#rightPanel ul#submenu li
	{
		float:left;
		margin:3px 0 0 0; 
 		padding:0px;
		display:block;		
	}
#rightPanel ul#submenu li a.submenu
	{
		width:173px;
		height:15px;
		float:left;
		margin:0px;
		padding:0 0 0 20px;
		font-family:verdana;
		font-size:11px;
		color:#394e00;
		text-decoration:none;
		background-image: url(images/submenu.jpg);
		background-repeat:no-repeat;
	}
#rightPanel ul#submenu li a.submenu:hover
	{
		background-image: url(images/submenuover.jpg);
		background-repeat:no-repeat;
	}
/*-----------------------------------------------------------------------------------INNERPAGE------------------------------------------------------------END---------*/
#contactPanel
	{
		width:645px;
		float: left;
		margin:0px;
		padding:42px 0 27px 28px;
	}
#contactPanel h3
	{
		width:618px;
		float: left;
		margin:0px;
		padding:0px;
		font-family:Georgia;
		font-size:27px;
		font-weight:normal;
		color:#d24127;
	}
#contactPanel p.contacttxt
	{
		width:618px;
		float: left;
		margin:3px 0 0 0;
		padding:0px;
		font-family:verdana;
		font-size:12px;
		font-weight:normal;
		color:#9d953c;
		text-align:justify;
	}
#contactPanel p.smallheading
	{
		width:618px;
		float: left;
		margin:0px;
		padding:0px;
		font-family: verdana;
		font-size:15px;
		font-weight:normal;
		color:#76af1e;
	}
#contactfeildnameblank
			{
				width:160px;
				height:400px;
				margin:10px 0 0 0;
				padding:0;
				float:left;
			}
#contactfeildblank
			{
				width:202px;
				height:400px;
				margin:10px 0 0 0;
				padding:20px 0 0 0;
				float:left;
			}
.contactfeildname
			{
				width:160px;
				margin:0 0 10px 0;
				padding:0px;
				float:left;
				font-family: Arial;
				font-size:12px;
				font-weight: normal;
				color:#86834b;
				
			}
.contactfeild
			{
				width:202px;
				margin:0 0 2px 0;
				padding:0px;
				float:left;
			}
.contactfeildinput
			{
				width:200px;
				height:20px;
				font-family: "Trebuchet MS";
				font-size:12px;
				color:#595643;
				border:solid 1px #d2e3e9;
				background-color:#fffdfd;
			}
.txtarea
			{
				width:198px;
				height:80px;
				font-family: "Trebuchet MS";
				font-size:12px;
				color:#595643;
				border:solid 1px #d2e3e9;
				background-color:#fffdfd;
			}
.submit
			{
				width:200px;
				height:20px;
				margin:20px 0 0 0;
				padding:0px;
				float:left;
			}
a.submitbutton
			{
		width:41px;
		height:16px;
		float: left;
		margin:10px 3px 0 11px;
		padding:2px 0 0 0;
		font-family:Arial;
		font-size:10px;
		font-weight:bold;
		color:#FFF;
		text-align:center;
		text-decoration:none;
		background-image:url(images/more.png);
		background-repeat:no-repeat;
	}
a.submitbutton:hover
	{
	}
.listbox
		{
				width:202px;
				height:20px;
				float:left;			
				border:solid 1px #d2e3e9;
				background-color:#fffdfd;
		}
		
		
.contactForm {
	width:350px;
	padding:10px;
	margin:auto;
}

.contactForm span{
	font-family:verdana,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#D24127;
	float:left;
	text-align:right;
	width:60px;
	margin-right:10px;
	margin-top:4px;
	height:20px;
}

.contactForm input{

	font-family:verdana,sans-serif;
	font-size:12px;
	/*font-weight:bold;*/
	background-color: #FFFFFF;
	border:1px solid #D5DDE2;
	color:#555555;
	width:200px;
    height:20px;
	margin-top:2px;

}

.contactForm textarea {

	font-family:verdana,sans-serif;
	font-size:12px;
	/*font-weight:bold;*/
	background-color: #FFFFFF;
	border:1px solid #D5DDE2;
	color:#555555;
	width:200px;
	height:125px;
	margin-top:2px;

}	











	
#listprprojectblank
	{
	float:left;
	margin:36px 0 0 0;
	width:490px;
	padding:0px;
	}
#listprprojects
	{
	float:left;
	padding:0px;
	margin:0px;
	}
#listprprojectsheading
	{
	float:left;
	font-family:Georgia;
	font-size:28px;
	font-weight:normal;
	color: #222121;
	}
#listprprojectsbottomline
	{
	float:left;
	height:1px;
	background-image:url(images/ourrecentprojectbottomline.gif);
	background-repeat:no-repeat;
	margin:9px 0 0 0;
	}
#listprprojects ul
	{
	display:block;
	float:left;
	padding:0px;
	margin:0px;
	}
#listprprojects ul li
	{
	display:block;
	float:left;
	padding:0px;
	margin:0px;
	}
#listprprojects ul li.recentproject1
	{
	display:block;
	float:left;
	margin:13px 0 0 0;
	background-repeat:no-repeat;
	border:1px solid #EEE5A0;
	padding-bottom:10px;
	}
.listprgreenfont
	{
	margin:0px;
	padding:0px;
	float:left;
	font-family:Arial;
	font-size:18px;
	color:#a9280d;
	}

.listprgreenfonttitle
	{
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:17px;
	color: #7eaf4f;
	line-height:14px;
	}
	
.listprnormalfont
	{
	font-weight:normal;
	margin:7px 0 0 0;
	
	font-family:"Trebuchet MS";
	font-size:9px;
	color:#008871;
	line-height:14px;	
	
	
	}
.readmoreblanklist
	{
	margin:18px 0 0 0;
	padding:0px;
	color:#C2520E;
	}
.readmorelist
	{
	margin:8px 0 0 0;
	padding:0px;
	float:left;
	font-family:"Trebuchet MS";
	font-size:10px;
	font-weight:bold;
	color:#888800;
	text-decoration:underline;
	}
	
.readmorelist1
	{
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	height:11px;
	padding:0 0 0 3px;
	margin:0px;
	line-height:11px;
	color:#C2520E;
	}	
	
.readmorelist:hover
	{
	margin:8px 0 0 0;
	padding:0px;
	float:left;
	font-family:"Trebuchet MS";
	font-size:10px;
	font-weight:bold;
	color:#888800;
	text-decoration:none;
	}	

#listprprojects ul li.recentproject2
	{
	display:block;
	float:left;
	padding:0 0 0 135px;
	margin:13px 0 0 0;
	}

div.imglistpr  {
	float:left;
	width:115px;
	padding:10px;
	text-align:center;
	margin:auto;
	}
div.contlistpr {
	width:352px;
	float:left;	
}	

#innertext3, .innertext3 {
	width:463px;
	padding:0px;
	float:left;
	font-family:Arial;
	font-size:11px;
	color:#555555;
	line-height:18px;
	}
.innertext3
	{
	text-align:justify;
	padding:10px;
		border:1px solid #EEE5A0;
		
			font-family:"Trebuchet MS";
	font-size:9px;
	color:#008871;
	line-height:14px;
	}

	#innertext3 a
	{
	
	margin:5px 0 0 0;
	padding:0px;
	float:left;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	color:#888800;
	}
#innertext3 a:hover
	{
	text-decoration:none;
	}
	
a.redlink {
	color:#9D3A28;
	font-family:verdana;
	font-size:13px;
	text-decoration:none;
}	
a:hover.redlink {
	text-decoration:underline;
}
