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

#columnBG{width:950px;
		  overflow:hidden;
		  background:url(../Site%20Images/WideContentBox.png) repeat-y;
		  position:relative;
		  top:0px;
		}
		  
		  
#textBG{background:#000;
        width:775px;
		margin:31px auto 31px auto;
		border-top:7px solid #94ff00;}
		
#textBG p{padding-bottom:7px;
		  width:755px;
		  margin:0px auto;}


.column{overflow:hidden;
		width:950px;
		padding-bottom:30px;}
		
		
.serviceBox{width:368px;
			position:relative;
			margin-bottom:5px;
			border-top:1px solid white;
		    border-bottom:1px solid #999;}
			
			


.serviceBox:hover{border-left:1px solid white;
				  border-right:1px solid white;
				  }


				  
.dropdownBox{overflow:hidden;
             background:url(../Site%20Images/serviceBoxBG.png) repeat-y;
			 width:352px;
			 margin:4px auto;
			 margin-bottom:10px;
			 border:1px dotted white;
			 display:none;}
			 
.dropDownBoxImg{width:340px;
		        margin:6px 0px 6px 6px;
				border:none;}
				
				
.serviceBoxText{width:330px;
			    margin:6px auto 7px auto;
				background:black;
				padding:5px 5px 13px 5px;}
				
.serviceBoxText a{color:#94ff00;
				       }
					   
.galleryLink{width:340px;
			 text-align:center;
			 font-weight:bold;
			 margin-bottom:12px;}
			 
.galleryLink a{color:#94ff00;
			   }
			   
.serviceBoxText a:link:hover, .galleryLink a:hover{text-decoration:underline;}			   
			 

#leftColumn{float:left;
			width:370px;
			margin-left:86px;
			}



#rightColumn{float:right;
			 width:370px;
			 margin-right:85px;
			 }