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

body {
	background:#a8b322 url(../images/bg.jpg) top repeat-x;
	margin:0;
	padding:0 0 30px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
}

	.clear {
		clear:both;
		font-size:1px;
		line-height:1px;
	}
	
	.hide {
		display:none;
	}
	
a {
	color:#67911f;
}
	
a:hover {
	color:#360;
}
	
#container {
	width:996px;
	margin:0 auto;
	padding:0;
}

#headerBG {
	
}

#header {
	height:214px;
	padding:0 0 0 15px;
}

	#logo {
		height:214px;
		width:231px;
		background:url(../images/logo.jpg) top left no-repeat;
		float:left;
	}
	
	#menu {
		padding:79px 0 0 1px;
		float:right;
		width:744px;
		background:url(../images/nav/bg.gif) bottom left no-repeat;
		
	}
	
		#menu ul.sub {
			margin:0;
			padding:0 0 0 5px;
			height:25px;
			display:block;
		}
		
			#menu ul.sub li {
				margin:0;
				padding:0;
				list-style:none;
				display:block;
				float:left;
				height:25px;
			}
			
			#menu ul.sub li a {
				height:25px;
				display:block;
				padding:0 15px 0 10px;
				margin:0;
				font-size:12px;
				color:#fc0;
				line-height:25px;
				background:url(../images/nav/sub-arrow.gif) top left no-repeat;
				text-decoration:none;
			}
			
			#menu ul.sub li a:hover {
				color:#c00;
				background:url(../images/nav/sub-arrow.gif) bottom left no-repeat;
			}
		
		#menu ul.main {
			margin:0;
			padding:0;
			height:40px;
			display:block;
		}
		
			#menu ul.main li {
				margin:0;
				padding:0;
				list-style:none;
				display:block;
				float:left;
			}
			#menu ul.main li a {
				height:40px;
				display:block;
				padding:0;
				margin:0;
			}
			
				#menu ul.main li a#item1 {
					width:77px;
				}
				
					#menu ul.main li a#item1:hover {
						background:url(../images/nav/home_over.gif) top left no-repeat;
					}
					
				#menu ul.main li a#item2 {
					width:73px;
				}
				
					#menu ul.main li a#item2:hover {
						background:url(../images/nav/item2_over.gif) top left no-repeat;
					}
					
				#menu ul.main li a#item3 {
					width:107px;
				}
				
					#menu ul.main li a#item3:hover {
						background:url(../images/nav/item3_over.gif) top left no-repeat;
					}
					
				#menu ul.main li a#item4 {
					width:107px;
				}
				
					#menu ul.main li a#item4:hover {
						background:url(../images/nav/item4_over.gif) top left no-repeat;
					}
					
				#menu ul.main li a#item5 {
					width:122px;
				}
				
					#menu ul.main li a#item5:hover {
						background:url(../images/nav/item5_over.gif) top left no-repeat;
					}
		
#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0;
	clear:both;
}

	#footer-left {
		float:left;
		width:730px;
		padding: 0 0 0 50px;
		color:#d4d991;
	}
	
		#footer-left a {
			color:#fff;
		}
		
		#footer-left a:hover {		
			color:#d4d991;
		}	
	
	#footer-right {
		float:right;
		width:155px;
		background:url(../images/bsLogo.gif) top left no-repeat;
		padding:9px 0 0 2px;
		height:28px;
	}
	
		#footer-right a {
			display:block;
			width:123px;
			height:26px;
		}
		
		#footer-right a:hover {
			background:url(../images/bsLogo_over.gif) top left no-repeat;
		}

