@charset "UTF-8";

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, legend, a, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline:none;

}

html, body html{

	width:100%;
	height:100%;


}

h1 {
	text-indent: -10000px;
	height: 100%;
	width: 100%;
}

	h1 a {
		display: block;
		width: 100%;
		height: 100%;
	}

h2 {
	text-indent: -10000px;
	float: left;
}
	
h3 {
	color: #ab8d36;
	font-size: 24px;
	font-family: "georgia";
	
}

h4 {
	color: #932121;
	font-size: 16px;
	font-family: "georgia";
}


p {
	line-height: 20px;
	margin: 0 0 10px;
}

	p a {
		color: #932121;
		text-decoration: none;
	}
	
		p a:hover {
			text-decoration: underline;
		}
		
		.summary-more {
			font-weight: bold;
			position: absolute;
			z-index: 45;
		}

h5 {

	margin: 10px 0 0 0px;
	color: #41200b;
	font-size: 12pt;
	font-family: georgia;
	font-weight: bold;
}

h6 {
	color: #40200b;
	font-size: 24px;
	font-family: "georgia";
	
	
}


h7 {
	color: #932121;
}


h8 {
	color: #932121;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
	font-family: "georgia";
}

body {
	color: #000000;
	font-size: 12px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-align: justify;
	background: #932121;
}

	.container {
		width: 100%;
	}
	
	.wrapper {
		width: 1000px;
		margin: auto;
	}

	#header {
		width: 100%;
		height: 95px;
		background: #FFFEF6 url(../images/bg_short.png) left 1px repeat-x;
	}
	
		#logo {
			float: left;
			width: 335px;
			height: 95px;
			background: url(../images/header/logo/bg.jpg) left 1px no-repeat;
		}
		
		#nav-wrap {
			background: url(../images/header/nav/bg.png) left no-repeat;
			width: auto;
			height: 55px;
			float: right;
			margin: 40px 0 0 0;
		}
		
			#navigation {
				width: auto;
				background: url(../images/header/nav/right.png) right no-repeat;
				list-style-type: none;
				float: left;
				height: 45px;
				padding: 10px 18px 0 45px;
				position: relative;
			}
			
				#navigation li {
					float: left;
					width: auto;
				}
				
					#navigation li:hover {
						color: #932121;
					}
				
					.nav-item {
						font-weight: bold;
						color: #FFF;
						font-size: 13px;
						padding: 16px 15px;
						text-decoration: none;
						display: block;
						height: 13px;
						line-height: 13px;
						float: left;
					}
					
						.nav-item:hover {
							color: #932121;
						}
						
						#home-link:hover {
							background: url(../images/header/nav/ie6/home.png) center center no-repeat;
						}
						
						#about-link:hover {
							background: url(../images/header/nav/ie6/about.png) center center no-repeat;
						}
						
						#services-link:hover {
							background: url(../images/header/nav/ie6/about.png) center center no-repeat;
						}
						
						#resources-link:hover {
							background: url(../images/header/nav/ie6/contact2.png) center center no-repeat;
						}
						
						#involved-link:hover {
							background: url(../images/header/nav/ie6/involved.png) center center no-repeat;
						}
						
						#quote-link {
							padding: 16px 13px;
						}
						
							#quote-link:hover {
								background: url(../images/header/nav/ie6/contact2.png) center center no-repeat;
							}
						
						#contact-link {
							width: 67px !important;
							width: 65px;
							padding: 16px 13px;
						}
						
							#contact-link:hover {
								background: url(../images/header/nav/ie6/resources2.png) center center no-repeat;
							}
					
					.dropper {
						display: none;
						position: absolute;
						top: 55px;
						left: 2px;
						padding: 0 55px;
						list-style-type: none;
						background: url(../images/header/nav/drop/bg-ff.png) no-repeat !important;
						background: url(../images/header/nav/drop/bg-ie6.gif) no-repeat;
						width: 569px;
						height: 80px;
						z-index: 5000;
					}
					
						.dropper li {
							display: block;
						}
						
							#navigation li.drop ul li, #navigation li.drop ul li {
								height: 41px;
							}
						
								#navigation li.drop ul a {
									float: left;
									color: #FFF;
									width: auto;
									margin: 0 5px !important;
									margin: 0 3px;
									display: block;
									padding: 7px 5px 18px;
								}
								
									#navigation li.drop ul a:hover {
										color: #f0c553;
									}
								
								#navigation li.drop:hover ul,
								#navigation li.over ul,
								#navigation li ul:hover
								#navigation li.over {
									display: block;
									z-index: 6000;
								}
	
	#content-long {
		width: 100%;
		background: #A63131 url(../images/bg-long.png) left -94px repeat-x;
		float: left;
	}
	
	#content {
		width: 100%;
		background: #A63131 url(../images/bg.png) left -94px repeat-x;
		float: left;
	}
				
						.learn-more {
							color: #FFF;
							font-size: 16px;
							width: 140px;
							height: 32px;
							padding: 9px 0 0;
							display: block;
							text-decoration: none;
							margin: -5px auto 0;
							text-indent: -5px;
							cursor: pointer;
							
						}
			
			#main-block {
				width: 100%;
				clear: left;
			}
			
				.info-list {
					margin: 10px 0 0 15px;
				}
		
				
				
				#more-block {
					width: 968px;
					margin: 0 16px 0 !important;
					margin: 0 0px 0;
					background: url(../images/content/main/more-block/bg.png) no-repeat;
					float: left;
				
					
				}
				#more-block-bottom {
					padding:0 0 100px;
					}
					
				#more-block-bottom-sub {
					padding:13px 14px 15px 20px;
					}
					
				#more-block p {
						float: left;
						padding: 2px 30px;
						
					}
					
					#more-block h6 { 
					    padding: 20px 0 0;
						text-indent: 30px;
						}
						
				#more-block-sub {
					width: 968px;
					margin: 10px 19px 0 !important;
					margin: 0 0px 0;
					background: url(../images/content/main/more-block/bg-sub.png) no-repeat;
					float: left;
				
					
				}	
						
						
	#footer {
		width: 100%;
		height: 100px;
		background: url(../images/footer/bg.png) top repeat-x !important;
		background: url(../images/footer/ie6.png) center top no-repeat;
		padding: 20px 0 0;
		float: left;
		margin: -8px 0 0;
	}
	
		#footer p,
		#footer address {
			color:#40200b;
			font-size: 13px;
			text-align: center;
			padding: 5px 0;
			line-height: 13px;
			font-weight: normal;
			margin: 0;
		}
	
			.footer-item {
				color:#40200b;
				text-decoration: none;
				padding: 0 15px;
				font-weight: bold;
			}
			
			.footer-red{
				color:#932121
			}
			
				.none {
					padding: 0;
				}
			
				.footer-item:hover {
					color: #F0c553;
				}
		
.last {
	margin: 0;
}
