/*

Theme Name: 
Theme URI: 
Description:
Version:
Author: 

*/	


			/* Global Layout */


body 
{
font-size: 62.5%;
margin: 0px;
text-align: left;
background: #282828 url(img/bg.gif) top left repeat-y;
color: #125E3D;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrap{
	width: 955px;
	margin-left: 0;
	text-align: left;
	background: url(img/ibg.jpg) top left no-repeat;
}

	#header{
		height: 224px;
		padding-left: 92px;
	}
	
		#logo{
			position: absolute;
			top: 0;
			left: 92px;
			height: 194px;
			width: 186px;
			text-indent: -9999em;
			background: url(img/logo.gif) top left no-repeat;
		}
		
		.top-links{
			overflow: hidden;	
			text-align: right;
			font-size: 1.4em;
			padding-top: 23px;
		}
		
			.top-links li{
				padding: 10px 30px 10px 0;
			}
			
			.top-links .alt{
				background: #DCD9C9;
			}
			
			.top-links a{
				color: #fff;
			}
			.top-links strong{
			font-weight:bold;
			}
			.top-links span{
			font-size: 0.8em;
			}
			
			.top-links li.alt a{
				color: #75736B;
			}
		
		#nav{
			float: right;
			padding-top: 10px;
			margin: 10px 119px 0 0;
			display: inline;
			width: 483px;
			height: 93px;
			background: url(img/nbg.png) top left;
		}
		
			#nav li{
				float: left;
				height: 38px;	
			}
			
			#nav li a{
				float: left;
				height: 38px;
				text-indent: -9999em;	
			}
			
			#n1{
				width: 205px;
				background: url(img/n1.gif) bottom right no-repeat;
			}
			
				.active #n1{
					margin-left: -11px;
					display: inline;
					width: 216px;
					background-position: top left;
				}				
			
			#n2{
				width: 149px;
				background: url(img/n3.gif) bottom right no-repeat;
			}
			
				.active #n2{
					background-position: top left;
					}
				
			
			#n3{
				width: 129px;
				background: url(img/n5.gif) bottom right no-repeat;
			}
			
			#n4{
				width: 205px;
				background: url(img/n2.gif) bottom right no-repeat;
			}
			
			#n5{
				width: 149px;
				background: url(img/n4.gif) bottom right no-repeat;
			}
			
			#n6{
				width: 129px;
				background: url(img/n5.gif) bottom right no-repeat;
			}
			

	
	
	
	#welcome{
		margin: 0 119px 0 auto;
		width: 679px;
	}
	
		#welcome .img-box{
			padding: 12px 10px 12px 10px;
		}
	
		#welcome-content{
			width: 637px;
			margin: auto;
			margin-top: -11px;
			padding-top: 12px;
			background: url(img/wbg.png) top right;
		}
		
			#welcome-content h1{
				height: 127px;
				background: url(img/welcome.gif) top right no-repeat;
				text-indent: -9999em;	
				margin-right: -21px;
			}
			
			.entry{
				position: relative;
				margin-bottom: 2px;
				padding: 18px 120px 100px 120px;
				color: #fff;
				font-size: 1.3em;	
			}
			
				.entry p{
					padding-bottom: 1em;
					line-height: 1.5em;	
				}
				
			
			#welcome-content #footer{
				background: #222222;
				border-top: 2px solid #444444;
			}



	#page{
		margin-top: 20px;
		color: #fff;
		background: url(img/pbg.png) top right;
	}
	
	.page #page{
		margin-top: 10px;
	}
	
		
		
		
		#sidebar{
			float: left;
			width: 221px;	
			color: #fff;
			font-size: 1.3em;	
			text-transform: uppercase;
		}
		
			.widget{
				padding: 10px 0 10px 20px;	
				background: #53473B;
				border-left: 5px solid #AE5B48;
			}
			
				.widget h3{
					font-size: 1.1em;
					padding-bottom: 5px;
				}
			
				.widget ul{
					padding-left: 12px;
				}
				
				.widget li a{
					display: block;
					padding: 6px 0 6px 6px;
					color: #fff;
				}
				
				.widget li.active a, .widget li a:hover{					
					background: #252422;
					text-decoration: none;
				}
	
	
	
	
	

		#content{
			float: right;
			width: 724px;
			text-align: left;
			padding-left: 10px;
			font-size: 1.4em;				
			/*background: url(img/tall.gif) top left no-repeat;*/
		}
		
		* html #content{
			overflow-x: hidden;
		}
		
			.img-box{
				padding: 9px;
				background: url(img/img-bg.png);
			}
			
			* html .img-box{
				background: #625D5C;
			}
			
				.img-box img{
					display: block;
					margin: 0 auto 0 auto;					
					border: 2px solid #DCD9C9;
				}
			
				.inner-img{
					position: relative;
					margin-top: -50px;
					margin-right: 40px;
					margin-bottom: 18px;
				}
				
				* html .inner-img{
					margin-right: 0;
				}
				
				.inner-img img{
					float: left;
				}
				
				.gallery{
					margin-right: 8px;
					margin-top: 3px;
				}
			
			#content p{
				line-height: 1.4em;
				padding: 0 30px 1em 85px;
			}
			
			* html #content p{
				padding-left: 45px;
			}
			
			#content ul{
				line-height: 1.6em;
				padding: 0 30px 1em 85px;
			}
			
			#content ul li{
				padding-left: 17px;
				background: url(img/bull.gif) left center no-repeat;
			}
			
			#content h1{
				margin-bottom: 5px;
				font-weight: bold;
				font-size: 1.4em;
				color:#DCD9C9;
			}
			
			#content h2{
				font-weight: bold;
				clear: left;
				padding-left: 85px;
				margin-bottom: 1em;
			}
			
			.about-title{
				height: 116px;	
				margin-left: 10px;
				background: url(img/h1bg.gif) top left;
			}
			
				.about-title span{
					display: block;
					height: 116px;
					text-indent: 50px;
					font-weight: bold;
					font-size: 1.6em;
					/*background: url(img/about-bg.gif) top right no-repeat;*/	
				}
			
			.thumb{
				overflow: hidden;	
				padding: 30px 0 0 56px;
			}
			
				.thumb li{
					float: left;
					padding: 0 23px 18px 0;
				}
				
				.thumb a{
					float: left;	
				}
				
				.thumb a img{
					float: left;
					border: 2px solid #fff;
				}
			


	#footer{
		margin-top: 2px;
		padding: 18px;
		font-size: 10px;
		color: #B9B9B9;
		line-height: 1.5em;
		text-align: right;
		background: url(img/fbg.gif) top left;
	}
	
		#footer ul{
			padding-bottom: 1em;	
		}
		
		#footer a{
			color: #B9B9B9;
			text-transform: lowercase;
			text-decoration: underline;
		}


.tablecontent {
margin-left: 45px;
margin-top: 25px;
}

.tablecontent a {
color:#DCD9C9;
text-decoration:underline;
}

.tablecontent a:hover {
color:#ffffff;
text-decoration: none;
}

 .cellcontent{
 border-bottom: medium; border-bottom-style:solid; border-bottom-color:#000000;
 }
 
 