body {
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 2.3em;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0 0 0 0;
	}
#full-wrapper {
	margin: 10px;
	padding: 0px;
	background-color: #000000;
}

/*---------------Header Part----------------*/
	
#bigheader {
	height: 700px;
	background-color: #000000;
	margin: 0;
	padding: 50px 0 0 0;
	}

.wrapper {
	margin: 0px auto;
	padding-left: 0px;
	padding-right: 0px;
	width: 1000px;
	background-color: #000000;
	height: 710px;
	}
#photo-container {
	overflow: hidden;
	height: 705px;
	width: 682px;
	background-color: #000000;
	float: right;
	margin: 0;
	padding: 0;
}

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

h1 {font-size: 24px; color: #ccc; }
h2 {
	font-size: 16px;
	color: #333333;
	margin: 6px 0 0 15px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 16px;
	color: #333;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 0 0 0;
}
h4 {
	font-size: 16px;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h5 {font-size: 10px; color: #999; line-height: 1em;}
h6 {
	font-size: 20px;
	color: #999;
	line-height: 1em;
}

/*----Text styling / Paragraphs-----*/

.panelp {color: #8c8683; font-size: 12px;} /*Class for paragraphs inside a panel slider */

#content p img {background: #f5f5f5; border: 1px solid #e9e9e9; float: left; padding: 5px; margin: 5px 10px 10px 0px;}

#content p img.right {float: right; margin: 5px 0px 10px 10px;}
#content p img.simple {background: none; border: none; padding:0; margin: 0}

.news p {border-bottom: 1px solid #e9e9e9; padding-bottom: 10px; margin-bottom: 60px;}
.news p:last-child {border: none; margin-bottom: 0px;}

.home {padding-top: 10px;}
.home img {margin: 0px 5px;}

blockquote {
  background: url(../images/quote1.gif) left top no-repeat;
}
blockquote p {
  padding: 0 60px;
  background: url(../images/quote2.gif) right bottom no-repeat;
  font-style: italic;
}

.listitem li {
	padding-left: 15px;
	margin-left: 4px;
	background: url(../images/listitem.gif) no-repeat left ;
}

#smallheader {
	height: 100px;
	background: #000 url(../images/home.jpg) no-repeat center top;
	overflow: hidden;
	}

#logo {
	float: left;
	width: 465px;
	height: 75px;
	padding-top: 25px;
	overflow: hidden;
	}

#logocenter {
	width: 930px;
	padding-top: 150px;
	text-align: center;
}
	
						
					
					
						
#logoleft {
	width: 310px;
	padding-top: 20px;
	text-align: left;
	background-color: #000000;
	height: 430px;
	float: left;
	margin: 0;
}
	
#togglegallery {
	float: right;
	width: 70px;
	height: 55px;
	overflow: hidden;
	padding-top: 45px;
}

	/*-------Search-------*/
	#right {
		float: right;
		width: 250px;
		overflow: hidden;
		height: 60px;
		padding-top: 43px;	
	}
	
	.search input, .search button {
		border: none;
		float: left;
	}
	
	.search input.box {
		color: #666;
		border: 1px solid #666;
		width: 150px;
		height: 15px;
		padding: 2px 5px;
		background: url(../images/bg_1.jpg);
		margin-right: 5px;
	}
	
	.search input.box:focus {
		border: 1px solid #000;
	}
	
	.search button.btn {
		width: 60px;
		height: 22px;
		cursor: pointer;
		text-indent: -9999px;
		background: url(../images/search.png);	
	}
	
	.search button.btn:hover {
		background: url(../images/searcha.png);	
	}

		/*-----------Slide Gallery----------------*/
		
		.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: visible; /*leave this value alone*/
	width: 682px; /*Height should enough to fit largest content's height*/
	background-color: #000000;
	height: 705px;
		}
		
		.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0px;
	top: 0;
	background-color: #000000;
		}
		
		.stepcarousel .panel{
	width: 682px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	background-color: #000000;
	margin: 0;
		}
		
					/*-----------Slide Gallery Panel Styles----------------*/
					
						/*----Panel 1-----*/
		
						#panel1l {
	float: left;
						}
						
						#panel1r {
	float: left;
						}					
						
						
						/*----Panel 3-----*/
						
						#panel3l {
							float: left;
							width: 520px;
							padding-left: 40px;
							padding-top: 60px;
						}
						
						#panel3r {
							float: left;
							width: 330px;
							padding-right: 40px;
							padding-top: 40px;
						}
						
						/*----Panel 4-----*/
						
						
						/*----Panel 5-----*/



