/*

Theme Name: 
Theme URI: 
Description:
Version:
Author: 

*/	


			/* Global Layout */


body 
{
font-size: 1em;
margin: 0px;
text-align: center;
background: #448800 url(img/bg.jpg) top center fixed;
color: #bfbfbf;
font-family: Arial, Helvetica, sans-serif;
}

#wrap{
	position: relative;
	margin: auto;
	width: 1000px;
}

	#top{
		position: relative;
		height: 136px;
		background: url(img/head-bg.gif) top left repeat-x;	
	}
	
		#logo{
			position: absolute;
			top:0;
			left: 18px;
			height: 126px;
			width: 318px;
			text-indent: -9999em;
			background: url(img/logo.gif) top left no-repeat;
		}
		
		#search{
			float: right;
			z-index: 10;
			position: relative;
			padding: 29px 29px 0 0;	
		}
		
			#search .text{
				float: left;
				padding: 0 5px 0 5px;
				width: 157px;
				height: 27px;
				line-height: 27px;
				border:0;
				color: #777;
				background: url(img/search-bg.gif) top left no-repeat;				
			}
			
			#search .submit{
				float: left;
				border: 0;
				height: 27px;
				width: 100px;
				margin-left: 9px;
				background: url(img/search-btn.gif) top left no-repeat;	
			}
		
		#top-links{
			float: right;
			clear: right;
			color: #7E7E7E;
			font-size: 14px;
			position: static;
			font-weight: bold;
			padding: 12px 23px 0 0;	
			z-index: 9000;

		}
		
			#top-links a{
				color: #7E7E7E;
				margin: 0 7px 0 7px;
				text-decoration: underline;
				position: relative;
				z-index: 9000;
				
			}
	
	
	#splash{
		position: relative;
		height: 263px;
		text-align: left;
		background: url(img/splash-bg.gif) top left;
	}
	
		#splash-image{
			position: absolute;
			bottom:0;
			right: -70px;
			height: 300px;
			width: 707px;
			background: url(img/shim_02.png) bottom left no-repeat;
			z-index: 0;
	
		
		}
	
		#splash h1{
			position: relative;
			width: 320px;
			color: #fff;
			font-size: 24px;
			padding: 35px 0 24px 35px;
		}
		
		#splash h2{
			position: relative;
			font-size: 18px;
			color: #222;
			width: 320px;
			font-weight: bold;
			padding: 0 0 24px 35px;
		}
		
		#splash p{
			text-align: right;
			color: #fff;
			font-size: 14px;
			width: 280px;
			padding: 0 0 24px 35px;
		}
		
		#splash p a{
			color: #fff;
			float: right;
			padding-right: 20px;
			background: url(img/family-tick.gif) right center no-repeat;
		}
		
		#splash p a strong{
			display: block;
			font-weight: bold;
		}
	
	
	#nav{
		position: relative;
		height: 65px;
		text-align: left;
		padding-left: 14px;
		background: url(img/nav-bg.gif) top left;
		z-index: 300;
	}
	
		#nav li{
			float: left;
			position: relative;
			height: 65px;
			padding-right: 1px;
			padding-left: 17px;
			background: url(img/nav-break.gif) top right no-repeat;
		z-index: 300;
		}
		
		#nav li a{
			float: left;
			padding: 18px 17px 0 16px;
			height: 47px;
			font-weight: bold;
			color: #fff;
			font-size: 14px;
			text-transform: uppercase;
			background: url(img/link-tick.gif) left center no-repeat;
		z-index: 300;
		}
		
		#nav li:last-child{
			padding-right: 0;
			background: none;
		}
		
		#nav li:last-child a{
			padding-right: 0;
		}

#nav li a:hover{
			background: #77BB11;
			color: #fff;
		}
