

body {
	margin:  0;
    	padding:  0;
	border:  0;
	width:  100%;
	overflow-x:  hidden;
	background:  #ffffff;    
	color:  #484848;
	font-size:  14px;
	font-family: arial, tahoma, verdana, serif; } 

html  { 
	width:  100%;
	margin:  0px;  }

#wrapper {
	width: 100%; 
	margin:  0 auto 0 auto;  }

#top  {
	display:  table;
	width:  100%;
	height:  75px; 
	background-image: url(images/herringbone2-sml.png); }  
	
#hdr-nav { 
	margin: 40px auto 0px auto; 
	width:  1050px;
	font-family:  arial, tahoma;
	display:  table;  }

/*******************************************/
/*************  Navigation *********************/
/*******************************************/
	

	#menu, #menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#menu {
		width: 730px;
/*		width: 950px;  */
		margin: 0 auto;
/*		background-color: #663300;   */
/*		border: 1px solid #222;   */
/*		background-color: #111;  */
/* 		background-image: -moz-linear-gradient(#996633, #663300); */   
/*		background-image: -webkit-gradient(linear, left top, left bottom, from(#996633), to(#663300));  */	 
/* 		background-image: -webkit-linear-gradient(#996633, #663300); */
/*		background-image: -o-linear-gradient(#996633, #663300);  */ 
/*		background-image: -ms-linear-gradient(#996633, #663300);  */ 
/*		background-image: linear-gradient(#996633, #663300);  */ 
/*		-moz-border-radius: 6px;  */
/*		-webkit-border-radius: 6px;  */
/*		border-radius: 6px;  */
/*		-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;  */
/*		-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;  */
/*		box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;  */
	}
	
	#menu:before,
	#menu:after {
		content: "";
		display: table;
	}
	
	#menu:after {
		clear: both;
	}
	
	#menu {
		zoom:1;
	}
	
	#menu li {
		float: left; 
/*		border-right: 1px solid #222;     */	
/*		-moz-box-shadow: 1px 0 0 #996633;  */
/*		-webkit-box-shadow: 1px 0 0 #996633;   */
/*		box-shadow: 1px 0 0 #996633;  */
		position: relative;
	}
	
	#menu a {
		float: left;
/*		padding: 12px 30px;  */
/*		color: #999;  */
		padding: 6px 25px;
		color: #ffffff;
/*		text-transform: uppercase;  */
/*		font: bold 12px Arial, Helvetica;  */
		font-size: 18px;
		text-decoration: none;
/*		text-shadow: 0 1px 0 #000;  */
	}


	#menu li:hover > a {
		color: #fafafa;
	}
	
	*html #menu li a:hover { /* IE6 only */
		color: #fafafa;
	}
	
	#menu ul {
		margin: 20px 0 0 0;
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 28px;
/*		top: 38px;  */
		left: 0;
		z-index: 1;      
		background: #996633;
/*		background: #996633;  */
/*		background: -moz-linear-gradient(#996633, #663300);  */
/*		background-image: -webkit-gradient(linear, left top, left bottom, from(#996633), to(#663300));  */
/*		background: -webkit-linear-gradient(#996633, #663300);    */
/*		background: -o-linear-gradient(#996633, #663300);	*/
/*		background: -ms-linear-gradient(#996633, #663300);	*/
/*		background: linear-gradient(#996633, #663300);*/
/*		-moz-box-shadow: 0 -1px rgba(255,255,255,.3);  */
/*		-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);  */
/*		box-shadow: 0 -1px 0 rgba(255,255,255,.3);  */	
/*		-moz-border-radius: 3px;  */
/*		-webkit-border-radius: 3px;  */
/*		border-radius: 3px;  */
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;  
	}

	#menu li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
	
	#menu ul ul {
		top: 0;
		left: 150px;
		margin: 0 0 0 20px;
		_margin: 0; /*IE6 only*/
		-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		box-shadow: -1px 0 0 rgba(255,255,255,.3);		
	}
	
	#menu ul li {
		float: none;
		display: block;
		border: 0;
		_line-height: 0; /*IE6 only*/
		-moz-box-shadow: 0 1px 0 #ffffff, 0 1px 0 #ffffff;
		-webkit-box-shadow: 0 1px 0 #ffffff, 0 1px 0 #ffffff;
		box-shadow: 0 1px 0 #ffffff, 0 1px 0 #ffffff;
	}
	
	#menu ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;    
	}
	
	#menu ul a {    
		padding: 6px 0 6px 15px;