/*---------------Content Part----------------*/
.copyright {
	margin: -5px 0 0 500px;
	text-align: right;
	float: right;
	width: 200px;
}

.copyright p {
	text-align: right;
	font-size: 10px;
	color: #666666;
	float: right;
}

.copyright a {
	text-decoration:none;
	color: #333;
}
	
.copyright a:hover {
	color: #fff;
	}


#contentpart {
	background-color: #FF0000;
	height: 20px;
	margin: 0;
	width: 682px;
	}
#contentpart p {
	text-align: right;
	font-size: 10px;
	color: #666666;
	float: right;
}

#contentpart a {
	text-decoration:none;
	color: #333;
	
	}
	
#contentpart a:hover {
	color: #fff;
	}


#content {
	margin: 0 0 0 0;
	background-color: #9BCD66;
	height: 225px;
	width: 682px;
	padding: 0;
	overflow: hidden;
}

.title {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
	

		/*---------------Menu----------------*/
		
		.menu {
	float: left;
	height: 40px;
	margin-bottom: 30px;
	list-style: none;
			}
		
		.menu li {
			float: left;
			
			}
		
		.menu li a{
	float: left;
	color: #333333;
	text-decoration:none;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	height: 35px;
	padding-top: 6px;
	min-width: 49px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: hidden;
			}
		
		.menu li a:hover{
	background: #transparent;
	color: #9BCD66;
			}
		
		.menu li.current a {
	background: #9BCD66;
	color: #fff;
	border-right: solid 1px #9BCD66;
			}
			
		#arrow {
			clear: both;
			height: 39px;
			padding-left: 750px;
			overflow: hidden;
		}
.submenubar-about {
	margin: 208px 0 0 158px;
	text-align: left;
	background-color: #000000;
}
.submenubar-services {
	margin: 260px 0 0 79px;
	text-align: left;
	background-color: #000000;
}
.submenubar/*---------------Sub Menu----------------*/
		
		
		 {
	margin: 156px 0 0 0;
	text-align: left;
	padding: 0;
}
.submenu  {
	padding: 0;
	margin: 0;
}

	
		
		.submenu li {
	border-left: solid 1px #9BCD66;
	padding: 0;
	margin: 0;
			}
		
		.submenu li a{
	color: #666666;
	text-decoration:none;
	padding-left: 15px;
	padding-right: 15px;
	height: 30px;
	padding-top: 0px;
	min-width: 45px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background-color: #000000;
			}
		
		.submenu li a:hover{
	color: #9BCD66;
			}
		
		.submenu li.current a {
	color: #9BCD66;
			}
.submenu li.blank a {
	color: #000000;
}
			
		#arrow {
			clear: both;
			height: 39px;
			padding-left: 750px;
			overflow: hidden;
		}
					
					/*---------------2 Column Layout (with small sidebar)----------------*/
					
					#main {
						float: left;
						width: 585px;
					}
					
					#sidebar {
						float: left;
						width: 300px;
						margin-left: 45px;
					}
					
							/*---------------Sidebar menu----------------*/
					
							.sidemenu {
								list-style: none;
							}
							
							.sidemenu li {
								border-bottom: 1px solid #e9e9e9;
								height: 27px;
								padding-top: 8px;
								padding-left: 8px;
								}
							
							.sidemenu li a {
								text-decoration:none;
								color: #666;
								font-size: 11px;
								}
							
							.sidemenu li a:hover{
								padding-left: 5px;
								}
								
							
							/*---------------Contact form----------------*/
							

							#contact-area {
								width: 585px;
							}
							
							#contact-area input, #contact-area textarea {
								padding: 5px;
								width: 356px;
								margin: 0px 0px 10px 0px;
								border: 1px solid #ccc;
							}
							
							#contact-area textarea {
								height: 90px;
							}
							
							#contact-area textarea:focus, #contact-area input:focus {
								border: 1px solid #666;
							}
							
							#contact-area input.submit-button {
								width: 70px;
								float: right;
								background: #000;
								color: #fff;
								border: 1px solid #e9e9e9; 
								padding: 5px;
								margin-right: 100px;
								cursor: pointer;
							}
							
							label {
								float: left;
								text-align: right;
								margin-right: 15px;
								width: 100px;
								padding-top: 5px;
							}			
