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


* { padding: 0; margin: 0; }

/* FRAME */

#wrapper {

 margin: 0;
 width: 900px;
 
}

#contact { 

 font-family: Geneva, Arial, Helvetica, sans-serif;
 color: #000;
 font-size:12px;
 
 margin: 300px 5px 20px 30px;
 
}

#leftcolumn { 

 background-image: url(../images/logo_Final.gif);
 background-repeat:no-repeat;
 background-color:#8cc56a;
 height: 768px;
 width: 180px;
 float: left;
 
}

#righthomecolumn { 
 
 float: right;
 background-image: url(../images/homepageimage.jpg);
 background-repeat:no-repeat;
 height: 100%;
 width: 700px;
 clear:right;


}

#rightstaffcolumn { 

 float: right;
 background-image: url(../images/staff.jpg);
 background-repeat:no-repeat;
 height: 100%;
 width: 700px;
 clear:right;
 
}


#portfoliocolumn { 

/* float: right;
 background-image: url(../images/portfoliohomeimage.jpg);
 background-repeat:no-repeat; */
 color: #000;
 width: 700px;
 height: 10px;
 

}

#linkscolumn { 

/* float: right;
 background-image: url(../images/portfoliohomeimage.jpg);
 background-repeat:no-repeat; */
 color: #000;
 width: 700px;
 height: 10px;
 margin: 200px 5px 50px 200px;
  float: right;
  clear:right;

}

#communitycolumn { 

 background-image: url(../images/communityheader.jpg);
 background-repeat:no-repeat;
 color: #000;
 width: 700px;
 height: 379px;
 float: right;

}

#portfoliowrapper { 

 width: 675px;
 margin: 0px 15px 50px 200px;

}

#portfolioheader { 

 font-family: Geneva, Arial, Helvetica, sans-serif;
 color: #000;
 font-size:24px;

}

#portfoliodesc { 

 font-family: Geneva, Arial, Helvetica, sans-serif;
 color: #000;
 font-size:16px;
 padding: 5px;

}


#footer { 

 color: #333;
 margin: 0px 0px 0px 200px;
 text-align:center;
 height: 20px;
 width: 700px;
 clear:both;

}

/* END FRAME */


#introtextbox {

 margin: 0px 0px 0px 460px;
 padding: 15px 15px 15px 15px;
 height: 100%;
 width: 275px;
 height: 460px;
 
 
}

#communitytextbox {

 margin:340px 0px 0px 20px;
 padding: 15px 15px 15px 15px;
 height: 100%;
 width: 650px;
 height: 250px;
 
}

#gallerytextbox {

 font-family:'Times New Roman',Times,serif;
 color: #000;
 margin: 0px 0px 0px 200px;
 padding: 15px 15px 15px 15px;
 height: 100%;
 width: 650px;
 clear: right;
  
}

#stafftextbox {

 color: #000;
 margin: 0px 25px 0px 300px;
 padding: 15px 15px 15px 15px;
 width: 425px;
 height: 460px;

 
}

#introtext {

 font-family: "Lucida Grande", sans-serif;
 font-size: 10pt;
 font-weight: bold;
	
}

#contentfooter {

 margin: 0px 0px 25px -5px;
 width: 750px;
 clear:both;

}

/* MENU */

#mainNav {
  
  font-family: Geneva, Arial, Helvetica, sans-serif;
  margin: 15px 5px 20px 30px;
  padding:1px;
  color: #333;
  text-decoration: none;
  list-style:none;
	
}

#mainNav a {

 font-size: 14pt;
 color:#506f28;
 text-decoration: none;
	
}

#mainNav a:hover {

  font-size: 12pt;
  color:#e93119;
	
}

#mainNav li {

  margin: 2px;
  padding: 5px;
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;

}

#mainNav li a:hover {

  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
  
}

#on {

  font-size: 14pt;
  font-weight: bold;
  color:#e93119;
	
}

#thumbs {

background:#CCCCCC;
padding: 5px;
border:thin;
border-style:solid;
border-color:#000000;


}