#nav li ul{
			position: absolute;
			display: none;
			top: 52px;
			left: 17px;
			width: 108px;			
			background: #fff;
			padding: 3px;	
			z-index: 10;
					
		}
		
		#nav li:hover ul{
			display: block;
			z-index: 20;
			visibility: visible;
		}
		
		#nav li ul li a:hover{
			background: #77BB11;
			z-index: 10;
		}
		
		#nav li ul li{
			z-index: 10;
			float: none;
			height: auto;	
			padding: 0;
			background: none;


		}
		
		#nav li ul li a{
			float: none;
			display: block;
			padding: 3px 3px 0px 3px;
			color: #999;
			font-size: 11px;
			text-transform: uppercase;
			background: none;
			height: 30px;
			z-index: 10;

		}
	
	
	
	#page{
		position: relative;
		overflow: hidden;
		text-align: left;
		padding-bottom: 20px;
		background: url(img/pbg.gif) top left;
	}
	
	
	
	
		#content{
			position: relative;
			float: left;
			width: 615px;
			color: #000;
			font-size: 13px;
			padding: 16px 0 0 64px;	
			z-index: 1;
		}

			table{
				border: inherit;
			}
		
			.entry{
				position: relative;
			}

			.entry ul{
				list-style-type: disc;
				padding-left: 15px;
				padding-bottom: 15px;
			}
			.entry ul li li{
				list-style-type: circle;
				padding-left: 15px;
				
			}

			.entry table{
				border: inherit;
			}
				.entry h1{
					font-size: 28px;
					color: #0099CC;
					margin:12px 0 12px 0;
					padding-left: 40px;
					background: url(img/title-tick.gif) left center no-repeat;
				}
				
					.entry h1 a{
						text-decoration: none;
					}
					
					.entry h1 strong{
						color: #77BB11;
					}
				
				.entry h2{
					font-size: 16px;
					font-weight: bold;
					margin:2px 0 8px 0;
					color: #0099CC;
				}
				
				.entry h3{
					font-size: 12px;
					font-weight: bold;
					color: #000;
				}
				
				.entry hr{
					margin: 1em 0 1em 0;
					border:0;
					padding:0;
					height: 1px;
					width: 80%;
					background: #ccc;
				}
				
				.entry p{
					position: relative;
					line-height: 1.5em;
					padding-bottom: 1em;
				}

				.entry strong{
					font-size: 12px;
					font-weight: bold;
					color: #000;
				}				
				.entry a, .navigation a{
					color: #0099CC;
					text-decoration: underline;
				}
		
		
		#front-adverts{
				position: relative;
				padding: 15px 0 15px 0;
				overflow: hidden;
				list-style: none;
			}
			
				#front-adverts li{
					float: left;
					padding: 0 10px 0 10px;					
				}

		#front-adverts2{
				position: relative;
				padding: 15px 0 15px 0;
				overflow: hidden;
				list-style: none;
			}
			
				#front-adverts2 li{
					float: left;
					padding: 0 10px 0 10px;					
				}
		
		#sidebar{
			float: right;
			width: 300px;
		}
		
			.widget{
				position: relative;
				padding: 16px;	
			}
			
				.widget h3{
					font-size: 28px;
					color: #77BB11;
					margin:12px 0 12px 0;
					padding-left: 40px;
					background: url(img/title-tick.gif) left center no-repeat;
				}
				
				.widget h3 strong{					
					color: #0099CC;
				}
				
				.widget p{
					position: relative;
					overflow: hidden;
					padding-bottom: 6px;
				}
				
					.widget label{
						float: left;
						width: 75px;
						padding-right: 5px;
						padding-top: 2px;
						color: #333;
						font-size: 11px;
						font-weight: bold;
						text-align: right;
					}
					
					.widget .text{
						float: left;
						padding: 0 5px 0 5px;
						width: 114px;
						height: 20px;
						line-height: 20px;
						border: 0;
						background: url(img/login-text.gif) top left no-repeat;
					}
					
					.widget .submit{
						float: left;
						height: 20px;
						width: 30px;
						margin-left: 8px;
						border: 0;
						text-indent: -9999em;
						background: url(img/login-button.gif) top left no-repeat;	
					}
					
					.widget p a{
						float:left;
						margin-left: 80px;
						font-size: 11px;
						color: #0099CC;
						text-decoration: underline;
					}
					
					.widget ul{
						position: relative;
						width: 175px;
						margin: auto;
						font-size: 14px;
						line-height: 1.7em;
					}
					
					.widget li{
						position: relative;
						padding: 3px 0 3px 0;
						background: url(img/module-link-bottom.gif) bottom left no-repeat;
					}
					
					.widget li a{
						color: #455452;
						padding-left: 20px;
						background: url(img/link-tick-65.gif) left center no-repeat;
					}
		

	
#foot{
	position: relative;
	height: 89px;
	background: url(img/foot-bg.gif) top left;
}

	#foot-logos{
		float: right;
		width: 300px;
		height: 89px;
		background: url(img/foot-logos.gif) top left no-repeat;
	}
	
	#foot ul{
		float: left;
		padding-left: 20px;	
		padding-top: 35px;
	}
	
	#foot li{
		float: left;
		padding: 0;	
	}
	
	#foot li a{
		float: left;
		font-weight: bold;
		text-transform: uppercase;
		padding: 8px;
		color: #fff;
		border-right: 1px solid #02D4FD;
	}
	
	#foot p{
		float: left;
		font-size: 10px;
		color: #fff;
		padding: 45px 0 0 30px;
	}