#slideframe2 {
	width: 682px;
	height: 494px;
	padding: 0;
	margin: 0;
	background-color: #000000;
}
.photo {
	height: 454px;
}
#panel1 {
	height: 683px;
	width: 682px;
	background-color: #9BCD66;
	margin: 0;
	padding: 0;
}
#panel2 {
	height: 683px;
	width: 682px;
	background-color: #9BCD66;
	margin: 0;
	padding: 0;
}
#panel3 {
	height: 683px;
	width: 682px;
	background-color: #9BCD66;
	margin: 0;
	padding: 0;
}
#panel4 {
	height: 683px;
	width: 682px;
	background-color: #9BCD66;
	margin: 0;
	padding: 0;
}
#panel5 {
	height: 683px;
	width: 682px;
	background-color: #9BCD66;
	margin: 0;
	padding: 0;
}
#panel6 {
	height: 683px;
	width: 682px;
	background-color: #9BCD66;
	margin: 0;
	padding: 0;
}
#panel7 {
	height: 683px;
	width: 682px;
	background-color: #9BCD66;
	margin: 0;
	padding: 0;
}
#panel8 {
	height: 683px;
	width: 682px;
	background-color: #9BCD66;
	margin: 0;
	padding: 0;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

/* easyscroll */

#easyscroll{
	float: right;
	width: 650px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0 30px 0 0;
	height: 250px;
	background-color: #transparent;		/* add additional styling */
	}	

	/* easyscroll navigation buttons */	

	#easyscrollnav {
	position: absolute;
	margin: 90px 0 0 650px;
	height:35px;
	padding:0;
	width: 15px;
		}	
			
	#easyscrollnav li{
	list-style:none;
	background-color: #9BCD66;
	margin-right:10px;
	padding:0 10px;
	color:#ccc;
	cursor:pointer;
		}					
	#easyscrollnav li.over{
		color:#ccc;
			}	
		
	#btnUp	{
	background-color: #9BCD66;
	background-image: url(../images/uparrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin: 5px;
	width: 20px;
	}					

    #btnDown	{
	background-color: #9BCD66;
	background-image: url(../images/downarrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin: 5px;
	width: 20px;
	}			

/* // easyscroll navigation buttons */	

/* // end easyscroll */

#menubar-wide {
	height: 40px;
	overflow: hidden;
	background: #fff url(../images/bg_1.jpg) repeat-x;
	margin: 0;
	float: left;
	width: 682px;
}
#menubar {
	height: 40px;
	overflow: hidden;
	width: 318px;
	float: left;
	margin: 4px 0 0 0;
	padding: 0;
	background: #fff url(../images/bg_1.jpg) repeat-x;
}
#content-2 {
	margin: 0;
	background-color: #9BCD66;
	height: 200px;
	width: 682px;
	padding: 0;
}

	#content-2 a {
	text-decoration:underline;
	color: #000000;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	
	#content-2 a:hover {
	color: #fff;
	}
								
#column-1 {
	float: left;
	padding: 5px 0 0 15px;
	width: 95%;
	margin: 0;
	}
#content-2 p {
	padding: 0;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 2;
	font-size: 12px;
	text-align: justify;
}
#cform {
	height: 220px;
	width: 310px;
	background-color: #000000;
	margin: 0;
}