/*		width: 130px;  */
		width: 140px;
		font-size:  16px;
		_height: 10px; /*IE6 only*/
		display: block;
/*		white-space: nowrap;   */
		float: none;
		text-transform: none;
	}

	#menu ul a:hover {
		background-color: #663300;
		background-image: -moz-linear-gradient(#663300,  #663300);	
		background-image: -webkit-gradient(linear, left top, left bottom, from(#663300), to(#663300));
		background-image: -webkit-linear-gradient(#663300, #663300);
		background-image: -o-linear-gradient(#663300, #663300);
		background-image: -ms-linear-gradient(#663300, #663300);
		background-image: linear-gradient(#663300, #663300);
	}

	
	#menu ul li:first-child > a {
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
	}
	
	#menu ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 40px;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #996633;
	}
	
	#menu ul ul li:first-child a:after {
		left: -6px;
		top: 50%;
		margin-top: -6px;
		border-left: 0;	
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-right: 6px solid #3b3b3b;
	}
	
	#menu ul li:first-child a:hover:after {
		border-bottom-color: #663300;    /* this is what creates the little point at the top of the drop down menu  */
	}
	
	#menu ul ul li:first-child a:hover:after {
		border-right-color: #0299d3; 
		border-bottom-color: transparent; 	
	}
	
	#menu ul li:last-child > a {
		-moz-border-radius: 0 0 3px 3px;                 
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}
	
/******** END OF NAV LOGIC   ******************/
/****** REMOVED MOBILE LOGIC ON 10-29-13 ********/


	/* iPad */
	.no-transition {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		opacity: 1;
		visibility: visible;
		display: none;  		
	}

	#menu li:hover > .no-transition {
		display: block;
	}

/**************  END OF NAVIGATION ******************/

#body-container {
	width: 1050px; 
  	font-size: 14px;
	font-family:  arial, verdana; 
	line-height:  150%;
	margin: 0 auto 0 auto;
	display:  table; }

#body-container a:link {
	color:  #000000;					
	font-size:  14px;
	font-weight:  bold; 
	text-decoration:none;  }
				
#body-container a:visited {
	color:  #1D2056;					
	font-size:  14px;
	text-decoration:none;  }
				   
#body-container a:hover {
	color: #484848;					
	font-size:  14px;
	text-decoration: underline;  }

#body-left  {
	-moz-border-radius_topleft: 15px;
 	border-top-left-radius: 15px;
	-moz-border-radius_topright: 15px;
 	border-top-right-radius: 15px; 
	float:  left; 
	background-image: url(images/left-bg6.jpg);  
	background-repeat:  no-repeat;    
	height:  750px;    
	margin-top:  -40px;
	color: #ffffff; 
	width:  240px;  }

#body-left-content  {
	text-align:  center;
	padding-top:  15px;  }

/* use this for main page hdr  */

@font-face {
    font-family: "hdr-font1";	
    src:  url('fonts/Bible Script Com.woff') format('woff'), 
           url("fonts/Bible Script Com.ttf") format("truetype");  }       

.hdr-font1 { 
    	font-family: "hdr-font1", arial, Tahoma;  
	font-size:  35px; }


#body-left-call  {
	margin:  15px 10px 10px 10px;
	font-size:  25px;
	font-style:  italic;
	line-height:  150%; }

#body-left-text  {
	margin:  25px 10px 25px 10px;
	line-height:  150%; }

#nav-container  {
	margin:  0 auto 0 auto;
	font-family:  arial, tahoma; 
	line-height:  200%;
	width:  100px;  }

#project-nav {
	text-align:  left; }

#project-nav a:link {
	color:  #ffffff;	
	font-weight:  normal;
	font-size:  18px;  
	text-decoration:none;  }
				
#project-nav a:visited  {
	color:  #000000;
	font-size:  18px;  
	text-decoration:none;  }
				   
#project-nav a:hover {
	color: #08ccc5;
	font-size:  18px;  
	text-decoration: none;  }

#social   {
	margin-top:  50px; 
	font-size:  17px; 
	font-style:  italic; 
	color:  #000000;
	line-height:  200%;   }

#body-right  {
 	float:  left; 
	width: 810px;  }

#body-right-content  {
	margin: 25px;
	padding:  0;   }

.box img  {
/*	background:  #eee;  */
	margin:  0;
	padding:  0;
/*	text-align:  center;  */
	-webkit-box-shadow:  0 0px 4px rgba(0, 0, 0, 0.6);
            box-shadow:  0 0px 4px rgba(0, 0, 0, 0.6);  }
