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

body {
	background-color: #D8E9AA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #151515;
	position: relative;
	padding: 0px;
	margin: 0px;

}

.wrapper {
	width: 625px;
	margin: 0 auto 0;
	background: #D8E9AA;
	padding: 0px;

}
	

#logo {
	width: 487px;
	height: 203px;
	padding-left: 75px;
	margin-top: 20px;
	float: left;
}

a {
	text-decoration: underline;
	color: #151515;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
	text-decoration: underline;
	color: #3E6E8B;
}

a:visited {
	text-decoration: underline;
	color: #151515;
}

p { 

	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* About Us */
 #aboutus_rc {
	width: 625px;
	height: 20px;
	margin-top: 25px;
	background:  #c0dc75 url("images/rc_top.gif");
	clear: left;
	float: left;

}

#aboutbox {
	width: 625px;
	height: 100%;
	margin-bottom: 0px;
	padding-top: 8px;
	background-color:  #c0dc75;
	clear: left;
	float: left;
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	font-weight: 400;
}

#intro {
	width: 535px;
	padding-top: 5px;
	padding-right: 45px;
	padding-bottom: 5px;
	padding-left: 45px;
	height: 100%;
	text-align:left;
	
}

 #rc_bottom_about {
	width: 625px;
	height: 19px;
	background:  #c0dc75 url("images/rc_bottom.gif");
	float: left;
}



/* Services */

#services {
	width: 625px;
	height: 53px;
	margin-top: 25px;
	background:  #c0dc75 url("images/services.gif");
	clear: left;
	float: left;
	

}	

#box1 {
	width: 625px;
	height: 100%;
	background-color: #c0dc75;
	float: left;
	clear: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
	
#spacer {
	width: 50px;
	height: 100%;
	min-height: 200px;
	
}	


#box1 ul {
	width: 560px;
	list-style-type: none;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 7px;
	margin-bottom: 0px;
	margin-left: 60px;
}

#box1 li {
	font-size: 18px;
	float: left;
	display: inline;
	width: 265px;
	margin: 0px;
	padding: 2px;
		
}

#rc_bottom1 {
	width: 625px;
	height: 19px;
	background:  #c0dc75 url("images/rc_bottom.gif");
	clear: left;
	float: left;
}

/* Portfolio */

#portfolio_rc {
	width: 625px;
	height: 53px;
	margin-top: 25px;
	background:  #c0dc75 url("images/portfolio.gif");
	clear: left;
	float: left;

}

#portfolio {
	width: 625px;
	height: 100%;
	background-color: #c0dc75;
	clear: left;
	float: left;
	font-size: 18px;
	line-height: 130%;
	text-align: center;
	font-weight: 400;
}

#rc_bottom2 {
	width: 625px;
	height: 19px;
	background:  #c0dc75 url("images/rc_bottom.gif");
	float: left;
}

/* Contact Us */

#contactus_rc {
	width: 625px;
	height: 53px;
	margin-top: 25px;
	background:  #c0dc75 url("images/contactus_rc.gif");
	clear: left;
	float: left;

}

#box2 {
	width: 625px;
	height: 100%;
	margin-bottom: 0px;
	padding-top: 8px;
	background-color: #c0dc75;
	clear: left;
	float: left;
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	font-weight: 400;
}

.contactinfo {
	margin-top: 15px;
}

.noscript {
	display: inline;
	font-size: 12px;
}

#rc_bottom3 {
	width: 625px;
	height: 19px;
	background:  #c0dc75 url("images/rc_bottom.gif");
	float: left;
}

/* Footer */

#footer {
	width: 625px;
	height: 100%;
	clear: left;
	padding-top: 23px;
	padding-bottom: 30px;
	text-align: center;
	float:left;
}

.copyright{
	font-size: 10px;
	margin: 0px;
	padding: 5px;
}

.keys{
	font-size: 12px;
	float: left;
	color: #000000;
	margin-bottom: 15px;
	padding-left: 0px;
	width: 100%;
}

#validations {
	width: 186px;
	height: 31px;
	clear: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#xhtml {
	padding-right: 10px;
	border: none;
	margin-top: 10px;
	padding-top: 0px;
}

#css {
	border: none;
	margin-top: 10px;
	padding: 0px;
}


