/*

Theme Name: 
Theme URI: 
Description:
Version:
Author: 

*/	


			/* Global Layout */


body 
{
font-size: 13px;
margin: 0px;
text-align: center;
background: #ffffff url(img/top_gry_repeat.jpg) top left repeat-x;
color: #bfbfbf;
font-family: Arial, Helvetica, sans-serif;
}

#wrap{
	position: relative;
	margin: auto;
	width: 1000px;
border-top:1px solid #DBD5D6;
	border-left: 1px solid #DBD5D6;
 -moz-box-shadow: 2px 2px 3px #999; /* Firefox */
 -webkit-box-shadow: 2px 2px 3px #999; /* Safari/Chrome */
 box-shadow: 2px 2px 3px #999; /* Opera and other CSS3 supporting browsers */

 
 /* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#9999990');

	
	z-index:100;



}

	#head{
		position: relative;
		height: 66px;	
		background: url(img/top_banner_logo.jpg) top center no-repeat;
	}
	
		#logo{
			position: absolute;
			top: 0px;
			left: 0;
			height: 66px;
			width: 171px;
			text-indent: -999em;
		}
		
		#menu{
			float: right;
			padding: 40px 0 0 0;
		}
		
			#menu li{
				float: left;
				padding-right: 22px;
				font-size: 13px;
				font-weight: bold;
			}
			
			#menu li a{				
				color: #fff;
			}
		
	
	#navwrap{
		position: relative;
		height: 31px;
		z-index: 100;
		background: url(img/top_banner_logo.jpg) bottom center no-repeat;
	}
	
		#nav{
			float: right;
			height: 31px;
		}
		
		#nav li{
			float: left;	
			text-align: left;
			position: relative;
		}
		
		#nav li a{
			float: left;
			height: 31px;
			line-height: 31px;
			font-size: 13px;
			font-weight: bold;
			text-transform: uppercase;
			color: #2d4744;
			padding: 0 18px 0 14px;
			border-right: 4px solid #fff;
			background: url(img/menu_arrow_green.jpg) center right no-repeat;
		}
		
		#nav li a:hover, #nav li:hover>a{
			color: #fff;
			border-right: 4px solid #2d4744;
			text-decoration: none;
			background: #2d4744 url(img/menu_arrow_white.jpg) center right no-repeat;
		}
		
		#nav li ul{
			position: absolute;
			display: none;	
			top:31px;
			right: 0;
			width: 170px;
			background: #2d4744;
			padding: 8px 0 8px 0;
		}
		
		#nav li.sfhover ul, #nav li:hover ul{
			display: block;
		}
		
		#nav li ul li{
			float: none;	
			padding:0;
			position: relative;
		}
		
		#nav li ul li a{
			float: none;
			display: block;
			font-size: 12px;
			color: #fff;
			height: auto;
			line-height: 22px;
			background: none;			
			padding: 0 5px 0 5px;
			font-weight: normal;
			border:0;
			padding-left: 10px;
			text-transform: none;
		}
		
		#nav li ul li a:hover{
			background: #223432;
			border:0;
		}
	
	
	
	
	
	
	
	#page{
		position: relative;
		background: #fff;
		overflow: hidden;
		color: #2d4744;
		padding: 30px 18px 40px 18px;
	}
	
	
	
	
		#sidebar{
			float: left;
			width: 230px;
			text-align: left;
		}
		
			.widget{
				position: relative;
				padding-bottom: 24px;
			}
			
				.widget h3{
					position: relative;
					padding: 5px 0 5px 12px;
					background: #247b59 url(img/left_menu_greenbar_arrow.jpg) center right no-repeat;
					color: #fff;
					font-weight: bold;
				}
				
				.widget li{
					position: relative;
				}
				
				.widget li a{
					display: block;
					color: #247b59;
					font-weight: bold;
					position: relative;
					font-size: 12px;
					padding: 3px 0 3px 12px;
					border-bottom: 1px dotted #eee;
				}
				
				.widget li a:hover{
					text-decoration: none;
					color: #111;
					background: #efefef;
				}
			.attlist a{
					display: block;
					color: #247b59;
					font-weight: bold;
					position: relative;
					font-size: 12px;
					padding: 3px 0 3px 12px;
					
				}
				
				.attlist a:hover{
					text-decoration: none;
					color: #111;
					
				}
				
				table.att {
	
}

table.att td {
	
	
	border-right: 0px dotted #eee;
	border-left: 0px dotted #eee;
	border-top: 0px dotted #eee;
	border-bottom: 1px solid #eee;
}
			#search{
				position: relative;
				padding: 2px 0 12px 10px;
				background: #efefef;	
			}
			
				#search h4{
					text-transform: uppercase;
					font-size: 12px;
					color: #999;
					padding: 2px 0 8px 0;	
					text-transform: uppercase;
				}
				
				#search p{
					position: relative;
					overflow: hidden;
					padding: 0 0 8px 0;
				}
				
				#search select{
					font-size: 12px;
					width: 130px;
				}
				
				#search .text{
					float: left;
					padding: 5px;
					height: 14px;
					width: 132px;
					border: 0;
					color: #888;	
					font-size: 12px;
					background: url(img/search_field.jpg) top left no-repeat;
				}
				
				#search .submit{
					float: left;
					height: 26px;
					width: 64px;
					border: 0;
					margin-left: 6px;
					display: inline;
					background: url(img/search_button.jpg) bottom left no-repeat;
				}
		
		
	
	
	
		
		#content{
			float: right;
			width: 710px;
			text-align: left;	
		}
		
		
			#feature{
				position: relative;
				padding-bottom: 24px;
			}
			
				#feature h1{
					position: relative;
					font-size: 16px;
					font-weight: bold;
					padding: 4px 0 4px 10px;
					background: #efefef;
				}
				
				#feature h1 strong{
					color: #5e6c52;
					font-size: 13px;
					padding-left: 6px;
				}
				#feature h1 b{
					color: #5e6c52;
					font-size: 13px;
					padding-left: 6px;
				}

				.feature{
					padding: 10px;
					overflow: hidden;	
					font-size: 14px;
					font-weight: normal;
					color: #111;
					border: 1px solid #efefef;
				}
				
					.feature img{
						float: left;
						margin-right: 40px;
					}
					
					.feature ul{
						padding-top: 8px;
						line-height: 1.5em;
					}
					
					.feature li{
						overflow: hidden;
						padding-bottom: 2px;	
					}
					
					.feature strong{
						float: left;
						width: 130px;
					}
					.feature b{
						float: left;
						width: 130px;
					}

					.feature h3 {
					color: #5e6c52;
					font-size: 13px;
					padding-left: 6px;
				}
					.feature p{
						margin-left: 130px;
					}
					
					.feature a{
						color: #1e3e5b;
						text-decoration: underline;
					}
				
				.entry{
					position: relative;
				}
				
					.entry p{
						line-height: 1.5em;
						padding-bottom: 1.2em;	
					}
					
					.entry strong{
						font-weight: bold;	
						color: #5e6c52;
					}
					
					.entry em{
						font-style: italic;	
					}
					
					.entry a{
						text-decoration: underline;
						color: #333;
					}
					
					.entry ul, .entry ol{
						line-height: 1.5em;
						padding-bottom: 1em;	
					}
				
	
	
	
	
	
	#foot{
		position: relative;
		margin: auto;
		width: 1000px;
		height: 52px;
		color: #005a37;
		padding-top: 16px;
		text-align: right;
		font-size: 12px;
		background: url(img/footer.jpg) top center no-repeat;
	}
	
		#foot a{
			color: #fff;
			text-decoration: underline;
			margin-right: 10px;
		}
	
		#foot p{
			padding: 10px 10px 0 0;
		}
	
	



.dropshadow {
 border-top:1px solid #DBD5D6;
	border-left: 1px solid #DBD5D6;
 -moz-box-shadow: 2px 2px 3px #999; /* Firefox */
 -webkit-box-shadow: 2px 2px 3px #999; /* Safari/Chrome */
 box-shadow: 2px 2px 3px #999; /* Opera and other CSS3 supporting browsers */

 
 /* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#9999990');

} 