.box {
	width:  750px;
	padding:  10px;
/*	background: #fff;  */
	margin:  20px auto 60px auto;  }


.css3-gradient1  {
  	position:  relative;
	-webkit-box-shadow:  0 1px 4px rgba(0, 0, 0, 0.6);
         box-shadow:  0 1px 4px rgba(0, 0, 0, 0.6);  }

/*==================================================
 * Drop shadow effect with radial gradient
 * ===============================================*/

.css3-gradient1:after  {
	content:  "";  
    	position:  absolute;    
    	z-index:  -1;  
    	top:  100%;  
    	bottom:  0;
	width:  110%;
	height:  50px;
	left:  -5%;
	right:  -5%;
	background:  -webkit-radial-gradient(50% -3%, ellipse cover, rgba(00, 00, 00, 0.5), rgba(97, 97, 97, 0.0) 40%);
	background:   radial-gradient(ellipse at 50% -3%, rgba(00, 00, 00, 0.5), rgba(97, 97, 97, 0.0) 40%);  }

.clearfloats  {
	clear:  both;  }

.page-title  {
	padding-top:  30px;
	margin:  0px auto 0px auto; 
	font-size: 40px;
 	font-family: tahoma, verdana;
	color:  #1d1c1c;
	text-shadow: 2px 2px #b9b5b5; }	

.title1  {
	padding:  0; 
	color:  #1d1c1c;
 	font-family: arial, tahoma;
	font-size: 22px; 
	margin-bottom:  7px;  } 

.title2  {
	padding:  0; 
	color:  #1d1c1c;
 	font-family: arial, tahoma;
	font-size: 22px; 
	margin-bottom:  7px;  } 

#desc1  {
	padding-left:  25px; 
	line-height:  200%;  }

#desc2  {
	padding:  5px 0 0 25px; 
	line-height:  135%;  }

table img   {
	border:  1px solid #a9a9a9; 
	box-shadow: -5px 5px 5px #a9a9a9;  }


.horiz-line {
	margin:  30px 0 30px 0;  
	border-bottom: 2px solid #b4b4b4;
	width:  700px; }

.input {
	height:  25px;
	width:  375px;
	margin-bottom:  10px; 
	padding:  5px 0px 5px 10px;  }

textarea  {
	height:  75px;
	width:  375px;
	margin-bottom:  30px; 
	padding:  5px 0px 5px 10px;  }

.frame  {
	border:  1px solid #a9a9a9; 
	box-shadow: -5px 5px 5px #a9a9a9;  }

img  {  border-style:  none;  }

.img-left   {
	float:  left;
	margin:  0 15px 0 0;  }

.img-right   {
	float: right;
	margin:  0 0 0 15px;  }

#footer  {
	background-image: url(images/herringbone2-sml.png);  
   	width: 100%; 
	height:  300px;
	display:  table;}

#footer-content  {
	margin: 25px auto 0px auto;  
	color:  #ffffff;
	font-family:  tahoma, verdana;
	line-height:  150%;
	width: 1050px;  	
	height:  300px;}

#footer a:link {
	color:  #ffffff;	
	text-decoration:none;  }
				
#footer a:visited  {
	color:  #000000;
	text-decoration:none;  }
				   
#footer a:hover {
	color: #000000;
	text-decoration: none;  }

#site-map  {     
	float:  left;
	margin: 0 20px 20px 0;
	width:  120px;  }  

.site-map-hdr  {
	font-size:  20px; 
	color:  #000000;
	padding-bottom:  10px; }

.vert-line  {
	margin: 0 20px 0 0; 
	float: left; 
	border-left: 2px dotted #000000; 
	height: 250px; }

#comm-services  {     
	float:  left;
	margin: 0 20px 20px 0;
	width:  290px; }  

.comm-services-hdr  {
	font-size:  20px; 
	color:  #000000;
	padding-bottom:  10px; }

#res-services  {     
	float:  left;
	margin: 0 20px 20px 0;
	width:  230px; }  

.res-services-hdr  {
	font-size:  20px; 
	color:  #000000;
	padding-bottom:  10px; }

#contact  {   
	float:  left;
	margin: 0 ;
	padding:  0;
	width:  275px;  }  

.contact-hdr  {
	font-size:  20px; 
	color:  #000000;
	padding-bottom:  10px; }
